@charset "UTF-8";
#header {
  border-bottom: solid 10px #00913A; }

/*ファーストビュー
*****************************/
/*枠*/
.firstview_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 2rem; }

/*文字*/
.firstview_header_inner_content {
  text-align: initial;
  text-shadow: 0 0 5px #000; }

@media only screen and (min-width: 768px) {
  .firstview_header_inner_content {
    font-size: 300%; } }
main {
  background: none;
  padding: 0 !important; }

/*h2*/
h2 {
  color: #FFF !important; }

@media only screen and (min-width: 768px) {
  h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    margin: 0 !important;
    padding: 0 5px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1; }

  h2:before {
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: 0;
    margin-top: -15px;
    border: solid transparent;
    border-width: 15px;
    border-left-width: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
/*募集中
****************************/
@media only screen and (min-width: 768px) {
  #top-carousel {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin: 2rem auto; } }
#top-carousel h2 {
  background-color: #0071BB; }
  #top-carousel h2::before {
    border-left-color: #0071BB; }
  #top-carousel h2 a {
    color: #fff; }
#top-carousel .outer_area {
  background-color: #fff;
  width: 100%;
  padding-top: 1rem;
  padding-border: 1rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #top-carousel .outer_area {
      width: calc(100% - 7rem - 2rem);
      padding: 2rem 3rem;
      border-radius: 2rem;
      background-color: #fff;
      max-width: 850px; } }

/*スライダー*/
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
  transition: none; }
  @media only screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
      width: 18px; } }
  .solo ~ .swiper-button-prev, .solo ~ .swiper-button-next {
    display: none; }
  .swiper-button-prev::after, .swiper-button-next::after {
    content: none !important; }
.swiper-button-prev {
  left: 10px;
  right: auto;
  background: url(/wp-content/package/img/top/left-arrow.png) no-repeat center center/contain; }
.swiper-button-next {
  right: 10px;
  left: auto;
  background: url(/wp-content/package/img/top/right-arrow.png) no-repeat center center/contain; }
.swiper-pagination-bullets {
  width: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0);
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .swiper-pagination-bullets {
      display: none; } }
.swiper-pagination-bullet {
  background: #fff; }
  .swiper-pagination-bullet.-active {
    background: #ccc; }

/*各記事体裁*/
#pickup_posts_container {
  margin-bottom: 10px; }
  #pickup_posts_container .swiper-slide {
    height: 140px;
    width: auto;
    aspect-ratio: 8/5 !important;
    margin: 2px 0;
    background-color: #fff;
    overflow: hidden;
    transition: .4s; }
    #pickup_posts_container .swiper-slide > a {
      height: 100%;
      width: 100%; }
    #pickup_posts_container .swiper-slide .meta {
      font-size: 12px;
      padding: 5px;
      position: absolute;
      bottom: 0;
      left: 5px;
      right: 5px;
      bottom: 5px;
      height: 65px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      transition: .4s; }
    #pickup_posts_container .swiper-slide .pickup_dt {
      padding-left: 5px;
      font-size: .8em; }
    #pickup_posts_container .swiper-slide .pickup_eyecatch {
      width: 100%;
      height: 100%;
      padding: 5px;
      background-color: #fff; }
      #pickup_posts_container .swiper-slide .pickup_eyecatch img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #pickup_posts_container .swiper-slide .pickup_title {
      padding: 0 5px;
      margin-bottom: 0.5em; }
    @media screen and (min-width: 599px) {
      #pickup_posts_container .swiper-slide:hover {
        filter: drop-shadow(0 0 3px #999);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
        #pickup_posts_container .swiper-slide:hover .meta {
          height: calc(100% - 10px); } }

/*NEWS
****************************/
/*h2*/
#top-news h2 {
  background-color: #FFCF00; }

#top-news h2::before {
  border-left-color: #FFCF00; }

#top-comidori h2 {
  background-color: #25b472;
  font-size: 16px; }

#top-comidori h2::before {
  border-left-color: #25b472; }

#top-comidori .top-comidori__link {
  margin-top: 1em;
  text-align: right; }

#top-comidori .top-comidori__link a {
  color: #25b472;
  display: inline-block;
  padding: .4em .8em;
  border-radius: 8px;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.9); }

@media only screen and (min-width: 768px) {
  /*全体*/
  #top-news, #top-comidori {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin: 2rem auto; }

  /*本体外枠*/
  #top-news .wrap-post-box,
  #top-comidori .wrap-post-box {
    width: calc(100% - 7rem - 2rem);
    padding: 2rem;
    border-radius: 2rem;
    background-color: #fff; } }
@media screen and (max-width: 767px) {
  #top-news .wrap-post-box {
    background: #fff; }

  #top-comidori .wrap-post-box {
    background: #fff;
    padding-bottom: 1em; }

  #top-comidori .top-comidori__link {
    padding-right: .8em; } }
.post-box-contents {
  border-bottom: dotted 1px #009145;
  box-shadow: none !important; }

@media only screen and (min-width: 768px) {
  .post-box .post-meta-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }

  .post-box .post-meta-all > * {
    font-size: 1rem;
    font-weight: normal; }

  .post-box .post-date {
    position: static;
    width: 10em; }

  .post-box .post-title {
    width: calc(100% - 10em - 1em); }

  .post-box .post-title {
    width: calc(100% - 10em - 2em); } }
/*記事事アイコン色*/
@media only screen and (min-width: 768px) {
  .post-box .post-date::before {
    content: "●"; }

  .post-box:nth-of-type(3n-2) .post-date::before {
    color: #E75C4F; }

  .post-box:nth-of-type(3n-1) .post-date::before {
    color: #E6C931; }

  .post-box:nth-of-type(3n) .post-date::before {
    color: #586BB5; } }
@media only screen and (max-width: 767px) {
  .post-box .post-title::before {
    content: "●"; }

  .post-box:nth-of-type(3n-2) .post-title::before {
    color: #E75C4F; }

  .post-box:nth-of-type(3n-1) .post-title::before {
    color: #E6C931; }

  .post-box:nth-of-type(3n) .post-title::before {
    color: #586BB5; } }
