@charset "UTF-8";
/* ==========================================================
Name:
    interview.css

Description:
    保護者インタビューベージのCSSを記述する

Contents:
    interview
========================================================== */

/* ==========================================================
*
*   interview
*
========================================================== */
/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
  padding-bottom: 0;
}

/* ---------------------------------------------
*   inner
--------------------------------------------- */
.mod-tab-block__tab-body {
  padding: 0;
}

.interview-main {
  padding: 94px 125px 87px;
}

.bg-white.exam-cassette-wrapper--sp-no-side-padding.exam-cassette-wrapper--interview.topic-wrapper {
  padding: 115px 125px 0;
}

/* ---------------------------------------------
*   tab-content
--------------------------------------------- */
.mod-tab-block--pc-sp .mod-tab-block__tab-content h3 {
  font-weight: bold;
}

li.mod-results__result-item {
  padding: 0 0 0 1em;
}

#special-interview .mod-results-note {
  text-align: left;
  font-weight: normal;
  margin-left: 21px;
}

@media screen and (min-width: 750px) {
  .mod-results--interview .mod-results__result-item {
    margin-top: 0;
  }
}

/*story*/

p.topic-text {
  margin-top: 2em;
  letter-spacing: .1em;
  line-height: 1.6;
}

/* ---------------------------------------------
*   other interview
--------------------------------------------- */
.other-interview__block.current{
  display: block;
}
.other-interview__block.current{
  display: none;
}

.other-interview__body {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

/* ---------------------------------------------
*   sp
--------------------------------------------- */
@media screen and (max-width: 750px) {

  /* inner */
  .interview-main {
    padding: 11vw 3.3333333333vw 14vw;
  }

  .bg-white.exam-cassette-wrapper--sp-no-side-padding.pdt-pc--0.exam-cassette-wrapper--interview.topic-wrapper {
    padding: 0 10px;
  }

  .interview-message {
    padding: 5em 10px 40px;
  }

  .interview-main__list {
    flex-wrap: wrap;
  }

  .interview-main__item {
    width: 100%;
  }

  .bg-white.exam-cassette-wrapper--sp-no-side-padding.exam-cassette-wrapper--interview.topic-wrapper{
    padding: 19.6vw 3.3333333333vw 0;
  }

  /* result */
  .mod-results {
    flex-wrap: wrap;
    padding-left: 30%;
    justify-content: flex-start;
  }

  .mod-results--interview .mod-results__item-txt {
    font-size: inherit;
  }

  .mod-results--interview .mod-results__result-item:before {
    top: 0.25em;
  }

  li.mod-results__result-item {
    width: 100% !important;
  }

  #special-interview .mod-results-note{
    margin-left: 4.4vw;
  }

  /* story */
  .interview-cassette__content {
    margin: 0;
  }

  p.interview-story__icon {
    top: -1em;
  }

  p.interview-story__icon img {
    width: 11em;
  }

  .interview-cassette .topic::before {
    background: url('../img/interview/deco1_sp.png') center center no-repeat;
    background-size: contain;
    left: 5%;
  }

  .interview-cassette .topic::after {
    background: url('../img/interview/deco2_sp.png') center center no-repeat;
    background-size: contain;
    right: 5%;
  }

  .interview-cassette .topic::before,
  .interview-cassette .topic::after {
    width: 4em;
    height: 5em;
  }

  /* message */
  .interview-message__img {
    width: 35%;
  }

  /* other interview */
  .other-interview {
    background-image: url('../img/interview/background_pink_sp.png');
  }

  .other-interview__block {
    width: calc(100% - 6vw - 10px);
    margin-top: 3em;
  }

  .other-interview__img {
    width: 100%;
    height: auto;
  }

  .other-interview__img img {
    width: 100%;
    /* height: auto; */
  }

  .other-interview__body {
    width: 100%;
    height: auto;
    padding: 10% 0 20%;
  }

  .other-interview__ttl {
    margin: 0;
    font-size: 5vw;
    letter-spacing: 0;
    text-align: center;
  }
}
