@charset "utf-8";
/*------------------------------------------------
トップメッセージ
------------------------------------------------*/

/*========== *ページヘッダー メッセージ ==========*/

/*会社情報-トップメッセージ*/
.page-header.message-bg .page-header-inner {
  height: auto;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  padding-top: 10px;
}

.page-header-title {
  width: 50%;
  margin-top: 15px;
  text-align: right;
}
.page-header-title-parent {}

.page-header-pic {
  width: 40%;
}
.page-header-pic > img {
  width: 100%;
}
.ceo-name {
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
  position: absolute;
  bottom: 68px;
  right: 5%;
}

.ceo-name .emphasis {
  font-size: 1.8rem;
}

.page-header-subtitle {
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  background-color: #2b3e5b;
  padding: 10px;
  font-size: 2.6rem;
}
.page-header-subtitle-ruby {
  font-size: 1.2rem;
  padding-left: 10px;
}

@media print, screen and (min-width: 960px) {
  .page-header.message-bg .page-header-inner {
    height: 600px;
    width: 1000px;
    margin: auto;
    display: block;
    padding-top: 0;
  }
  .page-header-title {
    position: absolute;
    text-align: left;
    margin-top: 0;
    top: 50px;
    left: 0;
    width: auto;
  }
  .page-header-title-parent {
    padding-left: 8px;
  }
  .page-header-pic {
    width: 541px;
    height: 584px;
    position: absolute;
    bottom: 0;
    right: 40px;
    margin-top: 0;
  }
  .ceo-name {
    font-size: 2rem;
    position: absolute;
    top: 50px;
    right: 0;
    width: auto;
  }
  .ceo-name .emphasis {
    font-size: 3.4rem;
  }
  .page-header-subtitle {
    background-color: inherit;
    font-size: 6.3rem;
    text-align: left;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: auto;
  }
  .page-header-subtitle-ruby {
    font-size: 2rem;
    padding-left: 8px;
    display: block;
  }
}

/*========== メッセージ ==========*/

.message {
  background-color: #f2f2f2;
}

.message-inner {
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 25px 0;
}

.message-title {
  font-size: 2rem;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.message-text {
  line-height: 2;
}

@media print, screen and (min-width: 560px) {
  .message-title {
    font-size: 2.8rem;
  }
  .message-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media print, screen and (min-width: 960px) {

  .message-inner {
    width: 1000px;
    padding: 60px 0;
  }
  .message-title {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 40px;
  }
  .message-text {
    font-size: 2rem;
  }
}


/*========== コンセプト ==========*/

.concept {
  background-image: url(../../../images/about/message/concept_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.concept-inner {
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 50px 0;
}
.concept-title {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.concept-title-ruby {
  font-size: 1.2rem;
  display: block;
}
.concept-text {
  color: #fff;
  text-align: center;
  line-height: 2;
}

@media print, screen and (min-width: 960px) {
  .concept {}
  .concept-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 250px;
    margin:
  }
  .concept-title {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
  .concept-title-ruby {
    font-size: 1.8rem;
  }
  .concept-text {
    font-size: 2.6rem;
  }
}
