.main-visual {
  position: relative;
  width: 100%;
}
.main-visual .swiper-slide {
  height: 52.0833333333vw;
}
@media screen and (max-width: 1267px) {
  .main-visual .swiper-slide {
    height: 74.231678487vw;
  }
}
@media screen and (max-width: 500px) {
  .main-visual .swiper-slide {
    height: 140vw;
  }
}
.main-visual .swiper-slide [class^=main-visual__bg] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 0 0;
  background-size: cover;
}
.main-visual__bg--pc {
  display: block;
}
.main-visual__bg--mobile {
  display: none;
}
.main-visual__content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 1656px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 33.7rem;
  padding-top: 40.9rem;
}
@media screen and (max-width: 1024px) {
  .main-visual__content {
    padding-bottom: 35.15625vw;
    padding-top: 32.91015625vw;
  }
}
.main-visual__text {
  font-size: var(--font-size40);
  color: #fff;
}
.main-visual .main-smalltitle {
  font-size: 3.5rem;
  --fontsize:3.5rem;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1760px) {
  .main-visual .main-smalltitle {
    font-size: calc(var(--fontsize) * 0.86);
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .main-smalltitle {
    font-size: calc(var(--fontsize) * 0.76);
  }
}
.main-visual .main-title {
  margin-top: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  --fontsize:6.9rem;
  line-height: 1.16;
  min-height: 16rem;
  font-size: var(--fontsize);
}
@media screen and (max-width: 1760px) {
  .main-visual .main-title {
    font-size: calc(var(--fontsize) * 0.86);
  }
}
@media screen and (max-width: 1024px) {
  .main-visual .main-title {
    font-size: calc(var(--fontsize) * 0.75);
    min-height: 11.2rem;
  }
}
.main-visual__title {
  font-weight: 600;
  --fontsize:8rem;
  font-size: var(--fontsize);
  color: #fff;
}
.main-visual__btn-box {
  margin-top: 5.8rem;
}
.main-visual__btn-box a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.5rem;
  height: 5.3rem;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .main-visual__btn-box a {
    width: 18rem;
    height: 6rem;
  }
}
.main-visual .swiper-control {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 7.4rem;
}
.main-visual .swiper-control__inner {
  position: relative;
  max-width: 1656px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-visual .swiper-control .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  font-weight: 600;
  margin: 0;
}
.main-visual .swiper-control .swiper-pagination + .swiper-pagination {
  margin-left: 0.8rem;
}
.main-visual .swiper-control .swiper-pagination span {
  width: 5rem;
  height: 0.5rem;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.main-visual .swiper-control .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.main-visual .swiper-button {
  margin-left: 2.7rem;
}
.main-visual .swiper-button button {
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main-visual .swiper-button button.pause {
  background-image: url(../imgs/ico/ico_visual_pause.svg);
}
.main-visual .swiper-button button.play {
  background-image: url(../imgs/ico/ico_visual_play.svg);
}

.main-smalltitle {
  font-weight: 400;
  --fontsize:3rem;
  font-size: 3rem;
  text-align: center;
  color: #202020;
  word-break: break-all;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .main-smalltitle {
    font-size: calc(var(--fontsize) * 0.92);
  }
}
.main-smalltitle span {
  position: relative;
  display: inline-block;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000;
}

.main-title {
  margin-top: 2.2rem;
  font-weight: 700;
  --fontsize:5.4rem;
  font-size: 5.4rem;
  text-align: center;
  color: #202020;
  line-height: 1.2;
  word-break: break-all;
}
@media screen and (max-width: 1760px) {
  .main-title {
    font-size: calc(var(--fontsize) * 0.86);
  }
}
@media screen and (max-width: 379px) {
  .main-title br {
    display: none;
  }
}

.main-business {
  position: relative;
  width: 100%;
}
.main-business__top {
  position: relative;
  padding-top: 11.9rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8.8rem;
  background-image: url(../imgs/main/business/business_top_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .main-business__top {
    padding-top: 11.62109375vw;
    padding-bottom: 8.59375vw;
  }
}
.main-business__text {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #202020;
}
.main-business__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-business__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 57rem;
  padding: 0 1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-business__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 206, 145, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
}
.main-business__item:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .main-business__item {
    width: 50%;
    height: 55.6640625vw;
  }
}
.main-business__item--item1 {
  background-image: url(../imgs/main/business/business_bg1.png);
}
.main-business__item--item2 {
  background-image: url(../imgs/main/business/business_bg2.png);
}
.main-business__item--item3 {
  background-image: url(../imgs/main/business/business_bg3.png);
}
.main-business__item--item4 {
  background-image: url(../imgs/main/business/business_bg4.png);
}
.main-business__item span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 31rem;
  padding: 1rem 0 1rem;
  border: 2px solid #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3.77px 3.77px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 2;
}

