.overview__list, .selection__requirements__list, .form__groups {
  font-size: .8125em;
  border-bottom: 1px solid #aeaeae;
}

.overview__list dt, .selection__requirements__list dt, .form__groups dt {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 30%;
  float: left;
  clear: both;
  border-top: 1px solid #aeaeae;
}

@media screen and (max-width: 860px) {
  .overview__list dt, .selection__requirements__list dt, .form__groups dt {
    padding-left: 0;
  }
}

.overview__list dd, .selection__requirements__list dd, .form__groups dd {
  line-height: 2.0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 70%;
  margin-left: 30%;
  border-top: 1px solid #aeaeae;
}

.overview__list dd strong, .selection__requirements__list dd strong, .form__groups dd strong {
  color: #dc0000;
}

@media screen and (max-width: 860px) {
  .overview__list dd ol, .selection__requirements__list dd ol, .form__groups dd ol {
    padding-left: 10px;
  }
}

.section__title.has-caption, .about__list__item::before, .about__list__item::after {
  font-family: din-2014, sans-serif;
  font-style: normal;
}

.btn, .topview figure figcaption {
  transition: all .5s;
}

.overview__list::before, .selection__requirements__list::before, .form__groups::before, .project__box__list::before, .project__flow__list::before, .interview-summary::before, .interview__questions__list dt::before, .selection__features__list::before, .entry__step__list::before, .overview__list::after, .selection__requirements__list::after, .form__groups::after, .project__box__list::after, .project__flow__list::after, .interview-summary::after, .interview__questions__list dt::after, .selection__features__list::after, .entry__step__list::after {
  content: ' ';
  display: table;
}

.overview__list::after, .selection__requirements__list::after, .form__groups::after, .project__box__list::after, .project__flow__list::after, .interview-summary::after, .interview__questions__list dt::after, .selection__features__list::after, .entry__step__list::after {
  clear: both;
}

.container, .project__flow__list__item dt {
  margin-right: auto;
  margin-left: auto;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  border-top: 4px solid #dc0000;
}

.container {
  width: 1000px;
  height: 100%;
}

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

.btn {
  background-color: #dc0000;
  color: #fff;
  font-weight: bold;
  min-width: 165px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

@media screen and (max-width: 860px) {
  .btn {
    width: 100%;
    min-width: auto;
  }
}

.btn::after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  line-height: 1.0;
  content: '>';
}

.btn:hover {
  opacity: .75;
}

.is-dotted {
  background-image: url("../images/bg-dotted.png");
  background-size: cover;
}

.bordered-box {
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  font-weight: bold;
  display: inline-block;
  line-height: 2.0;
  padding-left: .5em;
  padding-right: .5em;
  min-width: 67px;
  text-align: center;
}

.bordered-box.bordered-red {
  border-color: #dc0000;
  color: #dc0000;
}

.visible-sm {
  display: none;
}

@media screen and (max-width: 840px) {
  .visible-sm {
    display: inline;
  }
}

.visible-md {
  display: inline;
}

