.wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 0.2rem;
  }
}

.banner-kv .banner-photo {
  height: 530px;
  background: url("../img/kv-img.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-kv .banner-photo {
    height: 2rem;
    background-image: url("../img/kv-img-sp.jpg");
  }
}

.message-cont {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .message-cont {
    padding: 0.7rem 0 1rem;
  }
}
.message-cont .info-col {
  display: flex;
}
.message-cont .info-col .group-ttl {
  width: 100%;
}
.message-cont .info-col .group-ttl .ttl {
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #f3f4f5;
  padding: 50px 20px 43px 100px;
  position: relative;
  width: 100%;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .message-cont .info-col .group-ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
  }
  .message-cont .info-col .group-ttl .ttl {
    font-size: 0.27rem;
    line-height: 0.36rem;
    padding: 0.21rem 0.1rem 0.17rem 0.3rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.025em;
  }
  .message-cont .info-col .group-ttl .ttl:before {
    top: 0.1rem;
    left: -0.2rem;
    width: 0.3rem;
  }
}
@media (max-width: 768px) {
  .message-cont .info-col {
    display: block;
  }
}
.message-cont .avatar {
  max-width: 52%;
}
@media (max-width: 768px) {
  .message-cont .avatar {
    max-width: calc(100% + 0.2rem);
    margin-left: -0.2rem;
  }
}
.message-cont .name {
  margin-top: 2.08vw;
  font-size: 0.625vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 20px;
}
.message-cont .name span {
  display: block;
  font-size: 1.25vw;
  line-height: 1.46;
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .message-cont .name {
    margin-top: 0;
    width: 100%;
    font-size: 0.12rem;
    padding-left: 0;
  }
  .message-cont .name span {
    font-size: 0.24rem;
    margin-top: 0.06rem;
    letter-spacing: 0.1em;
  }
}
.message-cont .profile {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .message-cont .profile {
    margin-top: 0.28rem;
  }
}
@media (max-width: 768px) {
  .message-cont .profile {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.message-cont .profile .ttl {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .message-cont .profile .ttl {
    font-size: 0.14rem;
  }
}
.message-cont .profile p {
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 768px) {
  .message-cont .profile p {
    font-size: 0.12rem;
  }
}
.message-cont .message-col {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .message-cont .message-col {
    order: 1;
    padding: 0.7rem 0 0;
    width: 100%;
  }
}
.message-cont .message-col .ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .message-cont .message-col .ttl {
    font-size: 0.3rem;
  }
}
.message-cont .message-col p {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .message-cont .message-col p {
    margin-bottom: 0.5rem;
  }
}
.message-cont .message-col p:last-child {
  margin-bottom: 0;
}
.message-cont .message-col p span {
  display: block;
  width: 100%;
}
.message-cont .message-col p a {
  color: inherit;
  text-decoration: underline;
}
.message-cont .message-col p a:hover {
  text-decoration: none;
}
.message-cont .sub-ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 23px;
  border-left: 4px solid #000;
  line-height: 1.667;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .message-cont .sub-ttl {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    padding-left: 0.15rem;
  }
}
.message-cont .decs {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  letter-spacing: 0.09em;
  text-align: justify;
}
@media (max-width: 768px) {
  .message-cont .decs {
    font-size: 0.16rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
    text-align: left;
  }
}
.message-cont .message-with-img {
  padding: 57px 0;
  background: #F9F9FA;
  margin-top: 60px;
}
.message-cont .message-with-img .row {
  display: flex;
  justify-content: space-between;
}
.message-cont .message-with-img .row span {
  display: block;
}
.message-cont .message-with-img .photo {
  width: 600px;
  max-width: 45.45%;
}
.message-cont .message-with-img .content {
  width: 54.55%;
  padding-left: 63px;
  padding-top: 58px;
}
@media (max-width: 1200px) {
  .message-cont .message-with-img .content {
    padding-left: 30px;
  }
  .message-cont .message-with-img .content .table-txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .message-cont .message-with-img {
    padding: 0.5rem 0;
  }
  .message-cont .message-with-img .row {
    display: block;
  }
  .message-cont .message-with-img .photo, .message-cont .message-with-img .content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .message-cont .message-with-img .content {
    padding-top: 0.2rem;
  }
}

.media-partners {
  position: relative;
}
.media-partners img {
  width: 100%;
}
.media-partners p {
  position: absolute;
  left: 50%;
  bottom: 6.4vw;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 1900px) {
  .media-partners p {
    bottom: 6.8vw;
  }
}
@media (max-width: 768px) {
  .media-partners p {
    font-size: 0.18rem;
    line-height: 1.5555555556;
    width: 100%;
    text-align: center;
    bottom: 0.33rem;
  }
}

