@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
#candidates {
  text-align: justify;
  hanging-punctuation: allow-end;
}
#candidates .lead {
  margin-top: 20px;
}
#candidates .lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#candidates .lead__box--imgblk {
  width: 63%;
  position: relative;
}
#candidates .lead__box--imgblk p {
  left: 0;
  bottom: 0;
  width: 64vw;
  max-width: 832px;
}
#candidates .lead__box--imgblk p img {
  display: block;
  margin-left: auto;
  border-radius: 15px;
}
#candidates .lead__box--txtblk {
  width: 37%;
  position: relative;
}
#candidates .lead__box--txtblk--deco {
  position: absolute;
  width: 472px;
  min-width: 472px;
  top: -180px;
  left: 10px;
}
#candidates .lead__box--txtblk p {
  font-size: 1.7rem;
  line-height: 2.2;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
#candidates .choice {
  padding: 88px 0 120px;
  background-color: #FDEEEC;
  margin-top: 100px;
}
#candidates .choice__box .firstblk {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
#candidates .choice__box .firstblk:first-of-type {
  display: block;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
#candidates .choice__box .firstblk.show {
  /*display: block;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 130;
  background-color: transparent;
  opacity: 1;
  pointer-events: all;
}
#candidates .choice__box .firstblk.q04 {
  pointer-events: none;
}
#candidates .choice__box .firstblk.q04 .firstblk__wrap {
  pointer-events: all;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner {
  display: none;
  position: relative;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner.heigaku .titleArea__wrap, #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner.tsushin .titleArea__wrap {
  left: auto;
  right: 5%;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap {
  position: relative;
  text-align: center;
  width: 390px;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap::after {
  content: "";
  display: inline-block;
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  left: -20px;
  top: -15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: -1;
  border-radius: 30px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--lead {
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 70px;
  position: relative;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--lead::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  left: calc(50% - 55px);
  bottom: -40px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--ttl {
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail {
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 10px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail .txt {
  font-size: 1.7rem;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .combtn {
  width: 207px;
  height: 53px;
  margin: auto;
  margin-top: 20px;
}
#candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .combtn::after {
  display: none;
}
#candidates .choice__box .firstblk__wrap {
  max-width: 1000px;
  width: 90%;
  position: absolute;
  background-color: #FDEEEC;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 15px;
}
#candidates .choice__box .firstblk__close {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
#candidates .choice__box .firstblk__ttl {
  text-align: center;
  color: #E85744;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 20px;
}
#candidates .choice__box .firstblk__txt {
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
#candidates .choice__box .firstblk__deco {
  width: auto;
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
#candidates .choice__box .firstblk.q01 .firstblk__flex, #candidates .choice__box .firstblk.q02 .firstblk__flex, #candidates .choice__box .firstblk.q03 .firstblk__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#candidates .choice__box .firstblk.q01 .firstblk__flex .answerblk, #candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk, #candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk {
  width: 24%;
  cursor: pointer;
}
#candidates .choice__box .firstblk.q01 .firstblk__flex .answerblk:nth-of-type(n+2), #candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk:nth-of-type(n+2), #candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk:nth-of-type(n+2) {
  margin-left: 14%;
}
#candidates .choice__box .firstblk.q02 .answerblk:nth-of-type(2), #candidates .choice__box .firstblk.q03 .answerblk:nth-of-type(2) {
  margin-top: 1%;
}
#candidates .choice__box .firstblk.q03 {
  pointer-events: none;
}
#candidates .choice__box .firstblk.q03 .firstblk__wrap {
  pointer-events: all;
  padding-top: 60px;
  padding-bottom: 60px;
}
#candidates .choice__box .firstblk .icon_close {
  position: absolute;
  width: 32px;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
#candidates .ytblk {
  padding: 137px 133px;
  text-align: center;
}
#candidates .ytblk__box {
  display: inline-block;
}
#candidates .linkarea {
  padding-bottom: 130px;
}
#candidates .linkarea .inrWidth {
  max-width: 850px;
}
#candidates .linkarea__L .combtn {
  width: 508px;
  margin: auto;
  font-size: 2.3rem;
  height: 86px;
  letter-spacing: 4px;
}
#candidates .linkarea__L .combtn::after {
  display: none;
}
#candidates .linkarea__M {
  margin-top: 37px;
}
#candidates .linkarea__M:nth-of-type(3) {
  margin-top: 85px;
}
#candidates .linkarea__M--ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#candidates .linkarea__M--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#candidates .linkarea__M--box--blk {
  width: 31%;
}
#candidates .linkarea__M--box--blk--txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
#candidates .opencampus {
  padding-bottom: 145px;
}
#candidates .opencampus__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
#candidates .opencampus__lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 70px;
}
#candidates .opencampus__banner {
  display: block;
  max-width: 884px;
  margin: auto;
  margin-bottom: 70px;
}
#candidates .opencampus__linarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 884px;
  margin: auto;
}
#candidates .opencampus__linarea a {
  width: 48.3%;
  height: 85px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efe7cf;
  position: relative;
  border-radius: 10px;
  font-size: 1.8rem;
}
#candidates .opencampus__linarea a.line__link::before {
  content: "";
  background-image: url(../img/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 41px;
  height: 39px;
  margin-right: 17px;
}
#candidates .opencampus__linarea a.siryo__link .siryou__link--deco {
  position: absolute;
  left: 5%;
  width: 29%;
  max-width: 122px;
  min-width: 80px;
}

/* SP */
@media screen and (max-width: 768px) {
  #candidates .lead {
    margin-top: 30px;
  }
  #candidates .lead__box {
    display: block;
    position: relative;
  }
  #candidates .lead__box--imgblk {
    width: 100%;
    position: relative;
  }
  #candidates .lead__box--imgblk p {
    width: 100%;
    max-width: inherit;
  }
  #candidates .lead__box--imgblk p img {
    display: block;
    margin-left: auto;
    border-radius: 10px;
  }
  #candidates .lead__box--txtblk {
    width: 100%;
    position: initial;
    margin-top: 15px;
  }
  #candidates .lead__box--txtblk--deco {
    position: absolute;
    width: 250px;
    min-width: inherit;
    top: -30px;
    left: -10px;
  }
  #candidates .lead__box--txtblk p {
    font-size: 1.5rem;
    line-height: 1.7;
    white-space: inherit;
    position: relative;
    z-index: 2;
  }
  #candidates .choice {
    padding: 40px 0 70px;
    background-color: #FDEEEC;
    margin-top: 50px;
  }
  #candidates .choice .inrWidth {
    width: 90%;
    max-width: 600px;
  }
  #candidates .choice__box .firstblk {
    /*display: none;*/
  }
  #candidates .choice__box .firstblk__wrap {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
  #candidates .choice__box .firstblk:first-of-type {
    display: block;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex {
    margin-top: 30px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner {
    display: none;
    position: relative;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner.heigaku .titleArea__wrap, #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner.tsushin .titleArea__wrap {
    left: auto;
    right: 0%;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap {
    position: relative;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap::after {
    content: "";
    display: inline-block;
    width: calc(100% + 0px);
    height: calc(100% + 30px);
    left: 0px;
    top: -15px;
    background-color: #FEF7F6;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--lead {
    font-weight: bold;
    line-height: 1;
    font-size: 1.4rem;
    margin-bottom: 35px;
    position: relative;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--lead::after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 1px;
    background-color: #3e3a39;
    position: absolute;
    left: calc(50% - 38px);
    bottom: -20px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--ttl {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 10px;
    margin: auto;
    width: 255px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail .ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .titleArea__txtblk--detail .txt {
    font-size: 1.1rem;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .combtn {
    width: 160px;
    height: 40px;
    margin: auto;
    margin-top: 15px;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .titleArea__wrap .combtn::after {
    display: none;
  }
  #candidates .choice__box .firstblk.q04 .firstblk__flex .rusult__inner .rusult__inner--img {
    width: 205px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  #candidates .choice__box .firstblk__ttl {
    text-align: center;
    color: #E85744;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  #candidates .choice__box .firstblk__txt {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }
  #candidates .choice__box .firstblk__deco {
    width: auto;
    height: 60px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  #candidates .choice__box .firstblk.q01 .firstblk__flex, #candidates .choice__box .firstblk.q02 .firstblk__flex, #candidates .choice__box .firstblk.q03 .firstblk__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #candidates .choice__box .firstblk.q01 .firstblk__flex .answerblk, #candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk, #candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk {
    width: 31%;
  }
  #candidates .choice__box .firstblk.q01 .firstblk__flex .answerblk:nth-of-type(n+2), #candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk:nth-of-type(n+2), #candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk:nth-of-type(n+2) {
    margin-left: 3.5%;
  }
  #candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk, #candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk {
    width: 35%;
  }
  #candidates .choice__box .firstblk .icon_close {
    position: absolute;
    width: 20px;
    top: 7px;
    right: 10px;
    cursor: pointer;
  }
  #candidates .ytblk {
    width: 80%;
    margin: auto;
    padding: 50px 0px;
    text-align: center;
  }
  #candidates .ytblk__box {
    display: inline-block;
  }
  #candidates .linkarea {
    padding-bottom: 60px;
  }
  #candidates .linkarea .inrWidth {
    max-width: 850px;
  }
  #candidates .linkarea__L .combtn {
    width: 100%;
    max-width: 320px;
    margin: auto;
    font-size: 1.8rem;
    height: 60px;
    letter-spacing: 2px;
  }
  #candidates .linkarea__L .combtn::after {
    display: none;
  }
  #candidates .linkarea__M {
    margin-top: 25px;
  }
  #candidates .linkarea__M:nth-of-type(3) {
    margin-top: 50px;
  }
  #candidates .linkarea__M--ttl {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
  }
  #candidates .linkarea__M--box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #candidates .linkarea__M--box--blk {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  #candidates .linkarea__M--box--blk:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #candidates .linkarea__M--box--blk--txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
  }
  #candidates .opencampus {
    padding-bottom: 70px;
  }
  #candidates .opencampus__ttl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #candidates .opencampus__lead {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  #candidates .opencampus__banner {
    display: block;
    max-width: 884px;
    margin: auto;
    margin-bottom: 35px;
  }
  #candidates .opencampus__linarea {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 884px;
    margin: auto;
  }
  #candidates .opencampus__linarea a {
    width: 100%;
    max-width: 300px;
    margin: auto;
    height: 72px;
    font-size: 1.5rem;
  }
  #candidates .opencampus__linarea a.line__link::before {
    content: "";
    background-image: url(../img/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    margin-right: 6px;
  }
  #candidates .opencampus__linarea a.siryo__link {
    margin-top: 20px;
  }
  #candidates .opencampus__linarea a.siryo__link .siryou__link--deco {
    position: absolute;
    left: 5%;
    width: 29%;
    max-width: 100px;
    min-width: 80px;
  }
}
/* SP ここまで */