@charset "UTF-8";
@media screen and (min-width: 751px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

body.is-open {
  position: static;
}
@media screen and (max-width: 750px) {
  body.is-open {
    overflow: hidden;
    position: fixed;
    background: #fff;
  }
}

.page {
  overflow: hidden;
  /*  l-header
  ---------------------------------*/
  /*  l-gnavi
  ---------------------------------*/
  /*  l-side-sns
  ---------------------------------*/
  /*  l-footer
  ---------------------------------*/
}
.page * {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #323232;
}
.page p {
  font-weight: 500;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 751px) {
  .page a:hover {
    opacity: 0.6;
  }
}
.page .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
}
.page .l-header-logo {
  margin: 23px 0 0 27px;
}
@media screen and (max-width: 750px) {
  .page .l-header-logo {
    margin: 3.7vw 0 0 4.3vw;
  }
}
.page .l-header-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .l-header-logo__item {
  width: 192px;
}
@media screen and (max-width: 750px) {
  .page .l-header-logo__item {
    width: 32.8vw;
  }
}
.page .l-gnavi-trigger {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Status */
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger {
    top: 3.5vw;
    right: 2.7vw;
    width: auto;
    height: auto;
  }
}
.page .l-gnavi-trigger__inner {
  display: block;
  width: 48px;
  height: 13px;
  position: relative;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger__inner {
    width: 9.6vw;
    height: 2.7vw;
  }
}
.page .l-gnavi-trigger__inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: transparent;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger__inner span {
    height: 1px;
    border-bottom: 1px solid #fff;
  }
}
.page .l-gnavi-trigger__inner span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page .l-gnavi-trigger__inner span:nth-child(2) {
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page .l-gnavi-trigger__inner span:before, .page .l-gnavi-trigger__inner span:after {
  content: "";
  display: inline-block;
  width: 37.5%;
  height: 2px;
  border-bottom: 2px solid #323232;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger__inner span:before, .page .l-gnavi-trigger__inner span:after {
    height: 1px;
    border-bottom: 1px solid #323232;
  }
}
.page .l-gnavi-trigger__inner span:before {
  top: 0;
  left: 0;
}
.page .l-gnavi-trigger__inner span:after {
  bottom: -2px;
  right: 0;
}
.page .l-gnavi-trigger:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page .l-gnavi-trigger.is-open {
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger.is-open {
    top: 4.8vw;
    right: 6.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner span {
  background: transparent;
}
.page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner span:nth-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner span:before, .page .l-gnavi-trigger.is-open .l-gnavi-trigger__inner span:after {
  opacity: 1;
}
.page .l-gnavi-main {
  width: 49%;
  max-width: 628px;
  height: 100%;
  min-height: 100vh;
  opacity: 1;
  background: #fff;
  position: fixed;
  z-index: 998;
  top: 0;
  right: -100%;
  border-radius: 0;
  padding: 112px 0 0 40px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Status */
}
.page .l-gnavi-main::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-main {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16.5vw 0 2.7vw 9.1vw;
  }
}
.page .l-gnavi-main.is-open {
  -webkit-animation-name: gnavi-bg;
          animation-name: gnavi-bg;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-main.is-open {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}
@-webkit-keyframes gnavi-bg {
  100% {
    right: 0;
  }
}
@keyframes gnavi-bg {
  100% {
    right: 0;
  }
}
.page .l-gnavi-menu {
  position: relative;
}
.page .l-gnavi-menu .l-gnavi__item {
  margin: 25px 0 0;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-menu .l-gnavi__item {
    margin: 6.4vw 0 0;
  }
}
.page .l-gnavi-menu .l-gnavi__item:first-child {
  margin-top: 0;
}
.page .l-gnavi-menu .l-gnavi__item a {
  display: inline-block;
  font-size: 26px;
  font-family: "Abel", sans-serif;
  letter-spacing: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-menu .l-gnavi__item a {
    font-size: 6.9vw;
    letter-spacing: 0.15rem;
  }
}
.page .l-gnavi-menu .js-hidden__trig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .l-gnavi-menu .js-hidden__trig:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/icon-js-hidden.png");
  background-size: contain;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page .l-gnavi-menu .js-hidden__trig.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page .l-gnavi-menu .js-hidden__list {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 6px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-menu .js-hidden__list {
    margin: 2.4vw 0 0;
  }
}
.page .l-gnavi-menu .js-hidden__list.is-open {
  opacity: 1;
  height: auto;
  overflow: auto;
}
.page .l-gnavi-menu .js-hidden__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-menu .js-hidden__item {
    margin: 3.2vw 0 0;
  }
}
.page .l-gnavi-menu .js-hidden__item:first-child {
  margin-top: 0;
}
.page .l-gnavi-menu .js-hidden__item:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #646464;
  margin-right: 10px;
}
.page .l-gnavi-menu .js-hidden__item a, .page .l-gnavi-menu .js-hidden__item span {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  color: #646464;
  font-weight: 600;
}
.page .l-gnavi-menu .js-hidden__item span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-menu .js-hidden__item span {
    font-size: 3.2vw;
  }
}
.page .l-gnavi-sns {
  position: relative;
  margin: 150px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .page .l-gnavi-sns {
    margin: 36.8vw 0 0;
  }
}
.page .l-gnavi-sns .l-gnavi__item {
  width: 26px;
  margin-right: 20px;
}
.page .l-gnavi-sns .l-gnavi__item:last-child {
  margin-right: 0;
}
.page .l-side-sns {
  position: fixed;
  z-index: 995;
  right: 15px;
  top: 37.2vh;
}
@media screen and (max-width: 750px) {
  .page .l-side-sns {
    right: 1.3vw;
    top: 65.1vw;
  }
}
.page .l-side-sns__title {
  position: relative;
  text-align: center;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .page .l-side-sns__title {
    margin: 0 0 2.1vw;
  }
}
.page .l-side-sns__title:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 39px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page .l-side-sns__title:before {
    height: 8.5vw;
    margin-bottom: 1.9vw;
  }
}
.page .l-side-sns__title p {
  font-size: 13px;
  letter-spacing: 0.2rem;
  font-family: "Abel", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: auto;
  display: inline;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .page .l-side-sns__title p {
    font-size: 3.5vw;
    letter-spacing: 0.3rem;
  }
}
.page .l-side-sns__item {
  width: 24px;
  height: auto;
  margin: 0 0 16px;
}
@media screen and (max-width: 750px) {
  .page .l-side-sns__item {
    width: 4.8vw;
    margin: 0 0 2.7vw;
  }
}
.page .l-side-sns__item:last-child {
  margin-bottom: 0;
}
.page .l-footer {
  position: relative;
  z-index: 2;
  padding: 130px 0 33px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .page .l-footer {
    padding: 17.3vw 0 5.3vw;
  }
}
.page .l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .l-footer__list {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .page .l-footer__list {
    width: 91.2vw;
    margin: 0 auto;
  }
}
.page .l-footer__item {
  width: 246px;
  margin-right: 18px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .l-footer__item {
    max-width: 100%;
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .page .l-footer__item {
    width: 33.3333333333%;
    margin-right: 0;
  }
}
.page .l-footer__item:last-child {
  margin-right: 0;
}
.page .l-footer__item img {
  max-width: 246px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .l-footer__item img {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .page .l-footer__item img {
    max-width: 100%;
  }
}
.page .l-footer__copy {
  margin: 103px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .l-footer__copy {
    margin: 12.8vw 0 0;
  }
}
.page .l-footer__copy p {
  display: inline-block;
  text-align: center;
  font-family: "Abel", sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.14rem;
  color: #30314E;
}
@media screen and (max-width: 750px) {
  .page .l-footer__copy p {
    font-size: 2.1vw;
  }
}
.page .l-footer__top {
  position: absolute;
  z-index: 997;
  right: 70px;
  top: 40px;
  width: 32px;
}
@media screen and (max-width: 750px) {
  .page .l-footer__top {
    width: 6.7vw;
    right: 3.5vw;
    bottom: auto;
    top: 2.7vw;
  }
}

.page {
  /*  inner
  ---------------------------------*/
  /*  anchor
  ---------------------------------*/
  /*  bg
  ---------------------------------*/
  /*  title
  ---------------------------------*/
  /*  c-text
  ---------------------------------*/
  /*  balloon
  ---------------------------------*/
  /*  btn
  ---------------------------------*/
  /*  deco
  ---------------------------------*/
  /*  voice
  ---------------------------------*/
}
.page .c-inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.page .c-anchor {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 750px) {
  .page .c-anchor {
    margin-top: -13.3vw;
    padding-top: 13.3vw;
  }
}
.page .c-bg--noise {
  position: relative;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/haikei_sozai.png");
  background-blend-mode: multiply;
}
@media all and (-ms-high-contrast: none) {
  .page .c-bg--noise {
    background-image: none;
    background-blend-mode: none;
  }
}
.page .c-bg--border {
  position: absolute;
  z-index: 1;
  max-width: 899px;
  height: 299px;
}
.page .c-bg--border:before, .page .c-bg--border:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #fff;
  top: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
.page .c-bg--border:before {
  width: 0;
  height: 2px;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .c-bg--border:before {
    height: 1px;
    border-top: 1px solid #fff;
  }
}
.page .c-bg--border:after {
  width: 2px;
  height: 0;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .c-bg--border:after {
    width: 1px;
    border-left: 1px solid #fff;
  }
}
.page .c-bg--border p {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Abel", sans-serif;
  letter-spacing: 0.3rem;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 750px) {
  .page .c-bg--border p {
    font-size: 2.9vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.page .c-bg--border__inner {
  position: relative;
  z-index: 2;
}
.page .c-bg--border.is-active:before {
  width: 100%;
}
.page .c-bg--border.is-active:after {
  height: 100%;
}
.page .c-bg--border.is-active p {
  opacity: 1;
}
.page .c-title {
  text-align: center;
}
.page .c-title h2 {
  display: inline-block;
  margin: auto;
  padding: 0 10px 24px;
}
@media screen and (max-width: 750px) {
  .page .c-title h2 {
    padding: 0 0 1.9vw;
  }
}
.page .c-title h2:after {
  content: "";
  display: block;
  height: 5px;
  border-bottom: 5px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 750px) {
  .page .c-title h2:after {
    height: 0.8vw;
    border-bottom: 0.8vw solid #fff;
  }
}
.page .c-title h2, .page .c-title span {
  position: relative;
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 101px;
  letter-spacing: 1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .page .c-title h2, .page .c-title span {
    font-size: 14.7vw;
    letter-spacing: 0.5rem;
  }
}
.page .c-title p {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  margin: 29px 0 0;
}
@media screen and (max-width: 750px) {
  .page .c-title p {
    font-size: 3.5vw;
    margin: 2.9vw 0 0;
    letter-spacing: 0.2rem;
  }
}
.page .js-title-typing span {
  opacity: 0;
  position: relative;
}
.page .js-title-typing.is-active span {
  -webkit-animation: js-title-typing 1.5s ease-out forwards;
          animation: js-title-typing 1.5s ease-out forwards;
}
@-webkit-keyframes js-title-typing {
  50% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes js-title-typing {
  50% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.page .c-text--random, .page .c-text--random span {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  color: #fff;
  vertical-align: baseline;
}
.page .is-top .c-text--random span {
  letter-spacing: 0;
}
.page .is-bottom .c-text--random span {
  letter-spacing: 0;
}
.page .c-balloon {
  position: relative;
}
.page .c-balloon:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 166px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon.png");
}
@media screen and (max-width: 750px) {
  .page .c-balloon:after {
    width: 38.4vw;
    height: 6.9vw;
    margin: 1.9vw auto 0;
  }
}
.page .c-balloon__color--white:after {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon--white.png");
}
.page .c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 577px;
  text-align: center;
  border: 1px solid #323232;
  color: #323232;
  height: 99px;
  line-height: 99px;
  font-size: 19px;
  text-indent: -20px;
  white-space: nowrap;
}
.page .c-btn, .page .c-btn span {
  font-weight: bold;
  letter-spacing: 0.22rem;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .page .c-btn {
    letter-spacing: 0;
    text-indent: 0;
    padding-right: 3.7vw;
    height: 14.7vw;
    line-height: 14.7vw;
    font-size: 3.7vw;
  }
}
.page .c-btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-normal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .page .c-btn:after {
    width: 4vw;
    height: 4vw;
    right: 6.9vw;
  }
}
.page .c-btn__icon--note {
  content: "";
  width: 26px;
  height: 30px;
  display: inline-block;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-note.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  position: relative;
  left: -30px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__icon--note {
    width: 3.7vw;
    height: 4.8vw;
    margin-right: 0;
    left: -1.6vw;
  }
}
.page .c-btn__color--gray {
  opacity: 0.4;
  pointer-events: none;
}
.page .c-btn__color--white {
  border: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .c-btn__color--white {
    border: 1px solid #fff;
  }
}
.page .c-btn__color--white, .page .c-btn__color--white * {
  color: #fff;
}
.page .c-btn__color--white:after {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-normal--white.png");
}
.page .c-btn__color--white .c-btn__icon--note {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-note--white.png");
}
.page .c-btn__color--white.c-btn__size--l {
  border: 3px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .c-btn__color--white.c-btn__size--l {
    border: 2px solid #fff;
  }
}
.page .c-btn__size--s {
  height: 69px;
  line-height: 69px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__size--s {
    height: 8.5vw;
    line-height: 8.5vw;
    font-size: 2.7vw;
    padding-right: 0;
  }
}
.page .c-btn__size--s:after {
  width: 26px;
  height: 26px;
  right: 16px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__size--s:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.9vw;
  }
}
.page .c-btn__size--l {
  height: 139px;
  line-height: 139px;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__size--l {
    height: 23.5vw;
    line-height: 23.5vw;
    font-size: 4.8vw;
  }
}
.page .c-btn__size--l:after {
  width: 28px;
  height: 26px;
  right: 40px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__size--l:after {
    width: 4.8vw;
    height: 4.8vw;
    right: 5.3vw;
  }
}
.page .c-btn__size--l span {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .page .c-btn__size--l span {
    font-size: 4.5vw;
  }
}
.page .c-deco-border--horizontal {
  display: inline-block;
  border-top: 2px solid #fff;
  height: 2px;
  width: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 750px) {
  .page .c-deco-border--horizontal {
    height: 1px;
    border-top: 1px solid #fff;
  }
}
.page .c-deco-border--vertical {
  overflow: hidden;
}
.page .c-deco-border--vertical:before, .page .c-deco-border--vertical:after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page .c-deco-border--vertical:before {
  height: 2px;
  border-top: 2px solid #fff;
  width: 0;
}
@media screen and (max-width: 750px) {
  .page .c-deco-border--vertical:before {
    height: 1px;
    border-top: 1px solid #fff;
  }
}
.page .c-deco-border--vertical:after {
  width: 2px;
  border-left: 2px solid #fff;
  height: 0;
}
@media screen and (max-width: 750px) {
  .page .c-deco-border--vertical:after {
    width: 1px;
    border-left: 1px solid #fff;
  }
}
.page .c-voice {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.page .c-voice img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page .c-voice__inner {
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page .c-voice__inner.is-active {
  -webkit-animation-name: cVoiceOuter;
          animation-name: cVoiceOuter;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes cVoiceOuter {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cVoiceOuter {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.page .c-voice-text {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.page .c-voice-text__inner {
  display: inline-block;
}
.page .c-voice-text__inner img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.page .c-voice .leftAnime {
  opacity: 0;
}
.page .c-voice .slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.page .c-voice .slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.page {
  /*  フェードイン
  ---------------------------------*/
  /*  スライドイン
  ---------------------------------*/
  /*  セクション：active
  ---------------------------------*/
}
.page .js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.page .js-fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page .js-slideIn-left {
  opacity: 0;
}
.page .js-slideIn-left.is-active {
  -webkit-animation: poyoyonLeft 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: poyoyonLeft 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@media screen and (min-width: 751px) {
  .page .js-slideIn-left.is-active:hover {
    -webkit-animation: poyoyonLeftHover 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
            animation: poyoyonLeftHover 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
}
@media screen and (max-width: 750px) {
  .page .js-slideIn-left.is-active {
    -webkit-animation: poyoyonLeftSp 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
            animation: poyoyonLeftSp 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
}
@-webkit-keyframes poyoyonLeft {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonLeft {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyoyonLeftSp {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonLeftSp {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyoyonLeftHover {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonLeftHover {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.page .js-slideIn-top {
  opacity: 0;
}
.page .js-slideIn-top.is-active {
  -webkit-animation-name: poyoyonTop;
          animation-name: poyoyonTop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
          animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}
@media screen and (max-width: 750px) {
  .page .js-slideIn-top.is-active {
    -webkit-animation-name: poyoyonTopSp;
            animation-name: poyoyonTopSp;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
            animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
  }
}
@-webkit-keyframes poyoyonTop {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonTop {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyoyonTopSp {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonTopSp {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.page section.is-active {
  /*  c-title
  ---------------------------------*/
  /*  c-deco
  ---------------------------------*/
}
.page section.is-active .c-title h2 span {
  -webkit-animation: text_anime_on 0.5s ease-out forwards;
          animation: text_anime_on 0.5s ease-out forwards;
}
.page section.is-active .c-title h2:after {
  width: 100%;
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
    bottom: -10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    bottom: -10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.page section.is-active .c-deco-border--horizontal {
  width: 100%;
}
.page section.is-active .c-deco-border--vertical:before {
  width: 100%;
}
.page section.is-active .c-deco-border--vertical:before {
  height: 100%;
}
.page section.is-active .c-deco-border--vertical.is-top:before {
  width: 100%;
}
.page section.is-active .c-deco-border--vertical.is-top:after {
  height: 100%;
}
.page section.is-active .c-deco-border--vertical.is-bottom:before {
  width: 100%;
}
.page section.is-active .c-deco-border--vertical.is-bottom:after {
  height: 100%;
}

.page {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/haikei_sozai.png");
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
  /*  about
  ---------------------------------*/
  /*  step
  ---------------------------------*/
  /*  question
  ---------------------------------*/
}
.page .about {
  background-color: #E94D11;
  padding: 97px 0 70px;
}
@media screen and (max-width: 750px) {
  .page .about {
    padding: 18.7vw 0 16.8vw;
  }
}
.page .about * {
  color: #fff;
}
.page .about-mv {
  width: 100%;
  max-width: 900px;
  height: 422px;
  margin: auto;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 5px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 5px -4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .about-mv {
    width: 94%;
  }
}
@media screen and (max-width: 750px) {
  .page .about-mv {
    max-width: 85.9vw;
    height: 40.5vw;
    border-radius: 1.6vw;
    -webkit-box-shadow: 1.9vw 1.9vw 1.3vw-1.1vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.9vw 1.9vw 1.3vw-1.1vw rgba(0, 0, 0, 0.1);
  }
}
.page .about-mv h1 {
  width: 41.6%;
  max-width: 375px;
}
@media screen and (max-width: 750px) {
  .page .about-mv h1 {
    width: 50.7vw;
    max-width: 100%;
  }
}
.page .about-main {
  margin: 55px auto 0;
  max-width: 605px;
}
@media screen and (max-width: 750px) {
  .page .about-main {
    margin: 10.7vw auto 0;
    max-width: 85.9vw;
  }
}
.page .about-main__item {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding: 28px 10px 0;
  margin: 23px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page .about-main__item {
    padding: 4.8vw 0 0;
    margin: 4.8vw 0 0;
  }
}
.page .about-main__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page .about-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.7%;
  max-width: 162px;
}
@media screen and (max-width: 750px) {
  .page .about-main__title {
    width: 28.8vw;
    max-width: 100%;
  }
}
.page .about-main__title h3 {
  font-size: 18px;
  letter-spacing: 0.38rem;
  line-height: 1.66;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page .about-main__title h3 {
    font-size: 3.2vw;
  }
}
.page .about-main__title h3 span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08rem;
  text-indent: -10px;
}
@media screen and (max-width: 750px) {
  .page .about-main__title h3 span {
    font-size: 1.9vw;
    letter-spacing: -0.01rem;
    white-space: nowrap;
    text-indent: -2.7vw;
  }
}
.page .about-main__text {
  width: 73.2%;
  max-width: 443px;
}
@media screen and (max-width: 750px) {
  .page .about-main__text {
    width: 57.3vw;
    max-width: 100%;
  }
}
.page .about-main__text p {
  font-size: 16px;
  letter-spacing: 0.12rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .page .about-main__text p {
    font-size: 3.2vw;
  }
}
.page .about-main__text p span, .page .about-main__text p b {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 750px) {
  .page .about-main__text p span, .page .about-main__text p b {
    font-size: 2.4vw;
    letter-spacing: 0;
  }
}
.page .about-main__text p b {
  display: inline-block;
}
.page .step {
  background-color: #E94D11;
  padding: 0 0 83px;
}
@media screen and (max-width: 750px) {
  .page .step {
    padding: 0 0 14.7vw;
  }
}
.page .step * {
  color: #fff;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step__inner {
    width: 94%;
    margin: auto;
  }
}
.page .step__title h2 {
  font-size: 70px;
  padding: 0 10px 14px;
}
@media screen and (max-width: 750px) {
  .page .step__title h2 {
    font-size: 10.7vw;
    padding: 0 2.1vw 2.1vw;
  }
}
.page .step__title h2:after {
  height: 3px;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .step__title h2:after {
    height: 1px;
    border-bottom: 1px solid #fff;
  }
}
.page .step__title p {
  margin: 18px 0 0;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .page .step__title p {
    font-size: 2.7vw;
    margin: 2.1vw 0 0;
    letter-spacing: 0.3rem;
  }
}
.page .step__title p span {
  font-size: 16px;
  letter-spacing: 0;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .page .step__title p span {
    font-size: 2.7vw;
  }
}
.page .step-main {
  position: relative;
  width: 100%;
  max-width: 962px;
  margin: -39px auto 0;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 80px 0 135px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step-main {
    width: 94%;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main {
    max-width: 81.6vw;
    margin: -9.9vw auto 0;
    text-align: center;
    padding: 14.7vw 0 12.8vw;
  }
}
.page .step-main p {
  font-size: 18px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 750px) {
  .page .step-main p {
    font-size: 3.2vw;
  }
}
.page .step-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96.2%;
  max-width: 926px;
  margin: 58px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step-main__list {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 74.7vw;
    max-width: 100%;
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__list.is-column-3 .step-main__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__list.is-column-3 .step-main__item:nth-child(2) {
    margin-right: 0;
    margin-left: 3.7vw;
  }
  .page .step-main__list.is-column-3 .step-main__item:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__list.is-column-3 .step-main__item:last-child {
    margin-left: 8.5vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__list.is-column-5 .step-main__item:nth-child(2) {
    margin-right: 0;
  }
  .page .step-main__list.is-column-5 .step-main__item:last-child {
    margin-left: 8vw;
  }
}
.page .step-main__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 16.5%;
  min-width: 153px;
  height: 153px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  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;
  margin-right: 3%;
}
@media screen and (max-width: 750px) {
  .page .step-main__item {
    width: 20.8vw;
    min-width: auto;
    height: 20.8vw;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin: 2.1vw 4vw 0 0;
  }
  .page .step-main__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .step-main__item:before {
  content: "";
  display: block;
  width: 19.8%;
  max-width: 30px;
  height: 2px;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: -19.8%;
  opacity: 0.7;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step-main__item:before {
    width: 15.5%;
    right: -15.5%;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__item:before {
    width: 4vw;
    max-width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    right: -4vw;
  }
}
.page .step-main__item.is-arrow-2:before, .page .step-main__item.is-arrow-2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  height: 2px;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 24%;
  left: 60%;
  opacity: 0.7;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 750px) {
  .page .step-main__item.is-arrow-2:before, .page .step-main__item.is-arrow-2:after {
    width: 8vw;
    max-width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    right: -4vw;
    left: 80%;
  }
}
.page .step-main__item.is-arrow-2:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 75%;
}
@media screen and (max-width: 750px) {
  .page .step-main__item:nth-last-child(3) {
    margin-right: 26.7vw;
  }
}
.page .step-main__item:nth-last-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .page .step-main__item:nth-last-child(2) {
    margin-left: 5.3vw;
  }
}
.page .step-main__item:nth-last-child(2):before {
  width: 43.7%;
  max-width: 66px;
  height: 18px;
  right: -43.7%;
  top: 40%;
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/step-arrow.png");
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .page .step-main__item:nth-last-child(2):before {
    width: 8.5vw;
    max-width: 100%;
    height: 2.1vw;
    right: -8.5vw;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__item:nth-last-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    width: 4vw;
    max-width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    left: -4vw;
  }
}
.page .step-main__item:last-child {
  margin-left: 8.4%;
  margin-right: 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .page .step-main__item:last-child {
    margin-left: 11.2vw;
  }
}
.page .step-main__item:last-child:before {
  content: none;
}
.page .step-main__item:last-child p {
  color: #E94D11;
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .page .step-main__item:last-child p {
    font-size: 3.7vw;
  }
}
.page .step-main__item p {
  font-size: 19px;
  letter-spacing: 0.16rem;
  font-weight: bold;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step-main__item p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main__item p {
    display: block;
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.35;
    letter-spacing: 0.1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 340px) {
  .page .step-main__item p {
    letter-spacing: 0;
    font-size: 3.2vw;
  }
}
.page .step-main__item p.is-text-s {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.page .step-main__item__inner {
  width: 80%;
}
@media screen and (max-width: 750px) {
  .page .step-main__item__inner {
    width: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page .step-main__item__inner span {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .page .step-main__item__inner span {
    font-size: 2.7vw;
    margin: 0.8vw 0 0;
    letter-spacing: -0.02rem;
  }
}
.page .step-main__item__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #EB5F29;
  border-radius: 100%;
  z-index: 2;
}
.page .step-main__item__bg p {
  position: relative;
  z-index: 3;
}
.page .step-main__wrap {
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .page .step-main__wrap {
    margin: 2.7vw 0 0;
  }
}
.page .step-main__wrap-item {
  margin: 0 0 60px;
}
@media screen and (max-width: 750px) {
  .page .step-main__wrap-item {
    margin: 0 0 10.7vw;
  }
}
.page .step-main__wrap-item:last-child {
  margin-bottom: 0;
}
.page .step-main__wrap-item .step-main__list {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page .step-main__wrap-item .step-main__list {
    margin-top: 2.7vw;
  }
}
.page .step-main .step-main-column {
  border: none !important;
  height: 100%;
}
.page .step-main .step-main-column:before {
  top: 34%;
  right: -36%;
  margin: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column:before {
    top: 30%;
    right: -14.5%;
  }
}
.page .step-main .step-main-column:after {
  content: "";
  display: block;
  width: 43.7%;
  max-width: 66px;
  height: 18px;
  position: absolute;
  left: auto;
  bottom: 38%;
  right: -31%;
  margin: auto;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/step-arrow.png");
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column:after {
    right: -12%;
    width: 8.5vw;
    max-width: 100%;
    height: 2.1vw;
    bottom: 30%;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column {
    width: 52%;
    margin-top: 8vw;
    margin-left: 0 !important;
  }
}
.page .step-main .step-main-column__inner {
  position: relative;
}
.page .step-main .step-main-column .step-main__item__wrap {
  position: relative;
  padding: 10px 0 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column .step-main__item__wrap {
    padding: 3.2vw 0 2.1vw;
  }
  .page .step-main .step-main-column .step-main__item__wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page .step-main .step-main-column .step-main__item__wrap:after {
    z-index: 2;
    width: 74%;
    height: 100%;
    background: #EB5F29;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.page .step-main .step-main-column .step-main__item__inner {
  position: relative;
  z-index: 5;
  margin: auto;
}
.page .step-main .step-main-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 153px;
  position: relative;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  margin-top: 30px;
  background: #EB5F29;
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column__item {
    height: auto;
    border: none;
    margin-top: 6.7vw;
    border-radius: 0%;
    border: none;
    background: none;
  }
  .page .step-main .step-main-column__item:before, .page .step-main .step-main-column__item:after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #EB5F29;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .page .step-main .step-main-column__item:after {
    left: auto;
    right: 0;
  }
}
.page .step-main .step-main-column__item:first-child {
  margin-top: 0;
}
.page .step-main .step-main-column__item p {
  letter-spacing: 0;
}
.page .step-main .step-main-column__item p.is-title {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  display: inline-block;
  padding: 3px;
  background: #EB5E29;
  border: 2px solid rgba(255, 255, 255, 0.7);
  font-size: 17px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .page .step-main .step-main-column__item p.is-title {
    top: -4vw;
    font-size: 3.2vw;
    padding: 0.8vw;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.page .step-main-note {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .page .step-main-note {
    margin-top: 2.7vw;
    font-size: 3.2vw;
  }
}
.page .step-main .c-deco-border--vertical.is-top {
  position: absolute;
  width: 38.6%;
  max-width: 372px;
  height: 111px;
  top: -34px;
  left: -28px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .step-main .c-deco-border--vertical.is-top {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .page .step-main .c-deco-border--vertical.is-top {
    width: 25.1vw;
    max-width: 100%;
    height: 8.5vw;
    top: -3.2vw;
    left: -3.2vw;
  }
}
.page .step-main .c-deco-border--vertical.is-top:before, .page .step-main .c-deco-border--vertical.is-top:after {
  left: 0;
  top: 0;
}
.page .step-main .c-deco-border--vertical.is-bottom {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 36px;
  right: -24px;
  width: 38.6%;
  max-width: 372px;
  height: 111px;
}
@media screen and (max-width: 750px) {
  .page .step-main .c-deco-border--vertical.is-bottom {
    width: 29.3vw;
    max-width: 100%;
    height: 8.8vw;
    bottom: 4.8vw;
    right: -2.7vw;
  }
}
.page .step-main .c-deco-border--vertical.is-bottom:before, .page .step-main .c-deco-border--vertical.is-bottom:after {
  right: 0;
}
.page .step-main .c-deco-border--vertical.is-bottom:after {
  bottom: 0;
}
.page .step-main .c-deco-border--vertical.is-bottom:before {
  top: auto;
  bottom: 0;
  height: 2px;
}
@media screen and (max-width: 750px) {
  .page .step-main .c-deco-border--vertical.is-bottom:before {
    height: 1px;
  }
}
.page .step-main__text {
  margin: 30px 0 0;
}
@media screen and (max-width: 750px) {
  .page .step-main__text {
    width: 90%;
    margin: 8vw auto 0;
  }
}
.page .step-main__text p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 2em;
}
@media screen and (max-width: 750px) {
  .page .step-main__text p {
    font-size: 3.2vw;
    text-align: left;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question__inner {
    width: 94%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .page .question__inner {
    width: 85.9vw;
    margin: auto;
  }
}
.page .question__title {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 750px) {
  .page .question__title {
    left: -3.5vw;
  }
}
.page .question__title-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.9%;
  max-width: 166px;
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  .page .question__title-img {
    width: 18.9vw;
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question__title .c-title {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.page .question__title .c-title h2, .page .question__title .c-title b, .page .question__title .c-title p, .page .question__title .c-title span {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  vertical-align: baseline;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .page .question__title .c-title h2, .page .question__title .c-title b, .page .question__title .c-title p, .page .question__title .c-title span {
    letter-spacing: 0.2rem;
  }
}
.page .question__title .c-title h2 {
  font-size: 42px;
  padding: 0 30px 30px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question__title .c-title h2 {
    font-size: 38px;
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 750px) {
  .page .question__title .c-title h2 {
    font-size: 4vw;
    padding: 0 0 5.3vw;
    letter-spacing: 0.22rem;
  }
}
.page .question__title .c-title h2 b {
  font-size: 57px;
  letter-spacing: 0.7rem;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question__title .c-title h2 b {
    font-size: 52px;
  }
}
@media screen and (max-width: 750px) {
  .page .question__title .c-title h2 b {
    font-size: 5.6vw;
    letter-spacing: 0.4rem;
  }
}
.page .question__title .c-title p {
  font-size: 26px;
  margin: 0 0 20px;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .page .question__title .c-title p {
    text-indent: -30px;
  }
}
@media screen and (max-width: 750px) {
  .page .question__title .c-title p {
    font-size: 3.5vw;
    margin: 0 0 2.4vw;
  }
}
.page .question__title .c-title p span {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .page .question__title .c-title p span {
    font-size: 4.8vw;
  }
}
.page .question__list {
  margin: 23px auto 0;
}
@media screen and (max-width: 750px) {
  .page .question__list {
    margin: 8vw auto 0;
  }
}
.page .question__item {
  margin: 66px auto 0;
}
@media screen and (max-width: 750px) {
  .page .question__item {
    margin: 9.3vw auto 0;
  }
}
.page .question__item:first-child {
  margin-top: 0;
}
.page .question__item .question-main {
  margin-top: 0;
}
.page .question__btn {
  position: relative;
  z-index: 2;
  width: 547px;
  margin: 170px auto 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .question__btn {
    width: 81.1vw;
    margin: 23.5vw auto 0;
  }
}
.page .question__btn .c-btn {
  display: inline-block;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .page .question__btn .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.55;
    text-align: left;
    padding-right: 5.9vw;
    font-size: 4.8vw;
    text-indent: 0;
  }
}
.page .question-main {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 980px;
  margin: 24px auto 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
  padding: 30px 0 37px;
}
@media screen and (max-width: 750px) {
  .page .question-main {
    max-width: 100%;
    margin: 4.8vw auto 0;
    border-radius: 0.8vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0.8vw-0.8vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.8vw 0.8vw 0.8vw-0.8vw rgba(0, 0, 0, 0.1);
    padding: 2.7vw 0 4.3vw;
  }
}
.page .question-main__title {
  position: relative;
  padding: 0 0 27px;
}
@media screen and (max-width: 750px) {
  .page .question-main__title {
    padding: 0 3.5vw 1.9vw;
  }
}
.page .question-main__title:after {
  content: "";
  display: block;
  width: 94.4%;
  max-width: 926px;
  height: 2px;
  border-bottom: 2px solid #359C2A;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .page .question-main__title:after {
    width: 81.9vw;
    max-width: 100%;
    height: 1px;
    border-bottom: 1px solid #359C2A;
  }
}
.page .question-main__title h3 {
  font-size: 25px;
  letter-spacing: 0.4rem;
  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;
}
@media screen and (max-width: 750px) {
  .page .question-main__title h3 {
    font-size: 3.5vw;
    letter-spacing: 0.12rem;
    white-space: nowrap;
  }
}
.page .question-main__title h3 span {
  font-family: "Abel", sans-serif;
  font-size: 60px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .page .question-main__title h3 span {
    font-size: 7.7vw;
    margin-right: 1.1vw;
  }
}
.page .question-main__title p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .page .question-main__title p {
    font-size: 3.2vw;
  }
}
.page .question-main__title p span {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}
@media screen and (max-width: 750px) {
  .page .question-main__title p span {
    font-size: 2.7vw;
  }
}
.page .question-main__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .page .question-main__wrap {
    margin-top: 8vw;
  }
}
.page .question-main__wrap:first-child {
  margin-top: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-graph__title .c-balloon {
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph__title .c-balloon.is-text-s {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
    letter-spacing: -0.03rem;
    text-indent: -2.7vw;
  }
}
.page .question-graph__title .c-balloon:after {
  margin: 5px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-graph__title .c-balloon:after {
    width: 100%;
  }
}
.page .question-graph__main {
  position: relative;
}
.page .question-graph__main p, .page .question-graph__main span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.22rem;
  line-height: 1;
}
.page .question-graph__main p {
  font-size: 26px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-graph__main p {
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph__main p {
    font-size: 3.5vw;
  }
}
.page .question-graph__main p.is-text-s {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  line-height: 1.2;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 750px) {
  .page .question-graph__main p.is-text-s {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.page .question-graph__main .is-top, .page .question-graph__main .is-bottom {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.page .question-graph__main .is-top p, .page .question-graph__main .is-bottom p {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .page .question-graph__main .is-top p, .page .question-graph__main .is-bottom p {
    font-size: 1.9vw;
  }
}
.page .question-graph__main .is-top p.c-text--random, .page .question-graph__main .is-bottom p.c-text--random {
  display: inline-block;
  font-size: 41px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page .question-graph__main .is-top p.c-text--random, .page .question-graph__main .is-bottom p.c-text--random {
    font-size: 5.3vw;
  }
}
.page .question-graph__main .is-top p.c-text--random span, .page .question-graph__main .is-bottom p.c-text--random span {
  font-size: 55px;
  vertical-align: baseline;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page .question-graph__main .is-top p.c-text--random span, .page .question-graph__main .is-bottom p.c-text--random span {
    font-size: 6.9vw;
  }
}
.page .question-graph--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 81.7%;
  max-width: 801px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle {
    width: 77.3vw;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 0 !important;
  }
}
.page .question-graph--circle li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle li {
    width: calc(50% - 8vw);
    margin-top: 4vw;
  }
}
.page .question-graph--circle li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page .question-graph--circle .question-graph__title h4 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__title h4 {
    font-size: 2.9vw;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__title .c-balloon:after {
    width: 100%;
    height: 3.7vw;
    margin: 0 auto;
  }
}
.page .question-graph--circle .question-graph__main {
  position: relative;
  margin: 14px 0 0;
  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;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main {
    width: 90%;
    margin: 2.1vw auto 0;
  }
}
.page .question-graph--circle .question-graph__main .is-top .c-text--random, .page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
  display: block;
  margin: 3px 0 0;
}
@media screen and (max-width: 960px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random, .page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random, .page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
    margin: -1.3vw 0 0;
  }
}
.page .question-graph--circle .question-graph__main .is-top {
  top: 15px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-top {
    top: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-top p {
    font-size: 2.7vw;
    margin: 0 0 1.6vw;
  }
}
.page .question-graph--circle .question-graph__main .is-top .c-text--random {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random {
    font-size: 2.7vw;
  }
}
.page .question-graph--circle .question-graph__main .is-top .c-text--random span {
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random span {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-top .c-text--random span {
    font-size: 4.8vw;
  }
}
.page .question-graph--circle .question-graph__main .is-bottom {
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-graph--circle .question-graph__main .is-bottom {
    bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-bottom {
    bottom: 2.7vw;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-bottom p {
    font-size: 3.2vw;
    margin: 0 0 2.1vw;
  }
}
.page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  .page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-bottom .c-text--random {
    font-size: 4.3vw;
  }
}
.page .question-graph--circle .question-graph__main .is-bottom .c-text--random span {
  font-size: 55px;
}
@media screen and (max-width: 960px) {
  .page .question-graph--circle .question-graph__main .is-bottom .c-text--random span {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-bottom .c-text--random span {
    font-size: 6.1vw;
  }
}
.page .question-graph--circle .question-graph__main .is-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  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;
}
.page .question-graph--circle .question-graph__main .is-center p {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-center p {
    font-size: 3.7vw;
  }
}
.page .question-graph--circle .question-graph__main .is-small {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .page .question-graph--circle .question-graph__main .is-small {
    font-size: 1.6vw;
  }
}
.page .question-graph--bar .question-graph__main {
  width: 100%;
  max-width: 578px;
  margin: 53px auto 0;
}
@media screen and (max-width: 750px) {
  .page .question-graph--bar .question-graph__main {
    max-width: 76.5vw;
    margin: 6.7vw auto 0;
  }
}
.page .question-graph--bar .question-graph__main .is-top {
  top: 23px;
  right: 10%;
}
@media screen and (max-width: 750px) {
  .page .question-graph--bar .question-graph__main .is-top {
    top: 3.5vw;
  }
}
.page .question-graph--bar .question-graph__main .is-bottom {
  bottom: 21px;
  left: 20%;
}
@media screen and (max-width: 750px) {
  .page .question-graph--bar .question-graph__main .is-bottom {
    bottom: 2.9vw;
  }
}
.page .question-graph__note {
  margin-top: 10px;
  text-indent: -12px;
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .page .question-graph__note {
    width: 74.7vw;
    font-size: 2.7vw;
    margin-top: 2.7vw;
    text-indent: -3.2vw;
    margin-left: 3.2vw;
  }
}
.page .question-cause {
  width: 64.6%;
  max-width: 634px;
  margin: 30px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-cause {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .page .question-cause {
    width: 67.7vw;
    max-width: 100%;
    margin: 4.3vw auto 0;
  }
}
.page .question-cause__title {
  position: relative;
  width: 100%;
  height: 81px;
  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-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/question-title-student.png");
}
@media screen and (max-width: 750px) {
  .page .question-cause__title {
    height: 8.5vw;
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/question-title-student-sp.png");
  }
}
.page .question-cause__title h4 {
  font-size: 23px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  position: relative;
  left: 6px;
  top: 15px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__title h4 {
    font-size: 3.5vw;
    top: 2.1vw;
    left: 2.1vw;
  }
}
.page .question-cause__title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #313232;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .page .question-cause__title:after {
    bottom: -2.7vw;
  }
}
.page .question-cause__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text {
    display: block;
    margin: 3.5vw 0 0;
    padding: 2.7vw 0 0;
  }
}
.page .question-cause__text p {
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.81;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text p {
    font-size: 3.2vw;
    line-height: 1.66;
  }
}
.page .question-cause__text p span.is-text-s {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text p span.is-text-s {
    font-size: 2.7vw;
  }
}
.page .question-cause__text--yes {
  width: 52.8%;
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text--yes {
    width: 100%;
    max-width: 100%;
  }
}
.page .question-cause__text--no {
  width: 40.3%;
  max-width: 256px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text--no {
    width: 100%;
    max-width: 100%;
    margin-top: 6.7vw;
  }
}
.page .question-cause__text ul li {
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text ul li {
    margin-top: 1.3vw;
  }
}
.page .question-cause__text ul li:first-child {
  margin-top: 0;
}
.page .question-cause__text ul p {
  letter-spacing: 0.01rem;
  line-height: 1.68;
  font-weight: 500;
  text-indent: -20px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text ul p {
    text-indent: -4vw;
    margin-left: 4vw;
  }
}
.page .question-cause__text ul b {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 9px;
  display: block;
}
@media screen and (max-width: 750px) {
  .page .question-cause__text ul b {
    font-size: 3.2vw;
  }
}
.page .question-note {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .page .question-note {
    text-align: left;
    margin-top: 2.7vw;
    font-size: 2.7vw;
  }
}
.page .question-corporate {
  background-color: #2E9071;
  padding: 53px 0 103px;
}
@media screen and (max-width: 750px) {
  .page .question-corporate {
    padding: 3.5vw 0 12.8vw;
  }
}
@media screen and (min-width: 751px) {
  .page .question-corporate .question__title-img {
    margin-left: -2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-corporate .question__title-img {
    position: absolute;
    left: 0;
  }
}
.page .question-corporate .question-main .question-detail {
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-detail {
    margin: 4.5vw auto 0;
  }
}
.page .question-corporate .question-main .question-graph--circle {
  width: 100%;
  max-width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-graph--circle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page .question-corporate .question-main .question-graph--circle li {
  width: calc(25% - 10px);
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-graph--circle li {
    margin-top: 0;
    width: calc(25% - 2vw);
  }
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-graph--circle li .question-graph__title .c-balloon:after {
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-graph--circle li .question-graph__main {
    width: 100%;
  }
}
.page .question-corporate .question-main .question-graph--circle__title .c-balloon:after {
  margin: 10px 0 0;
  width: 164px;
  height: 28px;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-main .question-graph--circle__title .c-balloon:after {
    width: 100%;
    height: 3.7vw;
    margin: 0.5vw auto 0;
  }
}
.page .question-corporate .question-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 53px auto 0;
  width: 89.1%;
  max-width: 874px;
}
.page .question-corporate .question-graph--circle {
  width: 58.7%;
  max-width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-graph--circle {
    width: 100%;
    max-width: 100%;
  }
}
.page .question-corporate .question-graph--circle li {
  width: 30.9%;
  max-width: 178px;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-graph--circle li {
    width: 21.3vw;
    max-width: 100%;
  }
}
.page .question-corporate .question-graph--circle .question-graph__main p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  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;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-graph__main p {
    font-size: 2.9vw;
    letter-spacing: 0;
  }
}
.page .question-corporate .question-cause {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-cause {
    margin: 1.9vw auto 0;
  }
}
.page .question-corporate .question-cause__title {
  height: 76px;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/question-title-corporate.png");
}
@media screen and (max-width: 750px) {
  .page .question-corporate .question-cause__title {
    height: 8.8vw;
    margin: auto;
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/corporate/common/question-title-corporate-sp.png");
  }
}
.page .question-corporate .question-cause__text {
  width: 100%;
  max-width: 100%;
}
.page .question-corporate .question-cause__text p {
  white-space: wrap;
}
.page .question-studenta {
  background-color: #A4DBE6;
  padding: 38px 0 200px;
}
@media screen and (max-width: 750px) {
  .page .question-studenta {
    padding: 3.7vw 0 19.7vw;
  }
}
@media screen and (min-width: 751px) {
  .page .question-studenta .question__title {
    left: -2.3%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-studenta .question__title-img {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__title .c-title {
    position: relative;
    top: 2.7vw;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__title .c-title h2 {
    display: block;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-studenta .question__title .c-title h2 {
    letter-spacing: 0;
  }
}
.page .question-studenta .question__title .c-title h2 b {
  font-size: 57px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .question-studenta .question__title .c-title h2 b {
    font-size: 52px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__title .c-title h2 b {
    font-size: 6.7vw;
    line-height: 1.5;
    display: block;
  }
}
.page .question-studenta .question__title-img {
  margin-right: 0;
}
.page .question-studenta .question-main {
  padding-bottom: 67px;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question-main {
    padding-bottom: 4.8vw;
  }
}
.page .question-studenta .question-main__title:after {
  border-bottom: 2px solid #A4DBE6;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question-main__title:after {
    border-bottom: 1px solid #A4DBE6;
  }
}
.page .question-studenta .question__item:not(:first-child) .question-main {
  padding-top: 43px;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__item:not(:first-child) .question-main {
    padding-top: 4.3vw;
  }
}
.page .question-studenta .question__item:not(:first-child) .question-main__title {
  padding: 0 0 32px;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__item:not(:first-child) .question-main__title {
    padding: 0 0 4.3vw;
  }
}
.page .question-studenta .question__item:not(:first-child) .question-main__title h3 {
  letter-spacing: 0.2rem;
  line-height: 1.76;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__item:not(:first-child) .question-main__title h3 {
    letter-spacing: 0;
    line-height: 1.61;
  }
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question__item:not(:first-child) .question-main__title h3 span {
    margin-right: 2.1vw;
  }
}
.page .question-studenta .question-graph--circle {
  width: 90%;
  max-width: 100%;
  margin: 66px auto 0;
}
@media screen and (max-width: 750px) {
  .page .question-studenta .question-graph--circle {
    margin: 6.1vw auto 0;
  }
}
.page .question-studenta .question-graph--bar .is-bottom .c-text--random, .page .question-studenta .question-graph--bar .is-bottom .c-text--random * {
  color: #323232 !important;
}
@media screen and (min-width: 751px) {
  .page .question-studenta .question-cause__text {
    padding: 34px 0 0;
  }
}
.page .question .c-voice--01 {
  z-index: 2;
}
.page .question .c-voice--01 .c-voice__inner {
  width: 44.9%;
  max-width: 575px;
  right: -4.76%;
  bottom: -186px;
}
@media screen and (max-width: 750px) {
  .page .question .c-voice--01 .c-voice__inner {
    width: 68.5vw;
    max-width: 100%;
    right: -8.8vw;
    bottom: -9.6vw;
  }
}
.page .question .c-voice--02 {
  z-index: 1;
}
.page .question .c-voice--02 .c-voice__inner {
  width: 17.6%;
  max-width: 226px;
  left: 3.5%;
  bottom: -186px;
}
@media screen and (max-width: 750px) {
  .page .question .c-voice--02 .c-voice__inner {
    width: 30.4vw;
    max-width: 100%;
    left: -4.5vw;
    bottom: auto;
    top: -21.9vw;
  }
}
.page .question .c-voice--03 {
  z-index: 1;
}
.page .question .c-voice--03 .c-voice__inner {
  width: 39%;
  max-width: 500px;
  right: -2.6%;
  top: -150px;
}
@media screen and (max-width: 750px) {
  .page .question .c-voice--03 .c-voice__inner {
    width: 61.3vw;
    max-width: 100%;
    right: -11.5vw;
    top: -45.3vw;
  }
}
.page .question .c-voice--04 {
  z-index: 1;
}
.page .question .c-voice--04 .c-voice__inner {
  width: 55.3%;
  max-width: 709px;
  left: -3.9%;
  top: -77px;
}
@media screen and (max-width: 750px) {
  .page .question .c-voice--04 .c-voice__inner {
    width: 64vw;
    max-width: 100%;
    left: -12vw;
    top: -13.6vw;
  }
}
.page .question .c-title {
  position: relative;
}
.page .question .c-title p.c-title-note {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 0;
  text-indent: 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .page .question .c-title p.c-title-note {
    font-size: 3.5vw;
    bottom: 4vw;
    letter-spacing: -0.05rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}