@media screen and (min-width: 1024px) {
  .gNav__item.interview .gNav__link::after {
    visibility: visible;
    opacity: 1;
  }
}


@media screen and (min-width: 1024px) {
  .section-default {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .section-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.generalSect__conts .generalSect__body {
  position: relative;
  top: -24px;
  margin-left: 26px;
  padding: 40px;
  background: rgba(210, 210, 210, 0.2);
}

@media screen and (max-width: 767px) {
  .generalSect__conts .generalSect__body {
    margin-left: 8px;
    padding: 40px 24px 24px 24px;
  }
}

.section-voice {
  margin-top: 64px;
}

@media screen and (max-width: 430px) {
  .section-voice {
    margin-top: 16px;
  }
}

.section-voice .generalSect__conts {
  padding-top: 20px;
}

.section-voice .generalSect__conts:first-of-type {
  padding-top: 0;
}

/* 付箋 */
.voiceList__wrap {
  position: relative;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .voiceList__wrap {
    display: block;
  }
}

.voiceList {
  width: 48%;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .voiceList {
    width: 100%;
  }
}

.voiceList__item {
  background: #fff;
  padding: 6px 16px 14px 18px;
  margin-top: 16px;
  border-left: 3px solid #FF7700;
}

.voiceList__item:first-of-type {
  margin-top: 0;
}

.voiceList__item .txt {
  line-height: 1.6;
}


/* Q Title */
.generalSect__head {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  font-size: 24px;
}

.generalSect__head .icon-q {
  position: relative;
  width: 54px;
  height: 54px;
  margin-right: 8px;
  background-color: #000;
  border-radius: 50%;
}

.generalSect__head .icon-q .txt {
  display: block;
  position: absolute;
  top: 11%;
  left: 30%;
  color: #fff;
  font-size: 2.6rem;
}

.generalSect__head .txt {
  width: 90%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .generalSect__head .txt {
    font-size: 2rem;
  }
}


/* Speech */
.generalSect__speech {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .generalSect__speech {
    width: 100%;
  }
}

.generalSect__speech .speech {
  display: block;
  background: url("../../assets/image/dot-gray.png");
  border: 2px solid #000;
  font-family: "Sourcehan";
}

.generalSect__speech .bubble {
  padding: 20px 10px 20px 25px;
  font-size: 1.7em;
  position: relative;
  width: 101%;
  margin: 0 0 0 0;
}

@media screen and (max-width: 1023px) {
  .generalSect__speech .bubble {
    margin: 40px 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .generalSect__speech .bubble {
    width: 100%;
    margin: 30px 0 1px 0;
    font-size: 2rem;
    padding: 20px 10px 20px 25px;
  }
}

@media screen and (max-width: 1023px) {
  .generalSect__speech .bubble p br {
    display: none;
  }
}

.generalSect__speech .bubble .blank01 {
  position: absolute;
  bottom: 0px;
  left: calc(50% + 32px);
  background: #fff;
  width: 30px;
  height: 10px;
  display: block;
}

.generalSect__speech .bubble .blank02 {
  position: absolute;
  bottom: 16px;
  left: -2px;
  background: #fff;
  width: 10px;
  height: 30px;
  display: block;
}

.generalSect__speech .bubble .blank03 {
  position: absolute;
  top: -2px;
  right: 40%;
  background: #fff;
  width: 50px;
  height: 10px;
  display: block;
}

.generalSect__speech .bubble .blank04 {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #fff;
  width: 50px;
  height: 10px;
  display: block;
}

.generalSect__speech .bubble .blank04::after {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -10px;
}

/* 出身地、文系理系 */

.section-figure .generalCard {
  text-align: center;
  padding: 32px;
  background: rgba(210, 210, 210, 0.2);
}

.section-figure .generalCard__title {
  font-size: 22px;
  padding: 0 0 24px 0;
}

.section-figure .generalCard__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.section-figure .generalCard__media .illust-boy {
  position: absolute;
  top: -15px;
  right: 0;
}

.section-figure .generalCard__media .illust-girl {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 430px) {
  .section-figure .generalCard__media .illust-boy {
    top: -15px;
    right: -15px;
  }

  .section-figure .generalCard__media .illust-girl {
    bottom: -10px;
    left: -15px;
  }
}

/* ガクチカ */

.section-voice .generalCard__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.section-voice .generalCard__media .illust-flask {
  position: absolute;
  top: 25%;
  left: 5%;
}

.section-voice .generalCard__media .illust-ball {
  position: absolute;
  top: 40%;
  right: 5%;
}

@media screen and (max-width: 767px) {
  .section-voice .generalCard__media {
    height: 160px;
  }

  .section-voice .generalCard__media img.graph {
    width: 380px;
    height: auto;
  }

  .section-voice .generalCard__media .illust-flask {
    position: absolute;
    top: auto;
    bottom: -26%;
    left: -10%;
    width: 65px;
  }

  .section-voice .generalCard__media .illust-ball {
    position: absolute;
    top: auto;
    bottom: -25%;
    right: -9%;
    width: 60px;
  }
}

@media screen and (max-width: 430px) {

  .section-voice .generalCard__media .illust-flask {
    position: absolute;
    top: auto;
    bottom: -20%;
    left: -12%;
    width: 50px;
  }

  .section-voice .generalCard__media .illust-ball {
    position: absolute;
    top: auto;
    bottom: -20%;
    right: -10%;
    width: 50px;
  }
}

/* Button */
.generalSect__conts .btn {
  margin: auto;
}

/*# sourceMappingURL=index.css.map */