/* メッセージ一覧
----------------------------------*/
.message_link_area {
	margin-bottom: 3%;
	margin-top: 3%;	
}
.message_link01,.message_link02,.message_link03 {
    position: relative;
    overflow: hidden;
    height: 80vh;
    /*border-radius: 5% 5% 5% 5%;*/
    margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
.message_link01,.message_link02,.message_link03 {    
    height: 50vh;
}
}
.message_link02 {    
    margin-top: 20%;
}
.message_link03 {    
    margin-top: 40%;
}
@media screen and (max-width: 991px) {
.message_link02 {    
    margin-top: 0%;
}
.message_link03 {    
    margin-top: 0%;
}
}
.message_link01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("../img/message/index/jinji01.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center center;
}

.message_link02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("../img/message/index/jinji02.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	background-position: center center;
}
.message_link03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/message/index/seek.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center center;
}
.message_link01:hover:after,.message_link02:hover:after,.message_link03:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.message_link01:before,.message_link02:before,.message_link03:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background-color: rgba(0,0,0,.9);
}

.message_link_name {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 70%;
  transform: translate3d(0px, -50%, 0px);
  transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1)
}
.message_link_name_jp {
  display: block;
  font-size: 2.0vw;
  line-height: 1.1;
  font-weight: 100;
	  text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.message_link_name_jp {    
    font-size: 5vw;
}
}
@media screen and (max-width: 575px) {
.message_link_name_jp {    
    font-size: 8vw;
}
}

.message_link_name_en {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 29px 0 0;
    text-transform: uppercase;
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
/* メッセージ
----------------------------------*/

.main_area {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
 .main_area {  
  padding-bottom: 0%;
}
}
/* メイン背景設定
----------------------------------*/
.president {
    background-image: url(../img/message/president/main.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}
@media screen and (max-width: 991px) {
.president {
    background-image: none;    
}
}
.com_message {
    background-image: url("../img/message/com/main.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}
@media screen and (max-width: 991px) {
.com_message {
    background-image: none;    
}
}
.seek {
    background-image: url("../img/message/seek/main.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}
@media screen and (max-width: 991px) {
.seek {
    background-image: none;    
}
}
.jinji01 {
    background-image: url("../img/message/jinji01/main.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}
@media screen and (max-width: 991px) {
.jinji01 {
    background-image: none;    
}
}
.jinji02 {
    background-image: url("../img/message/jinji02/main.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}
@media screen and (max-width: 991px) {
.jinji02 {
    background-image: none;    
}
}

.message_read {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;	
	background: rgba(255, 255, 255, .8);
	padding: .4em 1em;
	line-height: 2.8;
}
@media screen and (max-width: 1199px) {
.message_read {
    font-size: 26px;
    line-height: 1.7;
    background: none;
    padding-right: 20px;
  padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
}
}
@media screen and (max-width: 991px) {
.message_read {    
    
}
}
@media screen and (max-width: 575px) {
.message_read {
    font-size: 17px;
    
}
}

.message_q {
    font-size: 24px;   
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-weight: bold;
	padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 575px) {
.message_q {
    font-size: 17px;
}
}

.message_tx {
    font-size: 17px;
    line-height: 1.9;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 3%;
}
@media screen and (max-width: 575px) {
.message_tx {
    font-size: 14px;
}
}
.message_list li {
    font-size: 20px;
    line-height: 1.9;
    list-style-type: circle;
    font-weight: bold;
    margin-bottom: 3%;
}
.message_list li ul li {
    font-size: 17px;
    line-height: 1.5;
	list-style-type: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.message_list li ul .green {
    font-size: 19px;
	color: #12968f;
    
}
.message_name {
    font-size: 20px;
    line-height: 1.9;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 3%;
    font-family: "Noto Serif JP", serif;
    text-align: right;
}
.message_name span {
    font-size: 32px;
    margin-left: 10px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
.message_name {
    font-size: 17px;    
    
}
.message_name span {
    font-size: 22px;
}
}
.message_img {    
    margin-top: 20px;
}

