@charset "UTF-8";
/* Sass Document */
html, body {
  height: 100%; }

.layout-header > .container {
  width: 100%; }
.layout-header h1 {
  background: url(../images/top/logo@1.2x.png) no-repeat;
  height: 30px;
  width: 343px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 1rem auto 2rem; }

/*　1: キービジュアル */
.key-visual {
  display: block;
  margin: 0px auto; }
.key-visual img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

/*swiper  */
.Keyvisual.kv-container {
  padding: 0 0 4rem; }

.swiper-container {
  width: 100%;
  height: auto; }

.swiper-container {
  width: 980px; }

.swiper-wrapper {
  list-style-type: none;
  text-align: center;
  padding-left: 0; }

/*　2: お知らせ一覧 */
.contents.contents-info {
  display: flex;
  font-size: 1.2rem; }
.contents.contents-info:nth-child(1) {
  order: 2; }
.contents.contents-info:nth-child(2) {
  order: 1; }
.contents.contents-info > .content {
  width: 50%;
  position: relative; }

.mobile .contents.contents-info {
  display: block; }

/* Firefox */
@-moz-document url-prefix() {
  .contents.contents-info {
    font-size: 1.6rem; } }
.entry-index {
  width: 50%;
  margin-top: 105px; }
.entry-index .entry {
  display: grid;
  /* グリッドレイアウト */
  grid-gap: 0;
  grid-template-columns: 86px auto;
  grid-template-rows: auto auto;
  margin-bottom: 5px; }
.entry-index .date {
  margin-bottom: 0px;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  font-size: 15px;
  line-height: 1.5; }
.entry-index .category {
  grid-row: 1 / 2;
  grid-column: 1 / 2; }
.entry-index .category span {
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  display: block;
  height: 14px;
  overflow: hidden; }
.entry-index .entry-name {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  font-size: 1.6rem;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2; }
.entry-index .entry-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #212529;
  overflow: hidden; }
.entry-index .entry-name a:hover {
  color: #383f45; }

/* Firefox */
@-moz-document url-prefix() {
  .entry-index .entry-name {
    font-size: 1.6rem; } }
.content-aoi {
  background: url("../images/top/aoi_entrance_bg.png") center center no-repeat;
  height: 380px;
  order: 2; }
.content-aoi .entrance {
  display: block;
  height: 107px;
  width: 287px;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/top/aoi_site_jump.png") center center no-repeat;
  text-indent: 100%;
  margin-left: 55px; }
.content-aoi .entry-index {
  margin-left: 85px;
  margin-right: auto; }
.content-aoi .cat-album span {
  background: url("../images/top/aoi_cat_album.png") left center no-repeat; }
.content-aoi .cat-post span {
  background: url("../images/top/aoi_cat_post.png") center left no-repeat; }

.mobile .content-aoi {
  margin-left: 310px;
  margin-bottom: 50px; }

.content-sarana {
  background: url("../images/top/sarana_entrance_bg.png") center center no-repeat;
  height: 380px;
  order: 1; }
.content-sarana .entrance {
  display: block;
  height: 107px;
  width: 287px;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/top/sarana_site_jump.png") center center no-repeat;
  text-indent: 100%;
  margin-left: auto;
  margin-right: 55px; }
.content-sarana .entry-index {
  margin-left: auto;
  margin-right: 65px; }
.content-sarana .cat-album span {
  background: url("../images/top/sarana_cat_album.png") left center no-repeat; }
.content-sarana .cat-post span {
  background: url("../images/top/sarana_cat_post.png") left center no-repeat; }

.mobile .content-sarana {
  margin-left: 217px;
  margin-bottom: 50px; }
