.page_title.recruit_thanks {
    background-image: url(../images/head_image/pc/recruit_head.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* message */
#message .message_block {
  display: flex;
}

#message .message_text {
  margin-right: 40px;
width: 50%;
}

.message_photo {
    width: 50%;
    position: relative;
}

.message_photo img {
    width: 100%;
}

.message_photo .caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
}


#message .message_sec {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 80px;
}

#message .message .scroll {
  margin-bottom: 40px;
}


.content section.re_movie {
    margin-top: 60px;
}


.interview_title {
        text-align: center;
    font-family: 'Cinzel','Noto Serif JP', 'A-OTF A1 Mincho Std', 'A1 Mincho', serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.movie_title {
    color: #fff;
    width: 94%;
    max-width:820px;
    margin: 0 auto 50px;
}

.content section .lead_title.movie_title {
        margin-bottom: 10px;
    font-size: 20px;
} 


.movie_wrapp {
    width: 94%;
    max-width: 850px;
    margin: 0 auto 80px;
}
.movie_wrapp:last-child {
    margin: 0 auto 0px;
}



.movie_wrapp_in {
    width: 94%;
    margin: 0 auto;

    position: relative;
  width: 100%;
  padding-top: 56.25%;
    
}

.movie_wrapp_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recruit_guide_bunner {
  width:86%;
  max-width: 850px;
  margin: 60px auto;
}



@media screen and (max-width: 736px) {
 
.movie_wrapp {
    margin: 0 auto 40px;
}  
    
.interview_title {
    font-size: 25px;
} 
    
    
.movie_title {
    color: #fff;
    width: 98%;
    max-width:inherit;
    margin: 0 auto 30px;
} 
    
.content section .lead_title.movie_title {
    font-size: 18px !important;
} 
    
    
    
  #message .message_block {
    display: block;
  }
  #message .message_text {
    margin: 20px 0 20px;
        width: 100%
  }
    
 .content section p.message_photo {
  width: 100%;
}   
    
    
    .message_photo {
    width: 100%;
}
 
    
    
  #message .message_sec {
    padding-bottom: 40px;
  }
}
