@charset "utf-8";

.message-txt-bottom{
  display:none;
}

.info{
  margin-bottom:7.5rem;
}

.info-wrap{
  border-left:1rem solid #FFA908;
  background:#fff;
  padding:0.5rem 5%;
}

.info-list{
  display:flex;
  justify-content:space-between;
  padding:2rem 0;
  border-bottom:1px dashed #707070;
  color:#1F2C5C;
}

.info-list a{
  color:#1F2C5C;
}

.info-list:last-child{
  border:none;
}

.info-list > p{
  width:20%;
  font-weight:bold;
}

.info-list > div{
  width:80%;
}

.info-list > div > a:has(img){
  display:block;
  max-width:500px;
  width:85%;
}

.info-list > div > img{
  max-width:500px;
  width:85%;
}

.info-list > div > img.bonobo{
  width: 250px;
}

.message-wrap{
  display:flex;
  justify-content:space-between;
  margin-bottom:5rem;
}

.message-wrap img{
  width:35%;
}

.message-txt{
  width:60%;
  color:#1F2C5C;
}

.message-txt h3,
.message-txt-bottom h3{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:20px;
}

.message-txt p:not(:last-child){
  margin-bottom:2.5rem;
}

.message-txt-bottom{
  margin-bottom:4rem;
  color:#1F2C5C;
}

.message-logo{
  display:flex;
  justify-content:space-between;
  background:#fff;
  border:10px solid #FFA908;
  border-top:27px solid #FFA908;
  padding:2.5rem;
  color:#1F2C5C;
  position:relative;
  z-index:10;
}

.message-logo::before{
  content:"";
  position:absolute;
  width: 100%;
  aspect-ratio: 785 / 270;
  top: 15%;
  left: 65%;
  z-index:-1;
  background:url(https://colors-s.com/system_panel/uploads/images/20251218165749183513.png) no-repeat center/contain;
}

.message-logo::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0%;
  left:0%;
  z-index:-1;
  background:#fff;
}

.message-logo h3{
  font-size:18px;
  margin-bottom:8px;
}

.message-logo img{
  width:30%;
}

.message-logo-txt{
  width:65%;
}

.message-txt p:last-child{
  text-align:right;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

@media screen and (max-width: 1024px) {
  .info-list > p {
    width: 25%;
  }
  .info-list > div {
    width: 75%;
  }
  .info-list > div img{
    margin-top: 1rem;
  }
  .message-logo,
  .message-wrap{
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .message-logo img {
    width: 300px;
  }
  .message-logo-txt,
  .message-txt{
    width: 100%;
  }
  .message-wrap img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .info-list{
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
  .info-list > p,
  .info-list > div{
    width: 100%;
  }
  .info-wrap {
    border-left: 0.5rem solid #FFA908;
  }
  .info-list > div img{
    width: 280px;
  }
  .message-logo{
    border: 5px solid #FFA908;
    border-top: 20px solid #FFA908;
    padding: 1.5rem 5%;
  }
  .message-logo img {
    width: 250px;
  }
  .message-wrap img {
    width: 80%;
  }
  .info {
    margin-bottom: 5rem;
  }
  .message-txt p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .message-wrap{
    margin-bottom: 3rem;
  }
  .message-logo::before{
    top: 91%;
    left: 56%;
    transform: rotate(45deg);
  }
  .message-txt-bottom {
    margin-bottom: 3rem;
  }
  .info-list > div img.bonobo{
    margin: 1rem auto 0;
    display: block;
  }
}
