@charset "UTF-8";
/* =============================================

バリュー

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual img {
  width: 100%;
  max-width: none;
}
.mainvisual__caption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  filter: drop-shadow(0 0 3px rgb(0, 0, 0));
}

.copy {
  text-align: center;
}
.copy--align-left {
  text-align: left;
}
.copy--border {
  position: relative;
}
.copy--border::after {
  content: "";
  background: rgba(89, 62, 127, 0.5);
  width: 1px;
  height: 80px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
}
.copy__heading {
  font-size: 21px;
  line-height: 1.8095238095;
  font-weight: 500;
  color: #593e7f;
  margin-bottom: 25px;
}
.copy__heading--sizeLarge {
  font-size: 33px;
  line-height: 1.5151515152;
}
.copy__heading small {
  font-size: 13px;
  color: #000;
}
.copy__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
.copy__txt small {
  font-size: 11px;
  line-height: 1.2727272727;
  display: block;
}
.copy__notice {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

.sectiontitle {
  text-align: center;
  margin-bottom: 50px;
}
.sectiontitle__heading {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sectiontitle__txt {
  font-size: 10px;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.contents {
  background: url("../../common/imgs/pc/bg-contents.jpg") no-repeat top center/cover;
}
.contents__inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.station {
  color: #fff;
  background: url("../imgs/bg-station.jpg") no-repeat top center/cover;
  padding-top: 0.5vw;
  padding-bottom: 100px;
}
.station-photo {
  margin-bottom: 95px;
  display: flex;
  justify-content: space-between;
}
.station-photo img {
  width: 100%;
}
.station-photo__item {
  width: 33%;
  position: relative;
}
.station-photo__caption {
  font-size: 11px;
  text-align: right;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}
.station-merit {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.station-merit::before {
  content: "";
  background: #593e7f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.station-merit img {
  position: relative;
  z-index: 1;
}
.station .copy--border::after {
  background: rgba(255, 255, 255, 0.5);
}

.around-photo {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.around-photo img {
  width: 100%;
}
.around-photo__item {
  width: 24.6666666667%;
  position: relative;
}
.around-photo__item:nth-child(1) {
  width: 100%;
  margin-bottom: 0.5vw;
}
.around-photo__item:nth-child(2) {
  width: 49.6666666667%;
}
.around-photo__caption {
  font-size: 11px;
  text-align: right;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}
.around-photo__item:nth-child(1) .around-photo__caption {
  color: #fff;
  top: auto;
  bottom: 5px;
}

.data {
  padding: 90px 0 120px;
  margin-bottom: 90px;
  position: relative;
}
.data::before {
  content: "";
  background: linear-gradient(90deg, rgb(118, 112, 102) 0%, rgb(180, 174, 160) 15.97%, rgb(224, 219, 202) 28.49%, rgb(225, 220, 203) 29.23%, rgb(238, 236, 222) 40.39%, rgb(243, 241, 228) 48.39%, rgb(158, 152, 139) 72.58%, rgb(120, 114, 104) 98.92%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.data__title {
  font-size: 33px;
  line-height: 1.5151515152;
  color: #fff;
  background: #593e7f;
  text-align: center;
  width: 100%;
  height: 170px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-detail {
  background: #fff;
  padding: 70px 50px;
  margin-bottom: 30px;
}
.data-detail:last-of-type {
  margin-bottom: 0;
}
.data-flex {
  display: flex;
  justify-content: space-between;
}
.data-flex .copy {
  width: 430px;
}
.data-flex .copy__txt small {
  margin-top: 15px;
}
.data-flex__graph {
  width: 422px;
}
.data__merit {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  background: #a40018;
  text-align: center;
  padding: 30px 15px;
  margin-top: 60px;
  position: relative;
}
.data__merit::before {
  content: "";
  background: url("../imgs/bg-data-merit@2x.png") no-repeat center center/cover;
  width: 40px;
  height: 70px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.data__graph figcaption {
  font-size: 11px;
  line-height: 1.2727272727;
  margin-top: 10px;
}
.data .copy__heading {
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.data .copy__heading img {
  margin-bottom: 15px;
}
.data .copy__txt {
  text-align: justify;
}

.history {
  width: 1000px;
  padding-top: 100px;
  padding-left: 50px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  position: relative;
}
.history__img {
  width: 920px;
}
.history__4th-okazakista {
  width: 486px;
  position: absolute;
  right: -100px;
  top: 50px;
  z-index: 0;
}
.history__4th-okazakista::before {
  content: "";
  background: url("../imgs/img-accent@2x.png") no-repeat center center/cover;
  width: 170px;
  height: 170px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.history__4th-okazakista figcaption {
  font-size: 11px;
  line-height: 1.2727272727;
  text-align: right;
  margin-top: 5px;
}
.history .copy {
  text-align: left;
  width: 460px;
}
.history .copy__heading {
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.sta-west {
  margin-bottom: 80px;
}
.sta-west .contents__inner {
  width: 900px;
  padding-top: 390px;
}
.sta-west .copy {
  text-align: left;
  width: 450px;
}
.sta-west .copy__heading {
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.sta-west__img--01 {
  width: 330px;
  position: absolute;
  top: 0;
  left: -150px;
}
.sta-west__img--02 {
  width: 512px;
  position: absolute;
  top: 190px;
  right: -150px;
  z-index: 0;
}
.sta-west__img--02::before {
  content: "";
  background: url("../imgs/img-accent@2x.png") no-repeat center center/cover;
  width: 170px;
  height: 170px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.sta-west__img figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}

.harusaki-street {
  margin-bottom: 65px;
  position: relative;
}
.harusaki-street figcaption {
  font-size: 11px;
  text-align: right;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}

.result {
  padding: 130px 0 60px;
  position: relative;
}
.result::before {
  content: "";
  background: linear-gradient(90deg, rgb(190, 194, 184) 0.01%, rgb(245, 246, 238) 31.6%, rgb(238, 239, 231) 48.6%, rgb(218, 221, 212) 73.55%, rgb(190, 194, 184) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.result__logo {
  width: 422px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
}
.result-list {
  width: 1080px;
  padding: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.result-list::before {
  content: "";
  background: #52665c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.result-list__heading {
  margin-bottom: 50px;
  position: relative;
}
.result-list__item {
  background: #fff;
  padding: 35px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.result-list__item--reverse {
  flex-direction: row-reverse;
}
.result-list__item:last-of-type {
  margin-bottom: 0;
}
.result-list__item .copy {
  width: 400px;
}
.result-list__item .copy__heading {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(89, 62, 127, 0.5);
}
.result-list__item .copy__txt {
  text-align: justify;
}
.result-list__outline {
  margin-top: 20px;
}
.result-list__img figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}

.mjr-history {
  width: 100%;
  height: 520px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.mjr-history__img {
  position: absolute;
}
.mjr-history__img--01 {
  width: 45.8333333333%;
  top: 20px;
  left: 50px;
  z-index: 0;
}
.mjr-history__img--01::before {
  content: "";
  background: url("../imgs/img-accent@2x.png") no-repeat center center/cover;
  width: 234px;
  height: 234px;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.mjr-history__img--02 {
  width: 32.5%;
  top: 20px;
  right: 0;
}
.mjr-history__img figcaption {
  font-size: 11px;
  text-align: right;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}

.mjr-join {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mjr-join__title {
  font-size: 27px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.mjr-join figure {
  width: 540px;
}
.mjr-join figure figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.mjr-group-01 {
  width: 100%;
  padding: 0 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mjr-group-01 dl {
  width: 50%;
  padding-right: 30px;
}
.mjr-group-01 dl dt {
  width: 400px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.mjr-group-01 dl dd {
  font-size: 14px;
  line-height: 2.1428571429;
  text-align: justify;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.mjr-group-01 dl dd a {
  font-size: 15px;
  color: #fff;
  background: #006937;
  width: 360px;
  height: 46px;
  border-radius: 9999px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.mjr-group-01 dl dd a:hover {
  opacity: 0.7;
}
.mjr-group-01 dl dd a::after {
  content: "";
  background: url("../imgs/icon-arrow.svg") no-repeat center center/cover;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.mjr-group-01 figure {
  width: 47.3684210526%;
}
.mjr-group-01 figure figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}

.mjr-group-02 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.mjr-group-02 dl {
  width: 50%;
}
.mjr-group-02 dl dt {
  width: 400px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.mjr-group-02 dl dd {
  font-size: 14px;
  line-height: 2.1428571429;
  text-align: justify;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.mjr-group-02 figure {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  /* =============================================

  バリュー

  ============================================= */
  .mainvisual__caption {
    font-size: 8px;
    right: 5px;
    bottom: 5px;
  }
  .copy--border::after {
    height: 60px;
  }
  .copy__heading {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
  .copy__heading--sizeLarge {
    font-size: 24px;
    line-height: 1.5416666667;
  }
  .copy__heading small {
    font-size: 13px;
  }
  .copy__txt {
    font-size: 11px;
    line-height: 2.1818181818;
  }
  .copy__notice {
    font-size: 10px;
  }
  .sectiontitle {
    margin-bottom: 30px;
  }
  .sectiontitle__heading {
    font-size: 22px;
  }
  .sectiontitle__txt {
    font-size: 12px;
  }
  .contents {
    background: url("../../common/imgs/sp/bg-contents.jpg") repeat-y top center/100% auto;
  }
  .contents__inner {
    width: 100%;
  }
  .station {
    padding-top: 5px;
    padding-bottom: 60px;
  }
  .station-photo {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .station-photo__item {
    width: 100%;
    margin-bottom: 5px;
  }
  .station-photo__caption {
    font-size: 8px;
    display: block;
    margin-top: 5px;
    position: static;
  }
  .station-merit {
    width: 360px;
  }
  .station .copy__heading {
    width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .around-photo {
    margin-bottom: 40px;
  }
  .around-photo__item {
    width: 49.6%;
  }
  .around-photo__item:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  .around-photo__item:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
  }
  .around-photo__caption {
    font-size: 8px;
    display: block;
    position: static;
    margin-top: 2px;
  }
  .around-photo__item:nth-child(1) .around-photo__caption {
    position: absolute;
    margin-top: 0;
    bottom: 2px;
  }
  .data {
    padding: 50px 0;
    margin-bottom: 90px;
  }
  .data__title {
    font-size: 26px;
    line-height: 1.5384615385;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .data-detail {
    width: 360px;
    padding: 35px 20px 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .data-flex {
    display: block;
  }
  .data-flex .copy {
    width: 100%;
    margin-bottom: 35px;
  }
  .data-flex .copy__txt small {
    font-size: 8px;
    margin-top: 5px;
  }
  .data-flex__graph {
    width: 100%;
  }
  .data__merit {
    font-size: 16px;
    line-height: 1.6875;
    padding: 20px 10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 35px;
  }
  .data__merit::before {
    width: 30px;
    height: 52px;
    top: -30px;
  }
  .data__graph {
    width: 340px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .data__graph figcaption {
    font-size: 8px;
    line-height: 1.25;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .data .copy__heading {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .data .copy__heading img {
    width: 248px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .history {
    width: 100%;
    padding-top: 300px;
    padding-left: 0;
    margin-bottom: 100px;
  }
  .history__img {
    width: 338px;
    margin-right: auto;
    margin-left: auto;
  }
  .history__4th-okazakista {
    width: 304px;
    right: 0;
    top: 60px;
  }
  .history__4th-okazakista::before {
    width: 106px;
    height: 106px;
    top: -35px;
    left: -35px;
  }
  .history__4th-okazakista figcaption {
    font-size: 7px;
  }
  .history .copy {
    width: 324px;
    margin-right: auto;
    margin-left: auto;
  }
  .history .copy__heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .sta-west {
    margin-bottom: 90px;
  }
  .sta-west .contents__inner {
    width: 100%;
    padding-top: 250px;
  }
  .sta-west .copy {
    width: 296px;
    margin-right: 24px;
    margin-left: auto;
  }
  .sta-west .copy__heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sta-west__img--01 {
    display: none;
  }
  .sta-west__img--02 {
    width: 320px;
    top: 0;
    right: 0;
  }
  .sta-west__img--02::before {
    width: 120px;
    height: 120px;
    top: -55px;
    left: -55px;
  }
  .sta-west__img--03 {
    margin-bottom: 35px;
  }
  .sta-west__img--03 figcaption {
    width: 185px;
  }
  .sta-west__img--04 {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .sta-west__img figcaption {
    font-size: 8px;
  }
  .harusaki-street {
    margin-bottom: 40px;
  }
  .harusaki-street figcaption {
    font-size: 8px;
  }
  .result {
    padding: 80px 0 40px;
  }
  .result__logo {
    width: 264px;
    margin-bottom: 70px;
  }
  .result-list {
    width: 358px;
    padding: 50px 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .result-list::before {
    content: "";
    background: #52665c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .result-list__heading {
    width: 326px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px;
  }
  .result-list__item {
    padding: 30px 15px;
    margin-bottom: 50px;
    display: block;
  }
  .result-list__item .copy {
    width: 100%;
  }
  .result-list__item .copy__heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .result-list__outline {
    margin-bottom: 25px;
  }
  .result-list__img figcaption {
    font-size: 8px;
  }
  .mjr-history {
    height: 530px;
  }
  .mjr-history__img--01 {
    width: 344px;
    top: 40px;
    left: auto;
    right: 0;
  }
  .mjr-history__img--01::before {
    width: 146px;
    height: 146px;
    top: -31px;
    left: -31px;
  }
  .mjr-history__img--02 {
    width: 245px;
    top: 310px;
    right: auto;
    left: 0;
  }
  .mjr-history__img figcaption {
    font-size: 8px;
    top: calc(100% + 2px);
  }
  .mjr-join {
    width: 334px;
    padding: 0;
    margin-bottom: 60px;
    display: block;
  }
  .mjr-join__title {
    font-size: 22px;
    line-height: 1.8181818182;
    margin-bottom: 15px;
  }
  .mjr-join figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .mjr-join figure:last-of-type {
    margin-bottom: 0;
  }
  .mjr-join figure figcaption {
    font-size: 10px;
  }
  .mjr-group-01 {
    width: 334px;
    padding: 0;
    margin-bottom: 40px;
    display: block;
  }
  .mjr-group-01 dl {
    width: 324px;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .mjr-group-01 dl dt {
    width: 100%;
    margin-bottom: 25px;
  }
  .mjr-group-01 dl dd {
    font-size: 11px;
    line-height: 2.1818181818;
    width: 100%;
  }
  .mjr-group-01 dl dd a {
    font-size: 12px;
    width: 290px;
    height: 36px;
  }
  .mjr-group-01 dl dd a::after {
    width: 28px;
    height: 28px;
    right: 20px;
  }
  .mjr-group-01 figure {
    width: 100%;
  }
  .mjr-group-01 figure figcaption {
    font-size: 8px;
  }
  .mjr-group-02 {
    width: 334px;
    padding: 0;
    margin-bottom: 50px;
    display: block;
  }
  .mjr-group-02 dl {
    width: 324px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .mjr-group-02 dl dt {
    width: 100%;
    margin-bottom: 25px;
  }
  .mjr-group-02 dl dd {
    font-size: 11px;
    line-height: 2.1818181818;
    width: 100%;
  }
  .mjr-group-02 dl dd a {
    font-size: 12px;
    width: 290px;
    height: 36px;
  }
  .mjr-group-02 dl dd a::after {
    width: 28px;
    height: 28px;
    right: 20px;
  }
  .mjr-group-02 figure {
    width: 375px;
    margin-left: -21px;
    margin-right: -21px;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0px;
  }
  .mb5pc {
    margin-bottom: 5px;
  }
  .mb10pc {
    margin-bottom: 10px;
  }
  .mb15pc {
    margin-bottom: 15px;
  }
  .mb20pc {
    margin-bottom: 20px;
  }
  .mb25pc {
    margin-bottom: 25px;
  }
  .mb30pc {
    margin-bottom: 30px;
  }
  .mb35pc {
    margin-bottom: 35px;
  }
  .mb40pc {
    margin-bottom: 40px;
  }
  .mb45pc {
    margin-bottom: 45px;
  }
  .mb50pc {
    margin-bottom: 50px;
  }
  .mb55pc {
    margin-bottom: 55px;
  }
  .mb60pc {
    margin-bottom: 60px;
  }
  .mb65pc {
    margin-bottom: 65px;
  }
  .mb70pc {
    margin-bottom: 70px;
  }
  .mb75pc {
    margin-bottom: 75px;
  }
  .mb80pc {
    margin-bottom: 80px;
  }
  .mb85pc {
    margin-bottom: 85px;
  }
  .mb90pc {
    margin-bottom: 90px;
  }
  .mb95pc {
    margin-bottom: 95px;
  }
  .mb100pc {
    margin-bottom: 100px;
  }
  .mb105pc {
    margin-bottom: 105px;
  }
  .mb110pc {
    margin-bottom: 110px;
  }
  .mb115pc {
    margin-bottom: 115px;
  }
  .mb120pc {
    margin-bottom: 120px;
  }
  .mb125pc {
    margin-bottom: 125px;
  }
  .mb130pc {
    margin-bottom: 130px;
  }
  .mb135pc {
    margin-bottom: 135px;
  }
  .mb140pc {
    margin-bottom: 140px;
  }
  .mb145pc {
    margin-bottom: 145px;
  }
  .mb150pc {
    margin-bottom: 150px;
  }
  .mb155pc {
    margin-bottom: 155px;
  }
  .mb160pc {
    margin-bottom: 160px;
  }
  .mb165pc {
    margin-bottom: 165px;
  }
  .mb170pc {
    margin-bottom: 170px;
  }
  .mb175pc {
    margin-bottom: 175px;
  }
  .mb180pc {
    margin-bottom: 180px;
  }
  .mb185pc {
    margin-bottom: 185px;
  }
  .mb190pc {
    margin-bottom: 190px;
  }
  .mb195pc {
    margin-bottom: 195px;
  }
  .mb200pc {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0px;
  }
  .mb5sp {
    margin-bottom: 5px;
  }
  .mb10sp {
    margin-bottom: 10px;
  }
  .mb15sp {
    margin-bottom: 15px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mb25sp {
    margin-bottom: 25px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mb35sp {
    margin-bottom: 35px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mb45sp {
    margin-bottom: 45px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mb55sp {
    margin-bottom: 55px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
  .mb65sp {
    margin-bottom: 65px;
  }
  .mb70sp {
    margin-bottom: 70px;
  }
  .mb75sp {
    margin-bottom: 75px;
  }
  .mb80sp {
    margin-bottom: 80px;
  }
  .mb85sp {
    margin-bottom: 85px;
  }
  .mb90sp {
    margin-bottom: 90px;
  }
  .mb95sp {
    margin-bottom: 95px;
  }
  .mb100sp {
    margin-bottom: 100px;
  }
  .mb105sp {
    margin-bottom: 105px;
  }
  .mb110sp {
    margin-bottom: 110px;
  }
  .mb115sp {
    margin-bottom: 115px;
  }
  .mb120sp {
    margin-bottom: 120px;
  }
  .mb125sp {
    margin-bottom: 125px;
  }
  .mb130sp {
    margin-bottom: 130px;
  }
  .mb135sp {
    margin-bottom: 135px;
  }
  .mb140sp {
    margin-bottom: 140px;
  }
  .mb145sp {
    margin-bottom: 145px;
  }
  .mb150sp {
    margin-bottom: 150px;
  }
  .mb155sp {
    margin-bottom: 155px;
  }
  .mb160sp {
    margin-bottom: 160px;
  }
  .mb165sp {
    margin-bottom: 165px;
  }
  .mb170sp {
    margin-bottom: 170px;
  }
  .mb175sp {
    margin-bottom: 175px;
  }
  .mb180sp {
    margin-bottom: 180px;
  }
  .mb185sp {
    margin-bottom: 185px;
  }
  .mb190sp {
    margin-bottom: 190px;
  }
  .mb195sp {
    margin-bottom: 195px;
  }
  .mb200sp {
    margin-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */