@charset "UTF-8";


/* トップメッセージ
-------------------------*/

.csrMessageSection {
  background-color: #fff;
}

.csrMessageSectionBg {
  background-image: url(/csr/img/message/message_bg_topmessage.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 90px;
  margin-bottom: 110px;
}

.csrMessageSectionMessageTtl {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  text-align: left;
  margin-bottom: 25px;
}

.csrMessageSectionMessageName {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 28px;
  color: #fff;
}

.csrMessageSectionMessageNameImg {
  display: block;
  max-width: 130px;
  margin-block-start: 10px;
}

.csrMessageSectionContent {
  max-width: 1060px;
  margin-inline: auto;
  margin-top: 100px;
}

.csrMessageSectionContentBox {
  margin-bottom: 80px;
}

.csrMessageSectionContentBoxText {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}

.csrMessageSectionContentBoxNotes {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1300px) {

  .csrMessageSection {
    padding-inline: 20px;
  }

  .csrMessageSectionBg {
    padding: 145px 50px;
    background-position: left;
  }

  .csrMessageSectionMessageTtl {
    font-size: 24px;
    line-height: 36px;
  }

  .csrMessageSectionMessageName {
    font-size: 15px;
  }

  .csrMessageSectionMessageNameImg {
    max-width: 117px;
  }
}

@media screen and (max-width: 767px) {

  .csrMessageSection {
    padding-inline: 0px;
  }

  .csrMessageSectionBg {
    padding: 10% 6%;
    margin-bottom: 60px;
    background-image: url(/csr/img/message/message_bg_topmessage_sp.jpg);
  }

  .csrMessageSectionMessageTtl {
    font-size: 3.3vw;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .csrMessageSectionContent {
    margin-top: 55px;
  }

  .csrMessageSectionContentBox {
    margin-bottom: 55px;
  }

  .csrMessageSectionContentBoxText {
    font-size: 14px;
    line-height: 23px;
  }

  .csrMessageSectionMessageName {
    font-size: 2.8vw;
  }

  .csrMessageSectionMessageNameImg {
    width: 21vw;
    margin-block-start: 1vw;
  }

  .csrMessageSectionContentBoxNotes {
    font-size: 12px;
    line-height: 18px;
  }
}

/* トップメッセージ ここまで
-------------------------*/