@charset "UTF-8";
.lower {
  overflow-x: hidden;
  /*                画像
  ======================================================= */
  /*            SCHEDULE  スケジュール
  ======================================================= */
  /*            投稿記事用？
  ======================================================= */
  /*            TOPICS 一覧
  ======================================================= */
  /*            更新情報 一覧
  ======================================================= */
  /*                ページャー
  ======================================================= */
}
.lower header {
  background: white;
}
.lower.move header {
  background: white;
}
.lower .mod_wrap {
  padding: 66px 0 0;
}
@media only screen and (max-width: 900px) {
  .lower .mod_wrap {
    padding: 40px 0 0;
  }
}
.lower .second_title {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  background-color: #EEF0ED;
}
.lower .second_title .main_width {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .lower .second_title {
    height: 129px;
  }
}
.lower .second_title .second_title_img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lower .second_title .second_title_img img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 390px) {
  .lower .second_title .second_title_img img {
    width: auto;
    max-width: 200%;
    height: 100%;
    height: 129px;
  }
}
.lower .second_title .title_wrap {
  position: relative;
  z-index: 1;
  color: #000;
  background: #fff;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 112px;
  min-width: 326px;
  padding: 37px 64px 0 0;
}
.lower .second_title .title_wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  translate: -100% 0;
}
.lower .second_title .title_wrap span {
  position: relative;
  display: block;
}
.lower .second_title .title_wrap span.sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.005em;
  margin-bottom: 0.8em;
}
.lower .second_title .title_wrap span.ja {
  font-size: 38px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 900px) {
  .lower .second_title .title_wrap {
    border-top-right-radius: 13px;
    padding: 5px 20px 3px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 65px;
    min-width: 148px;
  }
  .lower .second_title .title_wrap span.ja {
    font-size: 24px;
  }
}
.lower .lower_title {
  padding-top: 60px;
  color: #000;
}
.lower .lower_title span {
  position: relative;
  display: block;
}
.lower .lower_title span.ja {
  font-size: 52px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.lower .lower_title span.en {
  color: #0c6940;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-top: 0.7em;
}
.lower .lower_title + #bread {
  margin-bottom: 21px;
}
.lower .lower_title + #bread ol {
  margin-top: 18px;
}
@media only screen and (max-width: 900px) {
  .lower .lower_title {
    padding-top: 70px;
    margin-bottom: 16px;
  }
  .lower .lower_title span.en {
    font-size: 12px;
    margin-top: 0.9em;
  }
  .lower .lower_title span.ja {
    font-size: 28px;
  }
}
.lower .lower_kv {
  margin-bottom: 46px;
  position: relative;
}
.lower .lower_kv img {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 900px) {
  .lower .lower_kv img {
    border-radius: 16px;
  }
}
.lower .lower_kv.second_kv {
  margin-bottom: 0;
}
.lower .lower_kv.second_kv::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background: #EEF0ED;
  bottom: -170px;
  left: calc(50% + 195px);
  width: 50vw;
  height: 1600px;
  border-bottom-left-radius: 48px;
}
@media only screen and (max-width: 900px) {
  .lower .lower_kv.second_kv::before {
    border-bottom-left-radius: 40px;
    left: calc(50% + 75px);
    width: calc(50vw - 75px);
    bottom: -126px;
  }
}
@media only screen and (max-width: 390px) {
  .lower .lower_kv.second_kv::before {
    border-bottom-left-radius: 10.2564102564vw;
  }
}
@media only screen and (max-width: 1366px) {
  .lower .lower_kv.second_kv::before {
    left: calc(50% + 14.2752562225vw);
    height: 117.1303074671vw;
    border-bottom-left-radius: 3.513909224vw;
  }
}
.lower .lower_kv.second_kv + #main_area .mod_area .mod_cont:nth-child(-n+2) {
  max-width: 630px;
}
@media only screen and (max-width: 900px) {
  .lower .lower_kv.second_kv + #main_area .mod_area .mod_cont:nth-child(-n+2) {
    max-width: 238px;
    max-width: 58.9743589744vw;
  }
}
.lower #bread .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lower #bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 0;
  font-size: 12px;
}
.lower #bread ol li {
  position: relative;
  letter-spacing: 0.05em;
}
.lower #bread ol li:nth-of-type(n + 2) {
  padding-left: 1.75em;
  margin-left: 0.75em;
}
.lower #bread ol li:nth-of-type(n + 2):before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -50%;
}
.lower #bread ol li:last-child {
  font-weight: bold;
}
.lower #bread ol li:last-child a {
  cursor: default;
}
@media (any-hover: hover) {
  .lower #bread ol li a:hover {
    opacity: 1;
    color: #0c6940;
  }
  .lower #bread ol li:last-child a:hover {
    color: #000;
  }
}
@media only screen and (max-width: 960px) {
  .lower #bread ol {
    margin-top: 30px;
    padding: 20px 0 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .lower #bread {
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .lower #bread .main_width {
    padding-top: 16px;
    padding-bottom: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
  .lower #bread ol {
    margin-top: 0;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lower #bread ol li a {
    white-space: nowrap;
  }
}
.lower #main_area {
  position: relative;
  padding-top: 88px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 900px) {
  .lower #main_area {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .lower header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .lower #wrapper {
    margin-top: 124px;
  }
}
.lower ul.photo_list {
  overflow: hidden;
  margin: -13px -15px;
}
.lower ul.photo_list li {
  float: left;
  padding: 13px 15px;
}
.lower ul.photo_list li span.photo {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
.lower ul.photo_list li span.photo img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.lower ul.photo_list li span.cap {
  display: block;
  font-size: 85.7%;
  line-height: 1.3;
  padding-top: 20px;
}
.lower ul.photo_list.col_panorama {
  margin: 0;
}
.lower ul.photo_list.col_panorama li {
  float: none;
  padding: 0;
}
.lower ul.photo_list.col_panorama li .photo {
  padding-top: 20.92%;
}
.lower ul.photo_list.col_panorama li + li {
  margin-top: 30px;
}
.lower ul.photo_list.col01 li {
  float: none;
  max-width: 525px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.lower ul.photo_list.col02 li {
  width: 50%;
}
.lower ul.photo_list.col03 li {
  width: 33.33333%;
}
@media only screen and (max-width: 768px) {
  .lower ul.photo_list {
    margin: -9px 0;
  }
  .lower ul.photo_list li {
    padding: 9px 0;
  }
  .lower ul.photo_list li span.cap {
    padding-top: 15px;
  }
  .lower ul.photo_list.col_panorama li + li {
    margin-top: 20px;
  }
  .lower ul.photo_list.col02 li {
    width: 100%;
  }
  .lower ul.photo_list.col03 li {
    width: 100%;
  }
}
.lower .head_intro {
  position: relative;
  padding: 20px 0;
}
.lower .read p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 730px;
  letter-spacing: 0.1em;
}
.lower .head_side_ttl {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 0.95em 0 0;
}
.lower .head_side_ttl::before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #0c6940;
}
.lower .head_side_ttl.vertical {
  height: calc(100% - 40px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0 1.15em 0 0;
}
.lower .head_side_ttl.vertical::before {
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .lower .head_side_ttl {
    font-size: 8px;
  }
  .lower .head_side_ttl.vertical {
    height: calc(100% - 40px);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 1.15em 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .lower .read p {
    font-size: 13px;
    line-height: 1.58;
    max-width: calc(100% - 68px);
    letter-spacing: 0.075em;
  }
}
.lower .entry_title h2 {
  border-bottom: 2px #e1e1e1 solid;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.47;
  padding-bottom: 23px;
  margin-bottom: 2.15em;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 960px) {
  .lower .entry_title h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 1.5em;
  }
}
.lower .entry_main-image {
  margin-bottom: 54px;
}
.lower .entry_main-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 960px) {
  .lower .entry_main-image {
    margin-bottom: 36px;
  }
}
.lower .topics_area {
  position: relative;
  z-index: 1;
}
.lower .topics_area .topics_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -33px -26px 0;
}
.lower .topics_area .topics_list li {
  width: 25%;
  padding: 0 33px 26px 0;
}
@media only screen and (min-width: 960.1px) {
  .lower .topics_area .topics_list.row_3 li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 960px) {
  .lower .topics_area .topics_list ul {
    margin: 0 -16px -16px 0;
  }
  .lower .topics_area .topics_list li {
    width: 50%;
    padding: 0 16px 16px 0;
  }
}
.lower .pagenation {
  margin-top: 8em;
}
.lower .pagenation ol,
.lower .pagenation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
.lower .pagenation ol li,
.lower .pagenation ul li {
  font-size: 16px;
  padding: 0 4px;
}
.lower .pagenation ol li a,
.lower .pagenation ol li span,
.lower .pagenation ul li a,
.lower .pagenation ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 3em;
}
.lower .pagenation ol li a,
.lower .pagenation ul li a {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (any-hover: hover) {
  .lower .pagenation ol li a:hover,
  .lower .pagenation ul li a:hover {
    background-color: #fff;
  }
}
.lower .pagenation ol li span,
.lower .pagenation ul li span {
  background-color: #fff;
}
.lower .pagenation ol li.prev, .lower .pagenation ol li.next,
.lower .pagenation ul li.prev,
.lower .pagenation ul li.next {
  position: relative;
}
.lower .pagenation ol li.prev:after, .lower .pagenation ol li.next:after,
.lower .pagenation ul li.prev:after,
.lower .pagenation ul li.next:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
.lower .pagenation ol li.prev,
.lower .pagenation ul li.prev {
  margin-right: 10px;
}
.lower .pagenation ol li.prev:after,
.lower .pagenation ul li.prev:after {
  right: 24px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.lower .pagenation ol li.next,
.lower .pagenation ul li.next {
  margin-left: 10px;
}
.lower .pagenation ol li.next:after,
.lower .pagenation ul li.next:after {
  left: 24px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media only screen and (max-width: 900px) {
  .lower .pagenation {
    margin-top: 3em;
  }
  .lower .pagenation ol,
  .lower .pagenation ul {
    margin: 0 -2px;
  }
  .lower .pagenation ol li,
  .lower .pagenation ul li {
    font-size: 14px;
    padding: 0 2px;
  }
  .lower .pagenation ol li a,
  .lower .pagenation ol li span,
  .lower .pagenation ul li a,
  .lower .pagenation ul li span {
    border-radius: 3px;
  }
  .lower .pagenation ol li,
  .lower .pagenation ul li {
    font-size: 12px;
    padding: 0 4px;
  }
  .lower .pagenation ol li.prev, .lower .pagenation ol li.next,
  .lower .pagenation ul li.prev,
  .lower .pagenation ul li.next {
    position: relative;
  }
  .lower .pagenation ol li.prev:after, .lower .pagenation ol li.next:after,
  .lower .pagenation ul li.prev:after,
  .lower .pagenation ul li.next:after {
    width: 0.55em;
    height: 0.55em;
  }
  .lower .pagenation ol li.prev,
  .lower .pagenation ul li.prev {
    margin-right: 0;
  }
  .lower .pagenation ol li.prev:after,
  .lower .pagenation ul li.prev:after {
    right: 24px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .lower .pagenation ol li.next,
  .lower .pagenation ul li.next {
    margin-left: 0;
  }
  .lower .pagenation ol li.next:after,
  .lower .pagenation ul li.next:after {
    left: 24px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

/*                投稿詳細
======================================================= */
#news_detail {
  background-color: white;
  padding: 49px 60px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
#news_detail .news_title {
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 27px;
  margin-bottom: 26px;
}
#news_detail .news_title .date_tag {
  margin-bottom: 17px;
}
#news_detail .news_title .date_tag p {
  display: inline-block;
}
#news_detail .news_title .date_tag p.date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 128.6%;
}
#news_detail .news_title .date_tag p.tag {
  background-color: #0c6940;
  color: white;
  font-size: 78.6%;
  position: relative;
  text-align: center;
  top: -2px;
  width: 85px;
  padding: 4px 0;
  margin-left: 5px;
}
#news_detail .news_title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 900px) {
  #news_detail {
    padding: 0;
  }
  #news_detail .news_title {
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  #news_detail .news_title .date_tag {
    margin-bottom: 8px;
  }
  #news_detail .news_title .date_tag p.date {
    font-size: 85.7%;
  }
  #news_detail .news_title .date_tag p.tag {
    font-size: 64.3%;
    top: -1px;
    width: 75px;
    padding: 5px 0;
  }
  #news_detail .news_title h1 {
    font-size: 18px;
  }
}
/*                画像
======================================================= */
ul.photo_list {
  overflow: hidden;
  margin: -13px -15px;
}
ul.photo_list li {
  float: left;
  padding: 13px 15px;
}
ul.photo_list li span.photo {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
ul.photo_list li span.photo img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
ul.photo_list li span.cap {
  display: block;
  font-size: 85.7%;
  line-height: 1.3;
  padding-top: 20px;
}
ul.photo_list.col_panorama {
  margin: 0;
}
ul.photo_list.col_panorama li {
  float: none;
  padding: 0;
}
ul.photo_list.col_panorama li .photo {
  padding-top: 20.92%;
}
ul.photo_list.col_panorama li + li {
  margin-top: 30px;
}
ul.photo_list.col01 li {
  float: none;
  max-width: 525px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
ul.photo_list.col02 li {
  width: 50%;
}
ul.photo_list.col03 li {
  width: 33.33333%;
}

@media only screen and (max-width: 900px) {
  ul.photo_list {
    margin: -9px 0;
  }
  ul.photo_list li {
    padding: 9px 0;
  }
  ul.photo_list li span.cap {
    padding-top: 15px;
  }
  ul.photo_list.col_panorama li + li {
    margin-top: 20px;
  }
  ul.photo_list.col02 li, ul.photo_list.col03 li {
    width: 100%;
  }
}
.title03 + ul.photo_list.col03 {
  margin-top: 21px;
}

@media only screen and (max-width: 960px) {
  .title03 + ul.photo_list.col03 {
    margin-top: 12px;
  }
}
/*            サムネイル一覧
======================================================= */
.list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px;
}
.list_wrap .list_set {
  padding: 16px;
  width: 33.3333%;
}
@media only screen and (max-width: 1024px) {
  .list_wrap {
    margin: -12px;
  }
  .list_wrap .list_set {
    padding: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .list_wrap {
    margin: -12px;
  }
  .list_wrap .list_set {
    padding: 12px;
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .list_wrap {
    margin: -12px 0;
  }
  .list_wrap .list_set {
    padding: 12px 0 16px;
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
  }
  .list_wrap .list_set + .list_set {
    margin-top: 4px;
  }
}

.list_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}
.list_info .post_num {
  font-size: 14px;
}
.list_info .narrow_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list_info .narrow_down dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_info .narrow_down dl + dl {
  margin-left: 1em;
}
.list_info .narrow_down dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.list_info .narrow_down dl dd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 215px;
}
.list_info .narrow_down dl dd + dt {
  margin-left: 1.5em;
}
.list_info .narrow_down dl dd + dt + dd {
  width: 130px;
}
.list_info .narrow_down dl dd .select_wrap {
  background-color: #fff;
  border: 1px #d6d6d6 solid;
  border-radius: 50px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: block;
  position: relative;
}
.list_info .narrow_down dl dd .select_wrap:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
.list_info .narrow_down dl dd .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 640px) {
  .list_info {
    margin-top: 14px;
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .list_info .post_num {
    margin-top: 2.5em;
    width: 100%;
    font-size: 12px;
  }
  .list_info .narrow_down {
    width: 100%;
  }
  .list_info .narrow_down dl {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_info .narrow_down dl .dl_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 8px;
  }
  .list_info .narrow_down dl .dl_set + .dl_set {
    margin-left: 0;
  }
  .list_info .narrow_down dl dt,
  .list_info .narrow_down dl dd {
    width: 100%;
  }
  .list_info .narrow_down dl dt {
    margin: 0 0 0.15em;
    font-size: 14px;
  }
  .list_info .narrow_down dl dd .select_wrap select {
    font-size: 12px;
  }
}

/*            .enclose,#news_detail
======================================================= */
.enclose,
#news_detail {
  font-size: 14px;
  /*                リスト
  ======================================================= */
  /*                リンク
  ======================================================= */
  /*                マウスオーバーの矢印
  ======================================================= */
}
.enclose h2,
#news_detail h2 {
  border-bottom: 2px #e1e1e1 solid;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.47;
  padding-bottom: 23px;
}
.enclose h3,
#news_detail h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.47;
  text-indent: -23px;
  padding-left: 23px;
}
.enclose h3:before,
#news_detail h3:before {
  background-color: #1e9146;
  content: "";
  display: inline-block;
  height: 35px;
  width: 5px;
  position: relative;
  top: 7px;
  margin-right: 18px;
}
.enclose h4,
#news_detail h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.enclose p,
.enclose li,
#news_detail p,
#news_detail li {
  font-size: 100%;
}
.enclose p,
#news_detail p {
  line-height: 1.71;
}
.enclose p.catch,
#news_detail p.catch {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.47;
}
.enclose p + p,
#news_detail p + p {
  margin-top: 1em;
}
.enclose .photo_set,
#news_detail .photo_set {
  overflow: hidden;
  margin: 0 -15px;
}
.enclose .photo_set .photo,
#news_detail .photo_set .photo {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.enclose .photo_set .photo img,
#news_detail .photo_set .photo img {
  /*width: 100%;*/
}
.enclose .photo_set .photo p.cap,
#news_detail .photo_set .photo p.cap {
  font-size: 85.7%;
  line-height: 1.3;
  padding-top: 20px;
}
.enclose .photo_set .text,
#news_detail .photo_set .text {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.enclose .photo_set.photo_L .text, .enclose .photo_set.photo_R .photo,
#news_detail .photo_set.photo_L .text,
#news_detail .photo_set.photo_R .photo {
  float: right;
}
.enclose .photo_set.photo3 .photo,
#news_detail .photo_set.photo3 .photo {
  width: 33.33333%;
}
.enclose + .enclose,
#news_detail + .enclose {
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .enclose h2,
  #news_detail h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 1.5em;
  }
  .enclose h3,
  #news_detail h3 {
    font-size: 16px;
    text-indent: -17px;
    padding-left: 17px;
  }
  .enclose h3:before,
  #news_detail h3:before {
    height: 25px;
    top: 6px;
    width: 4px;
    margin-right: 12px;
  }
  .enclose h4,
  #news_detail h4 {
    font-size: 14px;
  }
  .enclose p,
  #news_detail p {
    line-height: 1.42;
  }
  .enclose p.catch,
  #news_detail p.catch {
    font-size: 16px;
  }
  .enclose .photo_set,
  #news_detail .photo_set {
    margin: -5px 0;
  }
  .enclose .photo_set .photo,
  #news_detail .photo_set .photo {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
  .enclose .photo_set .photo p.cap,
  #news_detail .photo_set .photo p.cap {
    padding-top: 13px;
  }
  .enclose .photo_set .text,
  #news_detail .photo_set .text {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
  .enclose .photo_set.photo_L .text, .enclose .photo_set.photo_R .photo,
  #news_detail .photo_set.photo_L .text,
  #news_detail .photo_set.photo_R .photo {
    float: none;
  }
  .enclose .photo_set.photo3 .photo,
  #news_detail .photo_set.photo3 .photo {
    width: 100%;
  }
  .enclose + .enclose,
  #news_detail + .enclose {
    margin-top: 20px;
  }
}
.enclose .text_bg,
#news_detail .text_bg {
  background-color: #f0f0f0;
  padding: 26px 30px 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .enclose .text_bg,
  #news_detail .text_bg {
    padding: 16px 15px 12px;
  }
}
.enclose ul.list,
#news_detail ul.list {
  margin: -4px 0;
}
.enclose ul.list li,
#news_detail ul.list li {
  text-indent: -1em;
  padding: 4px 0 4px 1em;
}
@media only screen and (max-width: 960px) {
  .enclose ul.list,
  #news_detail ul.list {
    margin: -3px 0;
  }
  .enclose ul.list li,
  #news_detail ul.list li {
    padding: 3px 0 3px 1em;
  }
}
.enclose ol.list,
#news_detail ol.list {
  margin: -4px 0;
}
.enclose ol.list li,
#news_detail ol.list li {
  text-indent: -1em;
  padding: 4px 0 4px 1.5em;
}
@media only screen and (max-width: 960px) {
  .enclose ol.list,
  #news_detail ol.list {
    margin: -3px 0;
  }
  .enclose ol.list li,
  #news_detail ol.list li {
    padding: 3px 0 3px 1.5em;
  }
}
.enclose ul.link_list,
#news_detail ul.link_list {
  margin: -4px 0;
}
.enclose ul.link_list li,
#news_detail ul.link_list li {
  padding: 4px 0 4px 20px;
}
.enclose ul.link_list li a,
#news_detail ul.link_list li a {
  color: #1e9146;
  position: relative;
  text-indent: -20px;
}
.enclose ul.link_list li a:before,
#news_detail ul.link_list li a:before {
  color: black;
  content: "\f105";
  top: 0;
}
.enclose ul.file_link_list,
#news_detail ul.file_link_list {
  margin: -2px 0;
}
.enclose ul.file_link_list li,
#news_detail ul.file_link_list li {
  padding: 2px 0 2px 0;
}
.enclose ul.file_link_list li a,
#news_detail ul.file_link_list li a {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  color: #0c6940;
  text-decoration: underline;
}
.enclose ul.file_link_list li a:hover,
#news_detail ul.file_link_list li a:hover {
  text-decoration: underline;
}
.enclose ul.file_link_list li a:before,
#news_detail ul.file_link_list li a:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 19px;
  position: absolute;
  top: 4px;
  right: -22px;
  width: 15px;
}
.enclose ul.file_link_list li.pdf a:before,
#news_detail ul.file_link_list li.pdf a:before {
  background-image: url("../images/common/icon_pdf.svg");
}
.enclose ul.file_link_list li.xls a:before,
#news_detail ul.file_link_list li.xls a:before {
  background-image: url(/common_sp/media/images/common/icon_xls.gif);
}
.enclose ul.file_link_list li.doc a:before,
#news_detail ul.file_link_list li.doc a:before {
  background-image: url(/common_sp/media/images/common/icon_doc.gif);
}
@media only screen and (max-width: 960px) {
  .enclose ul.link_list,
  #news_detail ul.link_list {
    margin: -3px 0;
  }
  .enclose ul.link_list li,
  #news_detail ul.link_list li {
    padding: 3px 0 3px 15px;
  }
  .enclose ul.link_list li a,
  #news_detail ul.link_list li a {
    text-indent: -15px;
  }
  .enclose ul.file_link_list,
  #news_detail ul.file_link_list {
    margin: -3px 0;
  }
  .enclose ul.file_link_list li,
  #news_detail ul.file_link_list li {
    padding: 3px 0 3px 0;
  }
  .enclose ul.file_link_list li a,
  #news_detail ul.file_link_list li a {
    padding-right: 14px;
  }
  .enclose ul.file_link_list li a:before,
  #news_detail ul.file_link_list li a:before {
    top: 2px;
    margin-right: 13px;
  }
}
.enclose p.link a,
#news_detail p.link a {
  color: #1e9146;
  position: relative;
  padding-left: 20px;
}
.enclose p.link a:before,
#news_detail p.link a:before {
  color: black;
  content: "\f105";
  margin-top: -0.9em;
}
.enclose p.link a:hover,
#news_detail p.link a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .enclose p.link a,
  #news_detail p.link a {
    padding-left: 15px;
  }
  .enclose p.link a:before,
  #news_detail p.link a:before {
    margin-top: -0.7em;
  }
}
.enclose ul.dl_list,
#news_detail ul.dl_list {
  border: 10px #f0f0f0 solid;
  overflow: hidden;
  padding: 9px 30px 30px;
  margin-top: 15px;
}
.enclose ul.dl_list li,
#news_detail ul.dl_list li {
  float: left;
  width: 25%;
  padding: 7px 0;
}
.enclose ul.dl_list li a:hover,
#news_detail ul.dl_list li a:hover {
  text-decoration: underline;
}
.enclose ul.dl_list li a:before,
#news_detail ul.dl_list li a:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 38px;
  content: "";
  display: inline-block;
  height: 38px;
  position: relative;
  top: 14px;
  width: 30px;
  margin-right: 14px;
}
.enclose ul.dl_list li.pdf a:before,
#news_detail ul.dl_list li.pdf a:before {
  background-image: url(/common_sp/media/images/common/icon_pdf.gif);
}
.enclose ul.dl_list li.xls a:before,
#news_detail ul.dl_list li.xls a:before {
  background-image: url(/common_sp/media/images/common/icon_xls.gif);
}
.enclose ul.dl_list li.doc a:before,
#news_detail ul.dl_list li.doc a:before {
  background-image: url(/common_sp/media/images/common/icon_doc.gif);
}
@media only screen and (max-width: 960px) {
  .enclose ul.dl_list,
  #news_detail ul.dl_list {
    border: 7px #f0f0f0 solid;
    padding: 9px 24px 24px;
    margin-top: 20px;
  }
  .enclose ul.dl_list li,
  #news_detail ul.dl_list li {
    width: 100%;
    padding: 4px 0;
  }
  .enclose ul.dl_list li a:before,
  #news_detail ul.dl_list li a:before {
    background-size: 25px 32px;
    height: 32px;
    top: 11px;
    width: 25px;
  }
}
.enclose .arrow_right:after,
#news_detail .arrow_right:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  position: absolute;
  right: 0.2em;
  top: 0.6em;
}
.enclose .arrow_right:hover:after,
#news_detail .arrow_right:hover:after {
  animation: arrow 0.2s;
  -webkit-animation: arrow 0.2s;
  -moz-animation: arrow 0.2s;
  -o-animation: arrow 0.2s;
  -ms-animation: arrow 0.2s;
}
@media only screen and (max-width: 960px) {
  .enclose .arrow_right:after,
  #news_detail .arrow_right:after {
    top: 0.7em;
  }
}
@-webkit-keyframes arrow {
  50% {
    right: -0.05em;
  }
  100% {
    right: 0.1em;
  }
}
@keyframes arrow {
  50% {
    right: -0.05em;
  }
  100% {
    right: 0.1em;
  }
}
.enclose .arrow_left:before,
#news_detail .arrow_left:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  left: 0.2em;
  position: absolute;
  top: 0.6em;
}
@media (any-hover: hover) {
  .enclose .arrow_left:hover:before,
  #news_detail .arrow_left:hover:before {
    animation: arrow2 0.2s;
    -webkit-animation: arrow2 0.2s;
    -moz-animation: arrow2 0.2s;
    -o-animation: arrow2 0.2s;
    -ms-animation: arrow2 0.2s;
  }
}
@media only screen and (max-width: 960px) {
  .enclose .arrow_left:before,
  #news_detail .arrow_left:before {
    top: 0.7em;
  }
}
@-webkit-keyframes arrow2 {
  50% {
    left: -0.05em;
  }
  100% {
    left: 0.1em;
  }
}
@keyframes arrow2 {
  50% {
    left: -0.05em;
  }
  100% {
    left: 0.1em;
  }
}
@-webkit-keyframes arrow3 {
  50% {
    bottom: -0.05em;
  }
  100% {
    bottom: 0.1em;
  }
}
@keyframes arrow3 {
  50% {
    bottom: -0.05em;
  }
  100% {
    bottom: 0.1em;
  }
}

