main#message #visual {
  padding: 100px 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#message #visual {
    padding: 40px 5%;
  }
}
main#message #visual .cat {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main#message #visual .cat {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
main#message #visual h1 {
  font-size: clamp(4rem, 2.608rem + 1.8vw, 5.2rem);
  line-height: 1.3;
  font-weight: 500;
  padding-right: 80px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main#message #visual h1 {
    font-size: 20px;
  }
}
main#message #visual .sub {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  main#message #visual .sub {
    font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  }
}
main#message #visual .en {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main#message #visual .en {
    position: static;
    text-align: right;
  }
}
main#message #first {
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  main#message #first {
    margin-bottom: 5rem;
  }
}
main#message #first .inner {
  position: relative;
  padding: 0 10% 0 3%;
  display: flex;
  gap: 5%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  main#message #first .inner {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 5%;
  }
}
main#message #first:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0 25px 100px 0;
  width: 100%;
  height: 100%;
  top: 80px;
  right: 10%;
}
@media screen and (max-width: 767px) {
  main#message #first:before {
    border-radius: 0 10px 50px 0;
    top: 40px;
  }
}
main#message #first::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 100%;
  right: 50%;
  top: 80px;
  z-index: -1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main#message #first::after {
    display: none;
  }
}
main#message #first .image {
  border-radius: 10px 100px 10px 100px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#message #first .image {
    width: 100%;
    right: 0;
    margin-bottom: 40px;
    border-radius: 10px 50px 10px 50px;
  }
}
main#message #first .prof {
  width: 150px;
}
@media screen and (max-width: 767px) {
  main#message #first .prof {
    width: 100%;
    padding-left: 5%;
  }
}
main#message #first .en {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  color: #ed1c24;
  margin-bottom: 10rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main#message #first .en {
    margin-bottom: 20px;
  }
}
main#message #first .name {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main#message #first .name {
    font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  }
}
main#message #first p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  main#message #first p {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  }
}
main#message .talk-block {
  margin-bottom: 80px;
}
main#message .talk-block .inner {
  background: #fff;
  width: 90%;
  border-radius: 0 100px 10px 0;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .inner {
    width: 100%;
    padding: 4rem 5%;
    border-radius: 0 50px 10px 0;
  }
}
main#message .talk-block h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  font-weight: 500;
  margin-bottom: 80px;
  transition: color 0.3s ease;
  color: #ed1c24;
}
@media screen and (max-width: 767px) {
  main#message .talk-block h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
main#message .talk-block .talk-row {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row {
    margin-bottom: 4rem;
  }
}
main#message .talk-block .talk-row h3 {
  color: #ed1c24;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row h3 {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 1.5rem;
  }
}
main#message .talk-block .talk-row h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.3rem;
  width: 35px;
  height: 1px;
  background-color: #ed1c24;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row h3::before {
    width: 25px;
    top: 1.8rem;
  }
}
main#message .talk-block .talk-row p {
  font-weight: 400px;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row p {
    font-size: 15px;
  }
}
main#message .talk-block .talk-row.layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout {
    display: block;
  }
}
main#message .talk-block .talk-row.layout.rev {
  flex-direction: row-reverse;
}
main#message .talk-block .talk-row.layout.rev .image {
  left: -8%;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout.rev .image {
    left: auto;
  }
}
main#message .talk-block .talk-row.layout.rev .image img {
  border-radius: 100px 10px 100px 10px;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout.rev .image img {
    border-radius: 50px 10px 50px 10px;
  }
}
main#message .talk-block .talk-row.layout .image {
  width: 46%;
  position: relative;
  left: 8%;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout .image {
    width: 100%;
    left: 0;
    margin-bottom: 30px;
  }
}
main#message .talk-block .talk-row.layout .image img {
  border-radius: 10px 100px 10px 100px;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout .image img {
    border-radius: 10px 50px 10px 50px;
  }
}
main#message .talk-block .talk-row.layout .text {
  width: 54%;
}
@media screen and (max-width: 767px) {
  main#message .talk-block .talk-row.layout .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
main#message .talk-block#sec1 {
  margin-bottom: 0;
}
main#message .talk-block#sec1 .inner {
  background-color: transparent;
}
main#message .talk-block#sec1 .talk-row {
  margin-bottom: 3rem;
}
main#message .talk-block#sec2 .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 100%;
  right: 50%;
  top: 0;
  z-index: -1;
  background-color: #fff;
}