@charset "UTF-8";
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --main_family-minus: 1px;
  --title_family-minus: 0px;
  --yugo-minus: 1px;
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd1: calc(1 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd1: calc(1 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd1: calc(1 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd1: calc(1 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd2: calc(2 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd2: calc(2 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd2: calc(2 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd2: calc(2 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd3: calc(3 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd3: calc(3 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd3: calc(3 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd3: calc(3 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd4: calc(4 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd4: calc(4 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd4: calc(4 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd4: calc(4 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd5: calc(5 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd5: calc(5 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd5: calc(5 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd5: calc(5 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd6: calc(6 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd6: calc(6 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd6: calc(6 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd6: calc(6 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd7: calc(7 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd7: calc(7 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd7: calc(7 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd7: calc(7 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd8: calc(8 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd8: calc(8 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd8: calc(8 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd8: calc(8 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd9: calc(9 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd9: calc(9 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd9: calc(9 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd9: calc(9 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd10: calc(10 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd10: calc(10 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd10: calc(10 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd10: calc(10 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd11: calc(11 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd11: calc(11 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd11: calc(11 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd11: calc(11 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd12: calc(12 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd12: calc(12 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd12: calc(12 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd12: calc(12 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd13: calc(13 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd13: calc(13 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd13: calc(13 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd13: calc(13 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd14: calc(14 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd14: calc(14 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd14: calc(14 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd14: calc(14 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd15: calc(15 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd15: calc(15 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd15: calc(15 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd15: calc(15 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd16: calc(16 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd16: calc(16 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd16: calc(16 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd16: calc(16 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd17: calc(17 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd17: calc(17 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd17: calc(17 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd17: calc(17 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd18: calc(18 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd18: calc(18 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd18: calc(18 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd18: calc(18 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd19: calc(19 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd19: calc(19 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd19: calc(19 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd19: calc(19 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd20: calc(20 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd20: calc(20 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd20: calc(20 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd20: calc(20 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd21: calc(21 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd21: calc(21 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd21: calc(21 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd21: calc(21 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd22: calc(22 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd22: calc(22 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd22: calc(22 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd22: calc(22 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd23: calc(23 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd23: calc(23 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd23: calc(23 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd23: calc(23 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd24: calc(24 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd24: calc(24 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd24: calc(24 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd24: calc(24 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd25: calc(25 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd25: calc(25 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd25: calc(25 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd25: calc(25 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd26: calc(26 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd26: calc(26 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd26: calc(26 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd26: calc(26 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd27: calc(27 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd27: calc(27 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd27: calc(27 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd27: calc(27 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd28: calc(28 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd28: calc(28 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd28: calc(28 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd28: calc(28 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd29: calc(29 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd29: calc(29 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd29: calc(29 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd29: calc(29 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd30: calc(30 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd30: calc(30 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd30: calc(30 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd30: calc(30 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd31: calc(31 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd31: calc(31 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd31: calc(31 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd31: calc(31 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd32: calc(32 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd32: calc(32 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd32: calc(32 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd32: calc(32 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd33: calc(33 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd33: calc(33 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd33: calc(33 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd33: calc(33 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd34: calc(34 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd34: calc(34 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd34: calc(34 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd34: calc(34 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd35: calc(35 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd35: calc(35 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd35: calc(35 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd35: calc(35 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd36: calc(36 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd36: calc(36 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd36: calc(36 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd36: calc(36 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd37: calc(37 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd37: calc(37 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd37: calc(37 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd37: calc(37 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd38: calc(38 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd38: calc(38 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd38: calc(38 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd38: calc(38 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd39: calc(39 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd39: calc(39 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd39: calc(39 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd39: calc(39 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd40: calc(40 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd40: calc(40 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd40: calc(40 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd40: calc(40 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd41: calc(41 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd41: calc(41 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd41: calc(41 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd41: calc(41 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd42: calc(42 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd42: calc(42 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd42: calc(42 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd42: calc(42 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd43: calc(43 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd43: calc(43 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd43: calc(43 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd43: calc(43 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd44: calc(44 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd44: calc(44 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd44: calc(44 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd44: calc(44 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd45: calc(45 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd45: calc(45 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd45: calc(45 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd45: calc(45 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd46: calc(46 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd46: calc(46 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd46: calc(46 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd46: calc(46 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd47: calc(47 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd47: calc(47 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd47: calc(47 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd47: calc(47 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd48: calc(48 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd48: calc(48 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd48: calc(48 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd48: calc(48 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd49: calc(49 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd49: calc(49 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd49: calc(49 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd49: calc(49 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd50: calc(50 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd50: calc(50 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd50: calc(50 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd50: calc(50 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd51: calc(51 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd51: calc(51 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd51: calc(51 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd51: calc(51 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd52: calc(52 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd52: calc(52 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd52: calc(52 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd52: calc(52 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd53: calc(53 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd53: calc(53 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd53: calc(53 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd53: calc(53 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd54: calc(54 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd54: calc(54 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd54: calc(54 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd54: calc(54 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd55: calc(55 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd55: calc(55 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd55: calc(55 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd55: calc(55 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd56: calc(56 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd56: calc(56 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd56: calc(56 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd56: calc(56 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd57: calc(57 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd57: calc(57 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd57: calc(57 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd57: calc(57 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd58: calc(58 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd58: calc(58 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd58: calc(58 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd58: calc(58 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd59: calc(59 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd59: calc(59 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd59: calc(59 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd59: calc(59 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd60: calc(60 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd60: calc(60 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd60: calc(60 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd60: calc(60 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd61: calc(61 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd61: calc(61 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd61: calc(61 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd61: calc(61 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd62: calc(62 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd62: calc(62 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd62: calc(62 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd62: calc(62 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd63: calc(63 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd63: calc(63 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd63: calc(63 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd63: calc(63 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd64: calc(64 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd64: calc(64 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd64: calc(64 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd64: calc(64 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd65: calc(65 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd65: calc(65 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd65: calc(65 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd65: calc(65 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd66: calc(66 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd66: calc(66 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd66: calc(66 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd66: calc(66 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd67: calc(67 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd67: calc(67 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd67: calc(67 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd67: calc(67 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd68: calc(68 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd68: calc(68 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd68: calc(68 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd68: calc(68 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd69: calc(69 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd69: calc(69 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd69: calc(69 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd69: calc(69 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd70: calc(70 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd70: calc(70 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd70: calc(70 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd70: calc(70 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd71: calc(71 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd71: calc(71 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd71: calc(71 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd71: calc(71 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd72: calc(72 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd72: calc(72 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd72: calc(72 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd72: calc(72 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd73: calc(73 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd73: calc(73 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd73: calc(73 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd73: calc(73 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd74: calc(74 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd74: calc(74 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd74: calc(74 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd74: calc(74 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd75: calc(75 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd75: calc(75 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd75: calc(75 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd75: calc(75 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd76: calc(76 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd76: calc(76 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd76: calc(76 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd76: calc(76 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd77: calc(77 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd77: calc(77 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd77: calc(77 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd77: calc(77 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd78: calc(78 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd78: calc(78 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd78: calc(78 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd78: calc(78 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd79: calc(79 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd79: calc(79 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd79: calc(79 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd79: calc(79 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd80: calc(80 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd80: calc(80 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd80: calc(80 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd80: calc(80 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd81: calc(81 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd81: calc(81 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd81: calc(81 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd81: calc(81 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd82: calc(82 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd82: calc(82 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd82: calc(82 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd82: calc(82 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd83: calc(83 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd83: calc(83 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd83: calc(83 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd83: calc(83 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd84: calc(84 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd84: calc(84 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd84: calc(84 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd84: calc(84 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd85: calc(85 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd85: calc(85 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd85: calc(85 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd85: calc(85 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd86: calc(86 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd86: calc(86 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd86: calc(86 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd86: calc(86 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd87: calc(87 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd87: calc(87 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd87: calc(87 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd87: calc(87 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd88: calc(88 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd88: calc(88 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd88: calc(88 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd88: calc(88 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd89: calc(89 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd89: calc(89 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd89: calc(89 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd89: calc(89 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd90: calc(90 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd90: calc(90 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd90: calc(90 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd90: calc(90 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd91: calc(91 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd91: calc(91 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd91: calc(91 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd91: calc(91 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd92: calc(92 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd92: calc(92 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd92: calc(92 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd92: calc(92 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd93: calc(93 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd93: calc(93 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd93: calc(93 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd93: calc(93 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd94: calc(94 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd94: calc(94 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd94: calc(94 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd94: calc(94 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd95: calc(95 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd95: calc(95 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd95: calc(95 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd95: calc(95 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd96: calc(96 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd96: calc(96 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd96: calc(96 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd96: calc(96 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd97: calc(97 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd97: calc(97 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd97: calc(97 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd97: calc(97 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd98: calc(98 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd98: calc(98 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd98: calc(98 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd98: calc(98 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd99: calc(99 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd99: calc(99 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd99: calc(99 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd99: calc(99 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd100: calc(100 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd100: calc(100 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd100: calc(100 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd100: calc(100 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd101: calc(101 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd101: calc(101 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd101: calc(101 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd101: calc(101 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd102: calc(102 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd102: calc(102 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd102: calc(102 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd102: calc(102 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd103: calc(103 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd103: calc(103 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd103: calc(103 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd103: calc(103 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd104: calc(104 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd104: calc(104 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd104: calc(104 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd104: calc(104 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd105: calc(105 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd105: calc(105 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd105: calc(105 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd105: calc(105 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd106: calc(106 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd106: calc(106 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd106: calc(106 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd106: calc(106 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd107: calc(107 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd107: calc(107 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd107: calc(107 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd107: calc(107 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd108: calc(108 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd108: calc(108 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd108: calc(108 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd108: calc(108 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd109: calc(109 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd109: calc(109 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd109: calc(109 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd109: calc(109 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd110: calc(110 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd110: calc(110 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd110: calc(110 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd110: calc(110 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd111: calc(111 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd111: calc(111 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd111: calc(111 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd111: calc(111 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd112: calc(112 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd112: calc(112 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd112: calc(112 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd112: calc(112 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd113: calc(113 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd113: calc(113 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd113: calc(113 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd113: calc(113 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd114: calc(114 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd114: calc(114 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd114: calc(114 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd114: calc(114 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd115: calc(115 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd115: calc(115 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd115: calc(115 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd115: calc(115 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd116: calc(116 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd116: calc(116 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd116: calc(116 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd116: calc(116 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd117: calc(117 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd117: calc(117 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd117: calc(117 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd117: calc(117 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd118: calc(118 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd118: calc(118 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd118: calc(118 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd118: calc(118 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd119: calc(119 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd119: calc(119 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd119: calc(119 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd119: calc(119 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd120: calc(120 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd120: calc(120 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd120: calc(120 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd120: calc(120 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd121: calc(121 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd121: calc(121 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd121: calc(121 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd121: calc(121 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd122: calc(122 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd122: calc(122 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd122: calc(122 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd122: calc(122 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd123: calc(123 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd123: calc(123 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd123: calc(123 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd123: calc(123 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd124: calc(124 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd124: calc(124 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd124: calc(124 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd124: calc(124 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd125: calc(125 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd125: calc(125 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd125: calc(125 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd125: calc(125 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd126: calc(126 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd126: calc(126 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd126: calc(126 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd126: calc(126 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd127: calc(127 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd127: calc(127 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd127: calc(127 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd127: calc(127 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd128: calc(128 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd128: calc(128 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd128: calc(128 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd128: calc(128 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd129: calc(129 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd129: calc(129 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd129: calc(129 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd129: calc(129 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd130: calc(130 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd130: calc(130 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd130: calc(130 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd130: calc(130 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd131: calc(131 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd131: calc(131 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd131: calc(131 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd131: calc(131 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd132: calc(132 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd132: calc(132 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd132: calc(132 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd132: calc(132 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd133: calc(133 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd133: calc(133 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd133: calc(133 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd133: calc(133 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd134: calc(134 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd134: calc(134 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd134: calc(134 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd134: calc(134 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd135: calc(135 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd135: calc(135 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd135: calc(135 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd135: calc(135 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd136: calc(136 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd136: calc(136 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd136: calc(136 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd136: calc(136 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd137: calc(137 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd137: calc(137 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd137: calc(137 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd137: calc(137 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd138: calc(138 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd138: calc(138 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd138: calc(138 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd138: calc(138 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd139: calc(139 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd139: calc(139 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd139: calc(139 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd139: calc(139 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd140: calc(140 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd140: calc(140 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd140: calc(140 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd140: calc(140 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd141: calc(141 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd141: calc(141 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd141: calc(141 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd141: calc(141 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd142: calc(142 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd142: calc(142 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd142: calc(142 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd142: calc(142 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd143: calc(143 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd143: calc(143 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd143: calc(143 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd143: calc(143 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd144: calc(144 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd144: calc(144 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd144: calc(144 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd144: calc(144 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd145: calc(145 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd145: calc(145 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd145: calc(145 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd145: calc(145 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd146: calc(146 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd146: calc(146 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd146: calc(146 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd146: calc(146 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd147: calc(147 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd147: calc(147 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd147: calc(147 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd147: calc(147 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd148: calc(148 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd148: calc(148 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd148: calc(148 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd148: calc(148 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd149: calc(149 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd149: calc(149 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd149: calc(149 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd149: calc(149 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd150: calc(150 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd150: calc(150 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd150: calc(150 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd150: calc(150 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd151: calc(151 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd151: calc(151 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd151: calc(151 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd151: calc(151 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd152: calc(152 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd152: calc(152 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd152: calc(152 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd152: calc(152 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd153: calc(153 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd153: calc(153 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd153: calc(153 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd153: calc(153 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd154: calc(154 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd154: calc(154 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd154: calc(154 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd154: calc(154 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd155: calc(155 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd155: calc(155 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd155: calc(155 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd155: calc(155 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd156: calc(156 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd156: calc(156 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd156: calc(156 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd156: calc(156 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd157: calc(157 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd157: calc(157 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd157: calc(157 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd157: calc(157 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd158: calc(158 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd158: calc(158 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd158: calc(158 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd158: calc(158 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd159: calc(159 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd159: calc(159 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd159: calc(159 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd159: calc(159 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd160: calc(160 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd160: calc(160 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd160: calc(160 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd160: calc(160 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd161: calc(161 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd161: calc(161 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd161: calc(161 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd161: calc(161 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd162: calc(162 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd162: calc(162 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd162: calc(162 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd162: calc(162 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd163: calc(163 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd163: calc(163 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd163: calc(163 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd163: calc(163 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd164: calc(164 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd164: calc(164 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd164: calc(164 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd164: calc(164 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd165: calc(165 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd165: calc(165 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd165: calc(165 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd165: calc(165 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd166: calc(166 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd166: calc(166 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd166: calc(166 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd166: calc(166 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd167: calc(167 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd167: calc(167 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd167: calc(167 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd167: calc(167 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd168: calc(168 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd168: calc(168 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd168: calc(168 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd168: calc(168 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd169: calc(169 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd169: calc(169 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd169: calc(169 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd169: calc(169 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd170: calc(170 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd170: calc(170 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd170: calc(170 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd170: calc(170 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd171: calc(171 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd171: calc(171 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd171: calc(171 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd171: calc(171 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd172: calc(172 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd172: calc(172 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd172: calc(172 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd172: calc(172 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd173: calc(173 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd173: calc(173 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd173: calc(173 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd173: calc(173 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd174: calc(174 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd174: calc(174 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd174: calc(174 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd174: calc(174 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd175: calc(175 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd175: calc(175 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd175: calc(175 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd175: calc(175 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd176: calc(176 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd176: calc(176 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd176: calc(176 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd176: calc(176 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd177: calc(177 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd177: calc(177 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd177: calc(177 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd177: calc(177 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd178: calc(178 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd178: calc(178 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd178: calc(178 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd178: calc(178 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd179: calc(179 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd179: calc(179 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd179: calc(179 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd179: calc(179 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd180: calc(180 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd180: calc(180 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd180: calc(180 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd180: calc(180 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd181: calc(181 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd181: calc(181 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd181: calc(181 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd181: calc(181 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd182: calc(182 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd182: calc(182 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd182: calc(182 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd182: calc(182 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd183: calc(183 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd183: calc(183 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd183: calc(183 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd183: calc(183 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd184: calc(184 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd184: calc(184 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd184: calc(184 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd184: calc(184 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd185: calc(185 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd185: calc(185 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd185: calc(185 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd185: calc(185 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd186: calc(186 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd186: calc(186 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd186: calc(186 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd186: calc(186 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd187: calc(187 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd187: calc(187 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd187: calc(187 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd187: calc(187 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd188: calc(188 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd188: calc(188 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd188: calc(188 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd188: calc(188 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd189: calc(189 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd189: calc(189 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd189: calc(189 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd189: calc(189 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd190: calc(190 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd190: calc(190 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd190: calc(190 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd190: calc(190 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd191: calc(191 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd191: calc(191 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd191: calc(191 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd191: calc(191 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd192: calc(192 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd192: calc(192 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd192: calc(192 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd192: calc(192 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd193: calc(193 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd193: calc(193 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd193: calc(193 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd193: calc(193 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd194: calc(194 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd194: calc(194 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd194: calc(194 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd194: calc(194 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd195: calc(195 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd195: calc(195 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd195: calc(195 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd195: calc(195 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd196: calc(196 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd196: calc(196 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd196: calc(196 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd196: calc(196 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd197: calc(197 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd197: calc(197 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd197: calc(197 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd197: calc(197 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd198: calc(198 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd198: calc(198 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd198: calc(198 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd198: calc(198 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd199: calc(199 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd199: calc(199 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd199: calc(199 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd199: calc(199 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd200: calc(200 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd200: calc(200 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd200: calc(200 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd200: calc(200 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd201: calc(201 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd201: calc(201 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd201: calc(201 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd201: calc(201 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd202: calc(202 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd202: calc(202 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd202: calc(202 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd202: calc(202 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd203: calc(203 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd203: calc(203 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd203: calc(203 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd203: calc(203 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd204: calc(204 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd204: calc(204 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd204: calc(204 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd204: calc(204 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd205: calc(205 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd205: calc(205 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd205: calc(205 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd205: calc(205 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd206: calc(206 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd206: calc(206 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd206: calc(206 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd206: calc(206 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd207: calc(207 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd207: calc(207 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd207: calc(207 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd207: calc(207 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd208: calc(208 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd208: calc(208 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd208: calc(208 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd208: calc(208 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd209: calc(209 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd209: calc(209 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd209: calc(209 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd209: calc(209 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd210: calc(210 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd210: calc(210 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd210: calc(210 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd210: calc(210 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd211: calc(211 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd211: calc(211 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd211: calc(211 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd211: calc(211 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd212: calc(212 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd212: calc(212 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd212: calc(212 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd212: calc(212 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd213: calc(213 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd213: calc(213 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd213: calc(213 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd213: calc(213 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd214: calc(214 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd214: calc(214 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd214: calc(214 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd214: calc(214 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd215: calc(215 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd215: calc(215 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd215: calc(215 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd215: calc(215 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd216: calc(216 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd216: calc(216 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd216: calc(216 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd216: calc(216 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd217: calc(217 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd217: calc(217 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd217: calc(217 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd217: calc(217 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd218: calc(218 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd218: calc(218 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd218: calc(218 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd218: calc(218 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd219: calc(219 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd219: calc(219 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd219: calc(219 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd219: calc(219 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd220: calc(220 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd220: calc(220 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd220: calc(220 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd220: calc(220 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd221: calc(221 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd221: calc(221 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd221: calc(221 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd221: calc(221 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd222: calc(222 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd222: calc(222 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd222: calc(222 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd222: calc(222 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd223: calc(223 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd223: calc(223 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd223: calc(223 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd223: calc(223 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd224: calc(224 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd224: calc(224 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd224: calc(224 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd224: calc(224 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd225: calc(225 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd225: calc(225 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd225: calc(225 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd225: calc(225 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd226: calc(226 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd226: calc(226 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd226: calc(226 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd226: calc(226 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd227: calc(227 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd227: calc(227 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd227: calc(227 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd227: calc(227 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd228: calc(228 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd228: calc(228 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd228: calc(228 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd228: calc(228 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd229: calc(229 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd229: calc(229 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd229: calc(229 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd229: calc(229 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd230: calc(230 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd230: calc(230 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd230: calc(230 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd230: calc(230 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd231: calc(231 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd231: calc(231 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd231: calc(231 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd231: calc(231 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd232: calc(232 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd232: calc(232 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd232: calc(232 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd232: calc(232 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd233: calc(233 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd233: calc(233 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd233: calc(233 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd233: calc(233 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd234: calc(234 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd234: calc(234 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd234: calc(234 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd234: calc(234 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd235: calc(235 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd235: calc(235 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd235: calc(235 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd235: calc(235 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd236: calc(236 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd236: calc(236 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd236: calc(236 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd236: calc(236 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd237: calc(237 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd237: calc(237 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd237: calc(237 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd237: calc(237 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd238: calc(238 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd238: calc(238 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd238: calc(238 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd238: calc(238 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd239: calc(239 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd239: calc(239 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd239: calc(239 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd239: calc(239 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd240: calc(240 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd240: calc(240 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd240: calc(240 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd240: calc(240 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd241: calc(241 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd241: calc(241 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd241: calc(241 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd241: calc(241 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd242: calc(242 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd242: calc(242 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd242: calc(242 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd242: calc(242 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd243: calc(243 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd243: calc(243 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd243: calc(243 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd243: calc(243 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd244: calc(244 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd244: calc(244 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd244: calc(244 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd244: calc(244 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd245: calc(245 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd245: calc(245 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd245: calc(245 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd245: calc(245 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd246: calc(246 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd246: calc(246 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd246: calc(246 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd246: calc(246 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd247: calc(247 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd247: calc(247 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd247: calc(247 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd247: calc(247 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd248: calc(248 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd248: calc(248 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd248: calc(248 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd248: calc(248 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd249: calc(249 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd249: calc(249 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd249: calc(249 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd249: calc(249 / 767 * 100vw);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd250: calc(250 / 1239 * 100vw);
  }
}

@media only screen and (min-width: 1240px) and (max-width: 2000px) {
  :root {
    --pd250: calc(250 / 2000 * 100vw);
  }
}

@media (min-width: 2001px) {
  :root {
    --pd250: calc(250 / 2000 * 100vmin);
  }
}
@media (max-width: 767px) {
  :root {
    --pd250: calc(250 / 767 * 100vw);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333333;
  background: #fff;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1240px;
  }
}

strong,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  color: #333333;
}

a:hover {
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #333333;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type="submit"],
button {
  background: #58473d;
  border-color: #58473d;
  color: #fff;
}
input[type="submit"]:hover,
button:hover {
  opacity: .8;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }

  .alignleft {
    float: left;
    margin-right: 30px;
  }

  .alignright {
    float: right;
    margin-left: 30px;
  }

  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}
.wrap::after {
  position: fixed;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.container {
  row-gap: 0;
}
.row:not(:last-child) {
  margin-bottom: 56.25px;
}
@media (max-width: 767px) {
  .row {
    row-gap: 30px;
  }
  .row.sp-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.sp-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row > *, .row .col {
    width: 100%;
  }
  .row.sp_col2 {
    gap: 10px 10px;
  }
  .row.sp_col2 > *, .row.sp_col2 .col {
    width: calc((100% - 10px) / 2);
  }
  .row.sp_col3 {
    gap: 10px 10px;
  }
  .row.sp_col3 > *, .row.sp_col3 .col {
    width: calc((100% - 20px) / 3);
  }
  .row.sp_col2 .col_2 .box_bg,
  .row.sp_col2 .col_2 .box_border, .row.sp_col2 .col_3 .box_bg,
  .row.sp_col2 .col_3 .box_border, .row.sp_col2 .col_4 .box_bg,
  .row.sp_col2 .col_4 .box_border, .row.sp_col2 .col_5 .box_bg,
  .row.sp_col2 .col_5 .box_border, .row.sp_col2 .col_6 .box_bg,
  .row.sp_col2 .col_6 .box_border {
    height: 100%;
    padding: 27px 18px;
  }
  .row.sp_col2 .col_2 .box_bg .box_bg,
  .row.sp_col2 .col_2 .box_bg .box_border,
  .row.sp_col2 .col_2 .box_border .box_bg,
  .row.sp_col2 .col_2 .box_border .box_border, .row.sp_col2 .col_3 .box_bg .box_bg,
  .row.sp_col2 .col_3 .box_bg .box_border,
  .row.sp_col2 .col_3 .box_border .box_bg,
  .row.sp_col2 .col_3 .box_border .box_border, .row.sp_col2 .col_4 .box_bg .box_bg,
  .row.sp_col2 .col_4 .box_bg .box_border,
  .row.sp_col2 .col_4 .box_border .box_bg,
  .row.sp_col2 .col_4 .box_border .box_border, .row.sp_col2 .col_5 .box_bg .box_bg,
  .row.sp_col2 .col_5 .box_bg .box_border,
  .row.sp_col2 .col_5 .box_border .box_bg,
  .row.sp_col2 .col_5 .box_border .box_border, .row.sp_col2 .col_6 .box_bg .box_bg,
  .row.sp_col2 .col_6 .box_bg .box_border,
  .row.sp_col2 .col_6 .box_border .box_bg,
  .row.sp_col2 .col_6 .box_border .box_border {
    height: auto;
  }
  .row.sp_order {
    row-gap: 0;
  }
  .row.sp_order .col {
    display: contents;
  }
  .row.sp_order .col > * {
    width: 100%;
  }
  .row.sp_order .col .spord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row.sp_order .col .spord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row.sp_order .col .spord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .row.sp_order .col .spord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .row.sp_order .col .spord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .row.sp_order .col .spord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .row.sp_order .col .spord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .row.sp_order .col .spord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .row.sp_order .col .spord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .row.sp_order .col .spord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media (min-width: 768px) {
  .row {
    gap: 20px 2%;
  }
  .row.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.auto > *, .row.auto .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .row.col2 > *, .row.col2 .col {
    width: 49%;
  }
  .row.col3 > *, .row.col3 .col {
    width: calc(96% / 3);
  }
  .row.col4 > *, .row.col4 .col {
    width: calc(94% / 4);
  }
  .row.col5 > *, .row.col5 .col {
    width: calc(92% / 5);
  }
  .row .col_2 {
    width: 49%;
  }
  .row .col_3 {
    width: calc(96% / 3);
  }
  .row .col_4 {
    width: calc(94% / 4);
  }
  .row .col_5 {
    width: calc(92% / 4);
  }
  .row .col .box_bg,
  .row .col .box_border, .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
    padding: var(--pd30);
  }
  .row .col .box_bg img,
  .row .col .box_border img, .row .col_2 .box_bg img,
  .row .col_2 .box_border img, .row .col_3 .box_bg img,
  .row .col_3 .box_border img, .row .col_4 .box_bg img,
  .row .col_4 .box_border img, .row .col_5 .box_bg img,
  .row .col_5 .box_border img, .row .col_6 .box_bg img,
  .row .col_6 .box_border img {
    border-radius: 0;
  }
  .row .col .box_bg h3, .row .col .box_bg h4, .row .col .box_bg h5,
  .row .col .box_border h3,
  .row .col .box_border h4,
  .row .col .box_border h5, .row .col_2 .box_bg h3, .row .col_2 .box_bg h4, .row .col_2 .box_bg h5,
  .row .col_2 .box_border h3,
  .row .col_2 .box_border h4,
  .row .col_2 .box_border h5, .row .col_3 .box_bg h3, .row .col_3 .box_bg h4, .row .col_3 .box_bg h5,
  .row .col_3 .box_border h3,
  .row .col_3 .box_border h4,
  .row .col_3 .box_border h5, .row .col_4 .box_bg h3, .row .col_4 .box_bg h4, .row .col_4 .box_bg h5,
  .row .col_4 .box_border h3,
  .row .col_4 .box_border h4,
  .row .col_4 .box_border h5, .row .col_5 .box_bg h3, .row .col_5 .box_bg h4, .row .col_5 .box_bg h5,
  .row .col_5 .box_border h3,
  .row .col_5 .box_border h4,
  .row .col_5 .box_border h5, .row .col_6 .box_bg h3, .row .col_6 .box_bg h4, .row .col_6 .box_bg h5,
  .row .col_6 .box_border h3,
  .row .col_6 .box_border h4,
  .row .col_6 .box_border h5 {
    margin-bottom: 10px;
  }
  .row .col .box_bg .box_bg,
  .row .col .box_bg .box_border,
  .row .col .box_border .box_bg,
  .row .col .box_border .box_border, .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
    padding: var(--pd20);
  }
  .row .col .box_bg .box_bg:not(:last-child),
  .row .col .box_bg .box_border:not(:last-child),
  .row .col .box_border .box_bg:not(:last-child),
  .row .col .box_border .box_border:not(:last-child), .row .col_2 .box_bg .box_bg:not(:last-child),
  .row .col_2 .box_bg .box_border:not(:last-child),
  .row .col_2 .box_border .box_bg:not(:last-child),
  .row .col_2 .box_border .box_border:not(:last-child), .row .col_3 .box_bg .box_bg:not(:last-child),
  .row .col_3 .box_bg .box_border:not(:last-child),
  .row .col_3 .box_border .box_bg:not(:last-child),
  .row .col_3 .box_border .box_border:not(:last-child), .row .col_4 .box_bg .box_bg:not(:last-child),
  .row .col_4 .box_bg .box_border:not(:last-child),
  .row .col_4 .box_border .box_bg:not(:last-child),
  .row .col_4 .box_border .box_border:not(:last-child), .row .col_5 .box_bg .box_bg:not(:last-child),
  .row .col_5 .box_bg .box_border:not(:last-child),
  .row .col_5 .box_border .box_bg:not(:last-child),
  .row .col_5 .box_border .box_border:not(:last-child), .row .col_6 .box_bg .box_bg:not(:last-child),
  .row .col_6 .box_bg .box_border:not(:last-child),
  .row .col_6 .box_border .box_bg:not(:last-child),
  .row .col_6 .box_border .box_border:not(:last-child) {
    margin-bottom: 20px;
  }
  .row.base .col .box_bg,
  .row.base .col .box_border, .row.base .col_2 .box_bg,
  .row.base .col_2 .box_border, .row.base .col_3 .box_bg,
  .row.base .col_3 .box_border, .row.base .col_4 .box_bg,
  .row.base .col_4 .box_border, .row.base .col_5 .box_bg,
  .row.base .col_5 .box_border, .row.base .col_6 .box_bg,
  .row.base .col_6 .box_border {
    padding: var(--pd40);
  }
  .row.base .col .box_bg .box_bg,
  .row.base .col .box_bg .box_border,
  .row.base .col .box_border .box_bg,
  .row.base .col .box_border .box_border, .row.base .col_2 .box_bg .box_bg,
  .row.base .col_2 .box_bg .box_border,
  .row.base .col_2 .box_border .box_bg,
  .row.base .col_2 .box_border .box_border, .row.base .col_3 .box_bg .box_bg,
  .row.base .col_3 .box_bg .box_border,
  .row.base .col_3 .box_border .box_bg,
  .row.base .col_3 .box_border .box_border, .row.base .col_4 .box_bg .box_bg,
  .row.base .col_4 .box_bg .box_border,
  .row.base .col_4 .box_border .box_bg,
  .row.base .col_4 .box_border .box_border, .row.base .col_5 .box_bg .box_bg,
  .row.base .col_5 .box_bg .box_border,
  .row.base .col_5 .box_border .box_bg,
  .row.base .col_5 .box_border .box_border, .row.base .col_6 .box_bg .box_bg,
  .row.base .col_6 .box_bg .box_border,
  .row.base .col_6 .box_border .box_bg,
  .row.base .col_6 .box_border .box_border {
    padding: var(--pd30);
  }
  .row.base .col .box_bg .box_bg:not(:last-child),
  .row.base .col .box_bg .box_border:not(:last-child),
  .row.base .col .box_border .box_bg:not(:last-child),
  .row.base .col .box_border .box_border:not(:last-child), .row.base .col_2 .box_bg .box_bg:not(:last-child),
  .row.base .col_2 .box_bg .box_border:not(:last-child),
  .row.base .col_2 .box_border .box_bg:not(:last-child),
  .row.base .col_2 .box_border .box_border:not(:last-child), .row.base .col_3 .box_bg .box_bg:not(:last-child),
  .row.base .col_3 .box_bg .box_border:not(:last-child),
  .row.base .col_3 .box_border .box_bg:not(:last-child),
  .row.base .col_3 .box_border .box_border:not(:last-child), .row.base .col_4 .box_bg .box_bg:not(:last-child),
  .row.base .col_4 .box_bg .box_border:not(:last-child),
  .row.base .col_4 .box_border .box_bg:not(:last-child),
  .row.base .col_4 .box_border .box_border:not(:last-child), .row.base .col_5 .box_bg .box_bg:not(:last-child),
  .row.base .col_5 .box_bg .box_border:not(:last-child),
  .row.base .col_5 .box_border .box_bg:not(:last-child),
  .row.base .col_5 .box_border .box_border:not(:last-child), .row.base .col_6 .box_bg .box_bg:not(:last-child),
  .row.base .col_6 .box_bg .box_border:not(:last-child),
  .row.base .col_6 .box_border .box_bg:not(:last-child),
  .row.base .col_6 .box_border .box_border:not(:last-child) {
    margin-bottom: 20px;
  }
  .row__img_txt .col__img {
    width: 32%;
  }
  .row__img_txt .col__img img {
    border-radius: 0;
  }
  .row__img_txt .col__text {
    width: 66%;
  }
  .row__img_txt .col__text .box_bg,
  .row__img_txt .col__text .box_border {
    height: auto;
  }
}
@media only screen and (min-width: 1240px) {
  .row .col__imgleft {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }
  .row .col__imgright {
    width: 50vw;
    margin-right: -50vw;
  }
}

@media (max-width: 767px) {
  .row_same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
  .row_same .col {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .row_same {
    display: grid;
    gap: 2%;
  }
  .row_same .col {
    display: grid;
    grid-template-rows: subgrid;
    row-gap: var(--pd10);
  }
  .row_same.col2 {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
  .row_same.col3 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .row_same.span1 .col {
    grid-row: span 1;
  }
  .row_same.span2 .col {
    grid-row: span 2;
  }
  .row_same.span3 .col {
    grid-row: span 3;
  }
  .row_same.span4 .col {
    grid-row: span 4;
  }
  .row_same.span5 .col {
    grid-row: span 5;
  }
  .row_same.span6 .col {
    grid-row: span 6;
  }
  .row_same.span7 .col {
    grid-row: span 7;
  }
  .row_same.span8 .col {
    grid-row: span 8;
  }
  .row_same.span9 .col {
    grid-row: span 9;
  }
  .row_same.span10 .col {
    grid-row: span 10;
  }
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp_dbl {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .tb_dbl {
    display: inline-block;
  }
}
@media only screen and (min-width: 1240px) {
  .pc_dbl {
    display: inline-block;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.color1 {
  color: #58473d;
}

.color2 {
  color: #e1d2b5;
}

.txt-large {
  font-size: clamp(18px, 2.4vw, 24px);
}

.abcenter {
  position: absolute;
  inset: 0;
  margin: auto;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.dbl {
  display: inline-block;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pc_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 84%;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sp_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    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;
  }
  .sp_horizon .header_logo {
    margin-left: 0;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .header .header_logo {
    margin: 30px 40px;
    width: 254px;
  }
}
@media (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    margin: var(--pd30) auto;
    text-align: center;
    width: calc(450 / 767 * 100vw);
  }
}

@media (min-width: 768px) {
  .home .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .home .header.header_scrolled {
    background: white;
  }
}

.sp_nav {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_nav > li {
    border-left: 1px solid #ddd;
  }
  .sp_nav > li:first-child {
    border-left: none;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  --nav-line-height: 1.5;
  /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px;
  /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  background: #fff;
  overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
.global_nav .menu-item img {
  width: 27px;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    background: transparent;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .global_nav .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #333333;
    height: 60px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    -webkit-transition: background-color .3s , color .3s;
    transition: background-color .3s , color .3s;
  }
  .global_nav .menu-item:hover > a {
    color: #e1d2b5;
  }
  .global_nav .menu-item:hover > a img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(5%) saturate(2033%) hue-rotate(338deg) brightness(96%) contrast(89%);
            filter: brightness(0) saturate(100%) invert(27%) sepia(5%) saturate(2033%) hue-rotate(338deg) brightness(96%) contrast(89%);
  }
  .global_nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  .global_nav .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: auto;
    bottom: 15%;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #58473d;
    color: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #58473d;
    background: #fff;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    right: 0;
    width: auto;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 20;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
  .global_nav .menu-item > .sub-menu {
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: var(--submenu-icon-width);
    height: var(--submenu-icon-width);
    bottom: auto;
    right: auto;
    left: 0.1em;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc( 1em * var(--nav-line-height) / 2 - ( var(--submenu-icon-width) / 2) - var(--yugo-minus));
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a::after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
  }
}
@media (min-width: 768px) {
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    padding-top: 70px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
    row-gap: 0;
  }
  .global_nav .menu {
    border-top: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .global_nav .menu-item {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.6em;
    padding-left: 1em;
    padding-right: 2.6em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #333333;
    background: #fff;
    position: relative;
  }
  .global_nav .menu-item a::after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global_nav .menu-item a:hover {
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    background: #58473d;
  }
  .global_nav .menu-item.menu-item-has-children > a::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global_nav .sub-menu {
    font-size: inherit;
  }
  .global_nav .sub-menu a {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2.6em;
    background: #faf8f4;
    border-bottom: 1px solid #ddd;
  }
  .global_nav .sub-menu a:hover {
    background: #58473d;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
  .global_nav .nav_title {
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  .global_nav .nav_title a {
    background: #e1d2b5;
    color: #fff;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_nav .nav_title a::after {
    display: none !important;
  }
  .global_nav .sp_toggle_close_top {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .global_nav .sp_toggle_close_top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #58473d;
    border-radius: 50%;
    height: 36px;
    width: 36px;
  }
  .global_nav .sp_toggle_close_top .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .global_nav .sp_toggle_close_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #58473d;
    color: #fff;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    height: 2em;
    margin-inline: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 0.25em 0;
    width: 7.5em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 0.5em;
  }
  .global_nav .sp_toggle_close_bottom svg {
    display: block;
    fill: #fff;
    width: 13px;
    aspect-ratio: 1;
  }
}

@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover::after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n + 3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #58473d;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #58473d;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a::after {
    border-color: #58473d;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #58473d;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #e1d2b5;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #e1d2b5;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a::after {
    border-color: #e1d2b5;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #e1d2b5;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a::after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    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;
  }
}

.mainimage {
  padding-bottom: 0px;
  position: relative;
}
.mainimage:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/top/main_maru.png") no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .mainimage:before {
    top: calc(100% - 230px);
    width: 289px;
    height: 352px;
  }
}
.mainimage img {
  width: 100%;
}
.mainimage .slider {
  aspect-ratio: 770 / 770;
}
.mainimage .slider:not(.slick-initialized) {
  overflow: hidden;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
@media (min-width: 768px) {
  .mainimage .slider {
    aspect-ratio: 2000 / 980;
  }
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  bottom: -30px;
}
.mainimage .slick-dots li {
  margin: 0;
  width: 13px;
  height: 13px;
}
.mainimage .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #dadada;
  padding: 0;
  border-radius: 50%;
}
.mainimage .slick-dots li button:before {
  content: none;
}
.mainimage .slick-dots li.slick-active button {
  background: #58473d;
}

.side_bnr {
  position: fixed;
  z-index: 10;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    right: 0;
    z-index: 20;
    top: auto;
    bottom: 0;
    width: auto;
    right: 120px;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.totop {
  bottom: calc(17vw + env(safe-area-inset-bottom));
  display: none;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 10;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.totop:hover {
  cursor: pointer;
  opacity: .8;
}
.totop .totop_inner {
  background: #58473d;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .totop {
    bottom: 43px;
    width: 60px;
    right: 30px;
  }
  .totop .totop_inner {
    width: 80px;
    height: 80px;
  }
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #58473d;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #58473d;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 11.7px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 11.7px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 27px;
  padding: 32.4px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 36px;
  height: 36px;
  font-family: "Material Icons";
  font-size: 36px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 18px;
  left: 13.5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 13.5px;
  bottom: 18px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #58473d;
  border: 1px solid #58473d;
  width: 100%;
  border-radius: 0;
  padding: .5rem 2rem;
  font-size: 18px;
  border-radius: 100vmax;
  -webkit-transition: .3s;
  transition: .3s;
}
.btnstyle a::after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a:hover {
  background: #e1d2b5;
  color: #333333 !important;
  border-color: #e1d2b5;
}
.btnstyle a:hover .ic:before {
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(5%) saturate(2033%) hue-rotate(338deg) brightness(96%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(5%) saturate(2033%) hue-rotate(338deg) brightness(96%) contrast(89%);
}
.btnstyle.short a {
  max-width: 150px;
  padding: .4rem 2rem .3rem;
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btnstyle.pc-text-left a {
    margin-left: 0;
  }
  .btnstyle.pc-text-right a {
    margin-right: 0;
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 57.375px;
  padding-bottom: 57.375px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - ( 1239px / 2 ) );
    margin-right: calc(50% - ( 1239px / 2 ) );
  }

  .section {
    padding-left: calc( ( 1239px / 2 ) - 50%);
    padding-right: calc( ( 1239px / 2 ) - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 31.5px;
}

.main_post_body {
  margin-bottom: 54px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #8c8c8c;
  font-size: 15.75px;
  line-height: 1.4;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.breadcrumb .svg-icons {
  fill: #8c8c8c;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #58473d;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: gray;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 31.5px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 63px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 22.5px 45px 22.5px 22.5px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 18px 36px 18px 18px;
  }
}
.sitemap_box .menu a:hover {
  color: #58473d;
  background: #faf8f4;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #58473d;
  border-right: 1px solid #58473d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type="submit"] {
  background: #58473d;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #58473d;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 240px;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #58473d;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 22.5px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 36px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 22.5px;
    margin-bottom: 36px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 9px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 22.5px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 13.5px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 13.5px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 31.5px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 22.5px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 18px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry_title {
    font-size: 27px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 27px;
}
.entry_title a {
  color: #333333;
  text-decoration: none;
}
.entry_title a:hover {
  color: #58473d;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 15.75px;
  letter-spacing: 0.01em;
  margin-bottom: 40.5px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 27px;
    margin-top: 13.5px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 27px;
  margin-top: 13.5px;
}
.entry_ex a {
  color: #58473d;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #333333;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 15.84px;
  line-height: 1.5;
  margin-top: 72px !important;
  padding-top: 54px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 36px !important;
    padding-top: 31.5px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagenav_single a:hover {
  opacity: .7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 54px;
  padding-bottom: 54px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 90px;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15.84px;
  line-height: 22.5px;
  margin-top: 54px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 33.75px;
  line-height: 33.75px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 33.75px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #58473d;
  border: 1px solid #58473d;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 24.75px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 13.5px;
}
.post_aside .category_list {
  margin-top: 18px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
  line-height: 1.5;
  padding: 13.5px 9px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #58473d;
}
.post_aside .category_list a .material-icons {
  font-size: 18px;
}
.post_aside .latestpost_list {
  margin-top: 18px;
  padding-bottom: 13.5px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 4.5px 9px 4.5px 27px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 9px;
  padding-top: 4.5px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #58473d;
}
.post_aside .latestpost_list a:hover::before {
  color: #58473d;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #58473d;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: var(--pd10);
  }
  .slide_wrap_horizontal .slide_thumb {
    gap: var(--pd10);
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: calc((100% - var(--pd30)) / 4);
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: var(--pd10);
}
.slide_wrap_vertical .slide_thumb {
  gap: var(--pd10);
}
.slide_wrap_vertical .slide_thumb .item {
  width: calc((100% - var(--pd50)) / 6);
}
@media (min-width: 768px) {
  .slide_wrap_vertical {
    max-width: 850px;
    margin: 0 auto;
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}
.img_slider img {
  border-radius: 0;
}
.img_slider .img_slide_main .slick-prev, .img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}
.img_slider .img_slide_main .slick-prev:before, .img_slider .img_slide_main .slick-next:before {
  font-size: 30px;
}
.img_slider .img_slide_main .slick-prev {
  left: 20px;
}
.img_slider .img_slide_main .slick-next {
  right: 20px;
}
.img_slider .img_slide_main .item {
  position: relative;
  height: auto;
}
.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .img_slider .img_slide_main .slick-prev, .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }
  .img_slider .img_slide_main .slick-prev:before, .img_slider .img_slide_main .slick-next:before {
    font-size: 20px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 5px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5;
  }
}
.img_slider .img_slide_thumb {
  margin-top: 10px;
}
.img_slider .img_slide_thumb img {
  padding: 0 5px;
}
.img_slider .img_slide_thumb .item {
  height: auto;
}
@media (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #58473d;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #58473d;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #58473d;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #58473d;
  color: #fff;
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: .35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: .8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #58473d;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #58473d;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media (min-width: 768px) {
  .page_title_wrap .container {
    height: 200px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: 36px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.mce-content-body:not(.home *) h2 {
  color: #1f1f1f;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 34px;
  position: relative;
}
@media (min-width: 768px) {
  .mce-content-body:not(.home *) h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.mce-content-body:not(.home *) h2:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 49px;
  height: 24px;
}
.mce-content-body:not(.home *) h3 {
  color: #1f1f1f;
  display: block;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #b1a9a4;
  position: relative;
  padding-left: 19px;
}
.mce-content-body:not(.home *) h3:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: .1em;
  bottom: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #6ce39b), color-stop(30%, #58473d), to(#58473d));
  background: linear-gradient(to bottom, #6ce39b 30%, #58473d 30%, #58473d 100%);
  width: 5px;
  height: 30px;
}
@media (max-width: 767px) {
  .mce-content-body:not(.home *) h3:after {
    top: 2px;
  }
}
@media (min-width: 768px) {
  .mce-content-body:not(.home *) h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.mce-content-body:not(.home *) h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body:not(.home *) h3.aside_title:after, .mce-content-body:not(.home *) h3.aside_title:before {
  display: none;
}
.mce-content-body:not(.home *) h4 {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  padding-left: 28px;
}
.mce-content-body:not(.home *) h4:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body:not(.home *) h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.mce-content-body:not(.home *) h4:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: 9px;
  right: auto;
  bottom: auto;
  width: 14px;
  height: 14px;
  background: url("../img/common/h4.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .mce-content-body:not(.home *) h4:after {
    top: 11px;
  }
}
.mce-content-body:not(.home *) h5 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
}
.mce-content-body:not(.home *) h5:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body:not(.home *) h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.mce-content-body:not(.home *) h5 {
  display: table;
  background: #e1d2b5;
  padding: .3rem 10px;
  border-radius: 0px;
}

.text-large {
  color: #58473d;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}


/*sns*/
.global_nav .sns_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin: 40px 20px 0;
}
.global_nav .sns_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 20px 0 40px;
}

@media only screen and (min-width: 768px) {
  .global_nav .sns_box {
    display: none;
  }
}