@media screen and (max-width: 840px) {
  .visible-md {
    display: none;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 860px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section.is-collapse {
  padding-bottom: 0;
}

.section__title {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .section__title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.section__title.has-caption {
  font-weight: 700;
  text-align: center;
  color: #dc0000;
  font-size: 4.6875em;
  line-height: 1.0;
}

@media screen and (max-width: 860px) {
  .section__title.has-caption {
    font-size: 3.2875em;
  }
}

.section__title.has-caption small {
  font-size: .2em;
  color: #000;
  display: block;
  padding-top: .5em;
  line-height: 1.0;
}

.section__title.is-dotted {
  margin-top: -80px;
  margin-bottom: -50px;
  padding-top: 80px;
  padding-bottom: 50px;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .section__title.is-dotted {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.section__title.is-dotted small {
  color: #fff;
}

.section__title.no-caption {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-size: 1.25em;
  line-height: 1.0;
  text-align: center;
  font-weight: 700;
  background-color: #dc0000;
  color: #fff;
}

.section__title.is-large {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  font-size: 2.1875em;
}

@media screen and (max-width: 860px) {
  .section__title.is-large {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.4em;
  }
}

.section__content {
  padding-top: 100px;
}

@media screen and (max-width: 860px) {
  .section__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
}

.section__content.is-collapse {
  padding-top: 0;
}

.section__title.is-dotted + .section__content.is-collapse {
  padding-top: 50px;
}

@media screen and (max-width: 860px) {
  .section__title.is-dotted + .section__content.is-collapse {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.section__thumbnail {
  margin: 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 860px) {
  .section__thumbnail {
    text-align: center;
  }
  .section__thumbnail img {
    max-width: 100%;
  }
}

.section__thumbnail.thumbnail-left {
  float: left;
  margin-right: 45px;
}

@media screen and (max-width: 860px) {
  .section__thumbnail.thumbnail-left {
    float: none;
    margin-right: 0;
  }
}

.section__thumbnail.thumbnail-right {
  float: right;
  margin-left: 45px;
}

@media screen and (max-width: 860px) {
  .section__thumbnail.thumbnail-right {
    float: none;
    margin-top: 45px;
    margin-left: 0;
  }
}

.section__thumbnail__figcaption {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .8125em;
}

.section__thumbnail__figcaption strong {
  font-size: 1.538461538em;
}

.section__thumbnail__figcaption.figcaption-center {
  text-align: center;
}

.section__paragraph p {
  font-size: .9375em;
  line-height: 1.666666667;
}

.section__paragraph p.clear-left {
  clear: left;
}

.header__inner {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  display: table;
}

@media screen and (max-width: 860px) {
  .header__inner {
    padding-top: 0;
    padding-bottom: 0;
    border-spacing: 10px;
    table-layout: fixed;
  }
}

.header__brand {
  text-align: left;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.header__brand a:link { color: #ffffff; }
.header__brand a:visited { color: #ffffff; }
.header__brand a:hover { color: #ffffff; }
.header__brand a:active { color: #ffffff; }



@media screen and (max-width: 860px) {
  .header__brand {
    width: 67%;
  }
  .header__brand img {
    max-width: 100%;
    display: block;
  }
}

.header__action {
  text-align: right;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 860px) {
  .header__action {
    width: 33%;
  }
  .header__action img {
    max-width: 100%;
  }
}

.topview {
  display: block;
  position: relative;
  padding-top: 48.125%;
  background-image: url("../images/bg-topview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  .topview {
    padding-top: 135.2381%;
  }
}

.topview figure {
  background-color: rgba(0, 0, 0, 0.55);
  width: 29.375%;
  max-width: 470px;
  padding-top: 470px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 5.625%;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .topview figure {
    padding-top: 29.375%;
  }
}

@media screen and (max-width: 860px) {
  .topview figure {
    margin-top: 9.375%;
    width: 67.44186%;
    padding-top: 72.09302%;
  }
}

.topview figure img {
  position: absolute;
  top: 6.25%;
  left: 0;
  right: 0;
  max-width: 85%;
  margin: auto;
}

.topview figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5625em;
  padding-left: 7.44681%;
  padding-right: 7.44681%;
}

@media screen and (max-width: 1600px) {
  .topview figure figcaption {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1220px) {
  .topview figure figcaption {
    font-size: .8em;
  }
}

.topview figure figcaption::before {
  content: '';
  display: block;
  border-top: 1px solid #fff;
  width: 100%;
}

.topview__message {
  height: 120px;
  position: absolute;
  width: 100%;
  background-color: rgba(220, 0, 0, 0.85);
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.4375em;
  bottom: 0;
  display: table;
}

@media screen and (max-width: 1600px) {
  .topview__message {
    height: 100px;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1220px) {
  .topview__message {
    height: 80px;
    font-size: 1.0em;
  }
}

@media screen and (max-width: 860px) {
  .topview__message {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.topview__message p {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.about {
  background-image: url("../images/about/bg-building.png");
  background-size: cover;
  background-position: top center;
}

.about__list__item {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .about__list__item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.about__list__item + .about__list__item {
  margin-top: 85px;
}

@media screen and (max-width: 860px) {
  .about__list__item + .about__list__item {
    margin-top: 0;
    border-top: 1px solid #dc0000;
  }
}

.about__list__item dt {
  font-size: 1.70625em;
  font-weight: 700;
  font-style: normal;
  vertical-align: baseline;
  line-height: 2.0;
}

@media screen and (max-width: 860px) {
  .about__list__item dt {
    text-align: center;
    font-size: 1.0em;
    line-height: 1.3;
  }
}

.about__list__item dt strong {
  font-size: 1.428571429em;
  font-weight: 700;
  color: #dc0000;
}

.about__list__item dd {
  font-size: .9375em;
  font-weight: 700;
  margin-left: 0;
}

.about__list__item dd p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.666666667;
}

.about__list__item::before, .about__list__item::after {
  width: 135px;
  text-align: center;
  line-height: 1.0;
  position: absolute;
  color: #fff;
  font-size: 13.625em;
  filter: dropshadow(color=#dc0000, offX=0, offY=-1) dropshadow(color=#dc0000, offX=1, offY=0) dropshadow(color=#dc0000, offX=0, offY=1) dropshadow(color=#dc0000, offX=-1, offY=0);
  text-shadow:0px 0px 3px #dc0000;
  text-stroke-color: #dc0000;
  text-stroke-width: 1px;
  top: 50%;
  margin-top: -.5em;
}

@media screen and (max-width: 860px) {
  .about__list__item::before, .about__list__item::after {
    font-size: 4.525em;
    margin-top: 0;
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__list__item-numbering-left dt, .about__list__item-numbering-left dd + dd {
  margin-left: 135px;
  padding-right: 340px;
}

@media screen and (max-width: 860px) {
  .about__list__item-numbering-left dt, .about__list__item-numbering-left dd + dd {
    margin-left: 0;
    padding-right: 0;
  }
}

.about__list__item-numbering-left::before {
  left: 0;
}

@media screen and (max-width: 860px) {
  .about__list__item-numbering-left::before {
    left: auto;
  }
}

.about__list__item-numbering-right dt, .about__list__item-numbering-right dd + dd {
  margin-right: 135px;
  padding-left: 360px;
}

@media screen and (max-width: 860px) {
  .about__list__item-numbering-right dt, .about__list__item-numbering-right dd + dd {
    margin-right: 0;
    padding-left: 0;
  }
}

.about__list__item-numbering-right::after {
  right: 0;
}

.about__list__item:nth-child(1)::before {
  content: '1';
}

@media screen and (max-width: 860px) {
  .about__list__item:nth-child(2)::before {
    content: '2';
  }
}

.about__list__item:nth-child(2)::after {
  content: '2';
}

@media screen and (max-width: 860px) {
  .about__list__item:nth-child(2)::after {
    content: none;
  }
}

.about__list__item:nth-child(3)::before {
  content: '3';
}

.about__list__item__thumbnail {
  position: absolute;
}

@media screen and (max-width: 860px) {
  .about__list__item__thumbnail {
    position: static;
  }
}

.about__list__item__thumbnail figure {
  margin: 0;
}

.about__list__item-thumbnail-left .about__list__item__thumbnail {
  left: 0;
  top: 50%;
  margin-top: -150px;
}

@media screen and (max-width: 860px) {
  .about__list__item-thumbnail-left .about__list__item__thumbnail {
    margin-top: 0;
  }
}

.about__list__item-thumbnail-right .about__list__item__thumbnail {
  right: 0;
  top: 50%;
  margin-top: -150px;
}

@media screen and (max-width: 860px) {
  .about__list__item-thumbnail-right .about__list__item__thumbnail {
    margin-top: 0;
  }
}

.project__box__list {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.project__box__list__item {
  float: left;
  width: 50%;
  height: 400px;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  .project__box__list__item {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
  }
}

.project__box__list__item__inner {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.project__box__list__item__inner__cell {
  display: table-cell;
  vertical-align: middle;
}

.project__box__list__item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125em;
  line-height: 40px;
}

.project__box__list__item h3::before {
  font-weight: 700;
  font-size: 19px;
  display: block;
  float: left;
  background-color: #dc0000;
  line-height: 35px;
  margin-top: 5px;
  margin-right: 10px;
  width: 35px;
  text-align: center;
}

.project__box__list__item p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: .9375em;
  line-height: 1.666666667;
}

.project__box__list__item p + p {
  margin-top: 0;
}

.project__box__list__item:nth-child(1) {
  background-image: url("../images/project/bg-box01.png");
}

.project__box__list__item:nth-child(1) h3::before {
  content: '1';
}

.project__box__list__item:nth-child(2) {
  background-image: url("../images/project/bg-box02.png");
}

.project__box__list__item:nth-child(2) h3::before {
  content: '2';
}

.project__box__list__item:nth-child(3) {
  background-image: url("../images/project/bg-box03.png");
}

.project__box__list__item:nth-child(3) h3::before {
  content: '3';
}

.project__box__list__item:nth-child(4) {
  background-image: url("../images/project/bg-box04.png");
}

.project__box__list__item:nth-child(4) h3::before {
  content: '4';
}

.project__box__list__item:nth-child(odd) .project__box__list__item__inner {
  float: right;
  padding-right: 45px;
}

@media screen and (max-width: 860px) {
  .project__box__list__item:nth-child(odd) .project__box__list__item__inner {
    padding-right: 0;
  }
}

.project__box__list__item:nth-child(even) .project__box__list__item__inner {
  float: left;
  padding-left: 45px;
}

@media screen and (max-width: 860px) {
  .project__box__list__item:nth-child(even) .project__box__list__item__inner {
    padding-left: 0;
  }
}

.project__flow {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 860px) {
  .project__flow {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.project__flow__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.4375em;
}

@media screen and (max-width: 860px) {
  .project__flow__title {
    font-size: 1.0em;
  }
}

.project__flow__list {
  margin-top: 40px;
}

.project__flow__list__item {
  float: left;
  width: 160px;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item {
    display: table;
    float: none;
    width: 100%;
  }
}

.project__flow__list__item + .project__flow__list__item {
  position: relative;
  margin-left: 50px;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item + .project__flow__list__item {
    margin-left: 0;
    margin-top: 40px;
  }
}

.project__flow__list__item + .project__flow__list__item::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 14px;
  border-color: transparent;
  border-style: solid;
  border-left-color: #fff;
  left: -30px;
  top: 80px;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item + .project__flow__list__item::after {
    border-width: 14px 10px;
    border-left-color: transparent;
    border-top-color: #fff;
    left: 40px;
    top: -40px;
  }
}

.project__flow__list__item::before {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  padding-bottom: 5px;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item::before {
    width: 130px;
  }
}

.project__flow__list__item:nth-child(1)::before {
  content: 'STEP 1';
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(1)::before {
    content: none;
  }
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(1) dt::before {
    content: 'STEP 1';
  }
}

.project__flow__list__item:nth-child(2)::before {
  content: 'STEP 2';
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(2)::before {
    content: none;
  }
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(2) dt::before {
    content: 'STEP 2';
  }
}

.project__flow__list__item:nth-child(3)::before {
  content: 'STEP 3';
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(3)::before {
    content: none;
  }
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(3) dt::before {
    content: 'STEP 3';
  }
}

.project__flow__list__item:nth-child(4)::before {
  content: 'STEP 4';
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(4)::before {
    content: none;
  }
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(4) dt::before {
    content: 'STEP 4';
  }
}

.project__flow__list__item:nth-child(5)::before {
  content: 'STEP 5';
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(5)::before {
    content: none;
  }
}

@media screen and (max-width: 860px) {
  .project__flow__list__item:nth-child(5) dt::before {
    content: 'STEP 5';
  }
}

.project__flow__list__item dt {
  margin-bottom: 10px;
  display: table;
  width: 130px;
  height: 130px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item dt {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    float: left;
    position: relative;
  }
  .project__flow__list__item dt::before {
    color: #fff;
    font-weight: 700;
    left: 0;
    width: 100px;
    position: absolute;
    top: -1.5em;
  }
}

.project__flow__list__item dt span {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}

.project__flow__list__item dd {
  font-size: .9375em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  margin-left: 0;
}

@media screen and (max-width: 860px) {
  .project__flow__list__item dd {
    padding-top: 20px;
    float: left;
    text-align: left;
  }
}

.message {
  position: relative;
}

@media screen and (max-width: 860px) {
  .message.is-collapse {
    padding-bottom: 350px;
  }
  .message .section__thumbnail:first-child {
    padding-top: 10px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .message .section__thumbnail.thumbnail-right {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .message .section__thumbnail.thumbnail-right img {
    width: 100%;
  }
}

.interview {
  overflow: hidden;
}

.interview__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.interview__list__item {
  padding-bottom: 70px;
  position: relative;
}

.interview__list__item:nth-child(1)::after {
  content: '';
  background-image: url("../images/interview/bg-interview01.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 116.8125%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 860px) {
  .interview__list__item:nth-child(1)::after {
    left: -20px;
    width: calc(100% + 40px);
  }
}

.interview__list__item:nth-child(2) {
  padding-top: 120px;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .interview__list__item:nth-child(2) {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.interview__list__item:nth-child(2)::before {
  content: '';
  background-image: url("../images/interview/bg-interview02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 860px) {
  .interview__list__item:nth-child(2)::before {
    width: 100%;
  }
}

.interview-summary__thumbnail {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .interview-summary__thumbnail {
    padding-top: 10px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .interview-summary__thumbnail img {
    max-width: 100%;
  }
}

.interview-summary__thumbnail.thumbnail-left {
  float: left;
  margin-right: 45px;
}

@media screen and (max-width: 860px) {
  .interview-summary__thumbnail.thumbnail-left {
    float: none;
    margin-right: 0;
  }
}

.interview-summary__thumbnail.thumbnail-right {
  float: right;
  margin-left: 45px;
}

@media screen and (max-width: 860px) {
  .interview-summary__thumbnail.thumbnail-right {
    float: none;
    margin-left: 0;
  }
}

.interview-summary__summary {
  float: left;
}

@media screen and (max-width: 860px) {
  .interview-summary__summary {
    margin-top: 15px;
  }
  .interview-summary__summary .bordered-box {
    font-size: .7em;
  }
}

.interview-summary__summary__title {
  color: #dc0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.0625em;
  line-height: 1.484848485;
}

@media screen and (max-width: 860px) {
  .interview-summary__summary__title {
    font-size: 1.1em;
    font-weight: 700;
  }
}

.interview-summary__summary__interviewee {
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .interview-summary__summary__interviewee {
    font-size: .8em;
  }
}

.interviewee-name-ja {
  font-size: 1.3125em;
}

.interviewee-name-en {
  font-size: .6875em;
  display: block;
}

.interviewee-age {
  font-size: .875em;
}

.interview__questions__list dt {
  border-top: 1px solid #dc0000;
  font-size: 1.5625em;
  color: #dc0000;
}

.interview__questions__list dt p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 61px;
}

@media screen and (max-width: 860px) {
  .interview__questions__list dt p {
    line-height: 1.333333333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .6em;
    font-weight: 700;
  }
  .interview__questions__list dt p.multiple-line {
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: .5em;
  }
}

.question-number {
  background-color: #dc0000;
  width: 61px;
  line-height: 61px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
}

@media screen and (max-width: 860px) {
  .question-number {
    width: 40px;
    line-height: 40px;
    font-size: .7em;
  }
}

.interview__questions__list dd {
  padding-top: 20px;
  padding-bottom: 50px;
  margin-left: 0;
  font-size: .9375em;
  line-height: 1.666666667;
}

.interview__schedule {
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 860px) {
  .interview__schedule__title {
    font-size: .8em;
  }
}

.interview__schedule__title strong {
  font-size: 1.625em;
  color: #dc0000;
}

.interview__schedule figure {
  margin: 0;
  margin-top: 25px;
}

@media screen and (max-width: 860px) {
  .interview__schedule figure img {
    max-width: 100%;
  }
}

.selection__flow__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  table-layout: fixed;
}

@media screen and (max-width: 860px) {
  .selection__flow__list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.selection__flow__list__item {
  display: table-cell;
}

@media screen and (max-width: 860px) {
  .selection__flow__list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.selection__flow__list__item figure {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .selection__flow__list__item figure img {
    max-width: 100%;
  }
}

.selection__flow__list__item figure figcaption {
  font-size: 1.375em;
  color: #dc0000;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .selection__flow__list__item figure figcaption {
    font-size: .8em;
  }
}

.selection__flow__list__item + .selection__flow__list__item {
  position: relative;
}

.selection__flow__list__item + .selection__flow__list__item::before {
  position: absolute;
  top: 50%;
  left: -13.5px;
  margin-top: -20px;
  content: '';
  display: block;
  border-width: 20px 27px;
  border-color: transparent;
  border-style: solid;
  border-left-color: #dc0000;
}

@media screen and (max-width: 860px) {
  .selection__flow__list__item + .selection__flow__list__item::before {
    margin-top: -10px;
    left: -6.25px;
    border-width: 10px 13.5px;
  }
}

.selection__features__list {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
  /* &__thumbnail { */
  /*     float: right; */
  /*     @include media-query { */
  /*         float: none; */
  /*     } */
  /*     figure { */
  /*         margin: 0; */
  /*     } */
  /*     & + dd { */
  /*     } */
  /* } */
}

.selection__features__list::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  background-image: url("../images/selection/selection-feature01.jpg");
  width: 30%;
  padding-top: calc((200 / 1000) * 100%);
  background-size: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .selection__features__list::after {
    background-image: url("../images/selection/selection-feature01@2x.jpg");
  }
}

@media screen and (max-width: 860px) {
  .selection__features__list::after {
    margin-top: 25px;
    position: static;
    width: 100%;
    padding-top: 66.66667%;
  }
}

.selection__features__list dt {
  color: #dc0000;
  font-weight: 700;
  font-size: 1.1875em;
  margin-bottom: 15px;
}

.selection__features__list dd {
  font-size: .9375em;
  margin-left: 0;
}

.selection__features__list dt, .selection__features__list dd {
  padding-right: 32%;
}

@media screen and (max-width: 860px) {
  .selection__features__list dt, .selection__features__list dd {
    padding-right: 0;
  }
}

.entry__description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9375em;
  line-height: 1.73333;
}

@media screen and (max-width: 860px) {
  .entry__description {
    padding-top: 15px;
  }
}

.entry strong {
  font-weight: normal;
  color: #dc0000;
}

.entry__step {
  padding-top: 50px;
  padding-bottom: 50px;
}

.entry__step__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
  width: 1185px;
}

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

.entry__step__list__item {
  float: left;
  width: 210px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 0.9375em;
  text-align: center;
  background-color: #949494;
  color: #fff;
  margin-right: 185px;
  position: relative;
}

@media screen and (max-width: 860px) {
  .entry__step__list__item {
    font-size: .7em;
    width: 30%;
    margin-right: 5%;
  }
  .entry__step__list__item:last-child {
    margin-right: 0;
  }
}

.entry__step__list__item::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  background-color: #949494;
}

.entry__step__list__item:last-child::after {
  content: none;
}

.entry__step__list__item.is-current {
  background-color: #dc0000;
}

.entry__step__list__item.is-current::after {
  background-color: #dc0000;
  height: 4px;
  margin-top: -1px;
}

.form__groups {
  background-color: #e8e8e8;
  font-size: .8125em;
}

@media screen and (max-width: 860px) {
  .form__groups {
    background-color: transparent;
  }
}

.form__groups dt {
  font-size: .9em;
}

@media screen and (max-width: 860px) {
  .form__groups dt {
    float: left;
  }
}

.form__groups dt.required::after {
  content: '\03000\0203b';
  color: #dc0000;
}

.form__groups dd {
  background-color: #fff;
}

@media screen and (max-width: 860px) {
  .form__groups dd {
    float: left;
    margin-left: 0;
  }
}

.form__groups dd textarea,
.form__groups dd input[type=text] {
  border: 1px solid #aeaeae;
  width: 90%;
  color: #949494;
  padding: 10px;
}

.form-inline input[type=text] {
  width: auto !important;
}

.form__btns {
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}

.form__btns__btn {
  font-weight: 700;
  color: #fff;
  border: 0;
  font-size: .9375em;
  line-height: 50px;
}

@media screen and (max-width: 860px) {
  .form__btns__btn {
    line-height: 30px;
  }
}

.btn-reset {
  background-color: #666666;
  width: 180px;
}

@media screen and (max-width: 860px) {
  .btn-reset {
    width: 30%;
  }
}

.btn-submit {
  margin-left: 16px;
  width: 360px;
  background-color: #dc0000;
}

@media screen and (max-width: 860px) {
  .btn-submit {
    margin-left: 2%;
    width: 66%;
  }
}

.footer__copyright {
  font-size: 0.6875em;
  background-color: #dc0000;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .footer__copyright {
    font-size: .6em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