/*                JOBU HEADLINE
======================================================= */
body#admission .mod_wrap, body.admission .mod_wrap {
  padding-top: 0;
}
body#admission #main_area, body.admission #main_area {
  padding-top: 0;
}
body#admission #home_news, body.admission #home_news {
  position: relative;
}
body#admission #home_news .arrow_right_link, body.admission #home_news .arrow_right_link {
  margin-top: 24px;
}
@media only screen and (min-width: 900.1px) {
  body#admission #home_news .news_list, body.admission #home_news .news_list {
    width: 932px;
    max-width: calc(100% - 246px);
  }
  body#admission #home_news .news_wrap, body.admission #home_news .news_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#admission #home_news .news_head, body.admission #home_news .news_head {
    width: 216px;
  }
  body#admission #home_news .home_news_link, body.admission #home_news .home_news_link {
    position: absolute;
    left: 0;
    top: 116px;
  }
}
@media only screen and (max-width: 900px) {
  body#admission #home_news .news_list, body.admission #home_news .news_list {
    margin-top: 24px;
  }
  body#admission #home_news .home_news_link, body.admission #home_news .home_news_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
body#admission #home_events, body.admission #home_events {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  body#admission #home_events, body.admission #home_events {
    padding-top: 55px;
    padding-bottom: 64px;
  }
  body#admission #home_events .arrow_right, body.admission #home_events .arrow_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#admission #home_events .home_title, body.admission #home_events .home_title {
  z-index: 12;
}
body#admission #home_events .home_events_wrap, body.admission #home_events .home_events_wrap {
  position: relative;
}
body#admission #home_events .home_slider, body.admission #home_events .home_slider {
  overflow: visible;
  position: relative;
  margin-top: 2em;
}
@media only screen and (min-width: 900.1px) {
  body#admission #home_events .home_slider::before, body.admission #home_events .home_slider::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    content: "";
    background: #fff;
    background: #EEF0ED;
    top: 0;
    left: 0;
    translate: -100% 0;
    z-index: 11;
  }
}
@media only screen and (max-width: 900px) {
  body#admission #home_events .home_slider .slide_wrap.events_list, body.admission #home_events .home_slider .slide_wrap.events_list {
    opacity: 1;
    padding-bottom: 24px;
  }
  body#admission #home_events .home_slider .slick-track, body.admission #home_events .home_slider .slick-track {
    max-width: 100%;
    display: block;
  }
  body#admission #home_events .home_slider .slide_item, body.admission #home_events .home_slider .slide_item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  body#admission #home_events .home_slider .slide_item + .slide_item, body.admission #home_events .home_slider .slide_item + .slide_item {
    margin-left: 0;
    margin-top: 8px;
  }
}
body#admission #home_events .home_slider .slick-list, body.admission #home_events .home_slider .slick-list {
  overflow: visible;
}
body#admission #home_events .home_slider .home_slider_wrap, body.admission #home_events .home_slider .home_slider_wrap {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  body#admission .lower_title, body.admission .lower_title {
    padding-top: 24px;
    margin-bottom: 22px;
  }
}

