@charset "utf-8";
/* CSS Document */
@media(min-width: 200px) and (max-width: 639px) {
  .section-interview {
    margin: 0 auto;
    width: 100%;
    max-width: 425px;
  }
  .interview-wrapper {
    padding: 0 25px;
    max-width: 425px
  }
  
  /*heading*/
  .section_interview__heading {
    text-align: left;
    padding: 65px 0 20px 20px;
  }
  .section_interview__heading p {
    font: Murecho;
    font-size: 1.0rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 10px;
  }
  .section_interview__heading h3 {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    line-height: 28.8px;
  }
  
  /*sub-text*/
  .section-interview__sub-text {
    text-align: left;
    padding: 0 0 60px 20px;
  }
  .section-interview__sub-text p {
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 600;
  }
  
  /*intro-img*/
  .interview-1__head-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
  .interview-2__head-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
  .interview-3__head-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
  .interview-4__head-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
  
  /*intro-name*/
  .interview-1__name-wrapper {
    text-align: left;
    padding: 20px 25px 45px;
  }
  .interview-1__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 20px;
  }
  .interview-1__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-1__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-1__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 525px;
  } 
 
  .interview-2__name-wrapper {
    text-align: left;
    padding: 20px 25px 45px;
  }
  .interview-2__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-2__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-2__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-2__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 525px;
  }
  
  .interview-3__name-wrapper {
    text-align: left;
    padding: 20px 25px 45px;
  }
  .interview-3__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-3__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-3__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-3__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 525px;
  } 
  
  .interview-4__name-wrapper {
    text-align: left;
    padding: 20px 25px 45px;
  }
  .interview-4__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-4__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-4__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-4__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 525px;
  }
  
  /*interview-contents*/
  .interview-1__interview-contents {
    padding: 0 20px 70px;
  }
  
  .interview-1__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-1__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-1__contents-Q1 {
    border-bottom: solid 2px #00b3ba;
    padding-bottom: 25px;
  }
  .interview-1__contents-Q2 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-1__contents-Q3 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-1__contents-Q4 {
    padding-top: 25px;
  }

  .interview-2__interview-contents {
    padding: 0 20px 70px;
  }
  
  .interview-2__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-2__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-2__contents-Q1 {
    border-bottom: solid 2px #00b3ba;
    padding-bottom: 25px;
  }
  .interview-2__contents-Q2 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-2__contents-Q3 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-2__contents-Q4 {
    padding-top: 25px;
  }
  
  .interview-3__interview-contents {
    padding: 0 20px 70px;
  }
  
  .interview-3__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-3__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-3__contents-Q1 {
    border-bottom: solid 2px #00b3ba;
    padding-bottom: 25px;
  }
  .interview-3__contents-Q2 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-3__contents-Q3 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-3__contents-Q4 {
    padding-top: 25px;
  }  
  
  .interview-4__interview-contents {
    padding: 0 20px 70px;
  }
  
  .interview-4__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-4__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-4__contents-Q1 {
    border-bottom: solid 2px #00b3ba;
    padding-bottom: 25px;
  }
  .interview-4__contents-Q2 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-4__contents-Q3 {
    border-bottom: solid 2px #00b3ba;
    padding: 25px 0;
  }
  .interview-4__contents-Q4 {
    padding-top: 25px;
  }       
}

