@charset "UTF-8";

.message-hero{
    margin: 0 0 160px;
}
.president-visual-hero{
    background-image: url(../../images/message/president-main-visual.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 684px;
    max-width: 1280px;
    margin: 25px auto 0;
    position: relative;
}
.president-visual-hero .president-visual-inner{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: 37px;
}
.president-visual-hero .president-visual-inner .name-box{
    max-width: 170px;
    min-width: 170px;
    margin: 0 24px 0 0;
    padding: 10px 0 10px 10px;
    background-color: #fff;
    border-left: 5px solid #DBBC7F;
}
.president-visual-hero .president-visual-inner .name-box p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: #333333;
    margin: 0;
}
.president-visual-hero .president-visual-inner .name-box p:nth-child(2){
    font-size: 2.8rem;
    font-weight: bold;
}
.president-visual-hero .president-visual-inner .name-box p:nth-child(n+2){
    margin: 8px 0 0;
}
.president-visual-hero .president-visual-head{
    max-width: 816px;
}
.president-visual-hero .president-visual-head h2{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    text-shadow: 0px 3px 3px #00000042;
}

.message_titlearea {
    margin: 96px 0 40px;
    padding: 0 20px 40px;
    position: relative; 
}
.message_titlearea h3 {
    font-size: 3.4rem; 
    line-height: 1.4;
    font-weight: 500; 
    color: #333333;
    margin: 0;
}

.message_titlearea:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  /*線の上下位置*/
  display: inline-block;
  width: 160px;
  /*線の長さ*/
  height: 5px;
  /*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #DBBC7F;
  /*線の色*/ 
}
.txt-content{
    max-width: 1140px;
    margin: 0 auto;
}
.txt-content .txt-content-inner{
    margin: 0 auto;
}
.txt-content .txt-content-inner p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}
.txt-content p:nth-child(n+2){
    margin: 24px 0 0;
}
@media (max-width: 959px) {
    .president-visual-hero{
        background-position: center right -70px;
    }
    .president-visual-hero .president-visual-inner{
        left: 14px;
    }
    .president-visual-hero .president-visual-inner{
        display: block;
        padding: 0 14px 0 0;
    }
    .president-visual-hero .president-visual-head{
        margin: 6px 0 0;
    }
    .president-visual-hero .president-visual-head h2{
        font-size: 2.8rem;
    }
    .message_titlearea h3 {
        font-size: 2rem;
    }
}