@charset "utf-8";

/*メディアクエリー
PC
@media (min-width: 768px) {}
タブレット
@media (min-width: 768px) and (max-width: 1024px) {}
*/

/*----------index.php----------*/
.contents_wrap .lowerpage_title_wrap h1::before { background: #F3CF5E; }


/*----------detail.php----------*/
.interview_top_wrap { background: linear-gradient(to bottom,#FFF 0%,#FFF 38%,#F8E5A6 38%,#F8E5A6 100%); }
.interview_firsthalf ul .interview_question { background: #F8E5A6; }
.interview_secondhalf .background_yellow_wrap { height: 1000px; background: #F8E5A6; }
.contents_wrap .background_white_wrap { height: 1300px; }

@media (min-width: 768px) {
    .interview_top_wrap { background: #FFF; }
    .interview_top_wrap .background_yellow_wrap_top { background: #F8E5A6; }
    .interview_secondhalf .background_yellow_wrap { height: 1110px; }
    .contents_wrap .background_white_wrap { height: 1400px; }
}    

.interview_secondhalf ul :nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.interview_secondhalf ul :nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.interview_secondhalf ul :nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.interview_secondhalf ul :nth-child(4) { grid-area: 4 / 1 / 5 / 2; padding: 0; }
.interview_secondhalf ul :nth-child(5) { grid-area: 5 / 1 / 6 / 2; text-align: center; border-radius: 24px;}
@media (min-width: 768px) {
  .interview_secondhalf ul :nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
  .interview_secondhalf ul :nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
  .interview_secondhalf ul :nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
  .interview_secondhalf ul :nth-child(4) { grid-area: 3 / 1 / 4 / 3; }
  .interview_secondhalf ul :nth-child(5) { grid-area: 4 / 1 / 5 / 3; text-align: center; border-radius: 9999px; }   

   @media screen and (min-width: 768px) {
    .name {font-size: 24px;}
}

}

.slide_wrapper { margin:0; }
@media screen and (min-width: 768px) {
.slide_wrapper { margin-top:80px; }

}

@media screen and (max-width: 768px) {
    .back_gray { padding:20px 0 0 0; margin-top:80px; }
}