/*--------------------------------------------------
.detail
--------------------------------------------------*/
.top_message_detail {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .top_message_detail {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .top_message_detail {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_message_detail {
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .top_message_detail {
    margin-bottom: 100px;
  }
}
.top_message_detail .profile {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .top_message_detail .profile {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .top_message_detail .profile .text {
    width: 100%;
    order: 1;
  }
}
.top_message_detail .profile .text h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .top_message_detail .profile .text h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .top_message_detail .profile .text h3 {
    font-size: 2.2rem;
  }
}
.top_message_detail .profile .text h3 span {
  color: #33b2eb;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .top_message_detail .profile .text h3 span {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  .top_message_detail .profile .text h3 span {
    font-size: 4.1rem;
  }
}
.top_message_detail .profile .text .message {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .top_message_detail .profile .text .message {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .top_message_detail .profile .text .message {
    font-size: 2.2rem;
  }
}
.top_message_detail .profile .ph {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .top_message_detail .profile .ph {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 768px) {
  .top_message_detail .profile .ph {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .top_message_detail .profile .ph {
    width: 460px;
  }
}
.top_message_detail .profile .ph:after {
  content: "";
  position: absolute;
  background: #33b2eb;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  height: 3px;
  width: 100px;
}
@media (max-width: 767px) {
  .top_message_detail .profile .ph:after {
    display: none;
  }
}
.top_message_detail .profile .ph img {
  width: 100%;
  max-width: 460px;
}
.top_message_detail .interview_text .item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top_message_detail .interview_text .item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_message_detail .interview_text .item:last-child {
  margin-bottom: 0;
}
.top_message_detail .interview_text .item h4 {
  position: relative;
  color: #33b2eb;
  font-size: 1.8rem;
  padding-left: 100px;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top_message_detail .interview_text .item h4 {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .top_message_detail .interview_text .item h4 {
    font-size: 2.2rem;
  }
}
.top_message_detail .interview_text .item h4:before {
  content: "";
  position: absolute;
  background: #33b2eb;
  width: 80px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top_message_detail .interview_text .item h4:before {
    width: 30px;
  }
}
.top_message_detail .interview_text .item .text {
  line-height: 2;
}
.top_message_detail.int2 .ph:after {
  left: auto;
  right: -70px;
}

.part_bg {
  width: 100%;
  height: 180px;
  margin-bottom: 84px;
  overflow: hidden;
  background: url("../images/common/texture4.png") left top/3px repeat, url("../images/top_message/top_message_index_bg.jpg") center top/cover no-repeat;
}
@media (min-width: 768px) {
  .part_bg {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .part_bg {
    height: 270px;
  }
}
