@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: #FFF; }

h1.h1_staff_interview { height: fit-content !important; }
h1.h1_staff_interview img {	height:42px;	transform: translateY(6px); }
h1::before {display: inline-block; width: 16px;	height: 16px;	margin: 13px 6px 0 0; content: ''; border-radius: 100%; }
@media (min-width: 768px) {
  h1.h1_staff_interview { height: 42px !important; }
  h1.h1_staff_interview img {	height: 75px;	transform: translateY(6px); }
  h1::before { width: 24px;	height: 24px;	margin: 0 16px 0 0; }
}


/*----------detail.php----------*/
.interview_top_wrap { background: linear-gradient(to bottom,#FFF 0%,#FFF 38%,#F3CF5E 38%,#F3CF5E 100%); }
.interview_firsthalf ul .interview_question { background: #F3CF5E; }
.interview_secondhalf .background_yellow_wrap { height: 600px; background: #F3CF5E; }
.contents_wrap .background_white_wrap { height: 1400px; }
@media (min-width: 768px) {
    .interview_top_wrap { background: #FFF; }
    .interview_top_wrap .background_yellow_wrap_top { background: #F3CF5E; }
    .interview_secondhalf .background_yellow_wrap { height: 790px; }
    .contents_wrap .background_white_wrap { height: 1200px; }
}

.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; padding: 0; }
.interview_secondhalf ul :nth-child(4) { grid-area: 4 / 1 / 5 / 2; text-align: center; border-radius: 60px;}
@media (min-width: 768px) {
  .interview_secondhalf ul :nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
  .interview_secondhalf ul :nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
  .interview_secondhalf ul :nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
  .interview_secondhalf ul :nth-child(4) { grid-area: 3 / 1 / 4 / 3; text-align: center; border-radius: 9999px; }   
  .name {font-size: 24px;}
   .slide_wrapper { margin-top:80px; }
}


