.mch_wrapper * {
  box-sizing: border-box;
  font-family: foxtrot, sans-serif, serif;
  line-height: 1.5;
}

.mch_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_desktop {
  display: block;
}

.mch_mobile {
  display: none;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_title {
  font-size: clamp(18px, 2.5vw, 40px);
}

.mch_subtitle {
  font-size: clamp(16px, 2vw, 30px);
}

.mch_caption {
  font-size: clamp(14px, 1.5vw, 26px);
}

.mch_empty {
  font-size: clamp(12px, 1.2vw, 22px);
}

.mch_section {
  width: 100%;
  position: relative;
}

.mch_section-first {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mch_section-first-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-first-content .mch_section-first-text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  color: #fff;
  padding: 3%;
  gap: 4vw;
}

.mch_section-first-content .mch_section-first-text .mch_title {
  font-size: clamp(18px, 3vw, 64px);
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-items {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
  padding: 0 3%;
  align-items: center;
}

.mch_section-first-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-block {
  display: flex;
  gap: 1vw;
  align-items: center;
}

.mch_section-first-block .mch_section-first-text {
  gap: 3px;
}

.mch_section-first-icon {
  max-width: 15%;
  flex-shrink: 0;
}

.mch_section-first-video {
  padding: 0 3%;
}

.mch_section-first-box {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-first-box .mch_section-first-text {
  padding: 0 3%;
}

.mch_section-first-container {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  width: calc(33.3% - 2vw);
}

.mch_section-first-contain .mch_section-first-text {
  gap: 5px;
}

.mch_section-first-fraction {
  padding: 0 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.mch_section-first-fraction .mch_section-first-item {
  justify-content: space-around;
}

.mch_section-first-cont {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mch_section-first-cont .mch_caption {
  color: #012C60;
  position: absolute;
  bottom: 17%;
  left: 15%;
  max-width: 20%;
}

.mch_section-first-cont .mch_caption:nth-child(2) {
  color: #fff;
  left: initial;
  right: 19%;
  bottom: 40%;
}

.mch_section-second {
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second .mch_title {
  text-align: center;
}

.mch_section-second-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: auto;
  min-width: 640px;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 3%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.mch_section-second-item-bg {
  background: #f1e4ee;
}

.mch_section-second-item .mch_section-second-picture {
  height: 180px;
}

.mch_section-second-item .mch_section-second-picture p {
  display: flex;
  height: 180px;
}

.mch_section-second-item .mch_section-second-picture p img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-second-block {
  grid-column: 1 / -1;
  background: #E7CCDD;
  padding: 1%;
}

.mch_section-second-caption {
  position: relative;
  padding-left: 13px;
}

.mch_section-second-caption::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

.mch_section-second-icon {
  max-width: 7%;
  margin: 0 auto;
}

.mch_section-second-container {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

@media screen and (max-width: 1440px) {
  .mch_section-second-caption::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .mch_section-second-caption {
    padding-left: 10px;
  }
}

@media screen and (max-width: 960px) {
  .mch_section-second-caption::before {
    top: 7px;
  }

  .mch_section-second-caption {
    padding-left: 7px;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-first-items {
    grid-template-columns: 1fr;
  }

  .mch_section-first-contain {
    width: calc(50% - 2vw);
  }

  .mch_section-first-fraction .mch_section-first-picture {
    grid-column: 1 / -1;
    order: 1;
    max-width: 50%;
    margin: 0 auto;
  }

  .mch_section-first-fraction {
    grid-template-columns: 1fr 1fr;
  }

  .mch_section-first-cont .mch_caption:nth-child(2) {
    color: #000;
  }

  .mch_section-first-cont .mch_caption {
    position: static;
    color: #000;
    max-width: initial;
    padding: 0 3%;
    text-align: left;
  }

  .mch_section-first-cont {
    gap: 1vw;
  }
}

@media screen and (max-width: 640px) {
  .mch_desktop {
    display: none;
  }

  .mch_mobile {
    display: block;
  }

  .mch_section-first-content .mch_section-first-text {
    position: static;
    max-width: initial;
    gap: 1vw;
    text-align: center;
    color: #000;
  }

  .mch_section-second .mch_caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 560px) {
  .mch_section-first-fraction {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-contain {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .mch_image-container-flex {
    display: flex;
  }

  .mch_image-container-flex > p {
    display: flex;
  }

  .mch_image--cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
}