.p-lead {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-lead {
    text-align: left;
    margin-bottom: 7.03vw;
  }
}

#p-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../../../images/blog/bg_blog01.webp);
}
@media screen and (max-width: 767px) {
  #p-mv {
    background-position: 30% center;
  }
}

#p-mv h1,
.p-mv__text {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 767px), print {
  .p-blogArchive__items {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__items {
    margin-bottom: 7.03vw;
  }
}

.p-blogArchive__item {
  background-color: #efeae1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__item + .p-blogArchive__item {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__item + .p-blogArchive__item {
    margin-top: 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-blogArchive__img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__img {
    width: 38%;
  }
}

.p-blogArchive__img a {
  display: block;
  height: 100%;
}

.p-blogArchive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blogArchive__inner {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__inner {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__inner {
    width: 62%;
  }
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__inner:before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../../../../images/common/icon_arrow03.svg");
    width: 1.75rem;
    height: 0.25rem;
    right: 1.875rem;
    bottom: 1.25rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.p-blogArchive__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__title {
    width: calc(100% - 1.875rem);
    padding: 1.875rem 0 0.625rem;
    margin: 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__title {
    padding: 4.69vw 4.69vw 0;
  }
}

.p-blogArchive__tag-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__tag-inner {
    margin: 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__tag-inner {
    margin: 1vw 4.69vw;
  }
}

.p-blogArchive__tagItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 10px 0;
  margin: 0 0 0 0.625rem 0;
}

.p-blogArchive__tagItems li a {
  color: #e54623;
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
}
@media screen and (max-width: 767px) {
  .p-blogArchive__tagItems li a {
    font-size: 3.6vw;
  }
}

.p-blogArchive__date {
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__date {
    font-size: 3.6vw;
  }
}

.p-blogArchive__text {
  border-top: 1px solid #231815;
}
@media screen and (min-width: 767px), print {
  .p-blogArchive__text {
    margin: 0.625rem 1.875rem 0 1.875rem;
    padding: 1.25rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogArchive__text {
    margin: 0 4.69vw;
    padding: 2vw 0 4.69vw;
    font-size: 3.6vw;
  }
}

.p-blogArchive__text a {
  display: block;
}

.p-blog__head dt {
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-blog__head dt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__head dt {
    font-size: 5.5vw;
  }
}

.p-blog__cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (min-width: 767px), print {
  .p-blog__cat-inner {
    margin: 1.875rem 0;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__cat-inner {
    margin: 2vw 0;
    padding-bottom: 2vw;
  }
}

.p-blog__catItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-blog__catItem a {
  color: #ef7300;
  border: 1px solid #e54623;
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 767px), print {
  .p-blog__catItem a {
    padding: 0.3125rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__catItem a {
    padding: 2vw 4.69vw;
  }
}

.p-blog__date {
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  font-weight: 700;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.p-blog__eyecatch {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-blog__eyecatch {
    margin-bottom: 7.03vw;
  }
}
/*# sourceMappingURL=styles.css.map */
