@charset "UTF-8";

section{
  margin-bottom: 120px;

  .h3-wrap-wrap{
    width: 100%;
    padding-bottom: 24px;

    border-bottom: solid 2px #333;

    .h3-wrap{
      margin-bottom: 0;
    }
  }
}
section#interview{
  padding-bottom: 152px;

  border-bottom: solid 2px #333;

  ul.interviewCON{
    width: 100%;
    >*+*{
      margin-block-start: 64px;
    }
    >.item{
      width: 100%;
      border-top: solid 2px #333;
    }
    .item-inner{
      width: min(1120px,100%);
      margin-inline: auto;

      
      .item-eyecatch{
        position: relative;

        display: block;
        margin-bottom: 56px;

        picture img{
          border-radius: 0 0 16px 16px;
        }
        p.eyecatch-number{
          position: absolute;
          top: 16px;
          right: 16px;

          color: #fff;
          font-size: 30px;
        }
        div.profile{
          position: absolute;

          bottom: 16px;
          left: 16px;

          color: #fff;

          p.name{
            span{
              font-size: 30px;
            }
          }
        }
      }
    }
    p.intro-text{
      margin-bottom: 40px;

      font-size: 24px;
      font-weight: 700;
      text-align: center;
    }
    ul.questionCON{
      >*+*{
        margin-block-start: 64px;
      }
      li.questionCON-item{
        display: grid;
        grid-template-columns: auto 1fr;
        row-gap: 16px;

        p.number{
          display: inline-block;
          padding-bottom: 4px;
          margin-right: .7em;

          font-size: 26px;
          line-height: 1;

          border-bottom: solid 2px #333;
        }
        p.title{
          font-size: 18px;
          font-weight: 700;
          line-height: 2;
        }
        p.text{
          grid-column: 1/3;
          grid-row: 2/3;
        }
      }
    }
  }
}
section#schedule{
  width: 100%;
}
@media (min-width : 1200px){
}
@media (max-width : 1200px){
}
@media (max-width : 599px){
}