.main-product {
  position: relative;
}
.main-product__top {
  padding-top: 11.9rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20rem;
  background-image: url(../imgs/main/product/main_product_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-product__top {
    padding-top: 11.62109375vw;
    padding-bottom: 19.53125vw;
  }
}
.main-product .main-smalltitle span {
  color: #fff;
  border-color: #fff;
}
.main-product .main-title {
  margin-top: 2.2rem;
  color: #fff;
}
.main-product__text {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.main-product__slider {
  position: relative;
  margin-top: -11.9rem;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .main-product__slider {
    margin-top: -11.62109375vw;
  }
}
.main-product__slider .swiper {
  overflow: visible;
}
@media screen and (max-width: 639px) {
  .main-product__slider .swiper {
    padding-right: 20px;
  }
}
.main-product__slider .swiper-slide {
  width: 44.1rem;
}
@media screen and (max-width: 1024px) {
  .main-product__slider .swiper-slide {
    width: 50.7813vw;
  }
}
@media screen and (max-width: 639px) {
  .main-product__slider .swiper-slide {
    padding-left: 20px;
  }
}
.main-product__slider__wrap {
  position: relative;
  padding-bottom: 8.6rem;
  background-image: url(/imgs/main/product/main_product_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 11.9rem;
}
.main-product__slider__content {
  position: relative;
  display: block;
}
.main-product__slider__content:hover img {
  transform: scale(1.1);
}
.main-product__slider__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.1019607843), 0px 55px 55px 0px rgba(0, 0, 0, 0.0901960784), 0px 124px 74px 0px rgba(0, 0, 0, 0.0509803922), 0px 220px 88px 0px rgba(0, 0, 0, 0.0117647059), 0px 343px 96px 0px rgba(0, 0, 0, 0);
  border-radius: 3rem;
}
.main-product__slider__image img {
  width: 100%;
  transition: all 0.3s ease;
}
.main-product__slider__text {
  position: relative;
  margin-top: 2.6rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #505050;
  z-index: 2;
}
.main-product__slider__control {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6.8rem;
}
@media screen and (max-width: 1024px) {
  .main-product__slider__control {
    margin-top: 6.640625vw;
  }
}
.main-product__slider__control .swiper-page {
  position: static;
  width: auto;
  display: flex;
  margin: 0 2.4rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.333;
  text-align: center;
  color: #202020;
}
.main-product__slider__control .swiper-page__line {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 3.1rem;
  background-color: #000;
  margin: 0 2.5rem;
}
.main-product__prev svg,
.main-product__prev img, .main-product__next svg,
.main-product__next img {
  width: 1.6rem;
}
.main-product__btn-box {
  position: relative;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-product__btn-box {
    margin-top: 4.6875vw;
  }
}
.main-product__btn-box a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 5.5rem;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #000;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: all 0.3s ease;
}
.main-product__btn-box a:hover {
  border-color: #09CE91;
  background-color: #09CE91;
  color: #fff;
}

