@charset "utf-8";

/* 経営理念
------------------------------------------------------------*/
.head_imgarea_bg {
	background-image: url(../img/message/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.message_area {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;	
}

.message_area2 {
    padding-top: 3%;
    padding-bottom: 5%;
    position: relative;
    background-color: #f2f5f5;
}

.message_box {
	padding-bottom: 5%;
}


.message_read {
    font-size: 28px;
    color: #2d3c56;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.message_read:before {
  position: relative;
  top: -20px;
  margin: 0 0px 0 0;
  content: url("../img/philosophy/read_before_img.png");
}
.message_read:after {
  position: relative;
  bottom: -20px;
  margin: 0 0px 0 0;
  content: url("../img/philosophy/read_after_img.png");
}
@media (max-width: 768px)  {
.message_read {
    font-size: 20px;
    margin-top: 15px;
}

.message_read:before {  
  top: -20px;  
  content: url("../img/philosophy/read_before_img_s.png");
}
.message_read:after {  
  bottom: -20px;  
  content: url("../img/philosophy/read_after_img_s.png");
}
}
.message_tx {
    font-size: 18px;
    color: #000;
    padding-top: 2%;
	padding-bottom: 2%;
}
@media (max-width: 768px)  {
.message_tx {
    font-size: 16px;
}
}

@media (max-width: 768px)  {
.message_photo {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 15px;
}
.message_photo img {
    width: 70%;
}
}