@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

:root {
  --white: #FFFFFF;
  --white2: #F5F4F4;
  --black: #707070;
  --black2: #000000;
  --red: #DB9493;
  --red2: #D68484;
  --red3: #CC6766;
  --gray: #DEDDDD;
  --font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-mincho: "Zen Old Mincho", serif;
  --font-weight__regular: 400;
  --font-weight__medium: 500;
  --font-weight__semibold: 600;
  --font-weight__bold: 700;
  --font-weight__black: 900;
  --width-base: calc(100% - 200px);
  --width-content1: 1420px;
  --width1: min(var(--width-base), var(--width-content1));
  --full-width1: min(100% , var(--width-content1));
  --n-margin-width1: calc(-1 * max(((100cqw - var(--width-content1)) / 2), 20px));
  --width-content2: 1400px;
  --width2: min(var(--width-base), var(--width-content2));
  --full-width2: min(100% , var(--width-content2));
  --n-margin-width2: calc(-1 * max(((100cqw - var(--width-content2)) / 2), 20px));
  --width-content3: 1300px;
  --width3: min(var(--width-base), var(--width-content3));
  --full-width3: min(100% , var(--width-content3));
  --n-margin-width3: calc(-1 * max(((100cqw - var(--width-content3)) / 2), 20px));
  --width-content4: 1388px;
  --width4: min(var(--width-base), var(--width-content4));
  --full-width4: min(100% , var(--width-content4));
  --n-margin-width4: calc(-1 * max(((100cqw - var(--width-content4)) / 2), 20px));
  --width-content5: 600px;
  --width5: min(var(--width-base), var(--width-content5));
  --full-width5: min(100% , var(--width-content5));
  --n-margin-width5: calc(-1 * max(((100cqw - var(--width-content5)) / 2), 20px));
  --width-content6: 1100px;
  --width6: min(var(--width-base), var(--width-content6));
  --full-width6: min(100% , var(--width-content6));
  --n-margin-width6: calc(-1 * max(((100cqw - var(--width-content6)) / 2), 20px));
  --width-content7: 1040px;
  --width7: min(var(--width-base), var(--width-content7));
  --full-width7: min(100% , var(--width-content7));
  --n-margin-width7: calc(-1 * max(((100cqw - var(--width-content7)) / 2), 20px));
  --width-content8: 900px;
  --width8: min(var(--width-base), var(--width-content8));
  --full-width8: min(100% , var(--width-content8));
  --n-margin-width8: calc(-1 * max(((100cqw - var(--width-content8)) / 2), 20px));
  --height__adminbar: 32px;
  --height__header: 87px;
  --zindex__slick-arrow: 50;
  --zindex__header: 100;
  --zindex__hamburger: 200;
  --zindex__menu: 300;
  --content-padding__top: 90px;
  --content-padding__bottom: 140px;
}

@media (max-width: 1024px) {
  :root {
    --height__header: 82px;
    --content-padding__top: 45px;
    --content-padding__bottom: 70px;
    --width-base: calc(100% - 40px);
  }
}
@media (max-width: 782px) {
  :root {
    --height__adminbar: 46px;
  }
}
/* standard-inner */
.standard-inner {
  margin: 0 auto;
}

.standard-inner.type1 {
  width: var(--width1);
}

.standard-inner.type1.fullwidth {
  width: var(--full-width1);
}

.standard-inner.type2 {
  width: var(--width2);
}

.standard-inner.type2.fullwidth {
  width: var(--full-width2);
}

.standard-inner.type3 {
  width: var(--width3);
}

.standard-inner.type3.fullwidth {
  width: var(--full-width3);
}

.standard-inner.type4 {
  width: var(--width4);
}

.standard-inner.type4.fullwidth {
  width: var(--full-width4);
}

.standard-inner.type5 {
  width: var(--width5);
}

.standard-inner.type5.fullwidth {
  width: var(--full-width5);
}

.standard-inner.type6 {
  width: var(--width6);
}

.standard-inner.type6.fullwidth {
  width: var(--full-width6);
}

.standard-inner.type7 {
  width: var(--width7);
}

.standard-inner.type7.fullwidth {
  width: var(--full-width7);
}

.standard-inner.type8 {
  width: var(--width8);
}

.standard-inner.type8.fullwidth {
  width: var(--full-width8);
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--height__header);
}

