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

.top-main-contents {
  width: 100%;
}

/*========== メインヴィジュアル ==========*/

#main-visual {
  background-image: url(../../images/top/main_visual_img_bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
  padding: 25px;
}

.main-visual-ttl {
  color: #2c2e36;
  text-align: center;
  text-shadow: 0 0 20px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1);
}

@media print, screen and (min-width: 769px) {
  #main-visual {
    height: 530px;
    min-height: 530px;
    margin: 0;
  }
  .main-visual-ttl {
    width: 1000px;
    font-size: 3.6rem;
  }
}

/*========== ごあいさつ ==========*/

#greeting {
  padding: 25px 0;
}

.greeting-ttl {
  font-size: 1.8rem;
  margin-bottom: 25px;
  text-align: center;
}

.greeting-txt{
  margin-bottom: 25px;
}

.signature {
  text-align: center;
  font-weight: bold;
}

.signature::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(../../images/top/greeting_pic.png);
  background-position: center;
  background-size: contain;
}

@media print, screen and (min-width: 769px) {
  #greeting {
    padding: 150px 0;
    background-image: url(../../images/top/greeting_pic.png);
    background-position: right center;
  }
  .greeting-ttl {
    font-size: 3rem;
    margin-bottom: 50px;
    text-align: left;
  }
  .greeting-txt {
    width: 560px;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .signature {
    width: 560px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: right;
  }
  .signature::before {
    display: none;
  }
}
