@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {

/* interview -------------------------------------*/
#interview .system-contents {
   width: min(95%, 1200px);
}
#interview .system-list {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 60px;
}
#interview .system-list li {
   background: #fff;
   filter: drop-shadow(0px 6px 12px rgba(19, 19, 19, 0.12));
   padding: 20px 20px 35px;
   border-radius: 10px;
}
#interview .system-list li .system-pic {
   margin-bottom: 16px;
}
#interview .system-list li .system-pic img {
   height: 200px;
   border-radius: 5px;
}
#interview .system-department {
   font-size: 14px;
   margin-bottom: 4px;
}
#interview .system-ttl-01 {
   font-weight: bold;
   font-size: 20px;
   line-height: 1.6;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   margin-bottom: 13px;
}
#interview .name-wrap {
   display: flex;
   align-items: center;
   padding: 7px 0;
   gap: 42px;
   border-top: 1px solid #a4a4a4;
}
#interview .system-name,
#interview .system-year {
   position: relative;
   font-size: 14px;
   line-height: 1.42857;
   color: #269a6f;
   letter-spacing: 0;
}
#interview .system-name::after {
   position: absolute;
   content: "｜";
   font-size: 14px;
   line-height: 1.42857;
   color: #269a6f;
   top: 50%;
   transform: translateY(-50%);
   right: -28px;
}
#interview .interview-content {
   padding-block: 80px;
}

/* single */
#interview .system-contents.single {
   width: min(95%, 1000px);
}
#interview .system-contents.single .system-pic,
#interview .system-contents.single .interview-photo {
   margin-bottom: 16px;
   height: auto;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
}
#interview .system-contents.single .system-pic img,
#interview .system-contents.single .interview-photo img{
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}
}


/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

/* interview -------------------------------------*/
#interview .system-contents {
   width: min(95%, 86.96vw);
}
#interview .system-list {
   grid-template-columns: 1fr;
}
#interview .system-contents .system-list li {
   margin-inline: auto;
}
#interview .system-list li {
   background: #fff;
   filter: drop-shadow(0px 6px 12px rgba(19, 19, 19, 0.12));
   padding: 4.83vw 4.83vw 7.45vw;
   border-radius: 4.42vw;
   width: 86.96vw;
   margin: 0 2.42vw;
}
#interview .system-list li .system-pic {
   margin-bottom: 3.26vw;
}
#interview .system-list li .system-pic img {
   height: 48.31vw;
   border-radius: 2.42vw;
}
#interview .system-department {
   font-size:3.382vw;
   margin-bottom: 0.93vw;
}
#interview .system-ttl-01 {
   font-weight: bold;
   font-size:3.865vw;
   line-height: 1.75;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   margin-bottom: 5.6vw;
}
#interview .name-wrap {
   display: flex;
   align-items: center;
   padding: 1.93vw 0;
   gap: 10.14vw;
   border-top: 0.2vw solid #a4a4a4;
}
#interview .system-name,
#interview .system-year {
   position: relative;
   font-size:3.382vw;
   line-height: 1.42857;
   color: #269a6f;
   letter-spacing: 0;
}
#interview .system-name::after {
   position: absolute;
   content: "｜";
   font-size:3.382vw;
   line-height: 1.42857;
   color: #269a6f;
   top: 50%;
   transform: translateY(-50%);
   right: -6.76vw;
}
#interview .interview-content {
   padding-block: 8vw;
}

}