@charset "UTF-8";

/* -----------------------------------------------
mv
----------------------------------------------- */
.mv__wrap {
  position: relative;
}
.mv__wrap::after {
  content: "";
  background: url(../images/common/mv_mask.svg) 50% 100% / contain no-repeat;
  display: block;
  position: absolute;
  bottom: -1px;
}
.mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv__inner .mv__cap {
  color: #fff;
}
.mv__inner .mv__cap h1 {
  font-weight: normal;
  text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 10px rgba(0,0,0,1);
}

@media (max-width: 767px) {
  .mv__wrap {
    aspect-ratio: 750 / 360;
    background: url(../images/common/notice_mv_sp.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 250 / 30;
    width: 66.67%;
    right: -17%;
  }
  .mv__inner {
    width: 84%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: min(calc(var(--vw) * 22px),22px);
    letter-spacing: .05em;
    line-height: 1.66;
  }
  
}
@media (min-width: 768px) {
  .mv__wrap {
    aspect-ratio: 1440 / 360;
    background: url(../images/common/notice_mv_pc.jpg) 50% 0 / cover no-repeat;
    width: 100%;
    height: auto;
  }
  .mv__wrap::after {
    aspect-ratio: 824 / 102;
    max-width: 824px;
    width: 57.23%;
    right: -17%;
  }
  .mv__inner {
    width: 91.12%;
    height: 100%;
    margin: 0 auto;
  }
  .mv__inner .mv__cap h1 {
    font-size: 38px;
    letter-spacing: .1em;
  }

}



/* -----------------------------------------------
sec__head
----------------------------------------------- */
.sec__head {
  text-align: center;
}
.sec__head * {
  font-weight: normal;
}
.sec__head h2 {
  position: relative;
}
.sec__head h2:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #397121;
}

@media (max-width: 767px) {
  .sec__head {
    margin-bottom: 30px;
  }
  .sec__head h2 {
    font-size: min(calc(var(--vw) * 26px),26px);
    margin-bottom: 64px;
  }
  .sec__head h2:after {
    top: calc(100% + 14px);
    left: calc(50% - 23px);
    width: 46px;
  }

}
@media (min-width: 768px) {
  .sec__head {
    margin-bottom: 50px;
  }
  .sec__head h2 {
    font-size: 32px;
    margin-bottom: 78px;
  }
  .sec__head h2:after {
    top: calc(100% + 20px);
    left: calc(50% - 23px);
    width: 46px;
  }

}


/* -----------------------------------------------
notice
----------------------------------------------- */
.notice__wrap {}
.notice__list__wrap {
  margin-inline: auto;
}
.notice__list li {
  border-bottom: 1px solid #97A791;
}
.notice__list li a {
  display: block;
}
.notice__list li a time {
  color: #397121;
}

@media (max-width: 767px) {
  .notice__list {
    margin-bottom: 50px;
  }
  .notice__list li {
    margin-bottom: 20px;
  }
  .notice__list li a {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2;
  }
  .notice__list li a time {
    padding: .5em;
    text-decoration: underline
  }
  .notice__list li a p {
    padding: .5em .5em 1em;
  }

}
@media (min-width: 768px) {
  .notice__list__wrap {
    max-width: 1000px;
  }
  .notice__list {
    margin-bottom: 100px;
  }
  .notice__list li {
    margin-bottom: 12px;
  }
  .notice__list li a {
    font-size: 16px;
    line-height: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .notice__list li a * {
    padding-block: 1em;
  }
  .notice__list li a time {
    padding-right: 2em;
  }
  .notice__list li a p {
    padding-left: 1em;
  }

}



/* -----------------------------------------------
notice__contents__wrap（single）
----------------------------------------------- */
.notice__contents__wrap {}
.notice__contents__inner {
  margin-inline: auto;
}
.contents__head {}
.contents__head h2 {
  border-bottom: 1px solid #97A791;
}
.contents__head time {}
.contents__eyecatch picture {
  overflow: hidden;
}




@media (max-width: 767px) {
  .notice__contents__wrap {}
  .contents__head {
    margin-bottom: 26px;
  }
  .contents__head h2 {
    font-size: min(calc(var(--vw) * 16px),16px);
    line-height: 1.6;
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .contents__head time {
    font-size: min(calc(var(--vw) * 16px),16px);
  }
  .contents__eyecatch {
    margin-bottom: 22px;
  }
  .contents__eyecatch picture {
    border-radius: 10px;
  }
  .contents {
    margin-bottom: 50px;
  }
  .contents p {
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2;
    margin-bottom: 2em;
  }

  
}
@media (min-width: 768px) {
  .notice__contents__wrap {}
  .notice__contents__inner {
    max-width: 770px;
  }
  .contents__head {
    margin-bottom: 26px;
  }
  .contents__head h2 {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .contents__head time {
    font-size: 18px;
  }
  .contents__eyecatch {
    margin-bottom: 42px;
  }
  .contents__eyecatch picture {
    border-radius: 40px;
  }
  .contents {
    margin-bottom: 96px;
  }
  .contents p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
  }

}
