@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap");
.top-location__add {
  margin-top: 5rem;
}
@media screen and (max-width: 450px) {
  .top-location__add {
    margin-top: 3rem;
  }
}
.top-location__add-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-location__add-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-flex {
    gap: 2rem;
  }
}
.top-location__add-cont {
  max-width: 465px;
  width: 44%;
}
@media screen and (max-width: 834px) {
  .top-location__add-cont {
    max-width: 100%;
    width: 100%;
  }
}
.top-location__add-hg {
  margin-bottom: 2rem;
}
.top-location__add-hg p {
  width: fit-content;
  max-width: 120px;
  width: 100%;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1.8rem;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
@media screen and (max-width: 450px) {
  .top-location__add-hg p {
    max-width: 100px;
    line-height: 3rem;
    font-size: 1.6rem;
  }
}
.top-location__add-hg h4 {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 450px) {
  .top-location__add-hg h4 {
    font-size: 2rem;
  }
}
.top-location__add-img {
  position: relative;
  display: block;
  width: 50%;
  padding-right: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .top-location__add-img {
    width: 100%;
  }
}
.top-location__add-img img:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  border: 3px solid #292e37;
}
.top-location__add-point {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  border-top: 1px dashed #000;
}
@media screen and (max-width: 834px) {
  .top-location__add-point {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-point {
    gap: 1rem;
  }
}
.top-location__add-point_txt {
  margin-top: -6rem;
  min-width: 80px;
}
@media screen and (max-width: 834px) {
  .top-location__add-point_txt {
    width: 70px;
    min-width: auto;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-point_txt {
    width: 60px;
    margin-left: -2rem;
  }
}
.top-location__add-point__cont {
  max-width: 430px;
}
@media screen and (max-width: 834px) {
  .top-location__add-point__cont {
    width: calc(100% - 85px);
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-point__cont {
    width: 100%;
  }
}
.top-location__add-point__cont h5 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .top-location__add-point__cont h5 {
    margin-bottom: 1rem;
  }
}
.top-location__add-point__img:first-of-type {
  margin-top: -2rem;
}
@media screen and (max-width: 834px) {
  .top-location__add-point__img:first-of-type {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-point__img:first-of-type {
    width: 48%;
  }
}
.top-location__add-point__img:last-of-type {
  margin-top: -5rem;
}
@media screen and (max-width: 834px) {
  .top-location__add-point__img:last-of-type {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .top-location__add-point__img:last-of-type {
    width: 48%;
  }
}

.top-about__add {
  margin-top: 4rem;
}
@media screen and (max-width: 450px) {
  .top-about__add {
    margin-top: 3rem;
  }
}
.top-about__add h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2px;
}
.top-about__add h4 br {
  display: none;
}
@media screen and (max-width: 620px) {
  .top-about__add h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 530px) {
  .top-about__add h4 {
    margin-bottom: 1rem;
    font-size: 3.8vw;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 450px) {
  .top-about__add h4 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.3;
  }
  .top-about__add h4 br {
    display: block;
  }
}
.top-about__add-list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .top-about__add-list {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-about__add-item {
  max-width: 484px;
  width: 46%;
  padding: 3.8% 5.2%;
  background-color: #e9e9dd;
}
@media screen and (max-width: 900px) {
  .top-about__add-item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .top-about__add-item {
    padding: 6% 5%;
  }
}
.top-about__add-item:last-of-type {
  position: relative;
}
.top-about__add-item:last-of-type::before {
  position: absolute;
  content: "×";
  font-size: 3.7rem;
  top: calc(50% - 1.85rem);
  left: -13%;
}
@media screen and (max-width: 900px) {
  .top-about__add-item:last-of-type::before {
    font-size: 3rem;
    top: -15%;
    left: calc(50% - 1.5rem);
  }
}
.top-about__add-item h5 {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 500px) {
  .top-about__add-item h5 {
    font-size: 1.6rem;
  }
}
.top-about__add-detal__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 9px;
}
@media screen and (max-width: 500px) {
  .top-about__add-detal__list {
    margin-top: 1rem;
    gap: 5px;
  }
}
.top-about__add-detal__item {
  padding: 0 1rem;
  line-height: 3.7rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 500px) {
  .top-about__add-detal__item {
    padding: 0 1rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
}

.top-merit__add {
  margin-top: 4rem;
}
@media screen and (max-width: 450px) {
  .top-merit__add {
    margin-top: 3rem;
  }
}
.top-merit__add-condition {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .top-merit__add-condition {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .top-merit__add-condition {
    gap: 1.5rem;
  }
}
.top-merit__add-condition__hg {
  min-width: 330px;
}
@media screen and (max-width: 450px) {
  .top-merit__add-condition__hg {
    min-width: none;
  }
}
.top-merit__add-condition__hg-txt {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 17px;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .top-merit__add-condition__hg-txt {
    font-size: 1.6rem;
  }
}
.top-merit__add-condition__hg-txt::before {
  position: absolute;
  content: "";
  width: 104%;
  height: 17px;
  bottom: 0;
  left: -8px;
  background: url(../img/index/condition-add01.png) repeat-x top left/cover;
}
.top-merit__add-condition__hg h4 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 450px) {
  .top-merit__add-condition__hg h4 {
    font-size: 2rem;
  }
}
.top-merit__add-condition__hg h4 b {
  margin-top: 2rem;
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 450px) {
  .top-merit__add-condition__hg h4 b {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-merit__add-condition__img {
    width: calc(100% - 345px);
  }
}
@media screen and (max-width: 550px) {
  .top-merit__add-condition__img {
    width: 100%;
    text-align: center;
  }
}
.top-merit__add-condition__cont {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .top-merit__add-condition__cont {
    width: 100%;
  }
}
.top-merit__add-condition__cont-txt {
  margin-top: 2rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.top-merit__add-flex {
  position: relative;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5rem;
}
@media screen and (max-width: 1100px) {
  .top-merit__add-flex {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-merit__add-flex {
    margin-top: 7rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .top-merit__add-flex {
    margin-top: 14vw;
  }
}
.top-merit__add-flex__img:first-of-type {
  max-width: 131px;
  width: 11%;
}
@media screen and (max-width: 834px) {
  .top-merit__add-flex__img:first-of-type {
    position: absolute;
    top: -5rem;
    right: 0;
    width: 10rem;
  }
}
@media screen and (max-width: 490px) {
  .top-merit__add-flex__img:first-of-type {
    width: 20vw;
  }
}
@media screen and (max-width: 450px) {
  .top-merit__add-flex__img:first-of-type {
    top: -12vw;
    right: -5px;
  }
}
.top-merit__add-flex__img:last-of-type {
  max-width: 336px;
  width: 28%;
}
@media screen and (max-width: 834px) {
  .top-merit__add-flex__img:last-of-type {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.top-merit__add-flex__cont {
  max-width: 574px;
  min-width: 392px;
}
@media screen and (max-width: 834px) {
  .top-merit__add-flex__cont {
    max-width: 600px;
    min-width: auto;
  }
}
.top-merit__add-flex__hg {
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
.top-merit__add-flex__hg p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .top-merit__add-flex__hg p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 490px) {
  .top-merit__add-flex__hg p {
    font-size: 3vw;
  }
}
.top-merit__add-flex__hg h4 {
  margin-top: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 560px) {
  .top-merit__add-flex__hg h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 490px) {
  .top-merit__add-flex__hg h4 {
    font-size: 4.1vw;
  }
}

.top-workStyle__add-box {
  padding: 3.5rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  border: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  .top-workStyle__add-box {
    padding: 3rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-workStyle__add-box {
    padding: 2rem;
  }
}
.top-workStyle__add-box__txt {
  padding: 10px 15px;
  width: fit-content;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .top-workStyle__add-box__txt {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
.top-workStyle__add-box h4 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .top-workStyle__add-box h4 {
    font-size: 5vw;
    letter-spacing: normal;
  }
}
.top-workStyle__add-condition {
  position: relative;
  margin: 5rem 0 6rem;
  padding-top: 3%;
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  background-color: #f7f7ed;
}
@media screen and (max-width: 1100px) {
  .top-workStyle__add-condition {
    gap: 3rem;
  }
}
@media screen and (max-width: 930px) {
  .top-workStyle__add-condition {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add-condition {
    margin: 3rem 0;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.top-workStyle__add-condition__txt {
  width: 163px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.38;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  background-image: url(../img/index/workStyle-add01.png);
  background-size: 100% 100%;
  background-position: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 930px) {
  .top-workStyle__add-condition__txt {
    width: 130px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add-condition__txt {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 550px) {
  .top-workStyle__add-condition__txt {
    width: 100px;
    font-size: 1.2rem;
  }
}
.top-workStyle__add-condition__cont {
  max-width: 602px;
}
@media screen and (max-width: 1160px) {
  .top-workStyle__add-condition__cont {
    min-width: 446px;
    width: 51vw;
  }
}
@media screen and (max-width: 930px) {
  .top-workStyle__add-condition__cont {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add-condition__cont {
    min-width: auto;
    width: 100%;
  }
}
.top-workStyle__add-condition__cont h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.top-workStyle__add-condition__cont h4 br {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add-condition__cont h4 {
    position: absolute;
    margin-bottom: 0;
    width: calc(86% - 15rem);
    top: calc((130px + 5%) / 2);
    left: calc(15rem + 7%);
  }
}
@media screen and (max-width: 550px) {
  .top-workStyle__add-condition__cont h4 {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 450px) {
  .top-workStyle__add-condition__cont h4 {
    line-height: 1.3;
  }
  .top-workStyle__add-condition__cont h4 br {
    display: block;
  }
}
.top-workStyle__add-condition__img {
  position: absolute;
  top: -1rem;
  right: 8rem;
  max-width: 157px;
  width: 10vw;
}
@media screen and (max-width: 1300px) {
  .top-workStyle__add-condition__img {
    right: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-workStyle__add-condition__img {
    position: relative;
    right: auto;
  }
}
@media screen and (max-width: 930px) {
  .top-workStyle__add-condition__img {
    max-width: 100%;
    width: 100%;
    text-align: right;
  }
  .top-workStyle__add-condition__img img {
    width: 100px;
  }
}
@media screen and (max-width: 550px) {
  .top-workStyle__add-condition__img {
    position: absolute;
    top: -5px;
    right: 5px;
  }
}

.top-workStyle__add02 {
  position: relative;
  margin-top: 2.5rem;
  background-color: #e9e9dd;
}
.top-workStyle__add02::before {
  position: absolute;
  content: "";
  width: 114px;
  aspect-ratio: 114/157;
  top: 2rem;
  right: 5rem;
  background: url(../img/index/workStyle-add03.png) no-repeat top left/cover;
}
@media screen and (max-width: 1260px) {
  .top-workStyle__add02::before {
    width: 9vw;
    top: -1rem;
    right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02::before {
    min-width: 75px;
  }
}
@media screen and (max-width: 500px) {
  .top-workStyle__add02::before {
    min-width: 6rem;
    right: -1rem;
  }
}
@media screen and (max-width: 390px) {
  .top-workStyle__add02::before {
    top: -3rem;
  }
}
.top-workStyle__add02 h5 {
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .top-workStyle__add02 h5 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02 h5 {
    margin-top: 1rem;
  }
}
.top-workStyle__add02 .c-txt__01 {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02 .c-txt__01 {
    text-align: left;
  }
}
.top-workStyle__add02-list {
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02-list {
    margin-top: 1.5rem;
  }
}
.top-workStyle__add02-item {
  position: relative;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02-item {
    gap: 1rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-workStyle__add02-item:not(:first-of-type) {
  margin-top: 1.5rem;
  border-top: 1px dashed #000;
}
.top-workStyle__add02-num {
  width: 78px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Cabin Sketch", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  background-color: #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02-num {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 450px) {
  .top-workStyle__add02-num {
    width: 60px;
    font-size: 1.6rem;
  }
}
.top-workStyle__add02-num span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 450px) {
  .top-workStyle__add02-num span {
    font-size: 2rem;
  }
}
.top-workStyle__add02-cont {
  width: calc(100% - 90px);
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02-cont {
    width: 100%;
  }
}
.top-workStyle__add02-cont h6 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .top-workStyle__add02-cont h6 {
    position: absolute;
    width: calc(100% - 88px);
    top: 39px;
    left: 88px;
  }
}
@media screen and (max-width: 537px) {
  .top-workStyle__add02-cont h6 {
    top: 26px;
  }
}
@media screen and (max-width: 450px) {
  .top-workStyle__add02-cont h6 {
    width: calc(100% - 70px);
    top: 20px;
    left: 7rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 380px) {
  .top-merit__desc .c-ttl__04 {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  .top-workStyle__point-heading .c-ttl__02 {
    font-size: 6.2vw;
  }
}

@media screen and (min-width: 835px) {
  .top-about__desc {
    width: 67%;
  }
  .top-about__txt {
    width: 95%;
  }
}
.top-about__subttl br:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-about__subttl br:nth-of-type(1) {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .top-about__subttl br:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .top-about__subttl span {
    display: none;
  }
}

.top-interview.block01.-first .top-interview__content-title {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 834px) {
  .top-interview.block02 .top-interview__content-title, .top-interview__content-title--L {
    padding-right: 20vw;
  }
}
@media screen and (max-width: 640px) {
  .top-interview.block02 .top-interview__content-title, .top-interview__content-title--L {
    padding-right: 0;
  }
}