.message-cont-link {
  display: flex;
}
@media (max-width: 768px) {
  .message-cont-link {
    display: block;
  }
}
.message-cont-link .item {
  width: 50%;
  text-align: center;
  padding: 128px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .message-cont-link .item {
    width: 100%;
    padding: 0.4rem 0;
    display: block;
  }
}
.message-cont-link .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease;
}
.message-cont-link .item:nth-child(1):before {
  background: url("../img/message-banner1.jpg") center no-repeat;
  background-size: cover;
}
.message-cont-link .item:nth-child(2):before {
  background: url("../img/message-banner2.jpg") center no-repeat;
  background-size: cover;
}
.message-cont-link .item .text {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 44px 0;
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-cont-link .item .text span {
  display: inline-block;
  font-size: 15px;
  padding-right: 30px;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  padding-bottom: 5px;
}
.message-cont-link .item .text span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  transition: all 0.35s ease;
}
.message-cont-link .item .text span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  transition: all 0.35s ease;
}
.message-cont-link .item .text br {
  line-height: 0;
}
@media (max-width: 768px) {
  .message-cont-link .item .text {
    padding: 0.2rem 0;
    font-size: 0.3rem;
  }
  .message-cont-link .item .text span {
    font-size: 0.15rem;
    padding-right: 0.3rem;
    margin-top: 0.2rem;
  }
}
.message-cont-link .item:hover:before {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.message-cont-link .item:hover .text span:before, .message-cont-link .item:hover .text span:after {
  right: -10px;
}

.item-table {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .item-table {
    margin-top: 0.5rem;
  }
}
.item-table .decs {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .item-table .decs {
    margin-bottom: 0.19rem;
  }
}
.item-table .ttl-desc {
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .item-table .ttl-desc {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }
}
.item-table .table-wrap {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  border: 1px solid #BFBFBF;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .item-table .table-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .item-table .table-wrap {
    margin-top: 0.1rem;
  }
}
.item-table .table-wrap .table-item {
  width: 100%;
}
@media (max-width: 1200px) {
  .item-table .table-wrap .table-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .item-table .table-wrap .table-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .item-table .table-wrap .table-item {
    margin-bottom: 0.19rem;
  }
}
.item-table .table-wrap .table-item .head {
  width: 100%;
  height: 59px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background-color: #F3F4F5;
  border: 1px solid #BFBFBF;
  border-bottom: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .item-table .table-wrap .table-item .head {
    font-size: 0.2rem;
    line-height: 0.28rem;
    height: auto;
    padding: 0.18rem 0;
  }
}
.item-table .table-wrap ul {
  margin-top: 13px;
  border: 1px solid #BFBFBF;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul {
    margin-top: 0;
  }
}
.item-table .table-wrap ul li {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}
.item-table .table-wrap ul li + li {
  border-top: 1px solid #BFBFBF;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li {
    align-items: normal;
    height: auto;
  }
}
.item-table .table-wrap ul li .col01 {
  width: 264px;
  font-size: 20px;
  font-weight: 500;
  background: #F3F4F5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li .col01 {
    width: 27%;
    font-size: 0.16rem;
    padding: 0.18rem 0.1rem;
    align-items: flex-start;
  }
}
.item-table .table-wrap ul li .col02 {
  font-size: 16px;
  padding: 0 40px;
  width: calc(100% - 264px);
  color: #666666;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li .col02 {
    width: 73%;
    padding: 0.18rem 0.1rem;
    box-sizing: border-box;
    font-size: 0.16rem;
  }
}
.item-table .table-wrap ul {
  margin-top: 0;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul {
    display: flex;
    border: 0.01rem solid #BFBFBF;
    border-top: 0;
  }
}
.item-table .table-wrap ul li {
  display: flex;
  align-items: inherit;
  text-align: center;
  border-top: 0;
  border-right: 0;
  height: auto;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li {
    padding: 0;
    display: block;
    border: 0;
  }
  .item-table .table-wrap ul li:nth-child(1) {
    width: 40%;
    border-right: 0.01rem solid #BFBFBF;
  }
  .item-table .table-wrap ul li:nth-child(2) {
    width: 60%;
    border-top: none;
  }
}
.item-table .table-wrap ul li > div {
  padding: 19px 10px;
  min-height: 65px;
  color: #666666;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li > div {
    padding: 0.14rem 0.1rem;
    min-height: 0.6rem;
    font-size: 0.16rem;
    border-top: 0.01rem solid #BFBFBF;
  }
}
.item-table .table-wrap ul li:first-child > div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li:first-child > div {
    font-size: 0.16rem;
    letter-spacing: 0.1em;
  }
}
.item-table .table-wrap ul li .col01 {
  width: 183px;
  flex: 183px 0 0;
  font-size: 15px;
  line-height: 1.5555555556;
  font-weight: 500;
  border-right: 1px solid #EBEBEB;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li .col01 {
    width: 100%;
    flex: 100% 0 0;
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 1.7142857143;
    border-right: 0;
    height: 0.8rem;
    border-bottom: 0.01rem solid #EBEBEB;
  }
}
.item-table .table-wrap ul li .col02,
.item-table .table-wrap ul li .col03,
.item-table .table-wrap ul li .col04 {
  width: 33.333%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.item-table .table-wrap ul li .col02:not(:nth-last-child(1)),
.item-table .table-wrap ul li .col03:not(:nth-last-child(1)),
.item-table .table-wrap ul li .col04:not(:nth-last-child(1)) {
  border-right: 1px solid #BFBFBF;
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li .col02:not(:nth-last-child(1)),
  .item-table .table-wrap ul li .col03:not(:nth-last-child(1)),
  .item-table .table-wrap ul li .col04:not(:nth-last-child(1)) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .item-table .table-wrap ul li .col02,
  .item-table .table-wrap ul li .col03,
  .item-table .table-wrap ul li .col04 {
    width: 100%;
    border-right: 0;
    height: 0.6rem;
    justify-content: flex-end;
  }
}
.item-table .note-table {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .item-table .note-table {
    margin-top: 0.15rem;
    font-size: 0.12rem;
  }
}