@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}
#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}
#main_visual .heading_page span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}
#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
#main_visual .heading_page span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}
#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}
#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}
#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}
#main_visual .pic {
  background-image: url(../images/message/pic_mv_message01.jpg);
}

/*============================================================
MESSAGE
*/
#message {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 768px) {
  #message {
    padding: 30px 0;
  }
}
#message .h_sec {
  text-align: center;
  margin-bottom: 20px;
}
#message .h_sec span {
  display: block;
}
#message .h_sec span.en {
  color: #0c9fbf;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #message .h_sec span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
#message .h_sec span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #message .h_sec span.ja {
    font-size: 30px;
  }
}
#message .header {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #message .header {
    padding: 60px 0;
  }
}
#message .header .container {
  position: relative;
}
#message .header .container::before {
  content: "";
  width: 1042px;
  height: 500px;
  background: #f7f8f4;
  display: block;
  position: absolute;
  top: -80px;
  left: -85px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #message .header .container::before {
    width: 100%;
    height: 60%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#message .header .h_header {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #message .header .h_header {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: static;
  }
}
@media (max-width: 320px) {
  #message .header .h_header {
    font-size: 21px;
  }
}
#message .header .h_header span {
  background: linear-gradient(transparent 50%, #f8fa75 50%);
}
#message .header .pic {
  background: url(../images/message/pic_header_01.jpg) center center/cover no-repeat;
  width: 1042px;
  height: 500px;
  margin: 0 -85px 0 auto;
}
@media only screen and (max-width: 768px) {
  #message .header .pic {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin: 0;
  }
}
#message .header .profile {
  position: absolute;
  left: 360px;
  bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #message .header .profile {
    background: #fff;
    margin-top: -50px;
    padding: 15px;
    display: inline-block;
    position: static;
  }
}
#message .header .profile dt {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #message .header .profile dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
#message .header .profile dd span {
  display: block;
}
#message .header .profile dd span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #message .header .profile dd span.ja {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#message .header .profile dd span.en {
  color: #13c6bb;
}
@media only screen and (max-width: 768px) {
  #message .header .profile dd span.en {
    font-size: 13px;
  }
}
#message .message_content {
  padding: 100px 0 200px;
}
@media only screen and (max-width: 768px) {
  #message .message_content {
    padding: 0 0 50px;
  }
}
#message .message_content .message_block .row {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block .row {
    margin-bottom: 20px;
  }
}
#message .message_content .message_block .pic {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 852px;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block .pic {
    width: calc(100% + 30px);
    height: 0;
    padding-bottom: 60%;
    margin: 0 -15px !important;
  }
}
#message .message_content .message_block .h_block {
  width: 100%;
  position: absolute;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block .h_block {
    margin-top: -30px;
    position: static;
  }
}
#message .message_content .message_block .h_block span {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  background: #fff;
  min-width: 470px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block .h_block span {
    font-size: 20px;
    min-width: inherit;
    padding: 20px 20px 0 20px !important;
  }
}
#message .message_content .message_block .h_block span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block .h_block span::before {
    top: 5px;
  }
}
#message .message_content .message_block p {
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block p {
    line-height: 2.2;
    padding: 0 15px;
  }
}
#message .message_content .message_block:not(:last-child) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block:not(:last-child) {
    margin-bottom: 60px;
  }
}
#message .message_content .message_block:nth-child(odd) .pic {
  margin-left: -85px;
}
#message .message_content .message_block:nth-child(odd) .h_block {
  text-align: right;
}
#message .message_content .message_block:nth-child(odd) .h_block span {
  padding: 30px 0 0 30px;
}
#message .message_content .message_block:nth-child(odd) .h_block span::before {
  border-width: 12px 12px 0 0;
  border-color: #13c6bb transparent transparent transparent;
  left: 8px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block:nth-child(odd) .h_block span::before {
    left: 5px;
  }
}
#message .message_content .message_block:nth-child(even) .pic {
  margin: 0 -85px 0 auto;
}
#message .message_content .message_block:nth-child(even) .h_block span {
  padding: 30px 30px 0 0;
}
#message .message_content .message_block:nth-child(even) .h_block span::before {
  border-width: 0 12px 12px 0;
  border-color: transparent #13c6bb transparent transparent;
  right: 8px;
}
@media only screen and (max-width: 768px) {
  #message .message_content .message_block:nth-child(even) .h_block span::before {
    border-width: 12px 12px 0 0;
    border-color: #13c6bb transparent transparent transparent;
    right: auto;
    left: 5px;
  }
}
#message .message_content .message_block:nth-child(1) .pic {
  background-image: url(../images/message/pic_message_block_01.jpg);
}
#message .message_content .message_block:nth-child(2) .pic {
  background-image: url(../images/message/pic_message_block_02.jpg);
}
#message .message_content .message_block:nth-child(3) .pic {
  background-image: url(../images/message/pic_message_block_03.jpg);
}
