@charset "UTF-8";

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

/* voice -------------------------------------*/
#voice .system-contents {
   width: min(95%, 1340px);
   padding: 0 0 7.5rem;
}
#voice .system-contents.single {
   width: min(95%, 1280px);
}
#voice .system-list {
   gap: 4rem 3.75rem;
   grid-template-columns: repeat(2, minmax(0, 1fr));
}
#voice .system-list li{
   background: #FFFFFF;
   /* margin: 0 1.875rem; */
   position: relative;
   z-index: 3;
   /* width: 40rem; */
}
#voice .system-list li::after {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -3.5rem;
   width: 100%;
   height: 10rem;
   background: url(../images/index/voice-list-shadow.png)no-repeat;
   background-size: contain;
   z-index: 1;
}
#voice .system-list li a {
   display: grid;
   grid-template-columns: 50% 50%;
   position: relative;
   z-index: 2;
   background: #fff;
}
#voice .system-list li .content {
   padding: calc(31 / 1920 * 100vw) calc(40/ 1920 * 100vw);
   position: relative;
}
#voice .system-list li .content::before {
   content: "";
   position: absolute;
   bottom: 1.25rem;
   right: 1.25rem;
   width: 1.875rem;
   height: 1.875rem;
   background: url(../images/index/voice-arrow.svg)no-repeat;
   background-size: contain;
}
#voice .system-pic {
   height: 13.75rem;
   margin: 0;
}
#voice .system-pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
#voice .system-area {
   font-size: 14px;
   font-weight: 400;
   line-height: 2.8571;
   letter-spacing: 0.05em;
   margin: 0 0 0.2rem;
}
#voice .system-contents.single .system-area {
   text-align: center;
   margin-bottom: 1rem;
   color: #1C1C1C;
}
#voice .system-ttl-01 {
   font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
   font-weight: 600;
   line-height: 1.875;
   letter-spacing: 0.05em;
}
#voice #main-voice {
   width: min(95%, 1340px);
   margin-inline: auto;
   padding: 0 0 7.5rem;
}
}


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

/* voice -------------------------------------*/
#voice .system-contents {
   padding: 0 0 19.3236714976vw;
}
#voice .system-list {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 4.7vw 2.4vw;
   width: 89.375vw;
   margin-inline: auto;
}
#voice .system-list li{
   background: #FFFFFF;
   position: relative;
   z-index: 3;
}
#voice .system-list li::after {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -28vw;
   width: 43.5vw;
   height: 38.7vw;
   background: url(../images/index/voice-list-shadow_sp.png)no-repeat;
   background-size: contain;
   z-index: 1;
}
#voice .system-list li a {
   position: relative;
   z-index: 2;
   background: #fff;
}
#voice .system-list li .content {
   padding: 1.4vw 4vw 4vw;
   position: relative;
   background: #fff;
}
#voice .system-pic {
   height: 29.952vw;
   margin: 0;
}
#voice .system-pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
#voice .system-area {
   font-size:2.898vw;
   font-weight: 400;
   line-height: 2.8333;
   letter-spacing: 0.05em;
   margin: 0 0 -1vw;
   color: #1C1C1C;
}
#voice .single .system-area {
   text-align: center;
   margin-bottom: 1rem;
}
#voice .system-ttl-01 {
   font-size:3.623vw;
   font-weight: 600;
   line-height: 1.7333;
   letter-spacing: 0.05em;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}
#voice #main-voice {
   padding: 0 0 19.3236714976vw;
}
}