.bg_green_gray .events_item {
  background-color: #fff;
}
.bg_green_gray .events_item .item_main {
  background-color: #fff;
}
.bg_green_gray .slide_wrap .slick-arrow {
  background-color: #fff;
}
@media (any-hover: hover) {
  .bg_green_gray .events_item:hover .item_main {
    background-color: #dfebe5;
  }
}
.bg_green_gray .slide_wrap .slick-arrow {
  background-color: #fff;
}

#admission_fv {
  padding-bottom: 75px;
  position: relative;
}
#admission_fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 59%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 240, 237, 0)), to(rgb(238, 240, 237)));
  background: linear-gradient(rgba(238, 240, 237, 0), rgb(238, 240, 237));
  background: #EEF0ED;
}
#admission_fv .slick-dots {
  margin: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -18px;
}
#admission_fv .slick-arrow {
  bottom: calc(50% - 24px);
  border-style: none;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#admission_fv .slick-arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#admission_fv .slick-arrow.slick-prev {
  translate: -80% 0;
}
#admission_fv .slick-arrow.slick-next {
  left: auto;
  right: 0;
  translate: 80% 0;
}
#admission_fv .slide_wrap {
  max-width: 100%;
  width: 688px;
  margin: auto;
}
#admission_fv .slide_wrap .slick-list {
  margin-left: auto;
  margin-right: auto;
}
#admission_fv .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 640.1px) {
  #admission_fv .slick-slide {
    height: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: 100%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
    padding: 0 16px;
  }
  #admission_fv .slick-slide .pickup_item {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #admission_fv .slick-slide img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 24px;
  }
  #admission_fv .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #admission_fv .slick-center + .slick-slide {
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
@media only screen and (max-width: 640px) {
  #admission_fv {
    padding-bottom: 70px;
    margin-bottom: -1.5em;
  }
  #admission_fv .main_width {
    padding-left: 0;
    padding-right: 0;
  }
  #admission_fv .slide_wrap {
    width: 100%;
    padding-bottom: 25px;
  }
  #admission_fv .slick-slide {
    padding: 0 16px;
  }
  #admission_fv .slick-slide img {
    border-radius: 16px;
  }
  #admission_fv .slick-arrow {
    bottom: -30px;
    width: 32px;
    height: 32px;
  }
  #admission_fv .slick-arrow.slick-prev {
    translate: 12px 0;
  }
  #admission_fv .slick-arrow.slick-next {
    translate: -12px 0;
  }
  #admission_fv .slick-dots {
    translate: -5px 6px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#headline_kv {
  height: 400px;
  background-color: #0c6940;
  background-image: url("../images/headline/bg_headline_title.png");
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  #headline_kv {
    background-size: cover;
  }
}
#headline_kv > .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #headline_kv {
    height: 70.5128205128vw;
  }
  #headline_kv img {
    width: 43.0769230769vw;
  }
}

#headline_title {
  height: 280px;
  background-color: #0c6940;
  background-image: url("../images/headline/bg_headline_title.png");
  background-size: contain;
  background-position: center;
  padding-bottom: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
#headline_title + #main_area {
  padding-top: 0;
  margin-top: -129px;
}
@media only screen and (max-width: 900px) {
  #headline_title {
    margin-top: -52px;
    background-size: cover;
  }
  #headline_title + #main_area {
    margin-top: -40.7692307692vw;
    margin-top: -159px;
  }
}
#headline_title > .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
}
#headline_title .headline_title_logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1366px) {
  #headline_title .headline_title_logo {
    left: 55px;
  }
}
@media only screen and (min-width: 900.1px) {
  #headline_title #bread {
    width: 100%;
  }
  #headline_title #bread > .main_width {
    width: 100%;
    max-width: 100%;
    padding-right: 76px;
  }
}
@media only screen and (min-width: 900.1px) and (max-width: 1200px) {
  #headline_title #bread > .main_width {
    padding-right: 0;
  }
}
@media only screen and (min-width: 900.1px) {
  #headline_title #bread ol {
    margin-bottom: 18px;
  }
  #headline_title #bread a,
  #headline_title #bread span {
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  #headline_title .headline_title_logo {
    position: absolute;
    padding-top: 10px;
    left: 50%;
    top: 50%;
    height: 100%;
    translate: -50% -50%;
  }
  #headline_title .headline_title_logo img {
    width: 80px;
  }
  #headline_title #bread {
    z-index: 10;
    top: 0px;
    width: 100%;
    height: auto;
    font-size: 10px;
  }
  #headline_title #bread > .main_width {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #headline_title #bread ol {
    margin-bottom: 0;
  }
  #headline_title #bread a {
    color: #fff;
  }
}
.headline_item .headline_thumb {
  border-radius: 14px;
  overflow: hidden;
}
.headline_item .headline_detail {
  margin-top: 16px;
}
.headline_item .thumb_ttl {
  margin: 0.5em 0 0;
  font-size: 18px;
  font-weight: 600;
}
@media (any-hover: hover) {
  .headline_item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .headline_item .headline_thumb img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
  }
  .headline_item .thumb_ttl p {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .headline_item:hover {
    opacity: 0.8;
  }
  .headline_item:hover .headline_thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .headline_item:hover .thumb_ttl p {
    color: #0c6940;
  }
}

