/* Scss Document */
/* Scss Document */
.news .index_content {
  padding: 12.5rem 0 10rem;
  background: #F5F5F5;
}
@media only screen and (max-width: 640px) {
  .news .index_content {
    padding: calc(95 / 640 * 100vw) 0 calc(70 / 640 * 100vw);
  }
}
.news .news_wrap input[type=radio] {
  display: none;
}
.news .news_tab_area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .news .news_tab_area {
    flex-wrap: wrap;
  }
}
.news .news_tab_area label {
  width: 25%;
  height: 8rem;
  display: inline-block;
  background: #E0E0E0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 8rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
@media only screen and (max-width: 640px) {
  .news .news_tab_area label {
    width: 50%;
    height: calc(60 / 640 * 100vw);
    font-size: calc(22 / 640 * 100vw);
    line-height: calc(60 / 640 * 100vw);
  }
}
.news .news_tab_area label:hover {
  background: #000;
  color: #FFF;
}
.news .news_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .news .news_list {
    justify-content: space-between;
  }
}
.news .news_item {
  width: 30.9210526316%;
  margin: 3.6184210526% 0 0 3.6184210526%;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .news .news_item {
    width: 48%;
    margin: calc(25 / 640 * 100vw) 0 0;
  }
}
.news .news_item:nth-child(3n+1) {
  margin-left: 0;
}
.news .news_thumb img {
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 640px) {
  .news .news_thumb img {
    border-radius: calc(6 / 640 * 100vw) calc(6 / 640 * 100vw) 0 0;
  }
}
.news .news_textarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  padding: 3rem;
}
@media only screen and (max-width: 640px) {
  .news .news_textarea {
    padding: calc(10 / 640 * 100vw) calc(20 / 640 * 100vw);
  }
}
.news .news_category {
  padding: 0.5em 0.5em 0.3em 0.5em;
  background: #BEA564;
  border-radius: 1.5rem;
  display: inline-block;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .news .news_category {
    font-size: calc(14 / 640 * 100vw);
  }
}
.news .news_date {
  color: #9A9A9A;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .news .news_date {
    font-size: calc(16 / 640 * 100vw);
  }
}
.news .news_text {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .news .news_text {
    font-size: calc(18 / 640 * 100vw);
  }
}
.news .news_tab_area .cat-item {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .news .news_tab_area .cat-item {
    width: 50%;
  }
}
.news .news_tab_area .cat-item a {
  height: 8rem;
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 8rem;
  transition: ease 0.2s opacity;
  text-align: center;
  background: #E0E0E0;
}
@media only screen and (max-width: 640px) {
  .news .news_tab_area .cat-item a {
    height: calc(60 / 640 * 100vw);
    font-size: calc(22 / 640 * 100vw);
    line-height: calc(60 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_tab_area .cat-item {
    width: 50%;
    height: calc(60 / 640 * 100vw);
    font-size: calc(22 / 640 * 100vw);
    line-height: calc(60 / 640 * 100vw);
  }
}
.news .news_tab_area .cat-item.current-cat a {
  background: #000;
  color: #FFF;
}

.post_head {
  position: relative;
}
.post_head .content {
  padding: 0;
  position: relative;
  z-index: 1;
}
.post_head.page_ttl {
  padding: 5em 0 0;
  height: 40rem;
}
@media only screen and (max-width: 640px) {
  .post_head.page_ttl {
    padding: 6em 0 3em;
    margin-bottom: calc(60 / 640 * 100vw);
    height: auto;
  }
}
.post_head.page_ttl .post_meta {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .post_head.page_ttl .post_meta {
    margin-bottom: 0.5em;
  }
}
.post_head.page_ttl .post_date {
  padding-top: 0.35em;
  margin-bottom: 0.5em;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 640px) {
  .post_head.page_ttl .post_date {
    font-size: calc(24 / 640 * 100vw);
  }
}
.post_head.page_ttl .post_category {
  margin-left: 1.5em;
  padding: 0 1em;
  border-radius: 2em;
  background: #BEA564;
  font-weight: 900;
  line-height: 1.6;
}
.post_head.page_ttl .post_title {
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left !important;
}
@media only screen and (max-width: 640px) {
  .post_head.page_ttl .post_title {
    font-size: calc(32 / 640 * 100vw);
  }
}
.post_head.page_ttl:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.post .content {
  padding: 8rem 0;
}
@media only screen and (max-width: 640px) {
  .post .content {
    padding: 0 0 calc(60 / 640 * 100vw);
  }
}
.post_wrap {
  margin-bottom: 6rem;
}
.post_wrap p {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 2;
}/*# sourceMappingURL=news.css.map */