﻿@charset "UTF-8";
.interview-list .main-cta{
  display:flex;
  margin-top: 30px;
  margin-bottom: 40px;
  grid-column: 1 / -1;
}
.main-cta-parts{
  display:none;
}
@media screen and (max-width:767px){
  .interview-list .main-cta{
    margin-top: inherit;
    margin-bottom: inherit;
    grid-column: uset;
  }
}
body:has(.smzpreview-preview-content) .cta-html-box{
  height:100px;
}
.interview-slider{
  padding-bottom:0px;
  margin-bottom:40px;
}
@media screen and (max-width:767px){
  .interview-slider{
    padding-bottom:0px;
    margin-bottom:40px;
  }
}
.interview-entry-head {
    font-size: 32px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
@media screen and (max-width:767px){
  .interview-entry-head{
    font-size: 22px;
  }
}
.interview-entry-head .interview-entry-head__ttl {
    position: relative;
    font-size: 1em;
    color: var(--main-blue);
}
.interview-entry-head__ttl-text {
    position: relative;
    z-index: 1;
}
.interview-slider .top-case{
  margin-bottom: 0;
}
.interview-slider .top-case .top-case-list{
  margin-bottom: 0;
}
.top-case-item{
  width: 280px;
}
.top-case-item-cat span{
  min-width: 106px;
  width: auto;
  padding: 1px 8px;
}
.top-case-item-logo-area{
  margin:0 15px 10px;
}
.top-case-item-logo-area .top-case-item-logo{
  height: 36px;
  max-width:80%;
  object-fit:contain;
  /*outline: solid 1px red;*/
}
.interview-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
}
.interview-list.col3{
  grid-template-columns: repeat(3, 1fr);
}
.interview-list.col3 .interview-item-2025-top-content{
  flex-direction: column;
}
.interview-list.col3 .interview-item-2025-photo-area{
  margin-bottom: 0;
}
.interview-list.col3 .interview-item-2025-logo-area img{
  max-height: 28px;
}
@media screen and (max-width:767px){
  .interview-list{
    display: grid;
    grid-template-columns:1fr;
    gap:20px;
  }
}
.interview-item-2025-card {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
  margin: 0 0 0;
  padding: 28px 20px;
  border: 1px solid #e6e6e6;
  height: 100%;
}
@media screen and (max-width:767px){
  .interview-item-2025-card {
    padding: 15px 15px 19px;
  }
}
.interview-item-2025-top-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:15px;
  text-decoration:none;
  transition: all .3s;
}
.interview-item-2025-top-content:hover{
  opacity:.8;
}
@media screen and (max-width:767px){
  .interview-item-2025-top-content {
    flex-direction: column;
    gap:0px;
  }
}
.interview-item-2025-photo-area {
  width: 100%;
  margin-bottom: 15px;
}

.interview-item-2025-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.interview-item-2025-logo-area {
  width: 100%;
  margin-bottom: 20px;
}

.interview-item-2025-logo-area img {
  max-height: 40px;
  width: 80%;
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width:767px){
  .interview-item-2025-logo-area img {
    max-height: 28px;
  }
}
.interview-item-2025-company {
  font-size: 1em;
  margin-top: 10px;
}
.interview-item-2025-site-link {
  display: block;
  font-size: 1em;
  margin-top: 6px;
}
.interview-item-2025-site-link[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 6px 0 0 8px;
  background: url(https://mercart.jp/cms/mer/img/common/icon_external_01.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.interview-item-2025-tags {
  display: flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-bottom: 7px;
}
@media screen and (max-width:767px){
.interview-item-2025-tags {
    margin-bottom: 7px;
  }
}
.interview-item-2025-tag {
  display: block;
  line-height: 1.5;
  padding: 2px 13px;
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  font-size: 12px;
  font-weight: bold;
}

/* ---------------------------------
 * タイトル
 * --------------------------------- */
.interview-item-2025-title {
  margin: 0 0 21px;
  font-size: 16px;
  font-weight: bold;
}

/* ---------------------------------
 * ボタン
 * --------------------------------- */
.interview-item-2025-btn-area {
  text-align: center;
  margin: auto 0 0 0;
}

.interview-item-2025-btn {
  display: inline-block;
  position: relative;
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  padding: 9px 40px;
  border: 1px solid var(--main-blue);
  border-radius: 40px;
  color: var(--main-blue);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
  z-index: 0;
}