@charset "UTF-8";
@media screen and (min-width: 769px) and (max-width: 1200px) {
  body {
    padding-top: 90px;
  }
}
.p-best101__nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-best101__nav {
    display: block;
    background: #fff;
    padding: 1.3rem 0;
  }
}

.p-best101__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-best101__nav-item {
  margin: 0;
}

.p-best101__nav-link {
  display: inline-block;
  padding: 8px 20px;
  color: #00011C;
  text-decoration: underline;
  font-size: 2.8rem;
}
.p-best101__nav-link:hover {
  opacity: 0.7;
}

.p-best101__hero {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-best101__hero-title {
  margin: 0;
  text-align: center;
}

.p-best101__hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-best101__lead {
  padding: 1em 0 0;
}

.p-best101__lead-text {
  color: #00011C;
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  .p-best101__lead-text {
    margin: 0;
    font-size: 2.8rem;
  }
}

.p-best101__companies {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-best101__companies {
    padding: 5.3vw 0 0;
  }
}

.p-best101__companies-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-best101__companies-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }
}

.p-best101__companies-item {
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
  color: #00011C;
  font-size: 13px;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-best101__companies-item {
    font-size: 1.4rem;
    line-height: 1.94;
  }
}
.p-best101__companies-item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-best101__companies-item a::before {
  content: "■";
}
@media screen and (min-width: 768px) {
  .p-best101__companies-item a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-best101__companies-item a:hover {
    color: #0066cc;
    text-decoration: underline;
  }
}

.p-best101__pressrelease {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-best101__pressrelease {
    padding: 8vw 0 0;
  }
}

.p-best101__pressrelease-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 53px;
}
@media screen and (max-width: 767px) {
  .p-best101__pressrelease-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 6.27vw;
  }
}

.p-best101__card:hover {
  opacity: 0.8;
}

.p-best101__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-best101__card-thumb {
  width: 100%;
  padding-top: 61.639%;
  position: relative;
  overflow: hidden;
}

.p-best101__card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-best101__card-tag {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  color: #00011C;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-best101__card-tag {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 2.8rem;
    line-height: 1.56;
  }
}

.p-best101__card-meta {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-best101__card-meta {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.p-best101__title-text {
  color: #00011C;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  .p-best101__title-text {
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
}

.p-best101__title-company {
  color: #00011C;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 1.89;
}
@media screen and (max-width: 767px) {
  .p-best101__title-company {
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
}

.p-best101__comment .u-wrap850 {
  margin: 31px auto 0;
  padding: 30px 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-best101__comment .u-wrap850 {
    margin: 10.7vw auto 0;
  }
}
.p-best101__comment .u-wrap850:before, .p-best101__comment .u-wrap850:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #00011C;
}
.p-best101__comment .u-wrap850::before {
  width: 100%;
  height: 100%;
}
.p-best101__comment .u-wrap850::after {
  width: calc(100% - 7px);
  height: calc(100% - 7px);
}
.p-best101__comment .u-wrap850 h2 {
  margin: 0;
  color: #00011C;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 2.125;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-best101__comment .u-wrap850 h2 {
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
}
.p-best101__comment .u-wrap850 .p-best101__comment-text {
  margin: 0;
  color: #00011C;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 2.125;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-best101__comment .u-wrap850 .p-best101__comment-text {
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
}

.p-best101__pressrelease-link-note {
  margin: 31px auto 0;
  color: #00011C;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-best101__pressrelease-link-note {
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
}

.p-best101__pressrelease-link {
  width: 250px;
  margin: 31px auto 10px;
  padding: 5px 0;
  display: block;
  background: #EAE8E8;
  color: #00011C;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.89;
  text-align: center;
  border: 2px solid #00011C;
  border-radius: 19px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.41);
}
@media screen and (max-width: 767px) {
  .p-best101__pressrelease-link {
    width: 40rem;
    margin: 8vw auto 2vw;
    font-size: 2.8rem;
    letter-spacing: -0.02em;
    border-radius: 2.5rem;
  }
}

.u-wrap536 {
  max-width: 536px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-wrap536 {
    width: 53.44rem;
  }
}

.u-wrap850 {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .u-wrap850 {
    width: 67rem;
  }
}

@media screen and (max-width: 767px) {
  .u-wrap1000 {
    width: 67rem;
  }
}

.u-bold {
  font-weight: bold;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
