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

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

.crosstalk * {
  line-height: 1;
}
.crosstalk__inner {
  width: 100%;
  max-width: 126rem;
  padding: 10rem 3rem;
  margin: 0 auto;
}
@media (max-width: 812px) {
  .crosstalk__inner {
    width: 100%;
    padding: 16.0098522167vw 0;
  }
}
.crosstalk__title {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: auto 63rem;
  grid-template-rows: auto auto;
  grid-template-areas: "en txt" "ja txt";
  align-items: start;
}
@media (max-width: 812px) {
  .crosstalk__title {
    display: block;
    width: 89.4088669951vw;
    margin: 0 auto 18.4729064039vw;
  }
}
.crosstalk__title-en {
  font-family: "Lato", sans-serif;
  font-size: 7.8rem;
  font-weight: 700;
  color: #50b1b2;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  grid-area: en;
}
@media (max-width: 812px) {
  .crosstalk__title-en {
    font-size: 12.315270936vw;
    margin-bottom: 2.4630541872vw;
  }
}
.crosstalk__title-ja {
  font-size: 2.2rem;
  font-weight: 700;
  color: #50b1b2;
  grid-area: ja;
}
@media (max-width: 812px) {
  .crosstalk__title-ja {
    font-size: 4.1871921182vw;
  }
}
.crosstalk__title-txt {
  font-size: 2rem;
  line-height: 2;
  padding-left: 6rem;
  border-left: 0.6rem solid #50b1b2;
  grid-area: txt;
}
@media (max-width: 812px) {
  .crosstalk__title-txt {
    font-size: 4.1871921182vw;
    padding-top: 4.9261083744vw;
    padding-left: 0;
    margin-top: 6.157635468vw;
    border-left: none;
    border-top: 0.9852216749vw solid #50b1b2;
  }
}
.crosstalk__subtitle {
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 812px) {
  .crosstalk__subtitle {
    margin-bottom: 9.8522167488vw;
  }
}
.crosstalk__subtitle-en {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 812px) {
  .crosstalk__subtitle-en {
    font-size: 8.6206896552vw;
    margin-bottom: 3.6945812808vw;
  }
}
.crosstalk__subtitle-ja {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 812px) {
  .crosstalk__subtitle-ja {
    font-size: 4.1871921182vw;
  }
}
.crosstalk__member {
  margin-bottom: 14rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(5vw, 6rem) 0;
}
@media (max-width: 812px) {
  .crosstalk__member {
    width: 89.4088669951vw;
    margin: 0 auto 22.1674876847vw;
    flex-direction: column;
    gap: 6.157635468vw 0;
  }
}
.crosstalk__member-item {
  width: 47.5%;
  padding: 4rem;
  display: grid;
  grid-template-columns: 18rem auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "img division" "img name" "img join";
  align-items: center;
  gap: 0 3rem;
}
@media (max-width: 812px) {
  .crosstalk__member-item {
    width: 100%;
    padding: 4.9261083744vw;
    grid-template-columns: 29.5566502463vw auto;
  }
}
.crosstalk__member-item--01 {
  background: #e6f7fc;
}
.crosstalk__member-item--02 {
  background: #fff2e9;
}
.crosstalk__member-item--03 {
  background: #e4f9e8;
}
.crosstalk__member-item--04 {
  background: #fff0f0;
}
.crosstalk__member-img {
  width: 18rem;
  grid-area: img;
}
@media (max-width: 812px) {
  .crosstalk__member-img {
    width: 29.5566502463vw;
  }
}
.crosstalk__member-division {
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  justify-self: left;
  grid-area: division;
  align-self: end;
}
@media (max-width: 812px) {
  .crosstalk__member-division {
    font-size: 2.9556650246vw;
    padding: 1.2315270936vw 2.4630541872vw;
    margin-bottom: 2.4630541872vw;
  }
}
.crosstalk__member-item--01 .crosstalk__member-division {
  background: #2f80d1;
}
.crosstalk__member-item--02 .crosstalk__member-division {
  background: #ff8a22;
}
.crosstalk__member-item--03 .crosstalk__member-division {
  background: #39b579;
}
.crosstalk__member-item--04 .crosstalk__member-division {
  background: #f4455a;
}
.crosstalk__member-name {
  font-size: 1.4rem;
  font-weight: 500;
  grid-area: name;
}
@media (max-width: 812px) {
  .crosstalk__member-name {
    font-size: 2.9556650246vw;
  }
}
.crosstalk__member-name em {
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 812px) {
  .crosstalk__member-name em {
    font-size: 4.6798029557vw;
  }
}
.crosstalk__member-join {
  font-size: 1.6rem;
  line-height: 1.6923076923;
  align-self: start;
  grid-area: join;
}
@media (max-width: 812px) {
  .crosstalk__member-join {
    font-size: 3.2019704433vw;
  }
}
.crosstalk__question {
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 812px) {
  .crosstalk__question {
    flex-direction: column-reverse;
  }
}
.crosstalk__question--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 812px) {
  .crosstalk__question--reverse {
    flex-direction: column-reverse;
  }
}
.crosstalk__question--textonly {
  display: block;
}
.crosstalk__question-img {
  width: 53.3333333333%;
  flex-shrink: 0;
}
@media (max-width: 812px) {
  .crosstalk__question-img {
    width: 100%;
  }
}
.crosstalk__question-body {
  color: #fff;
  background: #50b1b2;
  width: 100%;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 812px) {
  .crosstalk__question-body {
    padding: 7.3891625616vw 4.9261083744vw;
  }
}
.crosstalk__question-en {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 812px) {
  .crosstalk__question-en {
    font-size: 3.4482758621vw;
    margin-bottom: 2.4630541872vw;
  }
}
.crosstalk__question-ja {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 2.5rem;
  border-bottom: 0.4rem solid #fff;
}
@media (max-width: 812px) {
  .crosstalk__question-ja {
    font-size: 6.4039408867vw;
    padding-bottom: 3.6945812808vw;
    border-bottom-width: 0.4926108374vw;
  }
}
.crosstalk__question--textonly .crosstalk__question-body {
  background: none;
  padding: 0;
}
@media (max-width: 812px) {
  .crosstalk__question--textonly .crosstalk__question-body {
    width: 89.4088669951vw;
    margin: 0 auto;
  }
}
.crosstalk__question--textonly .crosstalk__question-en {
  color: #50b1b2;
  border: none;
  padding: 0;
}
.crosstalk__question--textonly .crosstalk__question-ja {
  color: #333;
  border-bottom-color: #50b1b2;
}
.crosstalk__body {
  margin-bottom: 13.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media (max-width: 812px) {
  .crosstalk__body {
    width: 89.4088669951vw;
    margin: 0 auto 22.1674876847vw;
    gap: 6.157635468vw 0;
  }
}
.crosstalk__body-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 3rem;
}
@media (max-width: 812px) {
  .crosstalk__body-item {
    gap: 0 4.9261083744vw;
  }
}
.crosstalk__body-item:nth-child(odd) {
  flex-direction: row;
}
.crosstalk__body-item:nth-child(even) {
  flex-direction: row-reverse;
}
.crosstalk__body-interviewee {
  text-align: center;
  width: 9rem;
  flex-shrink: 0;
}
@media (max-width: 812px) {
  .crosstalk__body-interviewee {
    width: 17.2413793103vw;
  }
}
.crosstalk__body-interviewee-caption {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 812px) {
  .crosstalk__body-interviewee-caption {
    font-size: 3.6945812808vw;
    margin-top: 2.4630541872vw;
  }
}
.crosstalk__body-speak {
  font-size: 2rem;
  line-height: 2;
  background: #e6f7fc;
  max-width: min(100% - 24rem, 96rem);
  padding: 1rem 2rem;
  position: relative;
}
@media (max-width: 812px) {
  .crosstalk__body-speak {
    font-size: 4.1871921182vw;
    line-height: 1.6470588235;
    max-width: calc(100% - 22.1674876847vw);
    padding: 4.9261083744vw 6.157635468vw;
  }
}
.crosstalk__body-speak::before {
  content: "";
  background: #e6f7fc;
  width: 1.2rem;
  aspect-ratio: 12/20;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 2rem;
  left: 100%;
}
@media (max-width: 812px) {
  .crosstalk__body-speak::before {
    width: 3.2019704433vw;
    top: 5.9113300493vw;
  }
}
.crosstalk__body-item--NY .crosstalk__body-speak {
  background: #e6f7fc;
}
.crosstalk__body-item--NY .crosstalk__body-speak::before {
  background: #e6f7fc;
}
.crosstalk__body-item--TM .crosstalk__body-speak {
  background: #fff2e9;
}
.crosstalk__body-item--TM .crosstalk__body-speak::before {
  background: #fff2e9;
}
.crosstalk__body-item--SK .crosstalk__body-speak {
  background: #e4f9e8;
}
.crosstalk__body-item--SK .crosstalk__body-speak::before {
  background: #e4f9e8;
}
.crosstalk__body-item--NK .crosstalk__body-speak {
  background: #fff0f0;
}
.crosstalk__body-item--NK .crosstalk__body-speak::before {
  background: #fff0f0;
}
.crosstalk__body-item--ALL .crosstalk__body-interviewee {
  padding-top: 1rem;
}
@media (max-width: 812px) {
  .crosstalk__body-item--ALL .crosstalk__body-interviewee {
    padding-top: 4.3103448276vw;
  }
}
.crosstalk__body-item--ALL .crosstalk__body-speak {
  background: rgba(80, 177, 178, 0.2);
}
.crosstalk__body-item--ALL .crosstalk__body-speak::before {
  background: rgba(80, 177, 178, 0.2);
}
.crosstalk__body-item:nth-child(odd) .crosstalk__body-speak::before {
  right: 100%;
  left: auto;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.crosstalk__body-mame {
  background: #fff0f0;
  width: 34rem;
  padding: 2rem;
  margin-right: 12rem;
}
@media (max-width: 812px) {
  .crosstalk__body-mame {
    width: calc(100% - 22.1674876847vw);
    padding: 4.9261083744vw;
    margin-top: 3.6945812808vw;
    margin-right: 22.1674876847vw;
  }
}
.crosstalk__body-mame-caption {
  font-size: 14px;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 812px) {
  .crosstalk__body-mame-caption {
    font-size: 3.6945812808vw;
    line-height: 1.6666666667;
    text-align: left;
    margin-top: 2.4630541872vw;
  }
}
.crosstalk__goto-interview {
  font-size: 2.4rem;
  font-weight: 700;
  width: 44rem;
  margin: 0 auto;
}
@media (max-width: 812px) {
  .crosstalk__goto-interview {
    font-size: 4.1871921182vw;
    width: 89.4088669951vw;
  }
}
.crosstalk__goto-interview a {
  color: #fff;
  background: #50b1b2;
  width: 100%;
  height: 8rem;
  border-radius: 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 812px) {
  .crosstalk__goto-interview a {
    height: 16.0098522167vw;
    border-radius: 0.7389162562vw;
  }
}
.crosstalk__goto-interview a::after {
  content: "";
  background: #fff;
  width: 1.6rem;
  aspect-ratio: 16/24;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  -webkit-mask: url("../img/crosstalk/bg-arrow.svg") no-repeat center/cover;
          mask: url("../img/crosstalk/bg-arrow.svg") no-repeat center/cover;
}
@media (max-width: 812px) {
  .crosstalk__goto-interview a::after {
    width: 2.9556650246vw;
    right: 4.9261083744vw;
  }
}

.newoffice__mainvisual {
  position: relative;
}
.newoffice__mainvisual-title {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem 0;
}
.newoffice__mainvisual-title-en {
  width: min(57.0666666667vw, 85.6rem);
  filter: drop-shadow(0 0 1.4rem rgba(42, 54, 91, 0.6));
}
@media (max-width: 812px) {
  .newoffice__mainvisual-title-en {
    width: 84.236453202vw;
  }
}
.newoffice__mainvisual-title-ja {
  font-size: min(1.7333333333vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 1.2rem rgba(42, 54, 91, 0.6));
}
@media (max-width: 812px) {
  .newoffice__mainvisual-title-ja {
    font-size: 5.4187192118vw;
  }
}
.newoffice__content {
  background: url("../img/newoffice/bg-newoffice.webp") no-repeat top center/cover;
  padding: 16rem 0;
}
@media (max-width: 812px) {
  .newoffice__content {
    padding: 14.7783251232vw 0;
  }
}
.newoffice__inner {
  width: 100%;
  max-width: 150rem;
  padding: 0 5rem;
  margin: 0 auto;
}
@media (max-width: 812px) {
  .newoffice__inner {
    padding: 0 3.8177339901vw;
  }
}
.newoffice__vision {
  background: #fff;
  padding: min(7.3333333333vw, 11rem);
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "title heading" "title txt" "appearance appearance";
  align-items: start;
}
@media (max-width: 812px) {
  .newoffice__vision {
    padding: 13.5467980296vw 4.9261083744vw;
    margin-bottom: 14.7783251232vw;
    display: block;
  }
}
.newoffice__vision-title {
  width: 23rem;
  margin-right: 5rem;
  grid-area: title;
}
@media (max-width: 812px) {
  .newoffice__vision-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8.6206896552vw;
  }
}
.newoffice__vision-heading {
  font-size: min(2.6666666667vw, 4rem);
  font-weight: 700;
  margin-bottom: 2rem;
  grid-area: heading;
}
@media (max-width: 812px) {
  .newoffice__vision-heading {
    font-size: 5.6650246305vw;
    text-align: center;
    margin-bottom: 4.9261083744vw;
  }
}
.newoffice__vision-txt {
  font-size: min(1.3333333333vw, 2rem);
  line-height: 2;
  grid-area: txt;
}
@media (max-width: 812px) {
  .newoffice__vision-txt {
    font-size: 3.9408866995vw;
  }
}
.newoffice__vision-appearance {
  margin-top: 7rem;
  grid-area: appearance;
}
@media (max-width: 812px) {
  .newoffice__vision-appearance {
    margin-top: 9.8522167488vw;
  }
}
.newoffice__vision-appearance-caption {
  font-size: 1.4rem;
  color: #808080;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 812px) {
  .newoffice__vision-appearance-caption {
    font-size: 2.7093596059vw;
    margin-top: 2.7093596059vw;
  }
}
.newoffice__detail {
  background: #fff;
  padding: min(7.3333333333vw, 11rem);
  margin-bottom: 10rem;
}
@media (max-width: 812px) {
  .newoffice__detail {
    padding: 13.5467980296vw 4.9261083744vw;
    margin-bottom: 14.7783251232vw;
  }
}
.newoffice__detail--end {
  margin-bottom: 0;
}
.newoffice__detail-title-en {
  margin-bottom: 3rem;
}
@media (max-width: 812px) {
  .newoffice__detail-title-en {
    margin-bottom: 3.6945812808vw;
  }
}
.newoffice__detail-title-en--environment {
  width: 25.8rem;
}
@media (max-width: 812px) {
  .newoffice__detail-title-en--environment {
    width: 42.3645320197vw;
  }
}
.newoffice__detail-title-en--working {
  width: 19.4rem;
}
@media (max-width: 812px) {
  .newoffice__detail-title-en--working {
    width: 31.7733990148vw;
  }
}
.newoffice__detail-title-ja {
  font-size: min(3.0666666667vw, 4.6rem);
  line-height: 1;
  font-weight: 700;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (max-width: 812px) {
  .newoffice__detail-title-ja {
    font-size: 7.881773399vw;
    padding-bottom: 4.9261083744vw;
    margin-bottom: 4.9261083744vw;
  }
}
.newoffice__detail-title-ja::after {
  content: "";
  background: linear-gradient(90deg, rgb(80, 177, 178) 0%, rgb(123, 196, 197) 29.17%, rgb(163, 214, 214) 60.15%, rgb(187, 225, 225) 84.85%, rgb(196, 229, 229) 100%);
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 812px) {
  .newoffice__detail-title-ja::after {
    height: 0.4926108374vw;
  }
}
.newoffice__detail-subtitle {
  font-size: min(2.1333333333vw, 3.2rem);
  line-height: 1.25;
  font-weight: 700;
  padding-left: 1.5rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
  border-left: 0.6rem solid #50b1b2;
}
@media (max-width: 812px) {
  .newoffice__detail-subtitle {
    font-size: 5.9113300493vw;
    padding-left: 2.4630541872vw;
    margin-top: 9.8522167488vw;
    margin-bottom: 6.157635468vw;
  }
}
.newoffice__detail-txt {
  font-size: min(1.3333333333vw, 2rem);
  line-height: 2;
  text-align: justify;
  margin-bottom: 6rem;
}
@media (max-width: 812px) {
  .newoffice__detail-txt {
    font-size: 3.9408866995vw;
    margin-bottom: 11.0837438424vw;
  }
}
.newoffice__detail-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 812px) {
  .newoffice__detail-img {
    flex-direction: column;
    gap: 8.6206896552vw 0;
  }
}
.newoffice__detail-img-item {
  width: 48.3050847458%;
  position: relative;
}
@media (max-width: 812px) {
  .newoffice__detail-img-item {
    width: 100%;
  }
}
.newoffice__detail-img-title {
  font-size: min(1.3333333333vw, 2rem);
  color: #fff;
  background: #50b1b2;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 2rem;
  left: -1rem;
}
@media (max-width: 812px) {
  .newoffice__detail-img-title {
    font-size: 3.9408866995vw;
    bottom: 4.4334975369vw;
    left: -1.9704433498vw;
  }
}
.newoffice__detail-img-caption {
  font-size: 1.4rem;
  color: #808080;
  text-align: right;
  margin-top: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (max-width: 812px) {
  .newoffice__detail-img-caption {
    font-size: 2.7093596059vw;
    margin-top: 1.2315270936vw;
  }
}
.newoffice__detail-eq {
  font-size: min(1.3333333333vw, 2rem);
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(2.9333333333vw, 4.4rem);
}
@media (max-width: 812px) {
  .newoffice__detail-eq {
    font-size: 3.9408866995vw;
    margin-bottom: 9.8522167488vw;
    grid-template-columns: 1fr 1fr;
    gap: 4.1871921182vw;
  }
}
.newoffice__detail-eq-item img {
  margin-bottom: 1.5rem;
}
@media (max-width: 812px) {
  .newoffice__detail-eq-item img {
    margin-bottom: 2.4630541872vw;
  }
}
.newoffice__detail-eq-caption {
  font-size: 1.4rem;
  color: #808080;
}
@media (max-width: 812px) {
  .newoffice__detail-eq-caption {
    font-size: 2.7093596059vw;
  }
}

@media only screen and (min-width: 813px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 812px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */