/* メインビジュアル */
.main_visual_box {
  width: 100%;
}

.main_catch_area {
  width: 30%;
  margin-left: auto;
  margin-right: 5vw;
}

.main_catch_img {
  width: 65%;
  margin-left: auto;
  padding-bottom: 50px;
}

.main_catch {
  width: 65%;
  margin-left: auto;
  text-align: center;
}

.main_catch .img_title {
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}

.main_catch p {
  font-size: 1vw;
  line-height: 1.8;
}

.main_visual_section {
  position: relative;
  width: 60%;

}

.main_visual_area {
  width: 100%;
  position: relative;
}

.main_visual {
  width: 100%;
}

.other_page_link_area {
  width: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 10%;
  justify-content: space-between;
  align-items: center;
}

.other_page_link {
  width: 45%;
}

/* 事業概要 */
.outline_area {
  width: 100%;
  background-color: #ecde8b;
  background-image: url('../img/bg_summary.png');
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0;
}

.section_head {
  padding-top: 100px;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.section_head h1 {
  font-size: 2.5vw;
  letter-spacing: 3px;
}

.section_head_en {
  padding-top: 30px;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.section_head_en h2 {
  font-size: 1.5vw;
}

.section_content_area {
  padding: 50px 0;
}

.section_content_area p {
  font-size: 1vw;
  letter-spacing: 2px;
  line-height: 2;
}

.content_page_link {
  width: 15%;
  margin: auto;
  border: 2px solid #000000;
  background-color: #ecde8b;
  margin-bottom: 100px;
  text-align: center;
}

.content_page_link a {
  font-size: 1vw;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  color: #000000;
}

/* ニュース */
.news_area {
  width: 100%;
  padding: 50px 0;
}

.news_content_area {
  width: 65%;
  margin: auto;
  padding: 100px 0;
}

.news_content {
  display: block;
}

.articles {
  width: 100%;
  padding: 2em 0;
  justify-content: space-between;
}

.articles_left {
  width: 20%;
  border-right: 1px solid #000000;
  text-align: center;
}

.articles_right {
  width: 75%;
}

.articles .news_date {
  color: #ff0000;
  width: 100%;
  font-size: 1.3vw;
  margin-bottom: 0.5em;
}

.articles .category_slag {
  text-align: center;
  line-height: 2;
  width: 50%;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 3px;
}

.articles .news_title {
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 1em;
}

.articles .news_text {
  font-size: 1vw;
  letter-spacing: 3px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000000;
}

.articles .news_link {
  line-height: 1.5;
  text-decoration: underline;
  color: #000000;
  font-size: 1vw;
}

.news_area .content_page_link,
.event_area .content_page_link {
  background-color: unset;
}

/* イベント */
.event_area {
  width: 100%;
  background-color: #f6f6f6;
  padding: 50px 0;
}

.event_content_area {
  width: 70%;
  margin: auto;
  padding: 100px 0;
}

.event_section {
  margin-bottom: 2em;
}

.event_img {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

.ev_top {
  padding: 1em 0;
  /* height: 7em; */
}

.ev_bottom {
  padding-bottom: 1em;
  /* height: 7em; */
}

.ev_top p {
  font-weight: bold;
}

.ev_top .ev_catch {
  line-height: 1.5;
  font-size: 1vw;
}

.ev_top .ev_title {
  font-size: 1.5vw;
  line-height: 1.5;
}

.ev_bottom p {
  line-height: 2;
  font-size: 1vw;
  width: 75%;
}

.ev_bottom .event_item {
  font-weight: bold;
  text-align-last: justify;
  width: 20%;
  margin-right: 5%;
}

.event_content .event_link {
  line-height: 1.8;
  display: block;
  color: #000000;
  background-color: #d9be00;
  font-size: 1vw;
  width: 30%;
  margin-left: auto;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {

  .main_catch_area {
    width: 100%;
    margin-top: 30px;
  }

  .main_catch_img {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
  }

  .main_visual_section {
    width: 100%;
  }

  .main_catch {
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }

  .main_catch p {
    font-size: 4vw;
  }

  .other_page_link_area {
    width: 80%;
    position: unset;
    margin: 30px auto;
  }

  .outline_area {
    padding: 30px 0;
  }

  .section_head {
    padding-top: 30px;
  }

  .section_head h1 {
    font-size: 7vw;
  }

  .section_head_en {
    padding-top: 20px;
  }

  .section_head_en h2 {
    font-size: 4vw;
  }

  .section_content_area {
    padding: 30px 0;
  }

  .section_content_area p {
    font-size: 3vw;
  }

  .content_page_link {
    width: 50%;
    margin-bottom: 30px;
  }

  .content_page_link a {
    font-size: 3vw;
  }

  .news_content_area,
  .event_content_area {
    width: 95%;
    padding: 30px 0;
  }

  .articles {
    padding: 1em 0;
  }

  .articles_left {
    width: 30%;
  }

  .articles_right {
    width: 65%;
  }

  .articles .news_date {
    font-size: 4vw;
  }

  .articles .category_slag {
    font-size: 3vw;
    width: 80%;
  }

  .articles .news_title {
    font-size: 3.5vw;
  }

  .articles .news_text,
  .articles .news_link {
    font-size: 2.5vw;
  }

  .event_section {
    width: 100%;
  }

  .event_img {
    height: auto;
  }

  .ev_top,
  .ev_bottom {
    height: unset;
  }

  .ev_top .ev_catch,
  .ev_bottom p,
  .event_content .event_link {
    font-size: 3vw;
  }

  .ev_top .ev_title {
    font-size: 5vw;
  }

  .event_content .event_link {
    margin-bottom: 2em;
  }

}