.main-event {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .main-event {
    padding-top: 11.71875vw;
    padding-bottom: 11.71875vw;
  }
}
.main-event .main-title {
  margin-top: 0;
  color: #000;
}
.main-event__inner {
  position: relative;
  width: 100%;
  max-width: 1527px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.main-event__title {
  font-weight: 700;
  font-size: clamp(6rem, 6vw, 10rem);
  line-height: clamp(7rem, 6vw, 12rem);
  text-align: center;
  color: #202020;
}
.main-event__text {
  margin-top: 3.2rem;
  font-size: 2.5rem;
  line-height: 1.65;
  text-align: center;
  color: #000;
}
.main-event__certificate {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.4rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 900px) {
  .main-event__certificate {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
.main-event__certificate__item {
  position: relative;
  margin: 0 2.5rem;
}
@media screen and (max-width: 900px) {
  .main-event__certificate__item {
    width: calc(50% - 2rem - 2rem);
    margin: 0 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.main-event__certificate__item-image {
  text-align: center;
}
.main-event__certificate__item-image img {
  max-width: 100%;
}
.main-event__certificate__item-text {
  margin-top: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #969696;
}
.main-event__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 9rem;
  margin: -3.25rem -3.35rem;
}
@media screen and (max-width: 1024px) {
  .main-event__items {
    margin: -2rem -2rem;
    padding-top: 0.87890625vw;
  }
}
@media screen and (max-width: 960px) {
  .main-event__items {
    margin: -1rem -1rem;
  }
}
@media screen and (max-width: 920px) {
  .main-event__items {
    margin: -10px -10px;
  }
}
.main-event__item {
  position: relative;
  width: calc(33.3333333333% - 3.35rem - 3.35rem);
  margin: 3.25rem 3.35rem;
  padding-bottom: 11.9rem;
  border-radius: 2.5rem;
  background: #fff;
  background-color: #fff;
  overflow: hidden;
}
.main-event__item:hover .main-event__item-image img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .main-event__item {
    width: calc(33.3333333333% - 2rem - 2rem);
    margin: 2rem 2rem;
    padding-bottom: 11.62109375vw;
  }
}
@media screen and (max-width: 960px) {
  .main-event__item {
    width: calc(33.3333333333% - 1rem - 1rem);
    margin: 1rem 1rem;
  }
}
@media screen and (max-width: 920px) {
  .main-event__item {
    width: calc(50% - 10px - 10px);
    margin: 10px 10px;
  }
}
@media screen and (max-width: 639px) {
  .main-event__item {
    width: calc(100% - 10px - 10px);
  }
}
@media screen and (max-width: 639px) {
  .main-event__item {
    padding-bottom: 15rem;
  }
}
.main-event__item-image {
  width: 100%;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
.main-event__item-image img {
  width: 100%;
  transition: all 0.3s ease;
}
.main-event__item-content {
  position: relative;
  padding: 2.8rem 3.2rem 0;
}
.main-event__item-head {
  padding-bottom: 2.8rem;
  border-bottom: 2px solid #EAEAEA;
}
.main-event__item-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #505050;
}
.main-event__item-tag {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1rem;
}
.main-event__item-tag span {
  display: inline-block;
  border-radius: 7px;
  background: #f0f0f0;
  padding: 0.4rem 1.1rem 0.3rem 1.2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #787878;
}
.main-event__item-tag span + span {
  margin-left: 1rem;
}
.main-event__item-tag + .main-event__item-tag {
  margin-top: 1rem;
}
.main-event__item-body {
  position: relative;
  padding-top: 2.1rem;
}
.main-event__item-text {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.655;
  color: #787878;
}
@media screen and (max-width: 639px) {
  .main-event__item-text {
    min-height: auto;
    font-size: 2rem;
  }
}
.main-event__item-btnbox {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.main-event__item-btnbox a {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.469rem;
  height: 4.415rem;
  border-radius: 4.64px;
  background: transparent;
  border: 2px solid #707070;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #707070;
  transition: all 0.3s ease;
}
.main-event__item-btnbox a:hover {
  border-color: #09CE91;
  background-color: #09CE91;
  color: #fff;
}

.main-rnd {
  position: relative;
  padding: 12rem 0 6.8rem;
  background-image: url(../imgs/main/rnd/rnd_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .main-rnd {
    padding-top: 11.71875vw;
    padding-bottom: 6.640625vw;
  }
}
.main-rnd .swiper {
  overflow: visible;
}
.main-rnd .main-title {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.main-rnd__slider {
  position: relative;
  margin-top: 10.6rem;
}
@media screen and (max-width: 1024px) {
  .main-rnd__slider {
    margin-top: 10.3515625vw;
  }
}
@media screen and (max-width: 639px) {
  .main-rnd__slider .swiper {
    padding-right: 20px;
  }
}
.main-rnd__slider .swiper-slide {
  width: 46.8rem;
}
@media screen and (max-width: 1024px) {
  .main-rnd__slider .swiper-slide {
    width: 45.703125vw;
  }
}
@media screen and (max-width: 639px) {
  .main-rnd__slider .swiper-slide {
    padding-left: 20px;
  }
}
.main-rnd__slider__content {
  position: relative;
}
.main-rnd__slider__content:hover .main-rnd__slider__image img {
  transform: scale(1.1);
}
.main-rnd__slider__image {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.1019607843), 0px 55px 55px 0px rgba(0, 0, 0, 0.0901960784), 0px 124px 74px 0px rgba(0, 0, 0, 0.0509803922), 0px 220px 88px 0px rgba(0, 0, 0, 0.0117647059), 0px 343px 96px 0px rgba(0, 0, 0, 0);
}
.main-rnd__slider__image img {
  width: 100%;
  transition: all 0.3s ease;
}
.main-rnd__slider__text {
  margin-top: 2.8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
  color: #fff;
}
.main-rnd__slider__text span {
  display: inline-block;
  position: relative;
  padding: 0.4rem 4rem;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  color: #24488c;
}
.main-rnd__slider__text p {
  margin-top: 1.3rem;
}
.main-rnd__slider__control {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6.8rem;
}
@media screen and (max-width: 1024px) {
  .main-rnd__slider__control {
    margin-top: 6.640625vw;
  }
}
.main-rnd__slider__control .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 3.5rem;
  margin: 0 3.4rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.main-rnd__slider__control .swiper-page {
  position: static;
  width: auto;
  display: flex;
  margin: 0 2.4rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.main-rnd__slider__control .swiper-page__line {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 3.1rem;
  background-color: #fff;
  margin: 0 2.4rem;
}
.main-rnd__prev svg,
.main-rnd__prev img, .main-rnd__next svg,
.main-rnd__next img {
  width: 1.6rem;
}
.main-rnd__btn-box {
  position: relative;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-rnd__btn-box {
    margin-top: 4.6875vw;
  }
}
.main-rnd__btn-box a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 5.5rem;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #fff;
  font-size: var(--font-size25);
  line-height: 1;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.main-rnd__btn-box a:hover {
  border-color: #09CE91;
  background-color: #09CE91;
  color: #fff;
}

.main-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1330px) {
  .main-contact {
    flex-direction: column;
  }
}
.main-contact__map {
  position: relative;
  width: 50%;
  height: 696px;
}
@media screen and (max-width: 1330px) {
  .main-contact__map {
    width: 100%;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contact__map {
    height: 67.96875vw;
    margin-top: 9.765625vw;
  }
}
.main-contact__map img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main-contact__info {
  position: relative;
  width: 50%;
  padding: 12rem 1.4rem 0 15rem;
}
@media screen and (max-width: 1330px) {
  .main-contact__info {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main-contact__info {
    padding: 11.71875vw 20px 0;
  }
}
.main-contact__info__head {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #000;
}
.main-contact__info__title {
  font-weight: 300;
  font-size: var(--font-size30);
  line-height: 1.31;
  color: #000;
}
.main-contact__info__title span {
  font-weight: 600;
}
.main-contact__info__text {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: var(--font-size25);
  line-height: 1.6;
  color: #000;
}
.main-contact__info__text .mt40 {
  margin-top: 4rem;
}
.main-contact__info__body {
  position: relative;
  padding-top: 6rem;
}
.main-contact__info__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-contact__info__items + .main-contact__info__items {
  margin-top: 9.5rem;
}
@media screen and (max-width: 599px) {
  .main-contact__info__items + .main-contact__info__items {
    margin-top: 3rem;
  }
}
.main-contact__info__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1691px) {
  .main-contact__info__item {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .main-contact__info__item {
    width: 100%;
  }
}
.main-contact__info__item--tel {
  margin-right: 21.1rem;
}
@media screen and (max-width: 1691px) {
  .main-contact__info__item--tel {
    margin-right: 0;
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .main-contact__info__item--tel {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.main-contact__info__item--location {
  margin-right: 6.8rem;
}
@media screen and (max-width: 1691px) {
  .main-contact__info__item--location {
    margin-right: 0;
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .main-contact__info__item--location {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.main-contact__info__item-image {
  width: 3.2rem;
}
.main-contact__info__item-image img,
.main-contact__info__item-image svg {
  width: 100%;
  height: auto;
}
.main-contact__info__item-text {
  width: calc(100% - 3.2rem);
  padding-left: 2.3rem;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.main-contact__info__item-text strong {
  font-weight: 700;
}