/*==================================================
** message
==================================================*/
#msgSec {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #msgSec {
    padding-top: 25vw;
  }
}
#msgSec .h1-ptn1,
#msgSec .inner-ptn1 {
  max-width: 1040px;
  margin-inline: auto;
}
#msgSec .inner-ptn1 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 {
    margin-top: 25px;
    flex-direction: column;
  }
}
#msgSec .inner-ptn1 .phtbox {
  width: 44%;
  order: 2;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .phtbox {
    width: 100%;
    order: 1;
  }
}
#msgSec .inner-ptn1 .phtbox img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .phtbox img {
    border-radius: 10px;
  }
}
#msgSec .inner-ptn1 .txtbox {
  width: 50%;
  order: 1;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .txtbox {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
#msgSec .inner-ptn1 .txtbox .txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .txtbox .txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#msgSec .inner-ptn1 .txtbox .txt + .txt {
  margin-top: 2.2em;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .txtbox .txt + .txt {
    margin-top: 1.8em;
  }
}
#msgSec .inner-ptn1 .txtbox .txt-sign {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 4.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #msgSec .inner-ptn1 .txtbox .txt-sign {
    font-size: 1.4rem;
    margin-top: 2.5em;
  }
}
