@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
.MV h1 {
  position: relative;
}

.MV h1::after {
  position: absolute;
  top: 36px;
  left: 245px;
  background-image: url(../../../img/NEWS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 12px;
}

.MV .h1_cat::after {
  display: none;
}

@media (max-width: 768px) {
  .MV h1::after {
    top: 45px;
    left: 0;
  }
  .MV_container {
    width: 100vw;
  }
  .MV_container .pagelink_container_wrapper {
    overflow-x: auto;
  }
  .MV_container .pagelink_container {
    width: 400px;
  }
}

/*----------------------------------
  news
------------------------------------*/
.news {
  width: 100%;
  margin-top: 180px;
}

.news h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 44px);
  background-image: url(../../../img/LATESTARTICLES.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 88px;
  height: 12px;
}

.news_inner {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.news_inner h2 {
  margin-bottom: 72px;
}

.news_inner h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 15px);
  background-image: url(../../../img/NEWS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 12px;
}

.news_inner .news_flexcontainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.news_inner .news_flexcontainer::after {
  display: block;
  content: "";
  width: 357px;
}

.news_inner .news_content {
  display: block;
  width: 357px;
  margin-top: 100px;
}

.news_inner .news_content_pic {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.news_inner .news_content_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px;
}

.news_inner .news_content_timecategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
}

.news_inner .news_content_category {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin-right: 16px;
  color: #fff;
  border-radius: 5px;
}

.news_inner .news_content_category_calender {
  width: 90px;
  background-color: #16A070;
}

.news_inner .news_content_category_news {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_category_limited {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_category_blog {
  width: 80px;
  background-color: #16A070;
}

.news_inner .news_content_time {
  font-size: 14px;
  letter-spacing: 1.7px;
  color: #16A070;
}

.news_inner .news_content_titlecontainer h3 {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.4px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news {
    width: 100%;
    margin-top: 100px;
  }
  .news h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 44px);
    background-image: url(../../../img/LATESTARTICLES.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 88px;
    height: 12px;
  }
  .news_inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 0 20px;
  }
  .news_inner h2 {
    margin-bottom: 72px;
  }
  .news_inner h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    background-image: url(../../../img/NEWS.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 12px;
  }
  .news_inner .news_flexcontainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .news_inner .news_flexcontainer::after {
    display: block;
    content: "";
    width: 48％;
  }
  .news_inner .news_content {
    display: block;
    width: 48%;
    margin-top: 30px;
  }
  .news_inner .news_content_pic {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  }
  .news_inner .news_content_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 35vw;
  }
  .news_inner .news_content_timecategory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
  }
  .news_inner .news_content_category {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 8px;
    color: #fff;
    border-radius: 5px;
  }
  .news_inner .news_content_category_calender {
    width: 90px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_news {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_limited {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_category_blog {
    width: 80px;
    background-color: #16A070;
  }
  .news_inner .news_content_time {
    font-size: 12px;
    letter-spacing: 1px;
    color: #16A070;
  }
  .news_inner .news_content_titlecontainer h3 {
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    font-weight: bold;
  }
}

/*----------------------------------
  pagenation
------------------------------------*/
.pagenation {
  width: 300px;
  margin: 70px auto 80px;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.pagenation_listitem {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #16A070;
  text-align: center;
  background-color: #fff;
  border: 1px solid #16A070;
  list-style-type: none;
}

.pagenation_listitem a {
  display: block;
  text-decoration: none;
  line-height: 50px;
}

.pagenation_listitem:not(:first-child) {
  margin-left: 20px;
}

/*----------------------------------
  WPpagenation
------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
}

.wp-pagenavi .current {
  width: 24px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #DDDDDD;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .current:not(:first-child) {
  margin-left: 14px;
}

.wp-pagenavi .page {
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #DDDDDD;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .previouspostslink {
  display: block;
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #DDDDDD;
  list-style-type: none;
  line-height: 34px;
}

.wp-pagenavi .nextpostslink {
  display: block;
  width: 24px;
  height: 34px;
  margin-left: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #DDDDDD;
  list-style-type: none;
  line-height: 34px;
}

@media (max-width: 768px) {
  .pagenation {
    width: 300px;
    margin: 70px auto 20px;
  }
  .pagenation_list {
    display: flex;
    justify-content: center;
  }
  .pagenation_listitem {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #16A070;
    text-align: center;
    background-color: #fff;
    border: 1px solid #16A070;
    list-style-type: none;
  }
  .pagenation_listitem a {
    display: block;
    text-decoration: none;
    line-height: 30px;
  }
  .pagenation_listitem:not(:first-child) {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
