.bg {
  background: url(/common/img/bg_shape_r.gif) no-repeat top 700px right, url(/common/img/bg_shape_l2.gif) no-repeat top 2500px left, url(/common/img/bg_square07.gif) no-repeat top 700px left calc(50% - 600px);
}
@media screen and (max-width: 768px) {
  .bg {
    background: none;
  }
}

.bg-gold {
  padding-bottom: 15%;
}
@media screen and (max-width: 768px) {
  .bg-gold {
    padding-bottom: 100px;
  }
}
.bg-gold h2 {
  width: 850px;
  margin: 50px auto 0;
  color: #07213b;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .bg-gold h2 {
    width: 100%;
    font-size: 20px;
  }
}
.bg-gold p {
  width: 850px;
  margin: 10px auto 0;
  color: #07213b;
}
@media screen and (max-width: 768px) {
  .bg-gold p {
    width: 100%;
  }
}
.bg-gold p span {
  font-weight: 600;
}

.kv {
  text-align: center;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: -30px;
  }
}
.kv img {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .kv img {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  section.interview {
    padding: 0 5%;
  }
}
section.interview .block {
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.interview .block {
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    margin-top: 0 !important;
  }
}
section.interview .block.block01 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  section.interview .block.block01 {
    margin-top: 20px !important;
  }
}
section.interview .block.block02 {
  margin-top: 50px;
}
section.interview .block.block03 {
  margin-top: 50px;
}
section.interview .block.block04 {
  margin-top: 50px;
}
section.interview h2 {
  font-size: 20px;
  color: #07213b;
  padding: 30px;
  border: 1px solid #07213b;
  margin-left: 50px;
  background-color: #f0eee9;
}
@media screen and (max-width: 768px) {
  section.interview h2 {
    margin: 30px 0 15px;
    padding: 15px 5%;
    margin-left: 0;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
  }
}
section.interview h3 {
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  section.interview h3 {
    margin: 30px 0 15px;
    line-height: 1.5;
  }
}
section.interview .text {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  section.interview .text {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
section.interview .text.text01 {
  -moz-column-count: 1;
       column-count: 1;
}
section.interview .text.text01 p:last-child {
  margin-left: 0;
}
section.interview .text.text02 {
  -moz-column-count: 2;
       column-count: 2;
}
section.interview .text.text02 p:last-child {
  margin-left: 70px;
}
section.interview .text.text03 {
  -moz-column-count: 2;
       column-count: 2;
}
section.interview .text.text03 p:last-child {
  margin-left: 0;
}
section.interview .text.text04 {
  -moz-column-count: 1;
       column-count: 1;
}
section.interview .text.text04 p:last-child {
  margin-left: 0;
}
section.interview .text p {
  height: 290px;
  margin-left: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  section.interview .text p {
    height: auto;
    line-height: 2;
    margin-left: 0;
    margin-bottom: 15px;
  }
  section.interview .text p br {
    display: block;
    content: "";
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  section.interview .text p:last-child {
    margin-left: 0 !important;
  }
}
section.interview .text p span.blue {
  color: #0b2988;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  section.interview .text p span.blue {
    padding: 0 1em 0 0;
  }
}
section.interview .text p span.red {
  color: #961628;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  section.interview .text p span.red {
    padding: 0 1em 0 0;
  }
}
section.interview .text p span.marker {
  background-color: #ffffff;
}
section.interview .img {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  section.interview .img {
    margin-top: 60px;
  }
}

.other {
  margin: 120px auto 0;
  background: url(/common/img/bg_square06.gif) no-repeat right calc(50% - 360px) top 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .other {
    width: 100%;
    margin: 60px auto 0;
    background: none;
    background: url(/common/img/bg_square06.gif) no-repeat right top;
    background-size: 50%;
  }
}
.other .end {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.other .end:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  width: 1px;
  height: 100px;
  background-color: #07213b;
}
@media screen and (max-width: 768px) {
  .other .end:after {
    height: 40px;
  }
}
.other .other-interview {
  font-size: 14px;
  text-align: center;
  margin: 127px 0 50px;
}
@media screen and (max-width: 768px) {
  .other .other-interview {
    margin: 67px 0 30px;
  }
}/*# sourceMappingURL=layout.css.map */