@charset "utf-8";

/* --------------------------------------------


トップページ


---------------------------------------------- */

/* --------------------------------------------

メインヴィジュアル

---------------------------------------------- */
.mainV {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  margin-bottom: 110px;
  background-image: url(../_image/index/mv-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.mainV_inner {
  position: absolute;
  max-width: 70%;
  top: 50%;
  left: calc(50% + 100px);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {}

/* --------------------------------------------

共通　contents

---------------------------------------------- */
.contentsWrap {
  max-width: 800px;
  margin: 0 auto 50px;
}

.contents_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #083686;
  border-bottom: 2px solid #f00;
}

/* --------------------------------------------

ごあいさつ

---------------------------------------------- */
.greetingWrap {}

.greeting_inner {
  padding: 20px 10px;
}

.greetingWrap p {
  font-size: 1.8rem;
  line-height: 2;
}

.greetingWrap p:nth-of-type(1) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {}

/* --------------------------------------------

お知らせ

---------------------------------------------- */
.newsWrap {}

.post_list {
  display: flex;
  flex-wrap: wrap;
}

.post_item {
  width: 100%;
  margin: 0px auto;
}

.post_item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%;
  padding: 24px 48px;
  cursor: pointer;
}

.post_item dt {
  width: 260px;
}

.post_item dt time {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.post_item dd {
  width: calc(100% - 260px);
}

.post_item dd p {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .newsWrap {
    padding: 96px 5% 64px;
  }

  .deco-news-01 {
    left: 8%;
    bottom: -30%;
  }

  .newsWrap .btn {
    margin: -64px auto 0;
  }

  .news_title {}

  .news_title .ff-en {
    font-size: 4.4rem;
  }

  .news_title em {
    margin: -32px 0 0 32px;
    font-size: 1.6rem;
  }

  .post_list {}

  .post_item {}

  .post_item a {
    flex-wrap: wrap;
    padding: 24px 12px;
  }

  .post_item dt {
    width: 100%;
  }

  .post_item dt .postCtg {}

  .post_item dt time {}

  .post_item dd {
    width: calc(100% - 0px);
    margin-top: 24px;
  }

  .post_item dd p {
    font-size: 1.6rem;
  }
}