.heading_1 {
  margin: 0 0 0 3rem;
  line-height: 1;
}
.heading_1 .heading_en {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.heading_1 .heading_en img {
  width: 2rem;
  margin-right: .8rem;
}
.heading_1 .heading_en span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1.6;
  color: #396C87;
}
.heading_1 strong {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #4F7B92;
}

@media (min-width: 768px) {
  .heading_1 {
    margin: 0 0 0 17%;
  }
  .heading_1 .heading_en {
    margin-bottom: 1.2rem;
  }
  .heading_1 .heading_en img {
    width: 2rem;
  }
  .heading_1 .heading_en span {
    font-size: 2rem;
    font-weight: 300;
  }
  .heading_1 strong {
    font-size: 4rem;
  }
}
#MV {
  width: 100%;
  padding-left: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #MV {
    padding-left: 3.6vw;
  }
}

.sec_oshirase .panel {
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 4rem;
}
.sec_oshirase .cat_list {
  display: flex;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.sec_oshirase .cat_list a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  leter-spacing: .04em;
  color: #4287AE;
  vertical-align: middle;
  padding: .3em 1.3em;
  background: #FFFFFF;
  border: 0.5px solid #4287AE;
  border-radius: 3em;
  display: inline-block;
}
.sec_oshirase .cat_list_item._current a {
  background: #4287AE;
  color: #FFFFFF;
}
.sec_oshirase .post_item {
  padding: 3rem 0;
  border-bottom: 0.5px solid #D7E5EC;
}
.sec_oshirase .post-data {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 1.6rem;
}
.sec_oshirase .post-data ._date {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .08em;
  vertical-align: middle;
  color: #969696;
}
.sec_oshirase .post-data a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .04em;
  vertical-align: middle;
  color: #4287AE;
  padding: .26em .86em;
  border: solid .5px #4287AE;
  border-radius: 3em;
  display: block;
}
.sec_oshirase .post-title {
  margin: 0;
}
.sec_oshirase .post-title a {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: .04em;
  vertical-align: middle;
  display: block;
}
.sec_oshirase .post-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .sec_oshirase .inner {
    max-width: 1510px;
    margin: 0 auto;
  }
  .sec_oshirase .panel {
    border-radius: 10rem;
    padding: 7rem;
  }
  .sec_oshirase .cat_list {
    justify-content: flex-end;
    margin-bottom: 4rem;
  }
  .sec_oshirase .cat_list a {
    font-weight: 700;
    font-size: 1.6rem;
    padding: .5em 2.5em;
  }
  .sec_oshirase .cat_list a:hover {
    opacity: .6;
  }
  .sec_oshirase .post_item {
    padding: 4rem 0;
  }
  .sec_oshirase .post-data {
    gap: 0 1.6rem;
  }
  .sec_oshirase .post-data ._date {
    font-family: Zen Maru Gothic;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .06em;
    vertical-align: middle;
  }
  .sec_oshirase .post-data a {
    font-family: Zen Maru Gothic;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .04em;
    vertical-align: middle;
    padding: .53em 1.73em;
  }
  .sec_oshirase .post-title a {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=oshirase.css.map */
