/*-----------------------------------------------------
 トップ画像セクション
 ------------------------------------------------------*/

/* トップ画像 */
.top-image {
  height: 512px;
}

/* トップ画像のコンテンツ */
.top-image-content {
  min-width: 1280px;
}

/* トップ画像のメッセージレイヤー */
.top-image-message-layer {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* トップ画像のメッセージ枠 */
.top-image-message-layer-message-box {
  width: 500px;
  padding: 35px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 6.0rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* トップ画像のメッセージテキスト */
.top-image-message-layer-message-box-message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.0rem;
  letter-spacing: 0.3rem;
  color: #333333;
}

/*-----------------------------------------------------
 トップメッセージ
 ------------------------------------------------------*/

.home-top-message {
  margin-top: 50px;
}

/*-----------------------------------------------------
 ページナビゲーション
 ------------------------------------------------------*/

/* ナビゲーションのコンテナ */
.nav-set {
  margin-top: 65px;
  padding-top: 0.6rem; /* ボーダーのため */
}

/* ボーダー */
.nav-border {
  border-top: 0.2rem solid #168BE7;
}

/* ナビゲーションのタイトル */
.nav-title {
  position: absolute;
  top: 0;
  background-color: #ffffff;
}

/* 右寄せタイトル */
.nav-title.right {
  padding-left: 5px;
  right: 0;
}

/* 左寄せタイトル */
.nav-title.left {
  padding-right: 5px;
  left: 0;
}

/* ナビゲーションのタイトル（英語） */
.nav-title-en {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  padding-left: 8px;
  color: #168BE7;
}

/* ナビゲーションの内容（画像とテキスト） */
.nav-content {
  padding-top: 35px;
}

/* テキスト */
.nav-text {
  flex-basis: 69%;
}

/* 左寄せテキスト */
.nav-text.left {
  padding-right: 25px;
}

/* 右寄せテキスト */
.nav-text.right {
  padding-left: 25px;
}

/* ナビゲーションの画像枠 */
.nav-image {
  flex-basis: 31%;
}

/* ナビゲーションの画像 */
.nav-image .content {
  min-width: 250px;
}

.nav-text .text {
  flex: 1;
}

/* ナビゲーションボタン */
.nav-button {
  border: 2px solid #333333;
  line-height: 1.0rem;
  padding: 0.6rem 0;
  flex-grow: 2.2rem;
  display: inline-block;
  width: 250px;
}

.nav-button:hover {
  border: 2px solid #168BE7;
  color: #168BE7;
}

/*-----------------------------------------------------
 価値サークルのトライアングル
 ------------------------------------------------------*/

/* ナビゲーションのコンテナ */
.circle-set {
  margin-top: 65px;
  padding-top: 8px;
}

/* ボーダー */
.circle-border {
  border-top: 4px solid #168BE7;
  padding-bottom: 12px;
}

/* 価値サークルのタイトル */
.circle-title {
  width: 60%;
  max-width: 640px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
}

/* 価値サークルの図 */
.circle-figure {
  width: 35%;
  margin: 55px auto 80px auto;
}

/*-----------------------------------------------------
 センタービジュアル
 ------------------------------------------------------*/

/* センタービジュアル */
.center-visual {
  height: 260px;
}

/* センタービジュアルの画像 */
.center-visual .content {
  min-width: 1280px;
}

/* メッセージ */
.center-visual-message {
  width: 100%;
}

/* メッセージの枠 */
.center-visual-message .message-box {
  width: 580px;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 7.5rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* メッセージのテキスト */
.center-visual-message .message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  color: #333333;
}

/*-----------------------------------------------------
 お知らせセクション
 ------------------------------------------------------*/

/* リンク用イメージ画像 */
.page-nav-image {
  height: 350px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.page-nav-image .content {
  min-width: 470px;
}

/* ページナビゲーションボタン */
.page-nav-button {
  width: 210px;
  margin: 0 auto;
}

/* ページナビゲーションボタンの動作リンク */
.page-nav a {
  display: inline-block;
  line-height: 2.0rem;
  width: 100%;
  text-align: center;
  font-size: .95rem;
  border: 1px solid #1D2087;
  color: #1D2087;
}

.page-nav-button .button-title {
  padding-right: 8px;
}

.page-nav-button .arrow {
  display: inline-block;
  width: .48rem;
  height: .48rem;
  border-top: 2px solid #1D2087;
  border-right: 2px solid #1D2087;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-nav a:hover {
  background-color: #1D2087;
  color: #ffffff;
}

/*-----------------------------------------------------
 お知らせセクション
 ------------------------------------------------------*/

/* お知らせのコンテナ */
.news-set {
  margin-top: 75px;
  padding-top: 14px;
}

/* ボーダー */
.news-border {
  border-top: 4px solid #168BE7;
  padding-bottom: 18px;
}

/* お知らせのタイトル */
.news-title {
  width: 130px;
  padding: 0 25px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  height: 2.9rem;
}

/* お知らせのタイトル（アルファベット） */
.news-title-en {
  color: #168BE7;
  vertical-align: top;
  font-size: 1.0rem;
  line-height: 1.6rem;
}

/* お知らせのリスト */
.news-list {
  margin: 60px auto 0  auto;
  width: 80%;
  min-height: 350px;
}

/* お知らせの本体 */
.news-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* お知らせの年月日 */
.news-time {
  line-height: 1.0rem;
  margin-bottom: .8rem;
}

/* お知らせの年月日のアクセント */
.news-time-accent {
  background-color: #168BE7;
  height: 1.0rem;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  margin-right: 8px;
}