@media(min-width: 640px) and (max-width: 1039px) {
 .section-interview {
    margin: 0 auto;
    width: 100%;
    max-width: 1166px;
  }
  .interview-wrapper {
    padding: 0 25px;
    max-width: 1166px
  }
  
  /*heading*/
  .section_interview__heading {
    text-align: left;
    padding: 65px 0 20px 20px;
  }
  .section_interview__heading p {
    font: Murecho;
    font-size: 1.0rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 10px;
  }
  .section_interview__heading h3 {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    line-height: 28.8px;
  }

  /*sub-text*/
  .section-interview__sub-text {
    text-align: left;
    padding: 0 0 60px 20px;
  }
  .section-interview__sub-text p {
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 600;
  }  
  
  /*intro-1*/
  .interview-1 {
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .interview-1__head-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-2*/
  .interview-2 {
    margin: 0 auto;
    padding-bottom: 90px;
  }  
  .interview-2__head-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-3*/
  .interview-3 {
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .interview-3__head-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-4*/
  .interview-4 {
    margin: 0 auto;
    padding-bottom: 120px;
  }  
  .interview-4__head-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }  
  
  
  /*intro-img*/
  .interview-1__head-wrapper img {
    height: 220px;
    width: 375px;
    object-fit: cover;
  }
  .interview-2__head-wrapper img {
    height: 220px;
    width: 375px;
    object-fit: cover;
  }
  .interview-3__head-wrapper img {
    height: 220px;
    width: 375px;
    object-fit: cover;
  }
  .interview-4__head-wrapper img {
    height: 220px;
    width: 375px;
    object-fit: cover;
  }
  
  /*intro-name*/
  .interview-1__name-wrapper {
    text-align: left;
    padding-left: 35px;
  }
  .interview-1__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 20px;
  }
  .interview-1__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-1__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-1__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 370px;
  }
  
  .interview-2__name-wrapper {
    text-align: left;
    padding-right: 35px;
  }
  .interview-2__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-2__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-2__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-2__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 370px;
  }
  
  .interview-3__name-wrapper {
    text-align: left;
    padding-left: 35px;
  }
  .interview-3__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-3__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-3__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-3__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 370px;
  }  
  
  .interview-4__name-wrapper {
    text-align: left;
    padding-right: 35px;
  }
  .interview-4__student-status {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-4__student-name h4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
  .interview-4__student-name p {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .interview-4__student-work {
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 370px;
  }  
  
  .interview__row-1 {
    display: flex;
    text-align: left;
  }
  .interview__row-2 {
    display: flex;
    text-align: left;
  }  
  
  /*interview-contents*/
  .interview-1__interview-contents {
    height: auto;
  }
  
  .interview-1__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-1__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-1__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-1__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-1__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-1__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  .interview-2__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-2__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-2__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-2__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-2__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-2__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  
  .interview-3__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-3__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-3__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-3__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-3__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-3__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  .interview-4__interview-contents h5 {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 20px;
  }
  .interview-4__interview-contents p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  
  .interview-4__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-4__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-4__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-4__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  }   
}


@media(min-width: 1040px) and (max-width:1191px) {
  /*heading*/
  .section_interview__heading {
    text-align: left;
    padding: 80px 0 30px 25px;
  }
  .section_interview__heading p {
    font: Murecho;
    font-size: 1.4rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 15px;
  }
  .section_interview__heading h3 {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
    line-height: 38.4px;
  }
  
  /*sub-text*/
  .section-interview__sub-text {
    text-align: left;
    padding: 0 0 70px 25px;
  }
  .section-interview__sub-text p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
  }
}

@media(min-width:1192px) and (max-width:1199px)  {
  /*heading*/
  .section_interview__heading {
    text-align: left;
    padding: 80px 0 30px 0;
  }
  .section_interview__heading p {
    font: Murecho;
    font-size: 1.4rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 15px;
  }
  .section_interview__heading h3 {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
    line-height: 38.4px;
  }

  /*sub-text*/
  .section-interview__sub-text {
    text-align: left;
    padding: 0 0 70px 0;
  }
  .section-interview__sub-text p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
  }  
}

@media(min-width:1200px) {
  /*heading*/
  .section_interview__heading {
    text-align: left;
    padding: 80px 0 30px 0;
  }
  .section_interview__heading p {
    font: Murecho;
    font-size: 1.4rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 15px;
  }
  .section_interview__heading h3 {
    font-size: 4.0rem;
    letter-spacing: 1.6px;
    line-height: 38.4px;
  }

  /*sub-text*/
  .section-interview__sub-text {
    text-align: left;
    padding: 0 0 70px 0;
  }
  .section-interview__sub-text p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
  }    
}