body {
  font-size: 1.6rem;
  font-family: var(--font-family);
  font-weight: var(--font-weight__medium);
  color: var(--black);
  background-color: var(--white);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  background-image: url(../img/body__bg.png);
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit]:hover {
  opacity: 0.5;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.width-0 {
  width: 0px !important;
}

.maxwidth-0 {
  max-width: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.width-1 {
  width: 1px !important;
}

.maxwidth-1 {
  max-width: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.width-2 {
  width: 2px !important;
}

.maxwidth-2 {
  max-width: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.width-3 {
  width: 3px !important;
}

.maxwidth-3 {
  max-width: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.width-4 {
  width: 4px !important;
}

.maxwidth-4 {
  max-width: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.width-5 {
  width: 5px !important;
}

.maxwidth-5 {
  max-width: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.width-6 {
  width: 6px !important;
}

.maxwidth-6 {
  max-width: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.width-7 {
  width: 7px !important;
}

.maxwidth-7 {
  max-width: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.width-8 {
  width: 8px !important;
}

.maxwidth-8 {
  max-width: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.width-9 {
  width: 9px !important;
}

.maxwidth-9 {
  max-width: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.width-10 {
  width: 10px !important;
}

.maxwidth-10 {
  max-width: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.width-11 {
  width: 11px !important;
}

.maxwidth-11 {
  max-width: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.width-12 {
  width: 12px !important;
}

.maxwidth-12 {
  max-width: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.width-13 {
  width: 13px !important;
}

.maxwidth-13 {
  max-width: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.width-14 {
  width: 14px !important;
}

.maxwidth-14 {
  max-width: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.width-15 {
  width: 15px !important;
}

.maxwidth-15 {
  max-width: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.width-16 {
  width: 16px !important;
}

.maxwidth-16 {
  max-width: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.width-17 {
  width: 17px !important;
}

.maxwidth-17 {
  max-width: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.width-18 {
  width: 18px !important;
}

.maxwidth-18 {
  max-width: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.width-19 {
  width: 19px !important;
}

.maxwidth-19 {
  max-width: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.width-20 {
  width: 20px !important;
}

.maxwidth-20 {
  max-width: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.width-21 {
  width: 21px !important;
}

.maxwidth-21 {
  max-width: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.width-22 {
  width: 22px !important;
}

.maxwidth-22 {
  max-width: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.width-23 {
  width: 23px !important;
}

.maxwidth-23 {
  max-width: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.width-24 {
  width: 24px !important;
}

.maxwidth-24 {
  max-width: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.width-25 {
  width: 25px !important;
}

.maxwidth-25 {
  max-width: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.width-26 {
  width: 26px !important;
}

.maxwidth-26 {
  max-width: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.width-27 {
  width: 27px !important;
}

.maxwidth-27 {
  max-width: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.width-28 {
  width: 28px !important;
}

.maxwidth-28 {
  max-width: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.width-29 {
  width: 29px !important;
}

.maxwidth-29 {
  max-width: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.width-30 {
  width: 30px !important;
}

.maxwidth-30 {
  max-width: 30px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.width-31 {
  width: 31px !important;
}

.maxwidth-31 {
  max-width: 31px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.width-32 {
  width: 32px !important;
}

.maxwidth-32 {
  max-width: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.width-33 {
  width: 33px !important;
}

.maxwidth-33 {
  max-width: 33px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.width-34 {
  width: 34px !important;
}

.maxwidth-34 {
  max-width: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.width-35 {
  width: 35px !important;
}

.maxwidth-35 {
  max-width: 35px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.width-36 {
  width: 36px !important;
}

.maxwidth-36 {
  max-width: 36px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.width-37 {
  width: 37px !important;
}

.maxwidth-37 {
  max-width: 37px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.width-38 {
  width: 38px !important;
}

.maxwidth-38 {
  max-width: 38px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.width-39 {
  width: 39px !important;
}

.maxwidth-39 {
  max-width: 39px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.width-40 {
  width: 40px !important;
}

.maxwidth-40 {
  max-width: 40px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.width-41 {
  width: 41px !important;
}

.maxwidth-41 {
  max-width: 41px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.width-42 {
  width: 42px !important;
}

.maxwidth-42 {
  max-width: 42px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.width-43 {
  width: 43px !important;
}

.maxwidth-43 {
  max-width: 43px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.width-44 {
  width: 44px !important;
}

.maxwidth-44 {
  max-width: 44px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.width-45 {
  width: 45px !important;
}

.maxwidth-45 {
  max-width: 45px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.width-46 {
  width: 46px !important;
}

.maxwidth-46 {
  max-width: 46px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.width-47 {
  width: 47px !important;
}

.maxwidth-47 {
  max-width: 47px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.width-48 {
  width: 48px !important;
}

.maxwidth-48 {
  max-width: 48px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.width-49 {
  width: 49px !important;
}

.maxwidth-49 {
  max-width: 49px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.width-50 {
  width: 50px !important;
}

.maxwidth-50 {
  max-width: 50px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.width-51 {
  width: 51px !important;
}

.maxwidth-51 {
  max-width: 51px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.width-52 {
  width: 52px !important;
}

.maxwidth-52 {
  max-width: 52px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.width-53 {
  width: 53px !important;
}

.maxwidth-53 {
  max-width: 53px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.width-54 {
  width: 54px !important;
}

.maxwidth-54 {
  max-width: 54px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.width-55 {
  width: 55px !important;
}

.maxwidth-55 {
  max-width: 55px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.width-56 {
  width: 56px !important;
}

.maxwidth-56 {
  max-width: 56px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.width-57 {
  width: 57px !important;
}

.maxwidth-57 {
  max-width: 57px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.width-58 {
  width: 58px !important;
}

.maxwidth-58 {
  max-width: 58px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.width-59 {
  width: 59px !important;
}

.maxwidth-59 {
  max-width: 59px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.width-60 {
  width: 60px !important;
}

.maxwidth-60 {
  max-width: 60px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.width-61 {
  width: 61px !important;
}

.maxwidth-61 {
  max-width: 61px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.width-62 {
  width: 62px !important;
}

.maxwidth-62 {
  max-width: 62px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.width-63 {
  width: 63px !important;
}

.maxwidth-63 {
  max-width: 63px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.width-64 {
  width: 64px !important;
}

.maxwidth-64 {
  max-width: 64px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.width-65 {
  width: 65px !important;
}

.maxwidth-65 {
  max-width: 65px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.width-66 {
  width: 66px !important;
}

.maxwidth-66 {
  max-width: 66px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.width-67 {
  width: 67px !important;
}

.maxwidth-67 {
  max-width: 67px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.width-68 {
  width: 68px !important;
}

.maxwidth-68 {
  max-width: 68px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.width-69 {
  width: 69px !important;
}

.maxwidth-69 {
  max-width: 69px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.width-70 {
  width: 70px !important;
}

.maxwidth-70 {
  max-width: 70px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.width-71 {
  width: 71px !important;
}

.maxwidth-71 {
  max-width: 71px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.width-72 {
  width: 72px !important;
}

.maxwidth-72 {
  max-width: 72px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.width-73 {
  width: 73px !important;
}

.maxwidth-73 {
  max-width: 73px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.width-74 {
  width: 74px !important;
}

.maxwidth-74 {
  max-width: 74px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.width-75 {
  width: 75px !important;
}

.maxwidth-75 {
  max-width: 75px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.width-76 {
  width: 76px !important;
}

.maxwidth-76 {
  max-width: 76px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.width-77 {
  width: 77px !important;
}

.maxwidth-77 {
  max-width: 77px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.width-78 {
  width: 78px !important;
}

.maxwidth-78 {
  max-width: 78px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.width-79 {
  width: 79px !important;
}

.maxwidth-79 {
  max-width: 79px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.width-80 {
  width: 80px !important;
}

.maxwidth-80 {
  max-width: 80px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.width-81 {
  width: 81px !important;
}

.maxwidth-81 {
  max-width: 81px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.width-82 {
  width: 82px !important;
}

.maxwidth-82 {
  max-width: 82px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.width-83 {
  width: 83px !important;
}

.maxwidth-83 {
  max-width: 83px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.width-84 {
  width: 84px !important;
}

.maxwidth-84 {
  max-width: 84px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.width-85 {
  width: 85px !important;
}

.maxwidth-85 {
  max-width: 85px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.width-86 {
  width: 86px !important;
}

.maxwidth-86 {
  max-width: 86px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.width-87 {
  width: 87px !important;
}

.maxwidth-87 {
  max-width: 87px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.width-88 {
  width: 88px !important;
}

.maxwidth-88 {
  max-width: 88px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.width-89 {
  width: 89px !important;
}

.maxwidth-89 {
  max-width: 89px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.width-90 {
  width: 90px !important;
}

.maxwidth-90 {
  max-width: 90px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.width-91 {
  width: 91px !important;
}

.maxwidth-91 {
  max-width: 91px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.width-92 {
  width: 92px !important;
}

.maxwidth-92 {
  max-width: 92px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.width-93 {
  width: 93px !important;
}

.maxwidth-93 {
  max-width: 93px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.width-94 {
  width: 94px !important;
}

.maxwidth-94 {
  max-width: 94px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.width-95 {
  width: 95px !important;
}

.maxwidth-95 {
  max-width: 95px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.width-96 {
  width: 96px !important;
}

.maxwidth-96 {
  max-width: 96px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.width-97 {
  width: 97px !important;
}

.maxwidth-97 {
  max-width: 97px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.width-98 {
  width: 98px !important;
}

.maxwidth-98 {
  max-width: 98px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.width-99 {
  width: 99px !important;
}

.maxwidth-99 {
  max-width: 99px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.width-100 {
  width: 100px !important;
}

.maxwidth-100 {
  max-width: 100px !important;
}

.pb-101 {
  padding-bottom: 101px !important;
}

.width-101 {
  width: 101px !important;
}

.maxwidth-101 {
  max-width: 101px !important;
}

.pb-102 {
  padding-bottom: 102px !important;
}

.width-102 {
  width: 102px !important;
}

.maxwidth-102 {
  max-width: 102px !important;
}

.pb-103 {
  padding-bottom: 103px !important;
}

.width-103 {
  width: 103px !important;
}

.maxwidth-103 {
  max-width: 103px !important;
}

.pb-104 {
  padding-bottom: 104px !important;
}

.width-104 {
  width: 104px !important;
}

.maxwidth-104 {
  max-width: 104px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.width-105 {
  width: 105px !important;
}

.maxwidth-105 {
  max-width: 105px !important;
}

.pb-106 {
  padding-bottom: 106px !important;
}

.width-106 {
  width: 106px !important;
}

.maxwidth-106 {
  max-width: 106px !important;
}

.pb-107 {
  padding-bottom: 107px !important;
}

.width-107 {
  width: 107px !important;
}

.maxwidth-107 {
  max-width: 107px !important;
}

.pb-108 {
  padding-bottom: 108px !important;
}

.width-108 {
  width: 108px !important;
}

.maxwidth-108 {
  max-width: 108px !important;
}

.pb-109 {
  padding-bottom: 109px !important;
}

.width-109 {
  width: 109px !important;
}

.maxwidth-109 {
  max-width: 109px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.width-110 {
  width: 110px !important;
}

.maxwidth-110 {
  max-width: 110px !important;
}

.pb-111 {
  padding-bottom: 111px !important;
}

.width-111 {
  width: 111px !important;
}

.maxwidth-111 {
  max-width: 111px !important;
}

.pb-112 {
  padding-bottom: 112px !important;
}

.width-112 {
  width: 112px !important;
}

.maxwidth-112 {
  max-width: 112px !important;
}

.pb-113 {
  padding-bottom: 113px !important;
}

.width-113 {
  width: 113px !important;
}

.maxwidth-113 {
  max-width: 113px !important;
}

.pb-114 {
  padding-bottom: 114px !important;
}

.width-114 {
  width: 114px !important;
}

.maxwidth-114 {
  max-width: 114px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.width-115 {
  width: 115px !important;
}

.maxwidth-115 {
  max-width: 115px !important;
}

.pb-116 {
  padding-bottom: 116px !important;
}

.width-116 {
  width: 116px !important;
}

.maxwidth-116 {
  max-width: 116px !important;
}

.pb-117 {
  padding-bottom: 117px !important;
}

.width-117 {
  width: 117px !important;
}

.maxwidth-117 {
  max-width: 117px !important;
}

.pb-118 {
  padding-bottom: 118px !important;
}

.width-118 {
  width: 118px !important;
}

.maxwidth-118 {
  max-width: 118px !important;
}

.pb-119 {
  padding-bottom: 119px !important;
}

.width-119 {
  width: 119px !important;
}

.maxwidth-119 {
  max-width: 119px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.width-120 {
  width: 120px !important;
}

.maxwidth-120 {
  max-width: 120px !important;
}

.pb-121 {
  padding-bottom: 121px !important;
}

.width-121 {
  width: 121px !important;
}

.maxwidth-121 {
  max-width: 121px !important;
}

.pb-122 {
  padding-bottom: 122px !important;
}

.width-122 {
  width: 122px !important;
}

.maxwidth-122 {
  max-width: 122px !important;
}

.pb-123 {
  padding-bottom: 123px !important;
}

.width-123 {
  width: 123px !important;
}

.maxwidth-123 {
  max-width: 123px !important;
}

.pb-124 {
  padding-bottom: 124px !important;
}

.width-124 {
  width: 124px !important;
}

.maxwidth-124 {
  max-width: 124px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.width-125 {
  width: 125px !important;
}

.maxwidth-125 {
  max-width: 125px !important;
}

.pb-126 {
  padding-bottom: 126px !important;
}

.width-126 {
  width: 126px !important;
}

.maxwidth-126 {
  max-width: 126px !important;
}

.pb-127 {
  padding-bottom: 127px !important;
}

.width-127 {
  width: 127px !important;
}

.maxwidth-127 {
  max-width: 127px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.width-128 {
  width: 128px !important;
}

.maxwidth-128 {
  max-width: 128px !important;
}

.pb-129 {
  padding-bottom: 129px !important;
}

.width-129 {
  width: 129px !important;
}

.maxwidth-129 {
  max-width: 129px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.width-130 {
  width: 130px !important;
}

.maxwidth-130 {
  max-width: 130px !important;
}

.pb-131 {
  padding-bottom: 131px !important;
}

.width-131 {
  width: 131px !important;
}

.maxwidth-131 {
  max-width: 131px !important;
}

.pb-132 {
  padding-bottom: 132px !important;
}

.width-132 {
  width: 132px !important;
}

.maxwidth-132 {
  max-width: 132px !important;
}

.pb-133 {
  padding-bottom: 133px !important;
}

.width-133 {
  width: 133px !important;
}

.maxwidth-133 {
  max-width: 133px !important;
}

.pb-134 {
  padding-bottom: 134px !important;
}

.width-134 {
  width: 134px !important;
}

.maxwidth-134 {
  max-width: 134px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.width-135 {
  width: 135px !important;
}

.maxwidth-135 {
  max-width: 135px !important;
}

.pb-136 {
  padding-bottom: 136px !important;
}

.width-136 {
  width: 136px !important;
}

.maxwidth-136 {
  max-width: 136px !important;
}

.pb-137 {
  padding-bottom: 137px !important;
}

.width-137 {
  width: 137px !important;
}

.maxwidth-137 {
  max-width: 137px !important;
}

.pb-138 {
  padding-bottom: 138px !important;
}

.width-138 {
  width: 138px !important;
}

.maxwidth-138 {
  max-width: 138px !important;
}

.pb-139 {
  padding-bottom: 139px !important;
}

.width-139 {
  width: 139px !important;
}

.maxwidth-139 {
  max-width: 139px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.width-140 {
  width: 140px !important;
}

.maxwidth-140 {
  max-width: 140px !important;
}

.pb-141 {
  padding-bottom: 141px !important;
}

.width-141 {
  width: 141px !important;
}

.maxwidth-141 {
  max-width: 141px !important;
}

.pb-142 {
  padding-bottom: 142px !important;
}

.width-142 {
  width: 142px !important;
}

.maxwidth-142 {
  max-width: 142px !important;
}

.pb-143 {
  padding-bottom: 143px !important;
}

.width-143 {
  width: 143px !important;
}

.maxwidth-143 {
  max-width: 143px !important;
}

.pb-144 {
  padding-bottom: 144px !important;
}

.width-144 {
  width: 144px !important;
}

.maxwidth-144 {
  max-width: 144px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.width-145 {
  width: 145px !important;
}

.maxwidth-145 {
  max-width: 145px !important;
}

.pb-146 {
  padding-bottom: 146px !important;
}

.width-146 {
  width: 146px !important;
}

.maxwidth-146 {
  max-width: 146px !important;
}

.pb-147 {
  padding-bottom: 147px !important;
}

.width-147 {
  width: 147px !important;
}

.maxwidth-147 {
  max-width: 147px !important;
}

.pb-148 {
  padding-bottom: 148px !important;
}

.width-148 {
  width: 148px !important;
}

.maxwidth-148 {
  max-width: 148px !important;
}

.pb-149 {
  padding-bottom: 149px !important;
}

.width-149 {
  width: 149px !important;
}

.maxwidth-149 {
  max-width: 149px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.width-150 {
  width: 150px !important;
}

.maxwidth-150 {
  max-width: 150px !important;
}

.pb-151 {
  padding-bottom: 151px !important;
}

.width-151 {
  width: 151px !important;
}

.maxwidth-151 {
  max-width: 151px !important;
}

.pb-152 {
  padding-bottom: 152px !important;
}

.width-152 {
  width: 152px !important;
}

.maxwidth-152 {
  max-width: 152px !important;
}

.pb-153 {
  padding-bottom: 153px !important;
}

.width-153 {
  width: 153px !important;
}

.maxwidth-153 {
  max-width: 153px !important;
}

.pb-154 {
  padding-bottom: 154px !important;
}

.width-154 {
  width: 154px !important;
}

.maxwidth-154 {
  max-width: 154px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.width-155 {
  width: 155px !important;
}

.maxwidth-155 {
  max-width: 155px !important;
}

.pb-156 {
  padding-bottom: 156px !important;
}

.width-156 {
  width: 156px !important;
}

.maxwidth-156 {
  max-width: 156px !important;
}

.pb-157 {
  padding-bottom: 157px !important;
}

.width-157 {
  width: 157px !important;
}

.maxwidth-157 {
  max-width: 157px !important;
}

.pb-158 {
  padding-bottom: 158px !important;
}

.width-158 {
  width: 158px !important;
}

.maxwidth-158 {
  max-width: 158px !important;
}

.pb-159 {
  padding-bottom: 159px !important;
}

.width-159 {
  width: 159px !important;
}

.maxwidth-159 {
  max-width: 159px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.width-160 {
  width: 160px !important;
}

.maxwidth-160 {
  max-width: 160px !important;
}

.pb-161 {
  padding-bottom: 161px !important;
}

.width-161 {
  width: 161px !important;
}

.maxwidth-161 {
  max-width: 161px !important;
}

.pb-162 {
  padding-bottom: 162px !important;
}

.width-162 {
  width: 162px !important;
}

.maxwidth-162 {
  max-width: 162px !important;
}

.pb-163 {
  padding-bottom: 163px !important;
}

.width-163 {
  width: 163px !important;
}

.maxwidth-163 {
  max-width: 163px !important;
}

.pb-164 {
  padding-bottom: 164px !important;
}

.width-164 {
  width: 164px !important;
}

.maxwidth-164 {
  max-width: 164px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.width-165 {
  width: 165px !important;
}

.maxwidth-165 {
  max-width: 165px !important;
}

.pb-166 {
  padding-bottom: 166px !important;
}

.width-166 {
  width: 166px !important;
}

.maxwidth-166 {
  max-width: 166px !important;
}

.pb-167 {
  padding-bottom: 167px !important;
}

.width-167 {
  width: 167px !important;
}

.maxwidth-167 {
  max-width: 167px !important;
}

.pb-168 {
  padding-bottom: 168px !important;
}

.width-168 {
  width: 168px !important;
}

.maxwidth-168 {
  max-width: 168px !important;
}

.pb-169 {
  padding-bottom: 169px !important;
}

.width-169 {
  width: 169px !important;
}

.maxwidth-169 {
  max-width: 169px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.width-170 {
  width: 170px !important;
}

.maxwidth-170 {
  max-width: 170px !important;
}

.pb-171 {
  padding-bottom: 171px !important;
}

.width-171 {
  width: 171px !important;
}

.maxwidth-171 {
  max-width: 171px !important;
}

.pb-172 {
  padding-bottom: 172px !important;
}

.width-172 {
  width: 172px !important;
}

.maxwidth-172 {
  max-width: 172px !important;
}

.pb-173 {
  padding-bottom: 173px !important;
}

.width-173 {
  width: 173px !important;
}

.maxwidth-173 {
  max-width: 173px !important;
}

.pb-174 {
  padding-bottom: 174px !important;
}

.width-174 {
  width: 174px !important;
}

.maxwidth-174 {
  max-width: 174px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.width-175 {
  width: 175px !important;
}

.maxwidth-175 {
  max-width: 175px !important;
}

.pb-176 {
  padding-bottom: 176px !important;
}

.width-176 {
  width: 176px !important;
}

.maxwidth-176 {
  max-width: 176px !important;
}

.pb-177 {
  padding-bottom: 177px !important;
}

.width-177 {
  width: 177px !important;
}

.maxwidth-177 {
  max-width: 177px !important;
}

.pb-178 {
  padding-bottom: 178px !important;
}

.width-178 {
  width: 178px !important;
}

.maxwidth-178 {
  max-width: 178px !important;
}

.pb-179 {
  padding-bottom: 179px !important;
}

.width-179 {
  width: 179px !important;
}

.maxwidth-179 {
  max-width: 179px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.width-180 {
  width: 180px !important;
}

.maxwidth-180 {
  max-width: 180px !important;
}

.pb-181 {
  padding-bottom: 181px !important;
}

.width-181 {
  width: 181px !important;
}

.maxwidth-181 {
  max-width: 181px !important;
}

.pb-182 {
  padding-bottom: 182px !important;
}

.width-182 {
  width: 182px !important;
}

.maxwidth-182 {
  max-width: 182px !important;
}

.pb-183 {
  padding-bottom: 183px !important;
}

.width-183 {
  width: 183px !important;
}

.maxwidth-183 {
  max-width: 183px !important;
}

.pb-184 {
  padding-bottom: 184px !important;
}

.width-184 {
  width: 184px !important;
}

.maxwidth-184 {
  max-width: 184px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.width-185 {
  width: 185px !important;
}

.maxwidth-185 {
  max-width: 185px !important;
}

.pb-186 {
  padding-bottom: 186px !important;
}

.width-186 {
  width: 186px !important;
}

.maxwidth-186 {
  max-width: 186px !important;
}

.pb-187 {
  padding-bottom: 187px !important;
}

.width-187 {
  width: 187px !important;
}

.maxwidth-187 {
  max-width: 187px !important;
}

.pb-188 {
  padding-bottom: 188px !important;
}

.width-188 {
  width: 188px !important;
}

.maxwidth-188 {
  max-width: 188px !important;
}

.pb-189 {
  padding-bottom: 189px !important;
}

.width-189 {
  width: 189px !important;
}

.maxwidth-189 {
  max-width: 189px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.width-190 {
  width: 190px !important;
}

.maxwidth-190 {
  max-width: 190px !important;
}

.pb-191 {
  padding-bottom: 191px !important;
}

.width-191 {
  width: 191px !important;
}

.maxwidth-191 {
  max-width: 191px !important;
}

.pb-192 {
  padding-bottom: 192px !important;
}

.width-192 {
  width: 192px !important;
}

.maxwidth-192 {
  max-width: 192px !important;
}

.pb-193 {
  padding-bottom: 193px !important;
}

.width-193 {
  width: 193px !important;
}

.maxwidth-193 {
  max-width: 193px !important;
}

.pb-194 {
  padding-bottom: 194px !important;
}

.width-194 {
  width: 194px !important;
}

.maxwidth-194 {
  max-width: 194px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.width-195 {
  width: 195px !important;
}

.maxwidth-195 {
  max-width: 195px !important;
}

.pb-196 {
  padding-bottom: 196px !important;
}

.width-196 {
  width: 196px !important;
}

.maxwidth-196 {
  max-width: 196px !important;
}

.pb-197 {
  padding-bottom: 197px !important;
}

.width-197 {
  width: 197px !important;
}

.maxwidth-197 {
  max-width: 197px !important;
}

.pb-198 {
  padding-bottom: 198px !important;
}

.width-198 {
  width: 198px !important;
}

.maxwidth-198 {
  max-width: 198px !important;
}

.pb-199 {
  padding-bottom: 199px !important;
}

.width-199 {
  width: 199px !important;
}

.maxwidth-199 {
  max-width: 199px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.width-200 {
  width: 200px !important;
}

.maxwidth-200 {
  max-width: 200px !important;
}

.pb-201 {
  padding-bottom: 201px !important;
}

.width-201 {
  width: 201px !important;
}

.maxwidth-201 {
  max-width: 201px !important;
}

.pb-202 {
  padding-bottom: 202px !important;
}

.width-202 {
  width: 202px !important;
}

.maxwidth-202 {
  max-width: 202px !important;
}

.pb-203 {
  padding-bottom: 203px !important;
}

.width-203 {
  width: 203px !important;
}

.maxwidth-203 {
  max-width: 203px !important;
}

.pb-204 {
  padding-bottom: 204px !important;
}

.width-204 {
  width: 204px !important;
}

.maxwidth-204 {
  max-width: 204px !important;
}

.pb-205 {
  padding-bottom: 205px !important;
}

.width-205 {
  width: 205px !important;
}

.maxwidth-205 {
  max-width: 205px !important;
}

.pb-206 {
  padding-bottom: 206px !important;
}

.width-206 {
  width: 206px !important;
}

.maxwidth-206 {
  max-width: 206px !important;
}

.pb-207 {
  padding-bottom: 207px !important;
}

.width-207 {
  width: 207px !important;
}

.maxwidth-207 {
  max-width: 207px !important;
}

.pb-208 {
  padding-bottom: 208px !important;
}

.width-208 {
  width: 208px !important;
}

.maxwidth-208 {
  max-width: 208px !important;
}

.pb-209 {
  padding-bottom: 209px !important;
}

.width-209 {
  width: 209px !important;
}

.maxwidth-209 {
  max-width: 209px !important;
}

.pb-210 {
  padding-bottom: 210px !important;
}

.width-210 {
  width: 210px !important;
}

.maxwidth-210 {
  max-width: 210px !important;
}

.pb-211 {
  padding-bottom: 211px !important;
}

.width-211 {
  width: 211px !important;
}

.maxwidth-211 {
  max-width: 211px !important;
}

.pb-212 {
  padding-bottom: 212px !important;
}

.width-212 {
  width: 212px !important;
}

.maxwidth-212 {
  max-width: 212px !important;
}

.pb-213 {
  padding-bottom: 213px !important;
}

.width-213 {
  width: 213px !important;
}

.maxwidth-213 {
  max-width: 213px !important;
}

.pb-214 {
  padding-bottom: 214px !important;
}

.width-214 {
  width: 214px !important;
}

.maxwidth-214 {
  max-width: 214px !important;
}

.pb-215 {
  padding-bottom: 215px !important;
}

.width-215 {
  width: 215px !important;
}

.maxwidth-215 {
  max-width: 215px !important;
}

.pb-216 {
  padding-bottom: 216px !important;
}

.width-216 {
  width: 216px !important;
}

.maxwidth-216 {
  max-width: 216px !important;
}

.pb-217 {
  padding-bottom: 217px !important;
}

.width-217 {
  width: 217px !important;
}

.maxwidth-217 {
  max-width: 217px !important;
}

.pb-218 {
  padding-bottom: 218px !important;
}

.width-218 {
  width: 218px !important;
}

.maxwidth-218 {
  max-width: 218px !important;
}

.pb-219 {
  padding-bottom: 219px !important;
}

.width-219 {
  width: 219px !important;
}

.maxwidth-219 {
  max-width: 219px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.width-220 {
  width: 220px !important;
}

.maxwidth-220 {
  max-width: 220px !important;
}

.pb-221 {
  padding-bottom: 221px !important;
}

.width-221 {
  width: 221px !important;
}

.maxwidth-221 {
  max-width: 221px !important;
}

.pb-222 {
  padding-bottom: 222px !important;
}

.width-222 {
  width: 222px !important;
}

.maxwidth-222 {
  max-width: 222px !important;
}

.pb-223 {
  padding-bottom: 223px !important;
}

.width-223 {
  width: 223px !important;
}

.maxwidth-223 {
  max-width: 223px !important;
}

.pb-224 {
  padding-bottom: 224px !important;
}

.width-224 {
  width: 224px !important;
}

.maxwidth-224 {
  max-width: 224px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.width-225 {
  width: 225px !important;
}

.maxwidth-225 {
  max-width: 225px !important;
}

.pb-226 {
  padding-bottom: 226px !important;
}

.width-226 {
  width: 226px !important;
}

.maxwidth-226 {
  max-width: 226px !important;
}

.pb-227 {
  padding-bottom: 227px !important;
}

.width-227 {
  width: 227px !important;
}

.maxwidth-227 {
  max-width: 227px !important;
}

.pb-228 {
  padding-bottom: 228px !important;
}

.width-228 {
  width: 228px !important;
}

.maxwidth-228 {
  max-width: 228px !important;
}

.pb-229 {
  padding-bottom: 229px !important;
}

.width-229 {
  width: 229px !important;
}

.maxwidth-229 {
  max-width: 229px !important;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.width-230 {
  width: 230px !important;
}

.maxwidth-230 {
  max-width: 230px !important;
}

.pb-231 {
  padding-bottom: 231px !important;
}

.width-231 {
  width: 231px !important;
}

.maxwidth-231 {
  max-width: 231px !important;
}

.pb-232 {
  padding-bottom: 232px !important;
}

.width-232 {
  width: 232px !important;
}

.maxwidth-232 {
  max-width: 232px !important;
}

.pb-233 {
  padding-bottom: 233px !important;
}

.width-233 {
  width: 233px !important;
}

.maxwidth-233 {
  max-width: 233px !important;
}

.pb-234 {
  padding-bottom: 234px !important;
}

.width-234 {
  width: 234px !important;
}

.maxwidth-234 {
  max-width: 234px !important;
}

.pb-235 {
  padding-bottom: 235px !important;
}

.width-235 {
  width: 235px !important;
}

.maxwidth-235 {
  max-width: 235px !important;
}

.pb-236 {
  padding-bottom: 236px !important;
}

.width-236 {
  width: 236px !important;
}

.maxwidth-236 {
  max-width: 236px !important;
}

.pb-237 {
  padding-bottom: 237px !important;
}

.width-237 {
  width: 237px !important;
}

.maxwidth-237 {
  max-width: 237px !important;
}

.pb-238 {
  padding-bottom: 238px !important;
}

.width-238 {
  width: 238px !important;
}

.maxwidth-238 {
  max-width: 238px !important;
}

.pb-239 {
  padding-bottom: 239px !important;
}

.width-239 {
  width: 239px !important;
}

.maxwidth-239 {
  max-width: 239px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.width-240 {
  width: 240px !important;
}

.maxwidth-240 {
  max-width: 240px !important;
}

.pb-241 {
  padding-bottom: 241px !important;
}

.width-241 {
  width: 241px !important;
}

.maxwidth-241 {
  max-width: 241px !important;
}

.pb-242 {
  padding-bottom: 242px !important;
}

.width-242 {
  width: 242px !important;
}

.maxwidth-242 {
  max-width: 242px !important;
}

.pb-243 {
  padding-bottom: 243px !important;
}

.width-243 {
  width: 243px !important;
}

.maxwidth-243 {
  max-width: 243px !important;
}

.pb-244 {
  padding-bottom: 244px !important;
}

.width-244 {
  width: 244px !important;
}

.maxwidth-244 {
  max-width: 244px !important;
}

.pb-245 {
  padding-bottom: 245px !important;
}

.width-245 {
  width: 245px !important;
}

.maxwidth-245 {
  max-width: 245px !important;
}

.pb-246 {
  padding-bottom: 246px !important;
}

.width-246 {
  width: 246px !important;
}

.maxwidth-246 {
  max-width: 246px !important;
}

.pb-247 {
  padding-bottom: 247px !important;
}

.width-247 {
  width: 247px !important;
}

.maxwidth-247 {
  max-width: 247px !important;
}

.pb-248 {
  padding-bottom: 248px !important;
}

.width-248 {
  width: 248px !important;
}

.maxwidth-248 {
  max-width: 248px !important;
}

.pb-249 {
  padding-bottom: 249px !important;
}

.width-249 {
  width: 249px !important;
}

.maxwidth-249 {
  max-width: 249px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.width-250 {
  width: 250px !important;
}

.maxwidth-250 {
  max-width: 250px !important;
}

.pb-251 {
  padding-bottom: 251px !important;
}

.width-251 {
  width: 251px !important;
}

.maxwidth-251 {
  max-width: 251px !important;
}

.pb-252 {
  padding-bottom: 252px !important;
}

.width-252 {
  width: 252px !important;
}

.maxwidth-252 {
  max-width: 252px !important;
}

.pb-253 {
  padding-bottom: 253px !important;
}

.width-253 {
  width: 253px !important;
}

.maxwidth-253 {
  max-width: 253px !important;
}

.pb-254 {
  padding-bottom: 254px !important;
}

.width-254 {
  width: 254px !important;
}

.maxwidth-254 {
  max-width: 254px !important;
}

.pb-255 {
  padding-bottom: 255px !important;
}

.width-255 {
  width: 255px !important;
}

.maxwidth-255 {
  max-width: 255px !important;
}

.pb-256 {
  padding-bottom: 256px !important;
}

.width-256 {
  width: 256px !important;
}

.maxwidth-256 {
  max-width: 256px !important;
}

.pb-257 {
  padding-bottom: 257px !important;
}

.width-257 {
  width: 257px !important;
}

.maxwidth-257 {
  max-width: 257px !important;
}

.pb-258 {
  padding-bottom: 258px !important;
}

.width-258 {
  width: 258px !important;
}

.maxwidth-258 {
  max-width: 258px !important;
}

.pb-259 {
  padding-bottom: 259px !important;
}

.width-259 {
  width: 259px !important;
}

.maxwidth-259 {
  max-width: 259px !important;
}

.pb-260 {
  padding-bottom: 260px !important;
}

.width-260 {
  width: 260px !important;
}

.maxwidth-260 {
  max-width: 260px !important;
}

.pb-261 {
  padding-bottom: 261px !important;
}

.width-261 {
  width: 261px !important;
}

.maxwidth-261 {
  max-width: 261px !important;
}

.pb-262 {
  padding-bottom: 262px !important;
}

.width-262 {
  width: 262px !important;
}

.maxwidth-262 {
  max-width: 262px !important;
}

.pb-263 {
  padding-bottom: 263px !important;
}

.width-263 {
  width: 263px !important;
}

.maxwidth-263 {
  max-width: 263px !important;
}

.pb-264 {
  padding-bottom: 264px !important;
}

.width-264 {
  width: 264px !important;
}

.maxwidth-264 {
  max-width: 264px !important;
}

.pb-265 {
  padding-bottom: 265px !important;
}

.width-265 {
  width: 265px !important;
}

.maxwidth-265 {
  max-width: 265px !important;
}

.pb-266 {
  padding-bottom: 266px !important;
}

.width-266 {
  width: 266px !important;
}

.maxwidth-266 {
  max-width: 266px !important;
}

.pb-267 {
  padding-bottom: 267px !important;
}

.width-267 {
  width: 267px !important;
}

.maxwidth-267 {
  max-width: 267px !important;
}

.pb-268 {
  padding-bottom: 268px !important;
}

.width-268 {
  width: 268px !important;
}

.maxwidth-268 {
  max-width: 268px !important;
}

.pb-269 {
  padding-bottom: 269px !important;
}

.width-269 {
  width: 269px !important;
}

.maxwidth-269 {
  max-width: 269px !important;
}

.pb-270 {
  padding-bottom: 270px !important;
}

.width-270 {
  width: 270px !important;
}

.maxwidth-270 {
  max-width: 270px !important;
}

.pb-271 {
  padding-bottom: 271px !important;
}

.width-271 {
  width: 271px !important;
}

.maxwidth-271 {
  max-width: 271px !important;
}

.pb-272 {
  padding-bottom: 272px !important;
}

.width-272 {
  width: 272px !important;
}

.maxwidth-272 {
  max-width: 272px !important;
}

.pb-273 {
  padding-bottom: 273px !important;
}

.width-273 {
  width: 273px !important;
}

.maxwidth-273 {
  max-width: 273px !important;
}

.pb-274 {
  padding-bottom: 274px !important;
}

.width-274 {
  width: 274px !important;
}

.maxwidth-274 {
  max-width: 274px !important;
}

.pb-275 {
  padding-bottom: 275px !important;
}

.width-275 {
  width: 275px !important;
}

.maxwidth-275 {
  max-width: 275px !important;
}

.pb-276 {
  padding-bottom: 276px !important;
}

.width-276 {
  width: 276px !important;
}

.maxwidth-276 {
  max-width: 276px !important;
}

.pb-277 {
  padding-bottom: 277px !important;
}

.width-277 {
  width: 277px !important;
}

.maxwidth-277 {
  max-width: 277px !important;
}

.pb-278 {
  padding-bottom: 278px !important;
}

.width-278 {
  width: 278px !important;
}

.maxwidth-278 {
  max-width: 278px !important;
}

.pb-279 {
  padding-bottom: 279px !important;
}

.width-279 {
  width: 279px !important;
}

.maxwidth-279 {
  max-width: 279px !important;
}

.pb-280 {
  padding-bottom: 280px !important;
}

.width-280 {
  width: 280px !important;
}

.maxwidth-280 {
  max-width: 280px !important;
}

.pb-281 {
  padding-bottom: 281px !important;
}

.width-281 {
  width: 281px !important;
}

.maxwidth-281 {
  max-width: 281px !important;
}

.pb-282 {
  padding-bottom: 282px !important;
}

.width-282 {
  width: 282px !important;
}

.maxwidth-282 {
  max-width: 282px !important;
}

.pb-283 {
  padding-bottom: 283px !important;
}

.width-283 {
  width: 283px !important;
}

.maxwidth-283 {
  max-width: 283px !important;
}

.pb-284 {
  padding-bottom: 284px !important;
}

.width-284 {
  width: 284px !important;
}

.maxwidth-284 {
  max-width: 284px !important;
}

.pb-285 {
  padding-bottom: 285px !important;
}

.width-285 {
  width: 285px !important;
}

.maxwidth-285 {
  max-width: 285px !important;
}

.pb-286 {
  padding-bottom: 286px !important;
}

.width-286 {
  width: 286px !important;
}

.maxwidth-286 {
  max-width: 286px !important;
}

.pb-287 {
  padding-bottom: 287px !important;
}

.width-287 {
  width: 287px !important;
}

.maxwidth-287 {
  max-width: 287px !important;
}

.pb-288 {
  padding-bottom: 288px !important;
}

.width-288 {
  width: 288px !important;
}

.maxwidth-288 {
  max-width: 288px !important;
}

.pb-289 {
  padding-bottom: 289px !important;
}

.width-289 {
  width: 289px !important;
}

.maxwidth-289 {
  max-width: 289px !important;
}

.pb-290 {
  padding-bottom: 290px !important;
}

.width-290 {
  width: 290px !important;
}

.maxwidth-290 {
  max-width: 290px !important;
}

.pb-291 {
  padding-bottom: 291px !important;
}

.width-291 {
  width: 291px !important;
}

.maxwidth-291 {
  max-width: 291px !important;
}

.pb-292 {
  padding-bottom: 292px !important;
}

.width-292 {
  width: 292px !important;
}

.maxwidth-292 {
  max-width: 292px !important;
}

.pb-293 {
  padding-bottom: 293px !important;
}

.width-293 {
  width: 293px !important;
}

.maxwidth-293 {
  max-width: 293px !important;
}

.pb-294 {
  padding-bottom: 294px !important;
}

.width-294 {
  width: 294px !important;
}

.maxwidth-294 {
  max-width: 294px !important;
}

.pb-295 {
  padding-bottom: 295px !important;
}

.width-295 {
  width: 295px !important;
}

.maxwidth-295 {
  max-width: 295px !important;
}

.pb-296 {
  padding-bottom: 296px !important;
}

.width-296 {
  width: 296px !important;
}

.maxwidth-296 {
  max-width: 296px !important;
}

.pb-297 {
  padding-bottom: 297px !important;
}

.width-297 {
  width: 297px !important;
}

.maxwidth-297 {
  max-width: 297px !important;
}

.pb-298 {
  padding-bottom: 298px !important;
}

.width-298 {
  width: 298px !important;
}

.maxwidth-298 {
  max-width: 298px !important;
}

.pb-299 {
  padding-bottom: 299px !important;
}

.width-299 {
  width: 299px !important;
}

.maxwidth-299 {
  max-width: 299px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.width-300 {
  width: 300px !important;
}

.maxwidth-300 {
  max-width: 300px !important;
}

.pb-301 {
  padding-bottom: 301px !important;
}

.width-301 {
  width: 301px !important;
}

.maxwidth-301 {
  max-width: 301px !important;
}

.pb-302 {
  padding-bottom: 302px !important;
}

.width-302 {
  width: 302px !important;
}

.maxwidth-302 {
  max-width: 302px !important;
}

.pb-303 {
  padding-bottom: 303px !important;
}

.width-303 {
  width: 303px !important;
}

.maxwidth-303 {
  max-width: 303px !important;
}

.pb-304 {
  padding-bottom: 304px !important;
}

.width-304 {
  width: 304px !important;
}

.maxwidth-304 {
  max-width: 304px !important;
}

.pb-305 {
  padding-bottom: 305px !important;
}

.width-305 {
  width: 305px !important;
}

.maxwidth-305 {
  max-width: 305px !important;
}

.pb-306 {
  padding-bottom: 306px !important;
}

.width-306 {
  width: 306px !important;
}

.maxwidth-306 {
  max-width: 306px !important;
}

.pb-307 {
  padding-bottom: 307px !important;
}

.width-307 {
  width: 307px !important;
}

.maxwidth-307 {
  max-width: 307px !important;
}

.pb-308 {
  padding-bottom: 308px !important;
}

.width-308 {
  width: 308px !important;
}

.maxwidth-308 {
  max-width: 308px !important;
}

.pb-309 {
  padding-bottom: 309px !important;
}

.width-309 {
  width: 309px !important;
}

.maxwidth-309 {
  max-width: 309px !important;
}

.pb-310 {
  padding-bottom: 310px !important;
}

.width-310 {
  width: 310px !important;
}

.maxwidth-310 {
  max-width: 310px !important;
}

.pb-311 {
  padding-bottom: 311px !important;
}

.width-311 {
  width: 311px !important;
}

.maxwidth-311 {
  max-width: 311px !important;
}

.pb-312 {
  padding-bottom: 312px !important;
}

.width-312 {
  width: 312px !important;
}

.maxwidth-312 {
  max-width: 312px !important;
}

.pb-313 {
  padding-bottom: 313px !important;
}

.width-313 {
  width: 313px !important;
}

.maxwidth-313 {
  max-width: 313px !important;
}

.pb-314 {
  padding-bottom: 314px !important;
}

.width-314 {
  width: 314px !important;
}

.maxwidth-314 {
  max-width: 314px !important;
}

.pb-315 {
  padding-bottom: 315px !important;
}

.width-315 {
  width: 315px !important;
}

.maxwidth-315 {
  max-width: 315px !important;
}

.pb-316 {
  padding-bottom: 316px !important;
}

.width-316 {
  width: 316px !important;
}

.maxwidth-316 {
  max-width: 316px !important;
}

.pb-317 {
  padding-bottom: 317px !important;
}

.width-317 {
  width: 317px !important;
}

.maxwidth-317 {
  max-width: 317px !important;
}

.pb-318 {
  padding-bottom: 318px !important;
}

.width-318 {
  width: 318px !important;
}

.maxwidth-318 {
  max-width: 318px !important;
}

.pb-319 {
  padding-bottom: 319px !important;
}

.width-319 {
  width: 319px !important;
}

.maxwidth-319 {
  max-width: 319px !important;
}

.pb-320 {
  padding-bottom: 320px !important;
}

.width-320 {
  width: 320px !important;
}

.maxwidth-320 {
  max-width: 320px !important;
}

.pb-321 {
  padding-bottom: 321px !important;
}

.width-321 {
  width: 321px !important;
}

.maxwidth-321 {
  max-width: 321px !important;
}

.pb-322 {
  padding-bottom: 322px !important;
}

.width-322 {
  width: 322px !important;
}

.maxwidth-322 {
  max-width: 322px !important;
}

.pb-323 {
  padding-bottom: 323px !important;
}

.width-323 {
  width: 323px !important;
}

.maxwidth-323 {
  max-width: 323px !important;
}

.pb-324 {
  padding-bottom: 324px !important;
}

.width-324 {
  width: 324px !important;
}

.maxwidth-324 {
  max-width: 324px !important;
}

.pb-325 {
  padding-bottom: 325px !important;
}

.width-325 {
  width: 325px !important;
}

.maxwidth-325 {
  max-width: 325px !important;
}

.pb-326 {
  padding-bottom: 326px !important;
}

.width-326 {
  width: 326px !important;
}

.maxwidth-326 {
  max-width: 326px !important;
}

.pb-327 {
  padding-bottom: 327px !important;
}

.width-327 {
  width: 327px !important;
}

.maxwidth-327 {
  max-width: 327px !important;
}

.pb-328 {
  padding-bottom: 328px !important;
}

.width-328 {
  width: 328px !important;
}

.maxwidth-328 {
  max-width: 328px !important;
}

.pb-329 {
  padding-bottom: 329px !important;
}

.width-329 {
  width: 329px !important;
}

.maxwidth-329 {
  max-width: 329px !important;
}

.pb-330 {
  padding-bottom: 330px !important;
}

.width-330 {
  width: 330px !important;
}

.maxwidth-330 {
  max-width: 330px !important;
}

.pb-331 {
  padding-bottom: 331px !important;
}

.width-331 {
  width: 331px !important;
}

.maxwidth-331 {
  max-width: 331px !important;
}

.pb-332 {
  padding-bottom: 332px !important;
}

.width-332 {
  width: 332px !important;
}

.maxwidth-332 {
  max-width: 332px !important;
}

.pb-333 {
  padding-bottom: 333px !important;
}

.width-333 {
  width: 333px !important;
}

.maxwidth-333 {
  max-width: 333px !important;
}

.pb-334 {
  padding-bottom: 334px !important;
}

.width-334 {
  width: 334px !important;
}

.maxwidth-334 {
  max-width: 334px !important;
}

.pb-335 {
  padding-bottom: 335px !important;
}

.width-335 {
  width: 335px !important;
}

.maxwidth-335 {
  max-width: 335px !important;
}

.pb-336 {
  padding-bottom: 336px !important;
}

.width-336 {
  width: 336px !important;
}

.maxwidth-336 {
  max-width: 336px !important;
}

.pb-337 {
  padding-bottom: 337px !important;
}

.width-337 {
  width: 337px !important;
}

.maxwidth-337 {
  max-width: 337px !important;
}

.pb-338 {
  padding-bottom: 338px !important;
}

.width-338 {
  width: 338px !important;
}

.maxwidth-338 {
  max-width: 338px !important;
}

.pb-339 {
  padding-bottom: 339px !important;
}

.width-339 {
  width: 339px !important;
}

.maxwidth-339 {
  max-width: 339px !important;
}

.pb-340 {
  padding-bottom: 340px !important;
}

.width-340 {
  width: 340px !important;
}

.maxwidth-340 {
  max-width: 340px !important;
}

.pb-341 {
  padding-bottom: 341px !important;
}

.width-341 {
  width: 341px !important;
}

.maxwidth-341 {
  max-width: 341px !important;
}

.pb-342 {
  padding-bottom: 342px !important;
}

.width-342 {
  width: 342px !important;
}

.maxwidth-342 {
  max-width: 342px !important;
}

.pb-343 {
  padding-bottom: 343px !important;
}

.width-343 {
  width: 343px !important;
}

.maxwidth-343 {
  max-width: 343px !important;
}

.pb-344 {
  padding-bottom: 344px !important;
}

.width-344 {
  width: 344px !important;
}

.maxwidth-344 {
  max-width: 344px !important;
}

.pb-345 {
  padding-bottom: 345px !important;
}

.width-345 {
  width: 345px !important;
}

.maxwidth-345 {
  max-width: 345px !important;
}

.pb-346 {
  padding-bottom: 346px !important;
}

.width-346 {
  width: 346px !important;
}

.maxwidth-346 {
  max-width: 346px !important;
}

.pb-347 {
  padding-bottom: 347px !important;
}

.width-347 {
  width: 347px !important;
}

.maxwidth-347 {
  max-width: 347px !important;
}

.pb-348 {
  padding-bottom: 348px !important;
}

.width-348 {
  width: 348px !important;
}

.maxwidth-348 {
  max-width: 348px !important;
}

.pb-349 {
  padding-bottom: 349px !important;
}

.width-349 {
  width: 349px !important;
}

.maxwidth-349 {
  max-width: 349px !important;
}

.pb-350 {
  padding-bottom: 350px !important;
}

.width-350 {
  width: 350px !important;
}

.maxwidth-350 {
  max-width: 350px !important;
}

.pb-351 {
  padding-bottom: 351px !important;
}

.width-351 {
  width: 351px !important;
}

.maxwidth-351 {
  max-width: 351px !important;
}

.pb-352 {
  padding-bottom: 352px !important;
}

.width-352 {
  width: 352px !important;
}

.maxwidth-352 {
  max-width: 352px !important;
}

.pb-353 {
  padding-bottom: 353px !important;
}

.width-353 {
  width: 353px !important;
}

.maxwidth-353 {
  max-width: 353px !important;
}

.pb-354 {
  padding-bottom: 354px !important;
}

.width-354 {
  width: 354px !important;
}

.maxwidth-354 {
  max-width: 354px !important;
}

.pb-355 {
  padding-bottom: 355px !important;
}

.width-355 {
  width: 355px !important;
}

.maxwidth-355 {
  max-width: 355px !important;
}

.pb-356 {
  padding-bottom: 356px !important;
}

.width-356 {
  width: 356px !important;
}

.maxwidth-356 {
  max-width: 356px !important;
}

.pb-357 {
  padding-bottom: 357px !important;
}

.width-357 {
  width: 357px !important;
}

.maxwidth-357 {
  max-width: 357px !important;
}

.pb-358 {
  padding-bottom: 358px !important;
}

.width-358 {
  width: 358px !important;
}

.maxwidth-358 {
  max-width: 358px !important;
}

.pb-359 {
  padding-bottom: 359px !important;
}

.width-359 {
  width: 359px !important;
}

.maxwidth-359 {
  max-width: 359px !important;
}

.pb-360 {
  padding-bottom: 360px !important;
}

.width-360 {
  width: 360px !important;
}

.maxwidth-360 {
  max-width: 360px !important;
}

.pb-361 {
  padding-bottom: 361px !important;
}

.width-361 {
  width: 361px !important;
}

.maxwidth-361 {
  max-width: 361px !important;
}

.pb-362 {
  padding-bottom: 362px !important;
}

.width-362 {
  width: 362px !important;
}

.maxwidth-362 {
  max-width: 362px !important;
}

.pb-363 {
  padding-bottom: 363px !important;
}

.width-363 {
  width: 363px !important;
}

.maxwidth-363 {
  max-width: 363px !important;
}

.pb-364 {
  padding-bottom: 364px !important;
}

.width-364 {
  width: 364px !important;
}

.maxwidth-364 {
  max-width: 364px !important;
}

.pb-365 {
  padding-bottom: 365px !important;
}

.width-365 {
  width: 365px !important;
}

.maxwidth-365 {
  max-width: 365px !important;
}

.pb-366 {
  padding-bottom: 366px !important;
}

.width-366 {
  width: 366px !important;
}

.maxwidth-366 {
  max-width: 366px !important;
}

.pb-367 {
  padding-bottom: 367px !important;
}

.width-367 {
  width: 367px !important;
}

.maxwidth-367 {
  max-width: 367px !important;
}

.pb-368 {
  padding-bottom: 368px !important;
}

.width-368 {
  width: 368px !important;
}

.maxwidth-368 {
  max-width: 368px !important;
}

.pb-369 {
  padding-bottom: 369px !important;
}

.width-369 {
  width: 369px !important;
}

.maxwidth-369 {
  max-width: 369px !important;
}

.pb-370 {
  padding-bottom: 370px !important;
}

.width-370 {
  width: 370px !important;
}

.maxwidth-370 {
  max-width: 370px !important;
}

.pb-371 {
  padding-bottom: 371px !important;
}

.width-371 {
  width: 371px !important;
}

.maxwidth-371 {
  max-width: 371px !important;
}

.pb-372 {
  padding-bottom: 372px !important;
}

.width-372 {
  width: 372px !important;
}

.maxwidth-372 {
  max-width: 372px !important;
}

.pb-373 {
  padding-bottom: 373px !important;
}

.width-373 {
  width: 373px !important;
}

.maxwidth-373 {
  max-width: 373px !important;
}

.pb-374 {
  padding-bottom: 374px !important;
}

.width-374 {
  width: 374px !important;
}

.maxwidth-374 {
  max-width: 374px !important;
}

.pb-375 {
  padding-bottom: 375px !important;
}

.width-375 {
  width: 375px !important;
}

.maxwidth-375 {
  max-width: 375px !important;
}

.pb-376 {
  padding-bottom: 376px !important;
}

.width-376 {
  width: 376px !important;
}

.maxwidth-376 {
  max-width: 376px !important;
}

.pb-377 {
  padding-bottom: 377px !important;
}

.width-377 {
  width: 377px !important;
}

.maxwidth-377 {
  max-width: 377px !important;
}

.pb-378 {
  padding-bottom: 378px !important;
}

.width-378 {
  width: 378px !important;
}

.maxwidth-378 {
  max-width: 378px !important;
}

.pb-379 {
  padding-bottom: 379px !important;
}

.width-379 {
  width: 379px !important;
}

.maxwidth-379 {
  max-width: 379px !important;
}

.pb-380 {
  padding-bottom: 380px !important;
}

.width-380 {
  width: 380px !important;
}

.maxwidth-380 {
  max-width: 380px !important;
}

.pb-381 {
  padding-bottom: 381px !important;
}

.width-381 {
  width: 381px !important;
}

.maxwidth-381 {
  max-width: 381px !important;
}

.pb-382 {
  padding-bottom: 382px !important;
}

.width-382 {
  width: 382px !important;
}

.maxwidth-382 {
  max-width: 382px !important;
}

.pb-383 {
  padding-bottom: 383px !important;
}

.width-383 {
  width: 383px !important;
}

.maxwidth-383 {
  max-width: 383px !important;
}

.pb-384 {
  padding-bottom: 384px !important;
}

.width-384 {
  width: 384px !important;
}

.maxwidth-384 {
  max-width: 384px !important;
}

.pb-385 {
  padding-bottom: 385px !important;
}

.width-385 {
  width: 385px !important;
}

.maxwidth-385 {
  max-width: 385px !important;
}

.pb-386 {
  padding-bottom: 386px !important;
}

.width-386 {
  width: 386px !important;
}

.maxwidth-386 {
  max-width: 386px !important;
}

.pb-387 {
  padding-bottom: 387px !important;
}

.width-387 {
  width: 387px !important;
}

.maxwidth-387 {
  max-width: 387px !important;
}

.pb-388 {
  padding-bottom: 388px !important;
}

.width-388 {
  width: 388px !important;
}

.maxwidth-388 {
  max-width: 388px !important;
}

.pb-389 {
  padding-bottom: 389px !important;
}

.width-389 {
  width: 389px !important;
}

.maxwidth-389 {
  max-width: 389px !important;
}

.pb-390 {
  padding-bottom: 390px !important;
}

.width-390 {
  width: 390px !important;
}

.maxwidth-390 {
  max-width: 390px !important;
}

.pb-391 {
  padding-bottom: 391px !important;
}

.width-391 {
  width: 391px !important;
}

.maxwidth-391 {
  max-width: 391px !important;
}

.pb-392 {
  padding-bottom: 392px !important;
}

.width-392 {
  width: 392px !important;
}

.maxwidth-392 {
  max-width: 392px !important;
}

.pb-393 {
  padding-bottom: 393px !important;
}

.width-393 {
  width: 393px !important;
}

.maxwidth-393 {
  max-width: 393px !important;
}

.pb-394 {
  padding-bottom: 394px !important;
}

.width-394 {
  width: 394px !important;
}

.maxwidth-394 {
  max-width: 394px !important;
}

.pb-395 {
  padding-bottom: 395px !important;
}

.width-395 {
  width: 395px !important;
}

.maxwidth-395 {
  max-width: 395px !important;
}

.pb-396 {
  padding-bottom: 396px !important;
}

.width-396 {
  width: 396px !important;
}

.maxwidth-396 {
  max-width: 396px !important;
}

.pb-397 {
  padding-bottom: 397px !important;
}

.width-397 {
  width: 397px !important;
}

.maxwidth-397 {
  max-width: 397px !important;
}

.pb-398 {
  padding-bottom: 398px !important;
}

.width-398 {
  width: 398px !important;
}

.maxwidth-398 {
  max-width: 398px !important;
}

.pb-399 {
  padding-bottom: 399px !important;
}

.width-399 {
  width: 399px !important;
}

.maxwidth-399 {
  max-width: 399px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.width-400 {
  width: 400px !important;
}

.maxwidth-400 {
  max-width: 400px !important;
}

.pb-401 {
  padding-bottom: 401px !important;
}

.width-401 {
  width: 401px !important;
}

.maxwidth-401 {
  max-width: 401px !important;
}

.pb-402 {
  padding-bottom: 402px !important;
}

.width-402 {
  width: 402px !important;
}

.maxwidth-402 {
  max-width: 402px !important;
}

.pb-403 {
  padding-bottom: 403px !important;
}

.width-403 {
  width: 403px !important;
}

.maxwidth-403 {
  max-width: 403px !important;
}

.pb-404 {
  padding-bottom: 404px !important;
}

.width-404 {
  width: 404px !important;
}

.maxwidth-404 {
  max-width: 404px !important;
}

.pb-405 {
  padding-bottom: 405px !important;
}

.width-405 {
  width: 405px !important;
}

.maxwidth-405 {
  max-width: 405px !important;
}

.pb-406 {
  padding-bottom: 406px !important;
}

.width-406 {
  width: 406px !important;
}

.maxwidth-406 {
  max-width: 406px !important;
}

.pb-407 {
  padding-bottom: 407px !important;
}

.width-407 {
  width: 407px !important;
}

.maxwidth-407 {
  max-width: 407px !important;
}

.pb-408 {
  padding-bottom: 408px !important;
}

.width-408 {
  width: 408px !important;
}

.maxwidth-408 {
  max-width: 408px !important;
}

.pb-409 {
  padding-bottom: 409px !important;
}

.width-409 {
  width: 409px !important;
}

.maxwidth-409 {
  max-width: 409px !important;
}

.pb-410 {
  padding-bottom: 410px !important;
}

.width-410 {
  width: 410px !important;
}

.maxwidth-410 {
  max-width: 410px !important;
}

.pb-411 {
  padding-bottom: 411px !important;
}

.width-411 {
  width: 411px !important;
}

.maxwidth-411 {
  max-width: 411px !important;
}

.pb-412 {
  padding-bottom: 412px !important;
}

.width-412 {
  width: 412px !important;
}

.maxwidth-412 {
  max-width: 412px !important;
}

.pb-413 {
  padding-bottom: 413px !important;
}

.width-413 {
  width: 413px !important;
}

.maxwidth-413 {
  max-width: 413px !important;
}

.pb-414 {
  padding-bottom: 414px !important;
}

.width-414 {
  width: 414px !important;
}

.maxwidth-414 {
  max-width: 414px !important;
}

.pb-415 {
  padding-bottom: 415px !important;
}

.width-415 {
  width: 415px !important;
}

.maxwidth-415 {
  max-width: 415px !important;
}

.pb-416 {
  padding-bottom: 416px !important;
}

.width-416 {
  width: 416px !important;
}

.maxwidth-416 {
  max-width: 416px !important;
}

.pb-417 {
  padding-bottom: 417px !important;
}

.width-417 {
  width: 417px !important;
}

.maxwidth-417 {
  max-width: 417px !important;
}

.pb-418 {
  padding-bottom: 418px !important;
}

.width-418 {
  width: 418px !important;
}

.maxwidth-418 {
  max-width: 418px !important;
}

.pb-419 {
  padding-bottom: 419px !important;
}

.width-419 {
  width: 419px !important;
}

.maxwidth-419 {
  max-width: 419px !important;
}

.pb-420 {
  padding-bottom: 420px !important;
}

.width-420 {
  width: 420px !important;
}

.maxwidth-420 {
  max-width: 420px !important;
}

.pb-421 {
  padding-bottom: 421px !important;
}

.width-421 {
  width: 421px !important;
}

.maxwidth-421 {
  max-width: 421px !important;
}

.pb-422 {
  padding-bottom: 422px !important;
}

.width-422 {
  width: 422px !important;
}

.maxwidth-422 {
  max-width: 422px !important;
}

.pb-423 {
  padding-bottom: 423px !important;
}

.width-423 {
  width: 423px !important;
}

.maxwidth-423 {
  max-width: 423px !important;
}

.pb-424 {
  padding-bottom: 424px !important;
}

.width-424 {
  width: 424px !important;
}

.maxwidth-424 {
  max-width: 424px !important;
}

.pb-425 {
  padding-bottom: 425px !important;
}

.width-425 {
  width: 425px !important;
}

.maxwidth-425 {
  max-width: 425px !important;
}

.pb-426 {
  padding-bottom: 426px !important;
}

.width-426 {
  width: 426px !important;
}

.maxwidth-426 {
  max-width: 426px !important;
}

.pb-427 {
  padding-bottom: 427px !important;
}

.width-427 {
  width: 427px !important;
}

.maxwidth-427 {
  max-width: 427px !important;
}

.pb-428 {
  padding-bottom: 428px !important;
}

.width-428 {
  width: 428px !important;
}

.maxwidth-428 {
  max-width: 428px !important;
}

.pb-429 {
  padding-bottom: 429px !important;
}

.width-429 {
  width: 429px !important;
}

.maxwidth-429 {
  max-width: 429px !important;
}

.pb-430 {
  padding-bottom: 430px !important;
}

.width-430 {
  width: 430px !important;
}

.maxwidth-430 {
  max-width: 430px !important;
}

.pb-431 {
  padding-bottom: 431px !important;
}

.width-431 {
  width: 431px !important;
}

.maxwidth-431 {
  max-width: 431px !important;
}

.pb-432 {
  padding-bottom: 432px !important;
}

.width-432 {
  width: 432px !important;
}

.maxwidth-432 {
  max-width: 432px !important;
}

.pb-433 {
  padding-bottom: 433px !important;
}

.width-433 {
  width: 433px !important;
}

.maxwidth-433 {
  max-width: 433px !important;
}

.pb-434 {
  padding-bottom: 434px !important;
}

.width-434 {
  width: 434px !important;
}

.maxwidth-434 {
  max-width: 434px !important;
}

.pb-435 {
  padding-bottom: 435px !important;
}

.width-435 {
  width: 435px !important;
}

.maxwidth-435 {
  max-width: 435px !important;
}

.pb-436 {
  padding-bottom: 436px !important;
}

.width-436 {
  width: 436px !important;
}

.maxwidth-436 {
  max-width: 436px !important;
}

.pb-437 {
  padding-bottom: 437px !important;
}

.width-437 {
  width: 437px !important;
}

.maxwidth-437 {
  max-width: 437px !important;
}

.pb-438 {
  padding-bottom: 438px !important;
}

.width-438 {
  width: 438px !important;
}

.maxwidth-438 {
  max-width: 438px !important;
}

.pb-439 {
  padding-bottom: 439px !important;
}

.width-439 {
  width: 439px !important;
}

.maxwidth-439 {
  max-width: 439px !important;
}

.pb-440 {
  padding-bottom: 440px !important;
}

.width-440 {
  width: 440px !important;
}

.maxwidth-440 {
  max-width: 440px !important;
}

.pb-441 {
  padding-bottom: 441px !important;
}

.width-441 {
  width: 441px !important;
}

.maxwidth-441 {
  max-width: 441px !important;
}

.pb-442 {
  padding-bottom: 442px !important;
}

.width-442 {
  width: 442px !important;
}

.maxwidth-442 {
  max-width: 442px !important;
}

.pb-443 {
  padding-bottom: 443px !important;
}

.width-443 {
  width: 443px !important;
}

.maxwidth-443 {
  max-width: 443px !important;
}

.pb-444 {
  padding-bottom: 444px !important;
}

.width-444 {
  width: 444px !important;
}

.maxwidth-444 {
  max-width: 444px !important;
}

.pb-445 {
  padding-bottom: 445px !important;
}

.width-445 {
  width: 445px !important;
}

.maxwidth-445 {
  max-width: 445px !important;
}

.pb-446 {
  padding-bottom: 446px !important;
}

.width-446 {
  width: 446px !important;
}

.maxwidth-446 {
  max-width: 446px !important;
}

.pb-447 {
  padding-bottom: 447px !important;
}

.width-447 {
  width: 447px !important;
}

.maxwidth-447 {
  max-width: 447px !important;
}

.pb-448 {
  padding-bottom: 448px !important;
}

.width-448 {
  width: 448px !important;
}

.maxwidth-448 {
  max-width: 448px !important;
}

.pb-449 {
  padding-bottom: 449px !important;
}

.width-449 {
  width: 449px !important;
}

.maxwidth-449 {
  max-width: 449px !important;
}

.pb-450 {
  padding-bottom: 450px !important;
}

.width-450 {
  width: 450px !important;
}

.maxwidth-450 {
  max-width: 450px !important;
}

.pb-451 {
  padding-bottom: 451px !important;
}

.width-451 {
  width: 451px !important;
}

.maxwidth-451 {
  max-width: 451px !important;
}

.pb-452 {
  padding-bottom: 452px !important;
}

.width-452 {
  width: 452px !important;
}

.maxwidth-452 {
  max-width: 452px !important;
}

.pb-453 {
  padding-bottom: 453px !important;
}

.width-453 {
  width: 453px !important;
}

.maxwidth-453 {
  max-width: 453px !important;
}

.pb-454 {
  padding-bottom: 454px !important;
}

.width-454 {
  width: 454px !important;
}

.maxwidth-454 {
  max-width: 454px !important;
}

.pb-455 {
  padding-bottom: 455px !important;
}

.width-455 {
  width: 455px !important;
}

.maxwidth-455 {
  max-width: 455px !important;
}

.pb-456 {
  padding-bottom: 456px !important;
}

.width-456 {
  width: 456px !important;
}

.maxwidth-456 {
  max-width: 456px !important;
}

.pb-457 {
  padding-bottom: 457px !important;
}

.width-457 {
  width: 457px !important;
}

.maxwidth-457 {
  max-width: 457px !important;
}

.pb-458 {
  padding-bottom: 458px !important;
}

.width-458 {
  width: 458px !important;
}

.maxwidth-458 {
  max-width: 458px !important;
}

.pb-459 {
  padding-bottom: 459px !important;
}

.width-459 {
  width: 459px !important;
}

.maxwidth-459 {
  max-width: 459px !important;
}

.pb-460 {
  padding-bottom: 460px !important;
}

.width-460 {
  width: 460px !important;
}

.maxwidth-460 {
  max-width: 460px !important;
}

.pb-461 {
  padding-bottom: 461px !important;
}

.width-461 {
  width: 461px !important;
}

.maxwidth-461 {
  max-width: 461px !important;
}

.pb-462 {
  padding-bottom: 462px !important;
}

.width-462 {
  width: 462px !important;
}

.maxwidth-462 {
  max-width: 462px !important;
}

.pb-463 {
  padding-bottom: 463px !important;
}

.width-463 {
  width: 463px !important;
}

.maxwidth-463 {
  max-width: 463px !important;
}

.pb-464 {
  padding-bottom: 464px !important;
}

.width-464 {
  width: 464px !important;
}

.maxwidth-464 {
  max-width: 464px !important;
}

.pb-465 {
  padding-bottom: 465px !important;
}

.width-465 {
  width: 465px !important;
}

.maxwidth-465 {
  max-width: 465px !important;
}

.pb-466 {
  padding-bottom: 466px !important;
}

.width-466 {
  width: 466px !important;
}

.maxwidth-466 {
  max-width: 466px !important;
}

.pb-467 {
  padding-bottom: 467px !important;
}

.width-467 {
  width: 467px !important;
}

.maxwidth-467 {
  max-width: 467px !important;
}

.pb-468 {
  padding-bottom: 468px !important;
}

.width-468 {
  width: 468px !important;
}

.maxwidth-468 {
  max-width: 468px !important;
}

.pb-469 {
  padding-bottom: 469px !important;
}

.width-469 {
  width: 469px !important;
}

.maxwidth-469 {
  max-width: 469px !important;
}

.pb-470 {
  padding-bottom: 470px !important;
}

.width-470 {
  width: 470px !important;
}

.maxwidth-470 {
  max-width: 470px !important;
}

.pb-471 {
  padding-bottom: 471px !important;
}

.width-471 {
  width: 471px !important;
}

.maxwidth-471 {
  max-width: 471px !important;
}

.pb-472 {
  padding-bottom: 472px !important;
}

.width-472 {
  width: 472px !important;
}

.maxwidth-472 {
  max-width: 472px !important;
}

.pb-473 {
  padding-bottom: 473px !important;
}

.width-473 {
  width: 473px !important;
}

.maxwidth-473 {
  max-width: 473px !important;
}

.pb-474 {
  padding-bottom: 474px !important;
}

.width-474 {
  width: 474px !important;
}

.maxwidth-474 {
  max-width: 474px !important;
}

.pb-475 {
  padding-bottom: 475px !important;
}

.width-475 {
  width: 475px !important;
}

.maxwidth-475 {
  max-width: 475px !important;
}

.pb-476 {
  padding-bottom: 476px !important;
}

.width-476 {
  width: 476px !important;
}

.maxwidth-476 {
  max-width: 476px !important;
}

.pb-477 {
  padding-bottom: 477px !important;
}

.width-477 {
  width: 477px !important;
}

.maxwidth-477 {
  max-width: 477px !important;
}

.pb-478 {
  padding-bottom: 478px !important;
}

.width-478 {
  width: 478px !important;
}

.maxwidth-478 {
  max-width: 478px !important;
}

.pb-479 {
  padding-bottom: 479px !important;
}

.width-479 {
  width: 479px !important;
}

.maxwidth-479 {
  max-width: 479px !important;
}

.pb-480 {
  padding-bottom: 480px !important;
}

.width-480 {
  width: 480px !important;
}

.maxwidth-480 {
  max-width: 480px !important;
}

.pb-481 {
  padding-bottom: 481px !important;
}

.width-481 {
  width: 481px !important;
}

.maxwidth-481 {
  max-width: 481px !important;
}

.pb-482 {
  padding-bottom: 482px !important;
}

.width-482 {
  width: 482px !important;
}

.maxwidth-482 {
  max-width: 482px !important;
}

.pb-483 {
  padding-bottom: 483px !important;
}

.width-483 {
  width: 483px !important;
}

.maxwidth-483 {
  max-width: 483px !important;
}

.pb-484 {
  padding-bottom: 484px !important;
}

.width-484 {
  width: 484px !important;
}

.maxwidth-484 {
  max-width: 484px !important;
}

.pb-485 {
  padding-bottom: 485px !important;
}

.width-485 {
  width: 485px !important;
}

.maxwidth-485 {
  max-width: 485px !important;
}

.pb-486 {
  padding-bottom: 486px !important;
}

.width-486 {
  width: 486px !important;
}

.maxwidth-486 {
  max-width: 486px !important;
}

.pb-487 {
  padding-bottom: 487px !important;
}

.width-487 {
  width: 487px !important;
}

.maxwidth-487 {
  max-width: 487px !important;
}

.pb-488 {
  padding-bottom: 488px !important;
}

.width-488 {
  width: 488px !important;
}

.maxwidth-488 {
  max-width: 488px !important;
}

.pb-489 {
  padding-bottom: 489px !important;
}

.width-489 {
  width: 489px !important;
}

.maxwidth-489 {
  max-width: 489px !important;
}

.pb-490 {
  padding-bottom: 490px !important;
}

.width-490 {
  width: 490px !important;
}

.maxwidth-490 {
  max-width: 490px !important;
}

.pb-491 {
  padding-bottom: 491px !important;
}

.width-491 {
  width: 491px !important;
}

.maxwidth-491 {
  max-width: 491px !important;
}

.pb-492 {
  padding-bottom: 492px !important;
}

.width-492 {
  width: 492px !important;
}

.maxwidth-492 {
  max-width: 492px !important;
}

.pb-493 {
  padding-bottom: 493px !important;
}

.width-493 {
  width: 493px !important;
}

.maxwidth-493 {
  max-width: 493px !important;
}

.pb-494 {
  padding-bottom: 494px !important;
}

.width-494 {
  width: 494px !important;
}

.maxwidth-494 {
  max-width: 494px !important;
}

.pb-495 {
  padding-bottom: 495px !important;
}

.width-495 {
  width: 495px !important;
}

.maxwidth-495 {
  max-width: 495px !important;
}

.pb-496 {
  padding-bottom: 496px !important;
}

.width-496 {
  width: 496px !important;
}

.maxwidth-496 {
  max-width: 496px !important;
}

.pb-497 {
  padding-bottom: 497px !important;
}

.width-497 {
  width: 497px !important;
}

.maxwidth-497 {
  max-width: 497px !important;
}

.pb-498 {
  padding-bottom: 498px !important;
}

.width-498 {
  width: 498px !important;
}

.maxwidth-498 {
  max-width: 498px !important;
}

.pb-499 {
  padding-bottom: 499px !important;
}

.width-499 {
  width: 499px !important;
}

.maxwidth-499 {
  max-width: 499px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.width-500 {
  width: 500px !important;
}

.maxwidth-500 {
  max-width: 500px !important;
}

@media all {
  .header__dummy {
    height: var(--height__header);
  }
  .header {
    position: fixed;
    width: 100%;
    height: var(--height__header);
    z-index: var(--zindex__header);
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
  }
  .header__inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
  }
  .header-logo {
    width: 190px;
    height: 100%;
  }
  .header-contact {
    padding-top: 22px;
    width: 38.4px;
    height: 26px;
  }
  .header-navi__lists {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 70px;
    letter-spacing: 0.1em;
  }
  .header-navi {
    height: 100%;
  }
  .header-btn {
    display: none;
  }
}
@media all and (max-width: 1400px) {
  .header-logo {
    width: 140px;
    left: 10px;
  }
  .header-navi__lists {
    gap: 30px;
  }
  .header-contact {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .header-logo {
    position: unset;
    margin-top: 12px;
    margin-left: 10px;
    width: 105px;
    height: 50px;
  }
  .header-contact {
    position: unset;
    padding-top: 0;
    margin-left: auto;
    margin-top: 27.5px;
    width: 24px;
    height: 16.25px;
  }
  .header__inner {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .header-btn {
    display: block;
    margin-left: 30px;
    margin-top: 24px;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
  }
  .header-btn__bar {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--black);
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
  }
  .header-btn__bar::before,
.header-btn__bar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border-radius: 10px;
    transition: all 0.5s ease;
  }
  .header-btn__bar::before {
    top: -6px;
  }
  .header-btn__bar::after {
    top: 6px;
  }
  .header-navi {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red3);
    transition: all 0.5s ease;
  }
  .header-navi__lists {
    display: grid;
    text-align: center;
    height: auto;
    grid-template-columns: 1fr;
    font-size: 14px;
  }
  .header-navi__link {
    color: var(--white);
  }
  /* header navi open */
  .header-navi__open .header-btn__bar {
    height: 0;
  }
  .header-navi__open .header-btn__bar::before,
.header-navi__open .header-btn__bar::after {
    top: 0;
    border-radius: 0;
    background-color: var(--white);
  }
  .header-navi__open .header-btn__bar::before {
    transform: rotate(45deg);
  }
  .header-navi__open .header-btn__bar::after {
    transform: rotate(-45deg);
  }
  .header-navi__open .header-navi {
    height: 100svh;
  }
}
/****************************************************/
/* footer-btns                                      */
/****************************************************/
@media all {
  .footer-btns {
    padding: 200px 0;
  }
  .footer-btns__inner {
    display: flex;
    justify-content: center;
    -moz-column-gap: 188px;
         column-gap: 188px;
  }
}
@media (max-width: 1024px) {
  .footer-btns {
    padding: 100px 0;
  }
  .footer-btns__inner {
    flex-wrap: wrap;
    row-gap: 70px;
  }
} /****************************************************/
/* footer-row1                                      */
/****************************************************/
@media all {
  .footer-row1 {
    padding-top: 200px;
    background-color: var(--red3);
    color: var(--white);
  }
  .footer-row1_inner {
    position: relative;
    display: flex;
    justify-content: center;
  }
  /* footer-company */
  .footer-company {
    writing-mode: tb-rl;
    position: absolute;
    top: 0;
    right: 146px;
  }
  /* footer-copyright */
  .footer-copyright {
    position: absolute;
    writing-mode: vertical-lr;
    left: 164px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  /* footer-navi */
  .footer-navi {
    writing-mode: vertical-rl;
    padding-bottom: 378px;
  }
  .footer-navi__link {
    font-size: 16px;
    letter-spacing: 0.5em;
    line-height: 24px;
    color: var(--white);
  }
  .footer-navi__list {
    padding: 0 25px;
  }
  .footer-company__name2 {
    font-size: 16px;
    letter-spacing: 0.5em;
    margin-top: -50px;
    font-family: var(--font-mincho);
    padding-left: 18px;
    line-height: 1;
  }
  .footer-company__name1 {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    line-height: 1;
    padding-left: 50px;
  }
  .footer-company__zip {
    font-size: 10px;
    line-height: 1;
    padding-left: 18px;
  }
  .footer-company__address {
    font-size: 10px;
    letter-spacing: 0.5em;
    line-height: 1;
  }
}
@media all and (max-width: 1120px) {
  .footer-navi__list {
    padding: 0 14px;
  }
}
@media (max-width: 1024px) {
  .footer-row1 {
    padding-top: 100px;
    padding-bottom: 32px;
  }
  .footer-company {
    position: unset;
    writing-mode: unset;
    text-align: center;
  }
  .footer-company__name {
    display: inline-block;
    writing-mode: vertical-rl;
    padding-bottom: 100px;
  }
  .footer-row1_inner {
    display: block;
  }
  .footer-company__name2 {
    font-size: 10px;
    text-align: initial;
    margin-top: 0;
    padding-left: 5px;
  }
  .footer-company__name1 {
    font-size: 13px;
    padding-top: 20px;
    padding-left: 0;
  }
  .footer-company__zip {
    font-size: 8px;
    text-align: left;
    line-height: 18px;
    padding-left: 90px;
    width: 100%;
    max-width: 196px;
    padding: 0;
    margin: 0 auto;
  }
  .footer-company__address {
    font-size: 8px;
    text-align: left;
    line-height: 18px;
    letter-spacing: unset;
    width: 100%;
    max-width: 196px;
    padding: 0;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .footer-navi {
    display: none;
  }
  .footer-copyright {
    position: unset;
    writing-mode: unset;
    font-size: 8px;
    text-align: center;
  }
}
.br-sm {
  display: none;
}
@media (max-width: 600px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-mdn {
  display: block;
}
@media (max-width: 1024px) {
  .br-mdn {
    display: none;
  }
}

.br-lg {
  display: block;
}
@media (max-width: 1024px) {
  .br-lg {
    display: none;
  }
}

.br-ftsm {
  display: none;
}
@media (max-width: 980px) {
  .br-ftsm {
    display: block;
  }
}

/****************************************************/
/* type1                                            */
/****************************************************/
.h2-type1 {
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight__bold);
  font-size: 30px;
  color: var(--blue);
  line-height: 1;
  text-align: center;
}

.h2-type1.white {
  color: var(--white);
}

.h2-type1.left {
  text-align: left;
}

@media (max-width: 1024px) {
  .h2-type1 {
    font-size: 20px;
  }
}
/****************************************************/
/* type2                                            */
/****************************************************/
.h2-type2 {
  font-weight: var(--font-weight__bold);
  font-size: 35px;
  color: var(--orange);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  background-image: url("../img/h2-type2.svg");
  width: min(100%, 344px);
  margin: 0 auto;
  line-height: 61px;
  padding-bottom: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .h2-type2 {
    width: min(100%, 274px);
    line-height: 49px;
    font-size: 24px;
    padding-bottom: 12px;
  }
}
/****************************************************/
/* type3                                            */
/****************************************************/
.h2-type3 {
  text-align: center;
}

.h2-type3__h2 {
  display: inline-block;
  font-weight: var(--font-weight__bold);
  font-size: 36px;
  color: var(--blue);
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 40px;
  line-height: 1;
  padding-bottom: 4px;
}

.h2-type3__h2::before,
.h2-type3__h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/h2-type3.svg");
  width: 22px;
  height: 38px;
  top: 0;
}

.h2-type3__h2::before {
  left: 0;
}

.h2-type3__h2::after {
  right: 0;
  transform: scale(-1, 1);
}

@media (max-width: 1024px) {
  .h2-type3__h2 {
    font-size: 24px;
    padding: 0 29px;
    padding-bottom: 2px;
  }
  .h2-type3__h2::before,
.h2-type3__h2::after {
    width: 15px;
    height: 26px;
  }
}
/****************************************************/
/* type4                                            */
/****************************************************/
.h2-type4 {
  text-align: center;
}

.h2-type4__en {
  font-size: 18px;
  font-family: var(--font-montserrat);
  color: var(--blue);
  line-height: 1;
  padding-bottom: 9px;
}

.h2-type4__ja {
  font-size: 30px;
  font-family: var(--font-mincho);
  letter-spacing: 0.1em;
  color: var(--orange);
  line-height: 1;
  padding-bottom: 27px;
  position: relative;
  font-weight: var(--font-weight__demibold);
}

.h2-type4__ja::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 7px;
  border-radius: 3.5px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .h2-type4__en {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .h2-type4__ja {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .h2-type4__ja::after {
    width: 46px;
    height: 5px;
    border-radius: 2.5px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.h3-type1__figure img {
  border-radius: 30px;
}

.h3-type1__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 445px);
  height: 72px;
  background-color: var(--orange);
  font-size: 30px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: -36px;
  position: relative;
}

.h3-type1__text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding-top: 50px;
}

.h3-type1 {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .h3-type1__figure img {
    border-radius: 20px;
  }
  .h3-type1__h3 {
    width: 280px;
    height: 50px;
    margin-top: -25px;
    border-radius: 10px;
    font-size: 20px;
  }
  .h3-type1__text {
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .h3-type1 {
    padding-bottom: 50px;
  }
}
/****************************************************/
/* map                                              */
/****************************************************/
@media all {
  .layout-map {
    padding-top: 170px;
  }
  .layout-map__inner {
    position: relative;
  }
  .layout-map__title {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 20px;
    letter-spacing: 0.5em;
    font-family: var(--font-mincho);
    right: -90px;
  }
  .layout-map__map {
    padding-bottom: 70px;
  }
  .layout-map__map iframe {
    width: 100%;
    aspect-ratio: 1420/600;
  }
  .layout-map__text {
    font-size: 18px;
    line-height: 31px;
  }
}
@media (max-width: 1024px) {
  .layout-map {
    background-color: var(--white2);
    padding: 100px 0;
  }
  .layout-map__title {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
  }
  .layout-map__map iframe {
    width: calc(100% + 40px);
    margin: 0 -20px;
    aspect-ratio: 375/351;
  }
  .layout-map__map {
    padding-bottom: 15px;
  }
  .layout-map__text {
    font-size: 10px;
    line-height: 17px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
@media all {
  .btn-type1__a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 70px;
    border: solid 1px;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
  }
  .btn-type1__a::before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--black);
    right: -35.5px;
  }
  .btn-type1__a::after {
    content: "";
    position: absolute;
    display: block;
    width: 25.61px;
    height: 1px;
    background-color: var(--black);
    right: -35.5px;
    transform-origin: bottom right;
    transform: rotate(38.66deg);
  }
  /* 明朝 */
  .btn-type1.mincho {
    font-family: var(--font-mincho);
  }
  /* with 200px */
  .btn-type1.w200 {
    width: 100%;
    max-width: 200px;
  }
  .w200 > .btn-type1__a {
    max-width: 200px;
    height: 50px;
    font-size: 20px;
  }
  /* with 300px */
  .btn-type1.w300 {
    width: 100%;
    max-width: 300px;
  }
  .w300 > .btn-type1__a {
    max-width: 300px;
    height: 50px;
    font-weight: var(--font-weight__regular);
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  /* with 600px */
  .btn-type1.w600 {
    width: 100%;
    max-width: 600px;
  }
  .w600 > .btn-type1__a {
    max-width: 600px;
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .btn-type1__a {
    max-width: 220px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .btn-type1__a::before {
    width: 48px;
    right: -25px;
  }
  .btn-type1__a::after {
    width: 18px;
    right: -25px;
  }
  /* with 200px */
  .btn-type1.w200 {
    width: 100%;
    max-width: 84px;
  }
  .w200 > .btn-type1__a {
    max-width: 84px;
    height: 30px;
    font-size: 10px;
    font-weight: var(--font-weight__regular);
  }
  /* with 300px */
  .btn-type1.w300 {
    width: 100%;
    max-width: 220px;
  }
  .w300 > .btn-type1__a {
    max-width: 220px;
    height: 40px;
    font-weight: var(--font-weight__regular);
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  /* with 600px */
  .btn-type1.w600 {
    max-width: 220px;
  }
  .w600 > .btn-type1__a {
    max-width: 220px;
    height: 40px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
@media all {
  .list-type1__inner {
    position: relative;
  }
  .list-type1__title {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 20px;
    letter-spacing: 0.5em;
    font-family: var(--font-mincho);
    left: -98px;
  }
  .list-type1__lists {
    row-gap: 190px;
    display: grid;
  }
  .list-type1__list {
    display: grid;
    grid-template-columns: 520px 1fr;
    -moz-column-gap: 186px;
         column-gap: 186px;
    padding-bottom: 200px;
    border-bottom: solid 1px var(--black);
  }
  .list-type1__list:last-child {
    border-bottom: none;
  }
  .list-type1__list-figure {
    grid-row: 1/3;
  }
  .list-type1__list-name {
    font-size: 20px;
    font-family: var(--font-mincho);
    line-height: 29px;
  }
  .list-type1__list-text {
    font-size: 20px;
    line-height: 29px;
    font-family: var(--font-mincho);
  }
  .list-type1__list-text .big {
    line-height: 39px;
    font-size: 27px;
  }
}
@media screen and (max-width: 1700px) {
  .list-type1__title {
    left: -60px;
  }
}
@media screen and (max-width: 1200px) {
  .list-type1__list {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1024px) {
  .list-type1__title {
    position: unset;
    writing-mode: unset;
    letter-spacing: normal;
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
  }
  .list-type1__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding-bottom: 0;
  }
  .list-type1__list-name {
    order: 1;
    font-size: 10px;
    line-height: 20px;
  }
  .list-type1__list-figure {
    order: 2;
    grid-row: auto;
    max-width: 260px;
    margin: 0 auto;
  }
  .list-type1__list-text {
    order: 3;
    font-size: 10px;
    line-height: 20px;
  }
  .list-type1__lists {
    row-gap: 100px;
  }
  .list-type1__list:first-child {
    padding-bottom: 100px;
  }
}
/****************************************************/
/* type2                                            */
/****************************************************/
@media all {
  .list-type2__lists {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 31px;
    font-size: 18px;
    line-height: 31px;
  }
  .list-type2__list {
    display: grid;
    grid-template-columns: 120px 1fr;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .list-type2__list hr {
    border-color: var(--black);
    margin: 46px 0;
  }
}
@media (max-width: 1024px) {
  .list-type2__lists {
    row-gap: 17px;
    font-size: 10px;
    line-height: 30px;
  }
  .list-type2__list {
    grid-template-columns: 80px 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 23px;
    padding-bottom: 13px;
    border-bottom: solid 1px var(--black);
  }
  .list-type2__list:last-child {
    border-bottom: none;
    padding-bottom: 100px;
  }
  .list-type2__list hr {
    margin: 1em 0;
    width: calc(100% + 23px);
  }
}
/****************************************************/
/* cates                                            */
/****************************************************/
@media all {
  .list-cates {
    padding-bottom: 150px;
  }
  .list-cates__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 100px;
  }
}
@media (max-width: 1024px) {
  .list-cates {
    padding-bottom: 70px;
  }
  .list-cates__lists {
    grid-template-columns: 1fr;
    max-width: 220px;
    margin: 0 auto;
    row-gap: 50px;
  }
}
/****************************************************/
/* faq                                              */
/****************************************************/
@media all {
  .list-faq__lists {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 100px;
    font-size: 18px;
    line-height: 31px;
  }
  .list-faq__list-q {
    padding-bottom: 31px;
  }
  .list-faq__list-q::before {
    content: "Q. ";
  }
  .list-faq__list-a::before {
    content: "A. ";
  }
}
@media (max-width: 1024px) {
  .list-faq__lists {
    font-size: 10px;
    line-height: 17px;
    row-gap: 70px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.p-type1 {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

/****************************************************/
/* type3                                            */
/****************************************************/
.p-type3 {
  font-size: 20px;
  line-height: 35px;
}

/****************************************************/
/* type1 ( ブログ )　                                 */
/****************************************************/
@media all {
  .posts-type1__posts {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 55px;
    padding-bottom: 180px;
  }
  .posts-type1__post {
    padding-left: 100px;
    padding-right: 48px;
    padding-bottom: 29px;
    border-bottom: solid 1px var(--black);
    display: grid;
    grid-template-columns: 1fr 200px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .posts-type1__post:last-child {
    border-bottom: none;
  }
  .posts-type1__date {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 31px;
    grid-column: 1/2;
  }
  .posts-type1__title {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 31px;
    grid-column: 1/2;
  }
  .posts-type1__excerpt {
    font-size: 18px;
    line-height: 31px;
    grid-column: 1/2;
  }
  .posts-type1__btn {
    margin-top: auto;
  }
}
@media (max-width: 1024px) {
  .posts-type1__posts {
    padding-bottom: 80px;
  }
  .posts-type1__post {
    padding: 0 17px 45px;
    grid-template-columns: 1fr;
  }
  .posts-type1__date {
    font-size: 10px;
    line-height: 17px;
    padding-bottom: 17px;
  }
  .posts-type1__title {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 17px;
  }
  .posts-type1__excerpt {
    font-size: 10px;
    line-height: 17px;
    padding-bottom: 30px;
  }
  .posts-type1__btn {
    margin-left: auto;
    margin-right: 25px;
  }
}
/****************************************************/
/* type1 ( 最新情報 )                                 */
/****************************************************/
@media all {
  .post-type2__group {
    padding: 200px 0;
  }
  .post-type2__group:first-child {
    padding-top: 0;
  }
  .post-type2__group-inner {
    position: relative;
  }
  .post-type2__group-titile {
    position: absolute;
    font-size: 20px;
    font-family: var(--font-mincho);
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
    top: 0;
    right: -90px;
    line-height: 1;
  }
  .posts-type2__posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 47px;
  }
  .posts-type2__post {
    position: relative;
  }
  .posts-type2__award {
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
  }
  .posts-type2__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .posts-type2__title {
    padding-top: 10px;
    font-size: 18px;
  }
  .post-type2__group:nth-child(even) {
    background-color: var(--white2);
  }
  .post-type2__group:nth-child(even) .post-type2__group-titile {
    right: auto;
    left: -90px;
  }
}
@media screen and (max-width: 1700px) {
  .post-type2__group-titile {
    right: -60px;
  }
  .post-type2__group:nth-child(even) .post-type2__group-titile {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .post-type2__group {
    padding: 38px 0;
  }
  .post-type2__group-titile {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    letter-spacing: normal;
    padding-bottom: 15px;
  }
  .posts-type2__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .posts-type2__title {
    font-size: 10px;
  }
  .posts-type2__award {
    right: 0;
    width: 52px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
@media all {
  .pagination-type1__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 16px;
  }
  .pagination-type1__item.current {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .pagination-type1__list {
    font-size: 12px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
@media all {
  [data-screen=input] .smf-p {
    display: block;
  }
  [data-screen=confirm] .smf-p {
    display: none;
  }
  .smf-item {
    display: grid;
    grid-template-columns: 250px 1fr;
  }
  .smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: repeat(2, 280px);
  }
  .smf-radio-buttons-control__control .smf-label {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-right: 0 !important;
    padding: 27px 0;
  }
  .smf-form .smf-radio-button-control__control {
    width: 30px;
    height: 30px;
    border: solid 1px var(--black);
    margin-top: 0 !important;
  }
  .smf-form .smf-radio-button-control__control:checked {
    background-color: var(--white);
    border-color: var(--black);
  }
  .smf-form .smf-radio-button-control__control:before {
    width: 20px;
    height: 20px;
    background-color: var(--black);
    left: 4px;
    top: 4px;
  }
  .smf-radio-button-control__label {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding-left: 15px;
  }
  .smf-form .smf-text-control__control {
    width: 100%;
    height: 75px;
    border-radius: 0;
    border-color: var(--black);
    margin: 8.5px 0;
    font-size: 18px;
  }
  .smf-item__col.smf-item__col--label {
    text-align: left;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .smf-item:last-child {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .smf-form .smf-textarea-control__control {
    width: 100%;
    height: 518px;
    border: solid 1px var(--black);
    font-size: 18px;
  }
  .smf-action {
    padding-top: 70px;
  }
  .smf-button-control {
    display: block;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    position: relative;
  }
  .smf-action .smf-button-control__control {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px var(--black);
    background: none;
    font-size: 20px;
  }
  .smf-action .smf-button-control__control::before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--black);
    right: -35.5px;
    top: 35px;
  }
  .smf-action .smf-button-control__control::after {
    content: "";
    position: absolute;
    display: block;
    width: 25.61px;
    height: 1px;
    background-color: var(--black);
    right: -35.5px;
    transform-origin: bottom right;
    transform: rotate(38.66deg);
    top: 35px;
  }
  [data-screen=confirm] .smf-item__label {
    padding: 31px 0;
  }
  [data-screen=confirm] .smf-placeholder {
    padding: 31px 0;
  }
  [data-screen=confirm] .smf-item:last-child {
    padding-top: 0;
    grid-template-columns: 250px 1fr;
  }
  [data-screen=confirm] .smf-action {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .smf-item {
    grid-template-columns: 100px 1fr;
  }
  .smf-item__col.smf-item__col--label {
    font-size: 10px;
    align-items: baseline;
  }
  .smf-radio-buttons-control__control {
    grid-template-columns: 1fr;
  }
  .smf-radio-buttons-control__control .smf-label {
    padding: 0;
    padding-bottom: 15px;
    line-height: 1;
  }
  .smf-form .smf-radio-button-control__control {
    width: 14px;
    height: 14px;
  }
  .smf-form .smf-radio-button-control__control:before {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
  }
  .smf-radio-button-control__label {
    font-size: 10px;
    line-height: 15px;
    padding-left: 3px;
  }
  .smf-radio-buttons-control {
    padding-bottom: 30px;
  }
  .smf-item:nth-child(3) .smf-radio-buttons-control {
    padding-bottom: 0;
  }
  .smf-form .smf-text-control__control {
    height: 50px;
    font-size: 12px;
  }
  input.smf-text-control__control {
    height: 50px;
  }
  .smf-item:nth-child(n+4) .smf-item__col.smf-item__col--label {
    align-items: center;
  }
  .smf-item:last-child {
    padding-top: 20px;
  }
  .smf-item:last-child .smf-item__col.smf-item__col--label {
    padding-bottom: 10px;
  }
  .smf-form .smf-textarea-control__control {
    height: 220px;
    font-size: 12px;
  }
  .smf-button-control {
    width: 220px;
    height: 40px;
  }
  .smf-action .smf-button-control__control {
    font-size: 12px;
  }
  .smf-action .smf-button-control__control::before {
    width: 48px;
    right: -25px;
    top: 20px;
  }
  .smf-action .smf-button-control__control::after {
    width: 18px;
    right: -25px;
    top: 20px;
  }
  .smf-action {
    padding-bottom: 100px;
  }
  [data-screen=confirm] .smf-item__label {
    padding: 20px 0;
  }
  [data-screen=confirm] .smf-placeholder {
    padding: 20px 0;
  }
  [data-screen=confirm] .smf-item:last-child {
    grid-template-columns: 100px 1fr;
  }
  [data-screen=confirm] .smf-action {
    display: block;
  }
  .smf-action .smf-button-control + .smf-button-control {
    margin: 0 auto;
    margin-top: 30px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
@media all {
  .timeline__inner {
    position: relative;
  }
  .timeline__title {
    font-size: 20px;
    line-height: 1;
    font-family: var(--font-mincho);
    font-weight: var(--font-weight__regular);
    letter-spacing: 0.5em;
    writing-mode: vertical-lr;
    position: absolute;
    left: -90px;
  }
  .timeline__article {
    display: grid;
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 70px;
  }
  .timeline__content-title {
    background-color: var(--red);
    position: relative;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 100px;
    letter-spacing: 0.5em;
    color: var(--white);
    font-size: 18px;
  }
  .timeline__content-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--red);
    left: 0;
    bottom: -70px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .timeline__article:last-child .timeline__content-title {
    height: calc(100% - 70px);
  }
  .timeline__content-list {
    display: grid;
    grid-template-columns: 300px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 30px;
  }
  .timeline__content-list-title {
    position: relative;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: var(--white);
  }
  .timeline__content-list-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--red);
    bottom: -70px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .timeline__content-list:last-child .timeline__content-list-title::after {
    content: none;
  }
  .timeline__content-list-text {
    border: solid 2px var(--red);
    background-color: var(--white);
    padding: 50px 30px;
  }
  .timeline__content-list-text1 {
    font-size: 16px;
    font-weight: var(--font-weight__bold);
    line-height: 30px;
    padding-bottom: 30px;
  }
  .timeline__content-list-text2 {
    font-size: 16px;
    line-height: 30px;
  }
  .timeline__content-list-text2 a {
    text-decoration: underline;
  }
  .timeline__content-list:nth-child(n+2) .timeline__content-list-title {
    margin-top: 70px;
  }
  .timeline__content-list:nth-child(n+2) .timeline__content-list-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--red);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 100%);
    top: -70px;
  }
  .timeline__content-list:last-child {
    margin-bottom: 0;
  }
  .timeline__article:nth-child(2) .timeline__content-title,
.timeline__article:nth-child(2) .timeline__content-title::after,
.timeline__article:nth-child(2) .timeline__content-list-title,
.timeline__article:nth-child(2) .timeline__content-list-title::after,
.timeline__article:nth-child(2) .timeline__content-list:nth-child(n+2) .timeline__content-list-title::before {
    background-color: var(--red2);
  }
  .timeline__article:nth-child(2) .timeline__content-list-text {
    border-color: var(--red2);
  }
  .timeline__article:nth-child(3) .timeline__content-title,
.timeline__article:nth-child(3) .timeline__content-title::after,
.timeline__article:nth-child(3) .timeline__content-list-title,
.timeline__article:nth-child(3) .timeline__content-list-title::after,
.timeline__article:nth-child(3) .timeline__content-list:nth-child(n+2) .timeline__content-list-title::before {
    background-color: var(--red3);
  }
  .timeline__article:nth-child(3) .timeline__content-list-text {
    border-color: var(--red3);
  }
  .timeline__p {
    font-size: 20px;
    line-height: 29px;
    font-family: var(--font-mincho);
  }
}
@media screen and (max-width: 1700px) {
  .timeline__title {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .timeline__title {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-family: var(--font-family);
    padding-bottom: 15px;
  }
  .timeline__article {
    grid-template-columns: 40px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 32px;
  }
  .timeline__content-title {
    font-size: 10px;
    line-height: 40px;
  }
  .timeline__content-title::after {
    height: 32px;
    bottom: -32px;
  }
  .timeline__article:last-child .timeline__content-title {
    height: calc(100% - 32px);
  }
  .timeline__content-list {
    grid-template-columns: 1fr;
    position: relative;
  }
  .timeline__content-list-title {
    height: 50px;
    font-size: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .timeline__content-list-title br {
    display: none;
  }
  .timeline__content-list-title::after {
    content: none;
  }
  .timeline__content-list-text {
    padding: 20px;
  }
  .timeline__content-list-text1 {
    font-size: 8px;
    line-height: 12px;
    padding-bottom: 12px;
    letter-spacing: 0.1em;
  }
  .timeline__content-list-text2 {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.1em;
  }
  .timeline__content-list::after {
    content: "";
    width: 100%;
    height: 32px;
    background-color: var(--red);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -32px;
    left: 0;
  }
  .timeline__content-list:nth-child(n+2) .timeline__content-list-title {
    margin-top: 0;
  }
  .timeline__content-list:nth-child(n+2) .timeline__content-list-title::before {
    content: none;
  }
  .timeline__content-list:last-child::after {
    content: none;
  }
  .timeline__article:nth-child(2) .timeline__content-list::after {
    background-color: var(--red2);
  }
  .timeline__article:nth-child(3) .timeline__content-list::after {
    background-color: var(--red3);
  }
  .timeline__p {
    font-size: 10px;
    line-height: 12px;
    font-family: var(--font-mincho);
  }
}
/****************************************************/
/* pagetype1                                        */
/****************************************************/
/* overview */
.pagetype1-overview {
  padding-bottom: 195px;
}

.pagetype1-overview__title {
  height: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: var(--font-weight__regular);
}

.pagetype1-overview__text {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 29px;
  font-family: var(--font-mincho);
  min-height: 453px;
}

@media (max-width: 1024px) {
  .pagetype1-overview {
    padding-bottom: 100px;
  }
  .pagetype1-overview__title {
    height: 152px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .pagetype1-overview__text {
    font-size: 10px;
    line-height: 12px;
    min-height: unset;
    padding-bottom: 100px;
  }
}
/****************************************************/
/* 固定ページ個別                                       */
/****************************************************/
.page-about .pagetype1-overview__text {
  text-align: center;
}

.page-concept .pagetype1-overview {
  padding-bottom: 0;
}

.page-concept .pagetype1-content {
  padding-top: 195px;
  padding-bottom: 200px;
  background-image: url(../img/page/concept__pagetype1-content__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .page-concept .pagetype1-content {
    padding-top: 100px;
    padding-bottom: 105px;
  }
}
/****************************************************/
/* 共通ページ個別                                       */
/****************************************************/
@media all {
  .pagetype1-content__content {
    font-size: 18px;
    line-height: 31px;
  }
  .pagetype1-content__content p {
    padding-bottom: 31px;
  }
}
@media (max-width: 1024px) {
  .pagetype1-content__content {
    font-size: 10px;
    line-height: 17px;
  }
  .pagetype1-content__content p {
    padding-bottom: 17px;
  }
}
/****************************************************/
/* top-mv                                           */
/****************************************************/
@media all {
  .top-mv {
    width: 100%;
    min-height: 780px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-mv__text {
    writing-mode: vertical-rl;
    font-family: var(--font-mincho);
  }
  .top-mv__subtitle {
    margin-left: 22px;
    letter-spacing: 0.5em;
    font-size: 16px;
  }
  .top-mv__title {
    margin-top: 50px;
    font-size: 20px;
    letter-spacing: 0.5em;
  }
}
@media (max-width: 1024px) {
  .top-mv {
    min-height: 450px;
    height: calc(100dvh - var(--height__header));
  }
  .top-mv__subtitle {
    font-size: 10px;
    margin-left: 7px;
  }
  .top-mv__title {
    font-size: 14px;
    margin-top: 18px;
  }
}
/****************************************************/
/* top-work                                         */
/****************************************************/
@media all {
  .top-work {
    padding-bottom: 200px;
  }
  .top-work__inner {
    position: relative;
  }
  .top-work__title {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    writing-mode: tb-rl;
    position: absolute;
    left: -90px;
  }
  .top-work__posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 47px;
    padding-bottom: 80px;
  }
  .top-work__post {
    position: relative;
  }
  .top-work__post-award {
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
  }
  .top-work__post-figure img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-work__post-title {
    padding-top: 11px;
    line-height: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 1640px) {
  .top-work__title {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .top-work {
    padding-bottom: 100px;
  }
  .top-work__title {
    writing-mode: unset;
    position: unset;
    font-size: 14px;
    letter-spacing: unset;
    line-height: 17px;
    padding-bottom: 15px;
  }
  .top-work__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 70px;
  }
  .top-work__post-title {
    padding-top: 10px;
    line-height: unset;
    font-size: 10px;
  }
  .top-work__post-award {
    width: 52px;
    right: 0;
  }
}
/****************************************************/
/* top-news                                         */
/****************************************************/
@media all {
  .top-news {
    background-color: var(--white2);
    padding: 200px 0;
  }
  .top-news__inner {
    position: relative;
  }
  .top-news__title {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    writing-mode: tb-rl;
    position: absolute;
    right: -150px;
  }
  .top-news__posts {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 36px;
    padding-bottom: 42px;
  }
  .top-news__post {
    border-bottom: solid 1px var(--black);
    padding: 0 20px 32px;
    font-size: 20px;
  }
  .top-news__post:last-child {
    border-bottom: none;
  }
  .top-news__post-a {
    display: grid;
    grid-template-columns: 130px 1fr;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media all and (max-width: 1640px) {
  .top-news__title {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news__title {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
  }
  .top-news__posts {
    row-gap: 24px;
    padding-bottom: 55px;
  }
  .top-news__post {
    padding: 0;
    /*! padding-bottom: 11px; */
  }
  .top-news__post-a {
    grid-template-columns: 1fr;
  }
  .top-news__post-date {
    font-size: 10px;
    line-height: 25px;
  }
  .top-news__post-title {
    font-size: 12px;
    line-height: 25px;
  }
}
/****************************************************/
/* top-philo                                        */
/****************************************************/
@media all {
  .top-philo {
    padding: 200px 0;
    background: var(--white) url(../img/toppage/top-philo__bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .top-philo__inner {
    position: relative;
  }
  .top-philo__title {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    writing-mode: tb-rl;
    position: absolute;
    left: -90px;
  }
  .top-philo__flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 70px;
         column-gap: 70px;
    padding-bottom: 70px;
    counter-set: cnt 0;
  }
  .top-philo__flow-box {
    height: 320px;
    padding: 25px 60px 0;
    background-color: var(--red);
    color: var(--white);
    position: relative;
  }
  .top-philo__flow-box::after {
    content: "";
    width: 70px;
    height: 100%;
    display: block;
    position: absolute;
    right: -70px;
    top: 0;
    background-color: var(--red);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .top-philo__flow-box:last-child::after {
    content: none;
  }
  .top-philo__flow-box:nth-child(2) {
    background-color: var(--red2);
  }
  .top-philo__flow-box:nth-child(2)::after {
    background-color: var(--red2);
  }
  .top-philo__flow-box:nth-child(3) {
    background-color: var(--red3);
  }
  .top-philo__flow-box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: solid 1px;
  }
  .top-philo__flow-content {
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-top: 20px;
  }
  .top-philo__flow-content-item {
    font-size: 18px;
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
    line-height: 29px;
    counter-increment: cnt 1;
    padding-top: 32px;
    position: relative;
  }
  .top-philo__flow-content-item::before {
    content: counter(cnt, decimal-leading-zero);
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
  }
  .top-philo__flow-box:nth-child(3) .top-philo__flow-content-item {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1640px) {
  .top-philo__title {
    left: -60px;
  }
}
@media all and (max-width: 1200px) {
  .top-philo__flow {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
  .top-philo__flow-box {
    height: auto;
    padding: 50px 10px;
    display: flex;
    justify-content: center;
  }
  .top-philo__flow-box-inner {
    width: 100%;
    max-width: 220px;
  }
  .top-philo__flow-box-title {
    height: 40px;
    font-size: 12px;
  }
  .top-philo__flow-content {
    padding-top: 26px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .top-philo__flow-content-item {
    font-size: 12px;
    line-height: 18px;
    padding-top: 24px;
  }
  .top-philo__flow-content-item::before {
    font-size: 14px;
    left: 0px;
  }
  .top-philo__flow-box::after {
    width: 100%;
    height: 70px;
    bottom: -70px;
    left: 0;
    top: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .top-philo__flow-box:nth-child(3) .top-philo__flow-content-item {
    letter-spacing: 0.5em;
  }
}
@media (max-width: 1024px) {
  .top-philo {
    padding: 100px 0;
  }
  .top-philo__title {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
  }
}
/****************************************************/
/* top-about                                        */
/****************************************************/
@media all {
  .top-about__title {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    writing-mode: tb-rl;
    position: absolute;
    right: -97px;
  }
  .top-about__inner {
    position: relative;
  }
  .top-about__posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-bottom: 70px;
  }
  .top-about__post {
    position: relative;
    padding-right: 90px;
    padding-bottom: 90px;
  }
  .top-about__text {
    position: absolute;
    width: calc(100% - 90px);
    height: calc(100% - 90px);
    bottom: 0;
    right: 0;
    background-color: var(--gray);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 50px;
    padding-bottom: 46px;
    z-index: -1;
    -moz-column-gap: 2em;
         column-gap: 2em;
    font-family: var(--font-mincho);
  }
  .top-about__text2 {
    font-size: 20px;
  }
  .top-about {
    padding: 200px 0;
  }
}
@media screen and (max-width: 1640px) {
  .top-about__title {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about__title {
    position: unset;
    writing-mode: unset;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
  }
  .top-about__posts {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
  .top-about__post {
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .top-about__text {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 276/197;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 8px;
    padding-left: 10px;
  }
  .top-about__text2 {
    font-size: 10px;
  }
  .top-about__post:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
  .top-about__post:nth-child(2n) .top-about__text {
    left: 0;
    right: auto;
    justify-content: flex-start;
  }
}
/****************************************************/
/* top-blog                                         */
/****************************************************/
@media all {
  .top-blog {
    padding: 200px 0;
    background-color: var(--white2);
  }
  .top-blog__inner {
    position: relative;
  }
  .top-blog__title {
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.5em;
    writing-mode: tb-rl;
    position: absolute;
    left: -90px;
  }
  .top-blog__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .top-blog__post-title {
    padding-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .top-blog__post-excerpt {
    font-size: 14px;
    line-height: 28px;
  }
}
@media all and (max-width: 1640px) {
  .top-blog__title {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .top-blog {
    padding: 100px 0;
  }
  .top-blog__title {
    position: unset;
    writing-mode: unset;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding-bottom: 15px;
  }
  .top-blog__posts {
    display: flex;
    width: calc(100% + 20px);
    overflow-x: scroll;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-right: -20px;
  }
  .top-blog__post {
    width: 157px;
    flex-shrink: 0;
  }
  .top-blog__post-title {
    font-size: 10px;
    line-height: 11px;
  }
  .top-blog__post-excerpt {
    font-size: 6px;
    line-height: 11px;
  }
}
@media all {
  .single-blogs__content-date {
    font-size: 18px;
    line-height: 31px;
  }
  .single-blogs__content-text {
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 100px;
  }
  .single-blogs__content-image {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .single-blogs__content-date {
    font-size: 10px;
    line-height: 20px;
  }
  .single-blogs__content-text {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 70px;
  }
  .single-blogs__content-image {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-bottom: 70px;
  }
}
@media all {
  .single-works__images img {
    padding: 0 10px;
    height: 600px;
    width: auto;
  }
  .single-works__info {
    padding-bottom: 200px;
  }
  .single-works__info-inner {
    display: flex;
    justify-content: center;
  }
  .single-works__info-inner > div {
    width: 100%;
    max-width: 240px;
  }
  .single-works__info-text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 31px;
  }
  .single-works__info-title {
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
    font-size: 16px;
  }
  .single-works__award {
    background-color: var(--red3);
    padding: 36px 0;
  }
  .single-works__award-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 20px;
    font-family: var(--font-mincho);
    letter-spacing: 0.1em;
    color: var(--white);
  }
  .single-works__award-figure {
    width: 70px;
  }
  .single-works__content {
    padding: 200px 0;
    background-color: var(--white2);
  }
  .single-works__content-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
  }
  .single-works__content-text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .single-works__info {
    padding-bottom: 70px;
  }
  .single-works__info-inner {
    display: block;
  }
  .single-works__info-inner > div {
    max-width: unset;
  }
  .single-works__info-title {
    writing-mode: unset;
    font-size: 10px;
    letter-spacing: normal;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .single-works__info-text {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 24px;
  }
  .single-works__images img {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 10px;
  }
  .single-works__images img:last-child {
    padding-bottom: 0;
  }
  .single-works__award {
    padding: 5px 0;
  }
  .single-works__award-inner {
    -moz-column-gap: 4.7px;
         column-gap: 4.7px;
    font-size: 14px;
    font-family: var(--font-family);
  }
  .single-works__award-figure {
    width: 52px;
  }
  .single-works__content {
    padding: 70px 0;
  }
  .single-works__content-title {
    font-size: 14px;
    padding-bottom: 15px;
    letter-spacing: normal;
  }
  .single-works__content-text {
    font-size: 10px;
    line-height: 18px;
  }
  .single-works {
    display: flex;
    flex-wrap: wrap;
  }
  .single-works > * {
    width: 100%;
    order: 1;
  }
  .pagetype1-overview,
.single-works__info,
.single-works__award {
    order: 1;
  }
  .single-works__images,
.single-works__content {
    order: 2;
  }
}
/* slick */
@media all {
  .single-works__images .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 40px;
    font-size: 0;
    z-index: var(--zindex__slick-arrow);
    background: none;
    border: none;
    cursor: pointer;
  }
  .single-works__images .slick-next {
    right: 10px;
  }
  .single-works__images .slick-prev {
    left: 10px;
  }
  .single-works__images .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: var(--white);
    left: 0;
    right: 0;
    margin: auto;
    top: 23px;
  }
  .single-works__images .slick-arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    background-color: var(--white);
    top: 23px;
  }
  .single-works__images .slick-prev::after {
    left: 14px;
    transform: rotate(-38.66deg);
    transform-origin: bottom left;
  }
  .single-works__images .slick-next::after {
    right: 14px;
    transform: rotate(38.66deg);
    transform-origin: bottom right;
  }
}
/*# sourceMappingURL=style.css.map */