.message-mv {
  background: url("../images/msbg.webp") center center/cover;
}

.inner {
  position: relative;
}

.cr {
  position: absolute;
  top: 0;
  left: clamp(60px, 18.75vw - 135px, 270px);
  width: 60px;
  height: 100%;
  opacity: 1;
}
.cr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, #CE001A 0%, #730000 100%);
  transition: all 1s 0.4s ease;
  transform-origin: top;
  transform: scale(1, 0);
}
.cr i {
  position: relative;
}
.cr i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #CE001A;
  transform: scale(0);
  transition: all 0.5s ease;
}
.cr i:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  margin-top: 0;
  margin-left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white;
  transform: scale(0);
  transition: all 0.5s 0.1s ease;
}
.cr.trigger:before {
  transform: scale(1, 1);
}
.cr.trigger i:before {
  transform: scale(1);
}
.cr.trigger i:after {
  transform: scale(1);
}
.cr.cr2:before {
  height: 100%;
  background: linear-gradient(180deg, #730000 0%, #CE001A 100%);
}
.cr.cr2 i:before {
  background: #730000;
}
.cr.cr2 i {
  z-index: 10;
}
.cr.cr3:before {
  content: none;
}
@media all and (max-width: 1280px) {
  .cr {
    left: clamp(60px, 18.75vw - 120px, 270px);
    width: 40px;
  }
  .cr:before {
    margin-left: -4px;
    width: 8px;
  }
  .cr i {
    position: relative;
  }
  .cr i:before {
    width: 40px;
    height: 40px;
  }
  .cr i:after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 767px) {
  .cr {
    left: 40px;
    width: 20px;
  }
  .cr:before {
    margin-left: -2px;
    width: 4px;
  }
  .cr i {
    position: relative;
  }
  .cr i:before {
    width: 20px;
    height: 20px;
  }
  .cr i:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}

.mes1 {
  margin-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
.mes1 .in {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-right: 100px;
}
.mes1 .im1 {
  width: 200px;
  position: absolute;
  right: -40px;
  bottom: -70px;
}
.mes1 .num-ms {
  text-align: center;
}
.mes1 .num-ms .num {
  text-align: left;
  width: 270px;
  margin: 0 auto;
  font-weight: bold;
  font-size: clamp(40px, calc(2.614379085vw + 29.8039215686px), 80px);
  font-family: Inter, sans-serif;
  line-height: 1;
}
.mes1 .num-ms .mes {
  margin-top: 70px;
  position: relative;
  color: #990011;
  font-size: clamp(16px, calc(1.045751634vw + 11.9215686275px), 32px);
  line-height: 1.7;
  font-family: "Zen Old Mincho", Serif;
}
.mes1 .num-ms .tx {
  position: relative;
  z-index: 2;
}
.mes1 .num-ms .ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mes1 .num-ms .ic img {
  width: 100px;
  height: auto;
  display: inline-block;
}
.mes1 .txt {
  margin-top: 70px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1920px) {
  .mes1 .in {
    margin: 0 0 0 10%;
  }
}
@media all and (max-width: 1280px) {
  .mes1 {
    margin-top: 140px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .mes1 {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .mes1 .in {
    margin: 0;
    padding-right: 0;
  }
  .mes1 .num-ms .num {
    margin-top: -10px;
    text-align: left;
    width: 150px;
    display: inline-block;
  }
  .mes1 .num-ms .mes {
    margin-top: 30px;
  }
  .mes1 .num-ms .ic img {
    width: 60px;
  }
  .mes1 .txt {
    margin-top: 20px;
    padding: 20px 0;
    background: rgba(249, 248, 248, 0.9);
  }
  .mes1 .im1 {
    width: 140px;
    position: absolute;
    right: -30px;
    bottom: -100px;
    z-index: 2;
  }
}

.mes2 {
  position: relative;
  padding-bottom: 100px;
}
.mes2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  padding: 0 0 0 clamp(60px, 18.75vw - 160px, 240px);
}
@media all and (max-width: 1280px) {
  .mes2 .inner {
    padding: 0 0 0clamp 40px, calc(3.91vw + 10px), 60px;
  }
}
@media all and (max-width: 767px) {
  .mes2 .inner {
    padding: 0 20px;
  }
}
.mes2 .l {
  padding: 120px 0;
  box-sizing: border-box;
  background: rgba(250, 250, 248, 0.9);
}
.mes2 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
}
.mes2 .top .num {
  font-weight: bold;
  font-size: clamp(30px, calc(1.9607843137vw + 22.3529411765px), 60px);
  font-family: Inter, sans-serif;
  line-height: 1;
  color: #CE001A;
  width: 110px;
}
.mes2 .top h2 {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: normal;
}
.mes2 h3 {
  margin: 40px 0;
  position: relative;
  color: #990011;
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  line-height: 1.7;
  font-family: "Zen Old Mincho", Serif;
}
.mes2 .in1 {
  font-weight: bold;
  margin: 30px 0;
}
.mes2 .r {
  background: url("../images/mes2.webp") center center/cover;
}
@media all and (max-width: 1280px) {
  .mes2 .inner {
    display: block;
  }
  .mes2 .l {
    padding: 70px 0 60px 0;
  }
  .mes2 .r {
    height: 450px;
    background: url("../images/mes2-tb.webp") center center/cover;
  }
}
@media all and (max-width: 767px) {
  .mes2 {
    padding-bottom: 80px;
  }
  .mes2 .l {
    padding: 70px 0 60px 0;
  }
  .mes2 .top {
    display: block;
    gap: 0 30px;
  }
  .mes2 .top h2 {
    margin-top: 10px;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: normal;
  }
  .mes2 h3 {
    margin: 30px 0;
  }
  .mes2 .in1 {
    margin: 20px 0;
  }
  .mes2 .r {
    height: 200px;
    background: url("../images/mes2-tb.webp") center center/cover;
  }
}

.mes3 {
  position: relative;
  padding-top: 100px;
}
.mes3 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
}
.mes3 .top .num {
  width: 135px;
  font-weight: bold;
  font-size: clamp(30px, calc(1.9607843137vw + 22.3529411765px), 60px);
  font-family: Inter, sans-serif;
  line-height: 1;
  color: #730000;
}
.mes3 .top h2 {
  font-weight: normal;
  color: #990011;
  font-size: clamp(16px, calc(1.045751634vw + 11.9215686275px), 32px);
  line-height: 1.7;
  font-family: "Zen Old Mincho", Serif;
}
.mes3 .img {
  margin: 60px 0;
  position: relative;
}
.mes3 .im2 {
  position: absolute;
  width: 220px;
  right: 0;
  bottom: -40px;
}
.mes3 .txt {
  max-width: 1280px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1280px) {
  .mes3 {
    padding-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .mes3 {
    padding-top: 20px;
  }
  .mes3 .top {
    display: block;
  }
  .mes3 .top .num {
    margin-top: 30px;
  }
  .mes3 .top h2 {
    margin-top: 10px;
    font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  }
  .mes3 .img {
    margin: 10px 0 30px 0;
  }
  .mes3 .im2 {
    width: 140px;
    right: -40px;
    bottom: -30px;
  }
}

/*# sourceMappingURL=message.css.map */
