@charset "UTF-8";
/*=======
　一覧
=======*/
.pageHeading._bg {
  background-image: url(../img/interview/fv.webp); }

.article_list {
  padding: 100px 0; }

.pickup_list .article_card {
  border-radius: 10px;
  overflow: hidden; }

.pickup_list .article_card .article_media_wrapper {
  position: relative;
  width: 100%;
  min-height: 162px;
  aspect-ratio: 16 / 9;
  overflow: hidden; }

.pickup_list .article_card .article_media_wrapper .article_media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.pickup_list .article_card .article_text_wrapper {
  padding: 30px 26px;
  height: 190px;
  background: #F4F4F4; }

.pickup_list .article_card .article_text_wrapper .caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px; }

.pickup_list .article_card .article_text_wrapper .caption > div {
  display: inline-block;
  letter-spacing: .1em; }

.pickup_list .article_card .article_text_wrapper .caption .category {
  background: #FFD800;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-feature-settings: "palt";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.1em 1em;
  border-radius: 1em; }

.pickup_list .article_card .article_text_wrapper .caption .date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-feature-settings: "palt";
  font-family: 'Montserrat', sans-serif;
  opacity: .5; }

.pickup_list .article_card .article_text_wrapper .article_ttl {
  font-weight: bold;
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 1.7;
  transition: .2s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .pageHeading._bg {
    background-image: url(../img/interview/fv_pc.webp); }

  .pickup_box .ttl_box {
    padding-top: 60px; }

  .pickup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 3.5%; }

  .pickup_list .article_card {
    transition: .3s;
    width: 31%; }

  .pickup_list .article_card:hover {
    transform: scale(1.05); }

  .pickup_list .article_card:hover .article_ttl {
    color: #FFD800; } }
@media screen and (max-width: 767px) {
  .article_list {
    padding: 60px 0; }

  .pickup_box .ttl_box {
    padding-left: 30px;
    padding-right: 30px; }

  .pickup_list .article_card {
    margin-bottom: 20px;
    width: calc(100vw - 60px);
    margin-bottom: 20px; }

  .pickup_list .article_card a {
    border-radius: 10px;
    overflow: hidden; } }
.single .pageHeading {
  overflow: hidden; }
  .single .pageHeading img {
    object-fit: cover; }
.single .profile {
  background: #f5f4ef;
  padding: 2em;
  border-radius: 10px;
  margin-bottom: 40px; }
  .single .profile .disc {
    font-weight: bold;
    position: relative;
    padding-left: 1.5em; }
    .single .profile .disc::before {
      content: "";
      position: absolute;
      width: .8em;
      height: .8em;
      border-radius: 10px;
      background: #FFD800;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
.single .article {
  padding: 40px 0 60px; }
  .single .article .ttl_wrapper {
    margin-bottom: 30px; }
    .single .article .ttl_wrapper .caption {
      display: flex;
      margin-bottom: 20px; }
      .single .article .ttl_wrapper .caption .category {
        background: #FFD800;
        color: #fff;
        border-radius: 1.2em;
        margin-right: 1em;
        font-size: 12px;
        padding: .18em 1.5em .2em; }
      .single .article .ttl_wrapper .caption .date {
        font-weight: 600;
        font-size: 14px;
        opacity: .5; }
  .single .article h1, .single .article h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7; }
  .single .article h2 {
    font-size: 16px; }
  .single .article .row {
    margin-bottom: 40px; }
    .single .article .row .media {
      border-radius: 10px; }
@media screen and (min-width: 768px) {
  .single .article {
    padding: 100px 0 130px; }
    .single .article .ttl_wrapper {
      margin-bottom: 40px; }
      .single .article .ttl_wrapper h1 {
        font-size: 28px; }
    .single .article .profile {
      margin-bottom: 80px; }
    .single .article h2 {
      font-size: 20px; }
    .single .article .row {
      margin-bottom: 80px; }
      .single .article .row .media {
        max-width: 90%;
        float: right; }
      .single .article .row.flex-md-row-reverse .media {
        float: inherit; } }

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