@media(min-width:1040px) {
  .section-interview {
    margin: 0 auto;
    width: 100%;
    max-width: 1166px;
  }
  .interview-wrapper {
    padding: 0 25px;
    max-width: 1166px
  }
  
  /*intro-1*/
  .interview-1 {
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .interview-1__head-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-2*/
  .interview-2 {
    margin: 0 auto;
    padding-bottom: 90px;
  }  
  .interview-2__head-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-3*/
  .interview-3 {
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .interview-3__head-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  /*intro-4*/
  .interview-4 {
    margin: 0 auto;
    padding-bottom: 120px;
  }  
  .interview-4__head-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }  
  
  
  /*intro-img*/
  .interview-1__head-wrapper img {
    height: 300px;
    width: 456px;
    object-fit: cover;
  }
  .interview-2__head-wrapper img {
    height: 300px;
    width: 456px;
    object-fit: cover;
  }
  .interview-3__head-wrapper img {
    height: 300px;
    width: 456px;
    object-fit: cover;
  }
  .interview-4__head-wrapper img {
    height: 300px;
    width: 456px;
    object-fit: cover;
  }
  
  /*intro-name*/
  .interview-1__name-wrapper {
    text-align: left;
    padding-left: 70px;
  }
  .interview-1__student-status {
    font-size: 1.6rem;
    font-weight: 600;
    color: #00b3ba;
    padding-bottom: 20px;
  }
  .interview-1__student-name h4 {
    font-size: 4.0rem;
    padding-bottom: 10px;
  }
  .interview-1__student-name p {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 35px;
  }
  .interview-1__student-work {
    font-size: 1.8rem;
    line-height: 28px;
    max-width: 525px;
  }
  
  .interview-2__name-wrapper {
    text-align: left;
    padding-right: 70px;
  }
  .interview-2__student-status {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-2__student-name h4 {
    font-size: 4.0rem;
    padding-bottom: 10px;
  }
  .interview-2__student-name p {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 35px;
  }
  .interview-2__student-work {
    font-size: 1.8rem;
    line-height: 28px;
    max-width: 525px;
  }
  
  .interview-3__name-wrapper {
    text-align: left;
    padding-left: 70px;
  }
  .interview-3__student-status {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-3__student-name h4 {
    font-size: 4.0rem;
    padding-bottom: 10px;
  }
  .interview-3__student-name p {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 35px;
  }
  .interview-3__student-work {
    font-size: 1.8rem;
    line-height: 28px;
    max-width: 525px;
  }  
  
  .interview-4__name-wrapper {
    text-align: left;
    padding-right: 70px;
  }
  .interview-4__student-status {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fb9736;
    padding-bottom: 20px;
  }
  .interview-4__student-name h4 {
    font-size: 4.0rem;
    padding-bottom: 10px;
  }
  .interview-4__student-name p {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 35px;
  }
  .interview-4__student-work {
    font-size: 1.8rem;
    line-height: 28px;
    max-width: 525px;
  }  
  
  .interview__row-1 {
    display: flex;
    text-align: left;
  }
  .interview__row-2 {
    display: flex;
    text-align: left;
  }  
  
  /*interview-contents*/
  .interview-1__interview-contents {
    height: auto;
  }
  
  .interview-1__interview-contents h5 {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 36px;
  }
  .interview-1__interview-contents p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
  }
  
  .interview-1__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-1__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-1__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-1__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  .interview-2__interview-contents h5 {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 36px;
  }
  .interview-2__interview-contents p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
  }
  
  .interview-2__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-2__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-2__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-2__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  
  .interview-3__interview-contents h5 {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 36px;
  }
  .interview-3__interview-contents p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
  }
  
  .interview-3__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-3__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-3__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-3__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
  
  .interview-4__interview-contents h5 {
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 40px;
    line-height: 36px;
  }
  .interview-4__interview-contents p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
  }
  
  .interview-4__contents-Q1 {
    width: 525px;
    padding: 0 30px 25px 0;
    border-bottom: solid 2px #00b3ba;
    border-right: solid 2px #00b3ba;
  }
  .interview-4__contents-Q2 {
    width: 525px;
    padding: 0 0 25px 30px;
    border-bottom: solid 2px #00b3ba;
  }
  .interview-4__contents-Q3 {
    width: 525px;
    padding: 25px 30px 0 0;
    border-right: solid 2px #00b3ba;
  }
  .interview-4__contents-Q4 {
    width: 525px;
    padding: 25px 0 0 30px;
  } 
}