.headline_main_area .headline_main_wrap {
  margin: auto;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 56px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1260px) {
  .headline_main_area .headline_main_wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 900px) {
  .headline_main_area .headline_main_wrap {
    padding: 24px 4px;
    border-radius: 16px;
  }
}

.headline_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 56px;
  margin-bottom: 62px;
  border-bottom: solid 1px #d7d7d7;
}
.headline_head .headline_mv img {
  width: 100%;
  border-radius: 12px;
}
.headline_head .headline_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline_head .headline_meta .headline_date {
  font-size: 14px;
  line-height: 1em;
}
.headline_head .headline_meta .headline_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline_head .headline_sns {
  position: absolute;
  left: 0;
  bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.headline_head .headline_sns .ft_sns_li:nth-of-type(n + 2) {
  margin-left: 1em;
}
@media only screen and (min-width: 900.1px) {
  .headline_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headline_head .headline_mv {
    width: 51.5267%;
  }
  .headline_head .headline_detail {
    width: 48.4733%;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.headline_head .headline_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline_head .headline_meta .headline_date {
  font-size: 12px;
  line-height: 1em;
  padding-right: 1em;
}
.headline_head .headline_meta .headline_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline_head .headline_ttl p,
.headline_head .headline_ttl h1 {
  margin: 0.25em auto 0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .headline_head .headline_meta .headline_date {
    font-size: 10px;
  }
  .headline_head .headline_meta .headline_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headline_head .headline_ttl p,
  .headline_head .headline_ttl h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .headline_head {
    padding-bottom: 30px;
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headline_head .headline_detail {
    margin-top: 27px;
  }
  .headline_head .headline_meta .headline_date {
    font-size: 14px;
    padding-right: 0;
  }
  .headline_head .headline_ttl p,
  .headline_head .headline_ttl h1 {
    margin: 0.25em auto 0;
    font-size: 22px;
  }
  .headline_head .headline_sns {
    position: static;
  }
}

/*                お知らせ詳細
======================================================= */
.news_head {
  margin-bottom: 46px;
}
.news_head .news_meta {
  margin-bottom: 0.75em;
}
.news_head .news_meta .news_date {
  font-size: 14px;
  line-height: 1em;
}
.news_head .news_meta .news_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_head .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_head .news_meta .news_date {
  font-size: 16px;
  line-height: 1em;
  padding-right: 1em;
}
.news_head .news_meta .news_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.news_head .news_ttl {
  padding-bottom: 24px;
  border-bottom: solid 1px #d7d7d7;
}
.news_head .news_ttl p,
.news_head .news_ttl h1 {
  margin: 0.25em auto 0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .news_head {
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_head .news_meta .news_date {
    font-size: 14px;
    padding-right: 1em;
  }
  .news_head .news_ttl {
    padding-bottom: 26px;
  }
  .news_head .news_ttl p,
  .news_head .news_ttl h1 {
    margin: 0.25em auto 0;
    font-size: 22px;
  }
}

/*                イベント詳細
======================================================= */
.event_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
  margin: 16px 0 0;
  width: 100%;
}
.event_card .card_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event_card .card_left + .card_main {
  margin-left: 30px;
}
.event_card .card_cal {
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d7d7d7;
  color: #0c6940;
}
.event_card .card_cal + .card_cal {
  margin-left: 40px;
  position: relative;
}
.event_card .card_cal + .card_cal::before {
  position: absolute;
  content: "";
  display: block;
  left: -8px;
  top: 50%;
  width: 24px;
  height: 1px;
  translate: -100% 0;
  background: #0c6940;
}
.event_card .card_date {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.005em;
  line-height: 1em;
  position: relative;
  padding-bottom: 0.25em;
}
.event_card .card_date::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0c6940;
}
.event_card .card_week {
  display: block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 0.1em;
}
.event_card .card_main {
  font-size: 16px;
}
.event_card .card_main li {
  font-size: 100%;
  line-height: 1.2;
  padding-left: 1.5em;
  position: relative;
}
.event_card .card_main li::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.event_card .card_main li:nth-of-type(n + 2) {
  margin-top: 0.6em;
}
.event_card .card_main li.item_clock::before {
  background-image: url("../images/common/icon_schedule_black.svg");
}
.event_card .card_main li.item_pin::before {
  background-image: url("../images/common/icon_pin_black.svg");
}
.event_card .card_main + .item_txt {
  margin-top: 1.4em;
}
@media only screen and (max-width: 900px) {
  .event_card {
    margin: 18px 0 36px;
    height: 80px;
  }
  .event_card .card_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event_card .card_left + .card_main {
    margin-left: 12px;
  }
  .event_card .card_cal {
    width: 60px;
    height: 80px;
  }
  .event_card .card_cal + .card_cal {
    margin-left: 20px;
  }
  .event_card .card_cal + .card_cal::before {
    left: -4px;
    width: 12px;
  }
  .event_card .card_date {
    font-size: 26px;
    padding-bottom: 0.25em;
  }
  .event_card .card_week {
    margin-top: 0.1em;
  }
  .event_card .card_main {
    font-size: 14px;
  }
  .event_card .card_main li {
    font-size: 100%;
    line-height: 1.2;
    padding-left: 1.5em;
    position: relative;
  }
  .event_card .card_main li::before {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .event_card .card_main li:nth-of-type(n + 2) {
    margin-top: 0.6em;
  }
  .event_card .card_main li.item_clock::before {
    background-image: url("../images/common/icon_schedule_black.svg");
  }
  .event_card .card_main li.item_pin::before {
    background-image: url("../images/common/icon_pin_black.svg");
  }
  .event_card .card_main + .item_txt {
    margin-top: 1.4em;
  }
}/*# sourceMappingURL=lower.css.map */