@charset "utf-8";

.main {
  padding-top: 12em;
}
.main::before {
  display: block;
  content: "";
  position: fixed; top: 0; left: 0; z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/back01.png") top left no-repeat;
  background-size: 1100px auto;
}
@media screen and (max-width:1024px){
.main::before {
  background-size: 95% auto;
}
}

.main._main02::before {
  background: url("../img/back03.png") top left no-repeat;
  background-size: 1100px auto;
}
@media screen and (max-width:1024px){
.main._main02::before {
  background-size: 95% auto;
}
}

.main._main03::before {
  background: url("../img/back02.png") top left no-repeat;
  background-size: 1100px auto;
}
@media screen and (max-width:1024px){
.main._main03::before {
  background-size: 95% auto;
}
}


.section-heading._interview {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.section-heading._interview b {
  color: rgba(255,255,255,0.8);
}
.section-heading._interview::after {
  display: block;
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 48px;
  height: 1px;
  background: #335380;
}  



.interview {
  padding-bottom: 10em;
}
.interview-inner {
  width: 90%; max-width: 1015px;
  margin: 0 auto;
}

.interview-name {
  font-size: 18px; font-size: 1.8rem;
}

.interview-name b {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 40px; font-size: 4rem;
  font-weight: bold;
}
.interview-name b span {
	margin-left: 5px;
}
@media screen and (max-width:768px){
.interview-name b {
  display: block;
  margin-left: 0;
}
}

.interview-name span {
  font-size: 25px; font-size: 2.5rem;
}

.interview-profile {
  margin-bottom: 3em;
}
.interview-profile dt {
  float: left;
  clear: left;
  width: 8em;
  margin-right: 1em;
  font-family: quasimoda, sans-serif;
  font-size: 12px; font-size: 1.2rem;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #000;
}
@media screen and (max-width:768px){
.interview-profile dt {
  float: none;
  margin-bottom: 0.5em;
}
}

.question {
  max-width: 853px;
  margin: auto;
}
.question-list {
  margin-bottom: 2.5em;
}
.question-list dt {
  font-weight: bold;
  color: #335380;
}
.question-list dt b {
  display: inline-block;
  margin-right: 0.5em;
  font-family: quasimoda, sans-serif;
  font-size: 40px; font-size: 4rem;
  color: #80CBD8;
}


.back {
  position: fixed; bottom: 3em; right: 2em; z-index: 5;
  width: 114px;
}
@media screen and (max-width:768px){
.back {
  right: 1em;
  width: 80px;
}
}

.back img {
  display: block;
  width: 100%;
}
