@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 .movie__bg:after, .page .aboutUs__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  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 .movie__bg:after, .page .aboutUs__bg:after {
    background-image: none;
    background-blend-mode: none;
  }
}
@media screen and (max-width: 750px) {
  .page .movie__bg:after, .page .aboutUs__bg:after {
    display: none;
  }
}
.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%;
}

.no_scroll {
  overflow: hidden !important;
}

.page .kv img {
  max-height: 100%;
}
.page .kv__title, .page .kv__text {
  min-height: 0%;
}
.page .kv__title img, .page .kv__text img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 0%;
}
.page .kv__item {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
.page .kv__item-inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .kv__item a:hover {
  opacity: 1;
}
.page .kv__item--0 {
  background-color: #fff;
}
.page .kv__item--0 .kv__title {
  width: 26.7vw;
  height: auto;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .kv__item--0 .kv__title {
    width: 76vw;
  }
}
.page .kv__item--1 {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-1-bg.jpg");
}
@media screen and (max-width: 750px) {
  .page .kv__item--1 {
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-1-bg-sp.jpg");
  }
}
.page .kv__item--1 .kv__item-inner:after {
  content: "";
  position: absolute;
  top: 1.56vw;
  left: -2.1vw;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 42.18vw;
  height: 30.3vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-1-bg-deco.png");
}
@media screen and (max-width: 750px) {
  .page .kv__item--1 .kv__item-inner:after {
    width: 82.1vw;
    height: 59.2vw;
  }
}
.page .kv__item--1 .kv__title {
  position: relative;
  text-align: center;
}
.page .kv__item--1 .kv__title:nth-child(1) {
  width: 29.3vw;
}
@media screen and (max-width: 750px) {
  .page .kv__item--1 .kv__title:nth-child(1) {
    width: 57.1vw;
    top: -2.1vw;
    left: 2.7vw;
  }
}
.page .kv__item--1 .kv__title:nth-child(2) {
  width: 27.8vw;
  margin: 8.59vw 0 0;
}
@media screen and (max-width: 750px) {
  .page .kv__item--1 .kv__title:nth-child(2) {
    width: 54.4vw;
    margin: 16vw 0 0;
    left: 1.1vw;
  }
}
.page .kv__item--2 {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-2-bg.jpg");
}
@media screen and (max-width: 750px) {
  .page .kv__item--2 {
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-2-bg-sp.jpg");
  }
}
.page .kv__item--2 .kv__item-inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page .kv__item--2 .kv__title {
  width: 49vw;
  margin: 4.84vw 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .kv__item--2 .kv__title {
    width: 77.6vw;
    margin: 13.3vw 0 0;
  }
}
.page .kv__item--2 .kv__text {
  width: 49.2vw;
  margin: 2.8vw 0 0;
}
@media screen and (max-width: 750px) {
  .page .kv__item--2 .kv__text {
    width: 80.3vw;
    margin: 7.2vw 0 0;
  }
}
.page .kv__item--2 .kv__text img {
  margin: auto;
}
.page .kv__item--3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12% 0 5.7%;
  height: 100%;
  min-height: 100vh;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-3-bg.jpg");
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 {
    padding: 38.7vw 0 25.6vw;
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-item-3-bg-sp.jpg");
  }
}
.page .kv__item--3 .kv__item-inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 100vh;
}
.page .kv__item--3 .kv__title {
  width: 48.4vw;
  margin: 5vw auto 0;
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__title {
    width: 74.1vw;
    margin: 14.7vw auto 0;
  }
}
.page .kv__item--3 .kv__title img {
  margin: auto;
}
.page .kv__item--3 .kv__text {
  width: 47.5vw;
  margin: 2.65vw 0 0;
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__text {
    width: 73.1vw;
    margin: 5.3vw 0 0;
  }
}
.page .kv__item--3 .kv__text img {
  margin: auto;
}
.page .kv__item--3 .kv__main {
  position: relative;
  width: 47vw;
  background: #fff;
  margin: 3.9vw auto 0;
  padding: 1.56vw 1vw 1.56vw 1.56vw;
  z-index: 990;
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main {
    width: 70.9vw;
    margin: 6.1vw auto 0;
    padding: 2.7vw;
  }
}
.page .kv__item--3 .kv__main:before {
  content: "";
  position: absolute;
  top: -2.5vw;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 2.65vw;
  height: 2.65vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/index/kv-main-arrow.png");
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main:before {
    width: 4.3vw;
    height: 4vw;
    top: -3.7vw;
  }
}
.page .kv__item--3 .kv__main-title {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .kv__item--3 .kv__main-title {
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main-title {
    margin: 0 0 2.7vw;
  }
}
.page .kv__item--3 .kv__main-title p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .kv__item--3 .kv__main-title p {
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main-title p {
    font-size: 4.2vw;
    letter-spacing: 0.2rem;
  }
}
.page .kv__item--3 .kv__main-title p span {
  font-size: 15px;
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .kv__item--3 .kv__main-title p span {
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main-title p span {
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
  }
}
.page .kv__item--3 .kv__main-scrollBox {
  position: relative;
  z-index: 10;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 18vw;
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main-scrollBox {
    height: 44vw;
  }
}
.page .kv__item--3 .kv__main-scrollBox .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
}
.page .kv__item--3 .kv__main-scrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
}
.page .kv__item--3 .kv__main-note {
  text-align: right;
  margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main-note {
    margin: 2.7vw 0 0;
  }
}
.page .kv__item--3 .kv__main-note p {
  font-size: 10px;
}
.page .kv__item--3 .kv__main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.page .kv__item--3 .kv__main__list li {
  width: calc(25% - 1.95vw);
  height: 4.16vw;
  margin-right: 1.95vw;
  margin-top: 1.95vw;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  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) {
  .page .kv__item--3 .kv__main__list li {
    max-height: 120px;
  }
  .page .kv__item--3 .kv__main__list li:nth-child(4n) {
    margin-right: 0;
  }
  .page .kv__item--3 .kv__main__list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .kv__item--3 .kv__main__list li {
    height: 8vw;
    width: calc(33.3333333333% - 3.2vw);
    margin: 3.2vw 3.2vw 0 0;
  }
  .page .kv__item--3 .kv__main__list li:nth-child(3n) {
    margin-right: 0;
  }
  .page .kv__item--3 .kv__main__list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.page .kv__item--3 .kv__main__list li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page .kv__item--3 .kv__main__list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .kv__item-inner {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.page .kv .scrollify-main {
  height: 100% !important;
}
.page .kv.is-mobile .kv__list {
  position: relative;
  width: 100vw;
  height: 100vh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}
.page .kv.is-mobile .kv__list .scrollify {
  background-position: top center;
  scroll-snap-align: start;
  overflow: scroll !important;
}
.page .kv.is-mobile .kv__list .scrollify-end {
  background-position: top center;
  scroll-snap-align: end !important;
  height: 1px !important;
}
.page .kv__item--0 .kv__title, .page .kv__item--1 .kv__item-inner:after, .page .kv__item--2 .kv__title, .page .kv__item--3 .kv__title {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.page .kv__item--1 .kv__title, .page .kv__item--2 .kv__text, .page .kv__item--3 .kv__text {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.page .kv__item--0.is-active .kv__title, .page .kv__item--1.is-active .kv__item-inner:after, .page .kv__item--1.is-active .kv__title, .page .kv__item--2.is-active .kv__title, .page .kv__item--2.is-active .kv__text, .page .kv__item--3.is-active.is-active .kv__title, .page .kv__item--3.is-active.is-active .kv__text, .page .kv__item--3.is-active.is-active .kv__main__list li {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.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;
  /*  fixedBnr
  ---------------------------------*/
  /*  ACTION
  ---------------------------------*/
  /*  PARTNER
  ---------------------------------*/
  /*  ABOUT US
  ---------------------------------*/
  /*  MOVIE
  ---------------------------------*/
  /*  real
  ---------------------------------*/
  /*  c-card
  ---------------------------------*/
  /*  QUES
  ---------------------------------*/
  /*  SHARE
  ---------------------------------*/
  /*  CONTACT
  ---------------------------------*/
}
.page .fixedBnr {
  position: fixed;
  bottom: 3.46%;
  right: 4.02%;
  z-index: 999;
  width: 16.22%;
}
@media screen and (max-width: 750px) {
  .page .fixedBnr {
    width: 32vw;
    right: 3.5vw;
    bottom: 2.7vw;
  }
}
.page .action {
  padding: 93px 0 216px;
  background-color: #EA4D11;
}
@media screen and (max-width: 750px) {
  .page .action {
    padding: 20.3vw 0 31.5vw;
  }
}
.page .action * {
  color: #fff;
}
.page .action-main {
  margin: 70px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .action-main {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .page .action-main {
    max-width: 84.8vw;
    margin: 8.3vw auto 0;
  }
}
.page .action-main__title {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .action-main__title {
    margin-left: 2.7vw;
  }
}
.page .action-main__title h3, .page .action-main__title p, .page .action-main__title span, .page .action-main__title b {
  font-weight: bold;
  letter-spacing: 0.22rem;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .page .action-main__title h3, .page .action-main__title p, .page .action-main__title span, .page .action-main__title b {
    letter-spacing: 0.1rem;
  }
}
.page .action-main__title h3, .page .action-main__title p {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .page .action-main__title h3, .page .action-main__title p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .action-main__title h3:before {
    content: "";
    display: inline-block;
    width: 105%;
    height: 45px;
    background-color: #EA4D11;
    padding: 0 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3%;
    z-index: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
.page .action-main__title p {
  position: relative;
  z-index: 2;
}
.page .action-main__title span {
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .page .action-main__title span {
    font-size: 4vw;
  }
}
.page .action-main__title b {
  font-size: 33px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .page .action-main__title b {
    font-size: 5.1vw;
  }
}
.page .action-main .c-deco-border--horizontal {
  position: absolute;
  left: 78.1%;
  top: -30px;
  max-width: 229px;
}
@media screen and (max-width: 750px) {
  .page .action-main .c-deco-border--horizontal {
    display: none;
  }
}
.page .action-main .c-deco-border--vertical {
  position: absolute;
  width: 100%;
}
.page .action-main .c-deco-border--vertical.is-top {
  width: 20.9%;
  height: 181px;
  max-width: 217px;
  top: -30px;
  left: -23px;
}
@media screen and (max-width: 750px) {
  .page .action-main .c-deco-border--vertical.is-top {
    width: 5.3vw;
    height: 31.5vw;
    max-width: 100%;
    top: -4.5vw;
    left: -4vw;
  }
}
.page .action-main .c-deco-border--vertical.is-bottom {
  width: 86.7%;
  max-width: 869px;
  height: 135px;
  bottom: 28px;
  right: -25px;
}
@media screen and (max-width: 750px) {
  .page .action-main .c-deco-border--vertical.is-bottom {
    width: 80vw;
    max-width: 100%;
    height: 10.7vw;
    bottom: -3.5vw;
    right: -3.5vw;
  }
}
.page .action-main .c-deco-border--vertical.is-bottom:before, .page .action-main .c-deco-border--vertical.is-bottom:after {
  bottom: 0;
}
.page .action-main .c-deco-border--vertical.is-bottom:before {
  border-top: none;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .action-main .c-deco-border--vertical.is-bottom:before {
    border-bottom: 1px solid #fff;
  }
}
.page .action-main .c-deco-border--vertical.is-bottom:after {
  right: 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.page .action-box {
  position: relative;
  width: 100%;
  max-width: 1002px;
  background: rgba(255, 255, 255, 0.1);
  padding: 65px 0 115px;
  margin: 5px auto 0;
}
@media screen and (max-width: 750px) {
  .page .action-box {
    margin: 1.6vw 0 0;
    padding: 8vw 0 7.2vw;
  }
}
.page .action-box__list {
  width: 90%;
  max-width: 902px;
  margin: auto;
  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 .action-box__list {
    display: block;
  }
}
.page .action-box__item {
  width: 28%;
  max-width: 253px;
}
@media screen and (max-width: 750px) {
  .page .action-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76.8vw;
    max-width: 100%;
    margin: 12.3vw auto 0;
  }
  .page .action-box__item:first-child {
    margin-top: 0;
  }
}
.page .action-box__item:nth-child(1) .action-main__title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page .action-box__item:nth-child(1) .action-main__text {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page .action-box__item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.page .action-box__item:nth-child(2) .action-main__title {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(2) .action-main__title {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.page .action-box__item:nth-child(2) .action-main__title {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(2) .action-main__title {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.page .action-box__item:nth-child(2) .action-main__text {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(2) .action-main__text {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.page .action-box__item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.page .action-box__item:nth-child(3) .action-main__title {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(3) .action-main__title {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.page .action-box__item:nth-child(3) .action-main__title {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(3) .action-main__title {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.page .action-box__item:nth-child(3) .action-main__text {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media screen and (max-width: 750px) {
  .page .action-box__item:nth-child(3) .action-main__text {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media screen and (max-width: 750px) {
  .page .action-box__detail {
    width: 48.8vw;
    margin-left: 2.7vw;
  }
}
.page .action-box__img {
  width: 166px;
  height: 166px;
  background: #fff;
  border-radius: 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .action-box__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24.5vw;
    height: 24.5vw;
  }
}
.page .action-box__title {
  position: relative;
  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: 25px 0 0;
  padding: 0 0 22px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .action-box__title {
    border-bottom: 1px solid #fff;
    padding: 0 0 1.6vw;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
  }
}
.page .action-box__title img {
  width: 54px;
  margin-right: 7.9%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .page .action-box__title img {
    margin-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .page .action-box__title img {
    width: 10.1vw;
    margin-right: 2.7vw;
  }
}
.page .action-box__title h4, .page .action-box__title span {
  letter-spacing: 0.22rem;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .action-box__title h4, .page .action-box__title span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .action-box__title h4, .page .action-box__title span {
    letter-spacing: 0.1rem;
  }
}
.page .action-box__title span {
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .page .action-box__title span {
    font-size: 4.5vw;
  }
}
.page .action-box__title h4 {
  font-size: 18px;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .page .action-box__title h4 {
    font-size: 4vw;
  }
}
.page .action-box__text {
  margin: 16px 0 0;
}
@media screen and (max-width: 750px) {
  .page .action-box__text {
    margin: 2.7vw 0 0;
  }
}
.page .action-box__text p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12rem;
  line-height: 1.73;
}
@media screen and (max-width: 750px) {
  .page .action-box__text p {
    font-size: 3.5vw;
    line-height: 1.53;
    letter-spacing: 0.08rem;
  }
}
.page .action.is-active .action-main .c-deco-border--horizontal {
  width: 22.8%;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .action.is-active .action-main .c-deco-border--horizontal {
    width: 18%;
    left: 82%;
  }
}
.page .partner {
  background-color: #A5DCE7;
  padding: 65px 0 410px;
}
@media screen and (max-width: 750px) {
  .page .partner {
    padding: 52vw 0 66.7vw;
  }
}
.page .partner__title {
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .partner__title h2 {
    left: 25px;
  }
  .page .partner__title h2 span {
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 751px) {
  .page .partner__title {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page .partner__main {
  position: relative;
}
.page .partner-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 77.1%;
  max-width: 988px;
  margin: 116px auto 0;
}
@media screen and (max-width: 750px) {
  .page .partner-filter {
    margin: 8vw auto 1.3vw;
    width: 90%;
  }
}
.page .partner-filter__item {
  position: relative;
  color: #fff;
  z-index: 2;
  margin-right: 15px;
  padding-right: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .page .partner-filter__item {
    margin-right: 2.7vw;
    padding-right: 3.2vw;
  }
}
.page .partner-filter__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.page .partner-filter__item a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .page .partner-filter__item a {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.page .partner-filter__item.is-active a {
  font-weight: bold;
}
.page .partner__list {
  position: relative;
  z-index: 3;
  width: 77.1%;
  max-width: 988px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(35.2vw + 59px);
  max-height: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .page .partner__list {
    width: 93.3vw;
    max-width: 100%;
    padding-bottom: 2.7vw;
    height: 70.67vw;
    max-height: 100%;
  }
}
.page .partner__list.is-open {
  height: 100%;
  max-height: 100%;
}
.page .partner__item {
  position: relative;
  background: #fff;
  width: calc(25% - 20px);
  max-width: 316px;
  height: 17.6vw;
  max-height: 250px;
  margin: 20px 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 5px 0 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 (max-width: 750px) {
  .page .partner__item {
    width: calc(33.3333333333% - 2.6vw);
    max-width: 100%;
    max-height: 100%;
    height: 32vw;
    border-radius: 1.1vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0.5vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.8vw 0.8vw 0.5vw 0 rgba(0, 0, 0, 0.1);
    margin: 2.7vw 1.3vw 0;
  }
}
.page .partner__item--comingSoon:hover .partner__img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.page .partner__item-name {
  text-align: center;
  margin: 0 auto 5px;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .partner__item-name {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page .partner__item-name {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    font-size: 2.7vw;
    margin: 0 auto 0.8vw;
  }
}
.page .partner__img {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page .partner__img a {
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
  height: 4.5vw;
  max-width: 76%;
  max-height: 70px;
}
@media screen and (max-width: 750px) {
  .page .partner__img a {
    max-width: 80%;
    height: 8vw;
    max-height: auto;
  }
}
.page .partner__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.page .partner__img.is-top {
  top: 16%;
}
.page .partner__img.is-top a {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.page .partner__btn {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 65.1%;
  max-width: 206px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .page .partner__btn {
    width: 80%;
    bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .page .partner__btn {
    bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page .partner__btn {
    width: 88%;
    bottom: 2.7vw;
    max-width: 100%;
  }
}
.page .partner__btn .c-btn {
  height: 52px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .page .partner__btn .c-btn {
    height: 46px;
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .partner__btn .c-btn {
    height: 36px;
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page .partner__btn .c-btn {
    height: 8.5vw;
    width: 100%;
    margin: auto;
    text-indent: -5.3vw;
  }
}
@media screen and (max-width: 340px) {
  .page .partner__btn .c-btn {
    letter-spacing: -0.03rem;
    text-indent: -3.2vw;
  }
}
.page .partner__btn .c-btn:after {
  right: 6%;
}
@media screen and (min-width: 751px) {
  .page .partner__btn .c-btn:after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .page .partner__btn .c-btn:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 340px) {
  .page .partner__btn .c-btn:after {
    width: 2.7vw;
    height: 2.7vw;
    right: 0.8vw;
    margin-left: auto;
  }
}
.page .partner__more {
  position: relative;
  z-index: 10;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .page .partner__more {
    width: 90%;
    margin: 5.3vw auto 0;
  }
}
.page .partner__more .c-btn {
  margin: auto;
}
.page .partner-viewmore {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .page .partner-viewmore {
    bottom: -100px;
    width: 60%;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .page .partner-viewmore {
    width: 80%;
    bottom: -16vw;
    height: 13.3vw;
  }
}
.page .partner .c-voice--01 .c-voice__inner {
  width: 27.4%;
  max-width: 351px;
  left: -9%;
  top: -160px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .partner .c-voice--01 .c-voice__inner {
    top: -10.1vw;
  }
}
@media screen and (max-width: 750px) {
  .page .partner .c-voice--01 .c-voice__inner {
    width: 66.1vw;
    max-width: 100%;
    left: 5.1vw;
    top: -68.8vw;
  }
}
.page .partner .c-voice--02 {
  z-index: 2;
}
.page .partner .c-voice--02 .c-voice__inner {
  width: 65.7%;
  max-width: 841px;
  right: -4.53%;
  bottom: -364px;
}
@media screen and (max-width: 750px) {
  .page .partner .c-voice--02 .c-voice__inner {
    width: 96.5vw;
    max-width: 100%;
    bottom: -64.5vw;
    right: -6.4vw;
  }
}
.page .aboutUs {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page .aboutUs {
    z-index: 2;
  }
}
.page .aboutUs__bg {
  position: relative;
  z-index: 1;
  left: -100%;
  background-color: #2E9171;
  width: 84.9%;
  max-width: 1087px;
  padding: 149px 0 246px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) {
  .page .aboutUs__bg {
    margin-top: -120px;
  }
}
@media screen and (max-width: 750px) {
  .page .aboutUs__bg {
    width: 90.1vw;
    max-width: 100%;
    padding: 14.9vw 0 78.9vw;
  }
}
.page .aboutUs__bg:after {
  left: -100%;
  background-color: #2E9171;
}
.page .aboutUs__bg * {
  color: #fff;
}
.page .aboutUs__title {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .page .aboutUs__title {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.page .aboutUs__title p {
  text-align: center;
}
.page .aboutUs__inner {
  width: 100%;
  max-width: 522px;
  margin: 0 0 0 16.4%;
  opacity: 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .aboutUs__inner {
    margin: 0 0 0 4%;
  }
}
@media screen and (max-width: 750px) {
  .page .aboutUs__inner {
    width: 75.5vw;
    max-width: 100%;
    margin: auto;
  }
}
.page .aboutUs-main {
  margin: 72px auto 0;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main {
    margin: 11.2vw auto 0;
  }
}
.page .aboutUs-main__title {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page .aboutUs-main__title h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__title h3 {
    font-size: 5.6vw;
    letter-spacing: 0.3rem;
    white-space: nowrap;
  }
}
.page .aboutUs-main__text {
  margin: 40px 0 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__text {
    margin: 4.8vw 0 0;
  }
}
.page .aboutUs-main__text p {
  font-size: 18px;
  letter-spacing: 0.16rem;
  line-height: 2.6;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .aboutUs-main__text p {
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__text p {
    font-size: 3.5vw;
    line-height: 2.23;
    letter-spacing: 0.08rem;
    white-space: nowrap;
  }
}
.page .aboutUs-main__btn {
  width: 420px;
  margin: 89px auto 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__btn {
    width: 70.9vw;
    margin: 9.1vw auto 0;
  }
}
.page .aboutUs-main__btn .c-btn {
  margin: 60px 0 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__btn .c-btn {
    margin: 8vw 0 0;
  }
}
.page .aboutUs-main__btn .c-btn:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .page .aboutUs-main__btn .c-btn:after {
    right: 4.3vw;
  }
}
.page .aboutUs.is-active .aboutUs__bg {
  left: 0;
}
.page .aboutUs .c-voice {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page .aboutUs .c-voice {
    z-index: 3;
  }
}
.page .aboutUs .c-voice__inner {
  width: 29.6%;
  max-width: 380px;
  right: 10.3%;
  top: 268px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .aboutUs .c-voice__inner {
    right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page .aboutUs .c-voice__inner {
    width: 66.1vw;
    max-width: 100%;
    top: auto;
    bottom: -9.1vw;
  }
}
.page .movie {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page .movie {
    z-index: 1;
  }
}
.page .movie__bg {
  background-color: #EA4D11;
  width: 80%;
  right: -100%;
  max-width: 1024px;
  padding: 132px 0;
  margin: -90px 0 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .page .movie__bg {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .page .movie__bg {
    position: relative;
    z-index: 1;
    width: 92.5vw;
    right: -100%;
    max-width: 100%;
    padding: 22.4vw 0;
    margin: 0 0 0 auto;
  }
}
.page .movie__bg:after {
  right: -100%;
  background-color: #EA4D11;
}
.page .movie__bg * {
  color: #fff;
}
.page .movie__inner {
  position: relative;
  z-index: 10;
  width: 77.6%;
  max-width: 698px;
  margin: 0 0 0 18.4%;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .movie__inner {
    margin: 0 0 0 6%;
  }
}
@media screen and (max-width: 750px) {
  .page .movie__inner {
    width: 78.9vw;
    max-width: 100%;
    margin: auto;
  }
}
.page .movie__title {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page .movie__title h2 {
  padding: 0 0 35px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .page .movie__title h2 {
    padding: 0 0 5.3vw;
  }
}
.page .movie__title h2, .page .movie__title span {
  font-size: 38px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .movie__title h2, .page .movie__title span {
    letter-spacing: 0 !important;
    text-indent: -20px;
  }
}
@media screen and (max-width: 750px) {
  .page .movie__title h2, .page .movie__title span {
    font-size: 4.5vw;
  }
}
.page .movie__title h2 b, .page .movie__title span b {
  font-size: 43px;
}
@media screen and (max-width: 750px) {
  .page .movie__title h2 b, .page .movie__title span b {
    font-size: 5.3vw;
  }
}
.page .movie__title h2, .page .movie__title b, .page .movie__title span {
  font-weight: bold;
  letter-spacing: 0.16rem;
  vertical-align: baseline;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 750px) {
  .page .movie__title h2, .page .movie__title b, .page .movie__title span {
    letter-spacing: 0.08rem;
  }
}
.page .movie__title p {
  width: 68.6%;
  max-width: 479px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 750px) {
  .page .movie__title p {
    width: 69.6vw;
    max-width: 100%;
    margin: 0 auto 3.7vw;
  }
}
.page .movie-main {
  position: relative;
  z-index: 2;
  margin: 44px auto 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 750px) {
  .page .movie-main {
    width: 78.9vw;
    max-width: 100%;
    margin: 4.8vw auto 0;
  }
}
.page .movie-main__inner {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.page .movie .c-inner {
  position: relative;
}
.page .movie .c-voice {
  z-index: 2;
}
.page .movie .c-voice__inner {
  position: relative;
  width: 100%;
  max-width: 520px;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
@media screen and (max-width: 750px) {
  .page .movie .c-voice__inner {
    width: 93.9vw;
    max-width: 100%;
    right: -6.4vw;
    bottom: -249.3vw;
  }
}
.page .movie .c-bg--border {
  z-index: 1;
  width: 128%;
  max-width: 899px;
  top: 14px;
  right: -102px;
}
@media screen and (max-width: 750px) {
  .page .movie .c-bg--border {
    top: auto;
    bottom: -13.3vw;
    width: 94.1vw;
    height: 33.9vw;
    right: auto;
    left: -8vw;
  }
}
.page .movie .c-bg--border:after {
  right: 80px;
}
@media screen and (max-width: 750px) {
  .page .movie .c-bg--border:after {
    right: auto;
    left: 11.7vw;
    bottom: 0;
    top: auto;
  }
}
.page .movie .c-bg--border:before {
  top: 50px;
}
@media screen and (max-width: 750px) {
  .page .movie .c-bg--border:before {
    top: 26.1vw;
  }
}
.page .movie .c-bg--border p {
  top: 70px;
  right: 54px;
}
@media screen and (max-width: 750px) {
  .page .movie .c-bg--border p {
    top: 29.1vw;
    right: auto;
    left: 14.1vw;
  }
}
.page .movie.is-active .movie__bg {
  right: 0;
}
.page .real {
  position: relative;
  z-index: 2;
  margin: -36px 0 0 -18%;
  width: 100%;
  max-width: 579px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0 -10%;
  }
}
@media screen and (max-width: 750px) {
  .page .real {
    width: 78.9vw;
    max-width: 100%;
    margin: 20.3vw auto 0;
  }
}
.page .real__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 579px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__wrap {
    width: 74%;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.page .real__wrap .real__btn * {
  color: #333;
}
.page .real__wrap .c-bg--border {
  z-index: 1;
  top: auto;
  bottom: 0;
  left: -11.5%;
  width: 131%;
  max-width: 763px;
  height: 414px;
}
@media screen and (max-width: 750px) {
  .page .real__wrap .c-bg--border {
    width: 77.9vw;
    max-width: 100%;
    height: 42.7vw;
    left: auto;
    right: -7.5vw;
    bottom: -17.1vw;
  }
}
.page .real__wrap .c-bg--border:before, .page .real__wrap .c-bg--border:after, .page .real__wrap .c-bg--border p {
  top: auto;
  bottom: 0;
  right: 0;
  color: #fff;
}
.page .real__wrap .c-bg--border:before {
  bottom: 45px;
}
@media screen and (max-width: 750px) {
  .page .real__wrap .c-bg--border:before {
    bottom: 8vw;
  }
}
.page .real__wrap .c-bg--border:after {
  right: 70px;
  left: auto;
}
@media screen and (max-width: 750px) {
  .page .real__wrap .c-bg--border:after {
    right: 12vw;
  }
}
.page .real__wrap .c-bg--border p {
  right: 40px;
  bottom: 60px;
}
@media screen and (max-width: 750px) {
  .page .real__wrap .c-bg--border p {
    top: auto;
    right: 13.3vw;
    bottom: 1.6vw;
    left: auto;
  }
}
.page .real__wrap--webinar {
  position: absolute;
  margin: 100px 0 0 81.5%;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__wrap--webinar {
    right: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar {
    position: relative;
    margin: 26.7vw auto 0;
  }
}
.page .real__wrap--webinar * {
  color: #fff;
}
.page .real__wrap--webinar .real__bg {
  background: #2E8F71;
}
.page .real__wrap--webinar .real__title * {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .real__title h2, .page .real__wrap--webinar .real__title h2 span {
    letter-spacing: 0.1rem;
  }
}
.page .real__wrap--webinar .real__title .c-balloon:after {
  background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon-white.png");
  width: 324px;
  height: 62px;
  margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .real__title .c-balloon:after {
    width: 61.3vw;
    height: 6.9vw;
    margin-top: 0;
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon-white-sp.png");
  }
}
.page .real__wrap--webinar .real__title .c-balloon b {
  font-size: 24px;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .real__title .c-balloon b {
    font-size: 3.5vw;
  }
}
.page .real__wrap--webinar .real__title .c-balloon b:first-child {
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .real__title .c-balloon b:first-child {
    letter-spacing: 0.1rem;
  }
}
.page .real__wrap--webinar .real__title .c-balloon, .page .real__wrap--webinar .real__title .c-balloon * {
  color: #fff;
}
.page .real__wrap--webinar .real__btn {
  background: #fff;
}
.page .real__wrap--webinar .real__btn * {
  color: #2E8F71;
}
.page .real__wrap--webinar .real__btn .c-btn__color--white:after {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-normal--green.png);
}
.page .real__wrap--webinar .real__btn .c-btn__color--white .c-btn__icon--note {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-note--green.png);
}
@media screen and (min-width: 751px) {
  .page .real__wrap--webinar .c-bg--border {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .c-bg--border {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  .page .real__wrap--webinar .c-bg--border:before {
    bottom: auto;
    top: 37px;
    left: -70px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .c-bg--border:before {
    left: -6.7vw;
    width: 94.1vw;
  }
}
@media screen and (min-width: 751px) {
  .page .real__wrap--webinar .c-bg--border:after {
    right: auto;
    left: -40px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .c-bg--border:after {
    right: auto;
    left: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .page .real__wrap--webinar .c-bg--border p {
    right: auto;
    bottom: auto;
    top: 52px;
    left: -70px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__wrap--webinar .c-bg--border p {
    right: auto;
    left: 6.7vw;
  }
}
.page .real__bg {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 6px 7px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 7px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 74px 0 65px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__bg {
    padding: 74px 0 45px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__bg {
    border-radius: 1.1vw;
    -webkit-box-shadow: 1.1vw 1.1vw 1.1vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1.1vw 1.1vw 1.1vw 0 rgba(0, 0, 0, 0.1);
    padding: 4.3vw 0 4.8vw;
  }
}
.page .real__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .real__inner {
    width: 100%;
    max-width: 100%;
  }
}
.page .real__title {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page .real__title h2 {
  font-size: 33px;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__title h2 {
    font-size: 4.8vw;
    margin: 1.1vw auto 0;
  }
}
.page .real__title h2 span {
  font-size: 28px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__title h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__title h2 span {
    font-size: 4vw;
  }
}
.page .real__title h2, .page .real__title span {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #323232;
  font-weight: bold;
  letter-spacing: 0.5rem;
  line-height: 1.48;
  vertical-align: baseline;
}
.page .real__title .c-balloon {
  position: relative;
}
.page .real__title .c-balloon, .page .real__title .c-balloon span {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.22rem;
  font-weight: bold;
  vertical-align: baseline;
  color: #323232;
}
@media screen and (max-width: 750px) {
  .page .real__title .c-balloon, .page .real__title .c-balloon span {
    font-size: 2.4vw;
    letter-spacing: 0.08rem;
  }
}
.page .real__title .c-balloon span {
  font-family: "Abel", sans-serif;
  font-size: 30px;
  line-height: 1.31;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__title .c-balloon span {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .page .real__title .c-balloon span {
    font-size: 3.5vw;
  }
}
.page .real__title .c-balloon:after {
  margin: 0 auto;
  width: 314px;
  height: 58px;
}
@media screen and (max-width: 750px) {
  .page .real__title .c-balloon:after {
    margin: 0.5vw auto 0;
    width: 61.3vw;
    height: 6.9vw;
    background-image: url("/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon-long.png");
  }
}
.page .real__btn {
  width: 67%;
  max-width: 388px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin: 60px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .real__btn {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .page .real__btn {
    width: 42.7vw;
    margin: 3.2vw auto 0;
  }
}
.page .real__btn .c-btn {
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  .page .real__btn .c-btn {
    height: 10.1vw;
    line-height: 10.1vw;
    font-size: 2.7vw;
    text-indent: 0;
  }
  .page .real__btn .c-btn:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.7vw;
  }
}
.page .c-card__list {
  position: relative;
  width: 96%;
  max-width: 980px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .page .c-card__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 16vw;
  }
}
.page .c-card__item {
  position: relative;
  z-index: 2;
  width: 51%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -200px;
}
@media screen and (min-width: 751px) {
  .page .c-card__item {
    max-width: 540px;
  }
  .page .c-card__item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .page .c-card__item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) {
  .page .c-card__item {
    width: 70%;
    margin-top: -20px;
  }
}
@media screen and (max-width: 750px) {
  .page .c-card__item {
    width: 78.9vw;
    max-width: 100%;
    margin: 20.3vw auto 0;
  }
}
.page .c-card__item * {
  color: #333;
}
.page .c-card__item:first-child {
  margin-top: 0;
}
.page .c-card__item:nth-child(odd) {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .page .c-card__item:nth-child(odd) {
    margin-right: auto;
  }
}
.page .c-card__item:nth-child(even) {
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .page .c-card__item:nth-child(even) {
    left: -50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 980px) {
  .page .c-card__item:nth-child(even) {
    left: 0;
  }
}
.page .c-card__item:nth-child(even) .c-card__body {
  right: auto;
  left: 0;
}
@media screen and (min-width: 751px) {
  .page .c-card__item:nth-child(even) .c-card__category:before {
    left: -50px;
    right: auto;
    border-bottom: 1px solid #000;
    top: 30px;
    bottom: auto;
  }
  .page .c-card__item:nth-child(even) .c-card__category:after {
    left: -30px;
    right: auto;
    top: 0;
    bottom: auto;
    border-left: 1px solid #000;
  }
  .page .c-card__item:nth-child(even) .c-card__category p {
    right: auto;
    left: -55px;
    top: 45px;
    bottom: auto;
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .page .c-card__item:nth-child(even) .c-card__category:before {
    right: auto;
    left: 0;
  }
  .page .c-card__item:nth-child(even) .c-card__category:after {
    right: auto;
    left: 5.3vw;
  }
  .page .c-card__item:nth-child(even) .c-card__category p {
    right: auto;
    left: 8vw;
  }
}
.page .c-card__item--green * {
  color: #fff;
}
.page .c-card__item--green .c-card__button {
  border: 1px solid #fff;
  color: #fff;
}
.page .c-card__item--green .c-card__head {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon-white.png);
}
.page .c-card__item--green .c-card__button {
  background-color: #fff;
}
.page .c-card__item--green .c-card__body {
  background-color: #2E8F71;
}
.page .c-card__item--green .c-card__button {
  color: #2E8F71;
}
.page .c-card__item--green .c-card__button:after {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-normal--green.png);
}
.page .c-card__item--green .c-card__button.is-icon:before {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-note--green.png);
}
.page .c-card__item--lightblue * {
  color: #fff;
}
.page .c-card__item--lightblue .c-card__button {
  border: 1px solid #fff;
  color: #fff;
}
.page .c-card__item--lightblue .c-card__head {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-text-balloon-white.png);
}
.page .c-card__item--lightblue .c-card__button {
  background-color: #fff;
}
.page .c-card__item--lightblue .c-card__body {
  background-color: #A5DCE7;
}
.page .c-card__item--lightblue .c-card__button {
  border: 1px solid #323232;
  color: #323232;
}
.page .c-card__item--lightblue .c-card__button:after {
  background-image: url(/ec/img/usr/pages/kigaeyou-shukatsu/common/c-btn_icon-normal.png);
}
.page .c-card__item.is-active .c-card__category:before {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page .c-card__item.is-active .c-card__category:before {
    width: 120%;
  }
}
.page .c-card__item.is-active .c-card__category:after {
  height: 80%;
}
.page .c-card__category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .page .c-card__category {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.page .c-card__category:before, .page .c-card__category:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.page .c-card__category:before {
  width: 0;
  height: 1px;
  bottom: 30px;
  border-bottom: 1px solid #fff;
  right: 0;
}
@media screen and (max-width: 750px) {
  .page .c-card__category:before {
    bottom: -4vw;
    right: 0;
  }
}
.page .c-card__category:after {
  width: 1px;
  height: 0;
  border-right: 1px solid #fff;
  right: 30px;
}
@media screen and (max-width: 750px) {
  .page .c-card__category:after {
    right: 5.3vw;
    bottom: -10.7vw;
  }
}
.page .c-card__category p {
  position: absolute;
  bottom: 40px;
  right: 0;
  color: #fff;
  font-family: "Abel", sans-serif;
  letter-spacing: 0.3rem;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .page .c-card__category p {
    bottom: -10.7vw;
    right: 8vw;
    font-size: 3.2vw;
  }
}
.page .c-card__body {
  position: relative;
  z-index: 2;
  right: 50px;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  padding: 65px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 6px 7px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 7px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .page .c-card__body {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page .c-card__body {
    border-radius: 1.1vw;
    -webkit-box-shadow: 1.1vw 1.1vw 1.1vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1.1vw 1.1vw 1.1vw 0 rgba(0, 0, 0, 0.1);
    padding: 4.3vw 0 4.8vw;
    right: 0;
  }
}
.page .c-card__head {
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0 0 55px;
  margin: 0 auto 20px;
  font-weight: bold;
  vertical-align: baseline;
  background-position: center bottom;
  background-size: 50% auto;
  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-card__head {
    font-size: 3.2vw;
    padding: 0 0 8vw;
    margin: 0 auto 3.2vw;
  }
}
.page .c-card__head span {
  font-size: 24px;
  vertical-align: baseline;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page .c-card__head span {
    font-size: 3.7vw;
  }
}
.page .c-card__title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.48;
  vertical-align: baseline;
  font-size: 33px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .page .c-card__title {
    font-size: 5.1vw;
    margin: 0 auto 3.2vw;
  }
}
.page .c-card__button {
  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: 388px;
  height: 99px;
  margin: 0 auto 20px;
  border: 1px solid #323232;
  color: #323232;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 50px 0 30px;
}
@media screen and (max-width: 750px) {
  .page .c-card__button {
    width: 70%;
    max-width: 100%;
    height: 10.7vw;
    margin: 0 auto 3.2vw;
    font-size: 2.7vw;
    padding: 0 10.7vw 0 2.7vw;
  }
}
.page .c-card__button:last-child {
  margin-bottom: 0;
}
.page .c-card__button:after {
  content: "";
  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-card__button:after {
    width: 5.3vw;
    height: 4.8vw;
    right: 3.7vw;
  }
}
.page .c-card__button.is-icon {
  position: relative;
}
.page .c-card__button.is-icon:before {
  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;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .c-card__button.is-icon:before {
    width: 3.7vw;
    height: 4.8vw;
    left: 1.6vw;
  }
}
.page .ques {
  position: relative;
  z-index: 2;
  background-color: #A5DCE7;
  padding: 100px 0 244px;
  margin-top: -10px;
}
@media screen and (max-width: 750px) {
  .page .ques {
    padding: 16vw 0 56.5vw;
    margin-top: -2.7vw;
  }
}
.page .ques__inner {
  width: 100%;
  max-width: 921px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .ques__inner {
    max-width: 93.9vw;
  }
}
.page .ques__title {
  text-align: center;
}
.page .ques__title h2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  display: inline-block;
  padding: 0 0 22px;
}
@media screen and (max-width: 750px) {
  .page .ques__title h2 {
    padding: 0 0 4vw;
  }
}
.page .ques__title h2, .page .ques__title span {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.16rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 750px) {
  .page .ques__title h2, .page .ques__title span {
    font-size: 5.1vw;
    letter-spacing: 0;
  }
}
.page .ques-main {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  text-align: center;
  margin: 56px 0 0;
  padding: 55px 0 35px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .ques-main {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .page .ques-main {
    margin: 4.8vw 0 0;
    padding: 10.4vw 0 6.7vw;
    border-radius: 1.1vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.8vw 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.1);
  }
}
.page .ques-main p {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .page .ques-main p {
    font-size: 1.3vw;
  }
}
.page .ques-main__list {
  width: 83.9%;
  max-width: 773px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .ques-main__list {
    width: 96%;
  }
}
@media screen and (max-width: 750px) {
  .page .ques-main__list {
    width: 82.7vw;
    max-width: 100%;
    margin: 0 auto 2.7vw;
  }
}
.page .ques-main__item {
  width: 46.3%;
  max-width: 358px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__item {
    width: 38.1vw;
    max-width: 100%;
  }
}
.page .ques-main__title {
  position: relative;
  text-align: center;
}
.page .ques-main__title h3, .page .ques-main__title span {
  letter-spacing: 0.28rem;
  font-weight: bold;
}
.page .ques-main__title h3 {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 750px) {
  .page .ques-main__title h3 {
    font-size: 5.6vw;
  }
}
.page .ques-main__title h3 span {
  font-size: 17px;
  display: block;
  margin: 4px 0 0;
}
@media screen and (max-width: 750px) {
  .page .ques-main__title h3 span {
    font-size: 2.4vw;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .page .ques-main__title:after {
    width: 34.7vw;
    height: 5.9vw;
    margin: 0 auto;
  }
}
.page .ques-main__title.c-balloon:after {
  margin: 5px auto 0;
}
@media screen and (max-width: 750px) {
  .page .ques-main__title.c-balloon:after {
    width: 25.1vw;
    height: 4.3vw;
    margin: 1.3vw auto 0;
  }
}
.page .ques-main__text {
  margin: 9px 0 0;
}
@media screen and (max-width: 750px) {
  .page .ques-main__text {
    margin: 4vw 0 0;
  }
}
.page .ques-main__text p {
  text-align: left;
  font-size: 19px;
  line-height: 1.72;
  letter-spacing: 0.1rem;
  margin: 2px 0 0;
}
@media screen and (max-width: 750px) {
  .page .ques-main__text p {
    font-size: 3.2vw;
    line-height: 1.58;
    letter-spacing: 0.06rem;
    text-align: justify;
    margin: 0.5vw 0 0;
  }
}
.page .ques-main__text p:first-child {
  margin-top: 0;
}
.page .ques-main__text p, .page .ques-main__text p span {
  font-weight: bold;
}
.page .ques-main__text p span {
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .page .ques-main__text p span {
    font-size: 2.1vw;
    letter-spacing: -0.03rem;
    white-space: nowrap;
    display: block;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .ques-main__text p br.view--pc {
    display: none;
  }
}
.page .ques-main__graph {
  position: relative;
  width: 93.2%;
  max-width: 334px;
  margin: 30px auto 0;
  text-align: center;
  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 (max-width: 750px) {
  .page .ques-main__graph {
    width: 43.5vw;
    min-width: 43.5vw;
    max-width: 100%;
    margin: 4.3vw 0 0;
    left: -2.1vw;
  }
}
.page .ques-main__graph .is-top, .page .ques-main__graph .is-bottom {
  position: absolute;
}
.page .ques-main__graph .is-top {
  top: 40px;
  left: 54px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-top {
    top: 5.3vw;
    left: 6.7vw;
  }
}
.page .ques-main__graph .is-top .c-text--random {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-top .c-text--random {
    font-size: 4.3vw;
  }
}
.page .ques-main__graph .is-top .c-text--random span {
  font-size: 47px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-top .c-text--random span {
    font-size: 5.9vw;
  }
}
.page .ques-main__graph .is-bottom {
  top: 95px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-bottom {
    top: 12vw;
  }
}
.page .ques-main__graph .is-bottom .c-text--random {
  font-size: 73px;
  text-indent: -30px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-bottom .c-text--random {
    font-size: 9.3vw;
    text-indent: -5.9vw;
  }
}
.page .ques-main__graph .is-bottom .c-text--random span {
  font-size: 99px;
}
@media screen and (max-width: 750px) {
  .page .ques-main__graph .is-bottom .c-text--random span {
    font-size: 12.5vw;
  }
}
.page .ques-main__graph img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page .ques-btn {
  margin: 97px auto 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .ques-btn {
    width: 74.7vw;
    margin: 12vw auto 0;
  }
}
.page .ques-btn .c-btn {
  display: inline-block;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page .ques-btn .c-btn {
    line-height: 1.64;
    font-size: 4.5vw;
    height: 23.5vw;
    padding: 4.8vw 0 0;
    text-align: center;
  }
  .page .ques-btn .c-btn:after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .page .ques-btn .c-btn span {
    display: inline-block;
  }
}
.page .share {
  padding: 166px 0 575px;
  background-color: #2E9171;
}
@media screen and (max-width: 750px) {
  .page .share {
    padding: 43.2vw 0 74.7vw;
  }
}
.page .share * {
  color: #fff;
}
.page .share__inner {
  position: relative;
  max-width: 854px;
  margin: auto;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .share__inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .page .share__inner {
    width: 85.9vw;
    max-width: 100%;
  }
}
.page .share__title h2, .page .share__title span {
  font-size: 76px;
}
@media screen and (max-width: 750px) {
  .page .share__title h2, .page .share__title span {
    font-size: 13.3vw;
  }
}
.page .share__title h2 {
  border-bottom: none;
  padding-bottom: 0;
}
.page .share__title h2:after {
  content: none;
}
.page .share__title p {
  font-size: 18px;
  margin: 11px 0 0;
}
@media screen and (max-width: 750px) {
  .page .share__title p {
    font-size: 2.7vw;
    margin: 1.6vw 0 0;
  }
}
.page .share-main__text {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .share-main__text {
    margin: 6.9vw auto 0;
  }
}
.page .share-main__text p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 750px) {
  .page .share-main__text p {
    font-size: 4vw;
    letter-spacing: 0.18rem;
    white-space: nowrap;
  }
}
.page .share-main__list {
  width: 100%;
  max-width: 728px;
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .page .share-main__list {
    max-width: 100%;
    margin: 8.5vw auto 0;
  }
}
.page .share-main__item {
  width: 33.2%;
  max-width: 242px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page .share-main__item {
    width: 28.3vw;
    max-width: 100%;
  }
}
.page .share-main__item .c-balloon {
  position: absolute;
  width: 100%;
  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.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page .share-main__item .c-balloon p {
  font-size: 22px;
  letter-spacing: 0.18rem;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .page .share-main__item .c-balloon p {
    font-size: 2.9vw;
    letter-spacing: 0;
    margin-left: 1.3vw;
  }
}
.page .share-main__item .c-balloon img {
  width: 53px;
}
@media screen and (max-width: 750px) {
  .page .share-main__item .c-balloon img {
    width: 7.5vw;
  }
}
.page .share-main__item .c-balloon:after {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  max-width: 244px;
  height: 44px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .page .share-main__item .c-balloon:after {
    width: 28.8vw;
    height: 5.3vw;
    max-width: 100%;
    top: 9.9vw;
  }
}
@media screen and (min-width: 751px) {
  .page .share-main__item .c-balloon:hover {
    padding-top: 10px;
  }
}
.page .share-main__item:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.page .share-main__item:nth-child(1) .c-balloon:after {
  left: 4px;
}
@media screen and (max-width: 750px) {
  .page .share-main__item:nth-child(1) .c-balloon:after {
    left: 1px;
  }
}
.page .share-main__item:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page .share-main__item:nth-child(3) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.page .share-main__item:nth-child(3) .c-balloon p {
  position: relative;
  top: 9px;
}
@media screen and (max-width: 750px) {
  .page .share-main__item:nth-child(3) .c-balloon p {
    top: 1.9vw;
  }
}
.page .share-main__item:nth-child(3) .c-balloon:after {
  left: -4px;
}
@media screen and (max-width: 750px) {
  .page .share-main__item:nth-child(3) .c-balloon:after {
    left: -1px;
  }
}
.page .share .is-top {
  position: absolute;
  top: 43px;
}
@media screen and (max-width: 750px) {
  .page .share .is-top {
    top: 8vw;
  }
}
.page .share .is-top.c-deco-border--vertical {
  width: 33.6%;
  max-width: 287px;
  height: 73px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .page .share .is-top.c-deco-border--vertical {
    width: 17.6vw;
    max-width: 100%;
    height: 8.5vw;
  }
}
.page .share .is-top.c-deco-border--vertical:before {
  width: 100%;
}
.page .share .is-top.c-deco-border--vertical:after {
  height: 100%;
}
.page .share .is-top.c-deco-border--horizontal {
  position: absolute;
  width: 26.3%;
  max-width: 225px;
  right: 7.6%;
}
@media screen and (max-width: 750px) {
  .page .share .is-top.c-deco-border--horizontal {
    width: 20.3vw;
    max-width: 100%;
    right: 0;
  }
}
.page .share .is-bottom {
  position: absolute;
  bottom: -190px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .page .share .is-bottom {
    bottom: -25.1vw;
  }
}
.page .share .is-bottom.c-deco-border--vertical {
  width: 76.3%;
  max-width: 652px;
  height: 79px;
}
@media screen and (max-width: 750px) {
  .page .share .is-bottom.c-deco-border--vertical {
    width: 69.3vw;
    max-width: 100%;
    height: 9.3vw;
  }
}
.page .share .is-bottom.c-deco-border--vertical:after {
  top: 0;
  right: 0;
  height: 100%;
}
.page .share .is-bottom.c-deco-border--vertical:before {
  width: 100%;
  top: auto;
  bottom: 0;
  border-bottom: 2px solid #fff;
  border-top: none;
}
@media screen and (max-width: 750px) {
  .page .share .is-bottom.c-deco-border--vertical:before {
    border-bottom: 1px solid #fff;
  }
}
.page .share .c-voice__inner {
  width: 58.1%;
  max-width: 744px;
  left: -12.6%;
  top: -372px;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .page .share .c-voice__inner {
    width: 136.5vw;
    min-width: 136.5vw;
    max-width: 100%;
    left: auto;
    right: 2.7vw;
    top: -80.5vw;
  }
}
.page .contact {
  background-color: #EA4D11;
  padding: 398px 0 100px;
}
@media screen and (max-width: 750px) {
  .page .contact {
    padding: 86.7vw 0 12vw;
  }
}
.page .contact .c-anchor {
  margin-top: -700px;
  padding-top: 700px;
}
.page .contact__inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 56.3%;
  max-width: 721px;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 10px 11px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 11px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -275px;
  left: 0;
  right: 0;
  padding: 82px 0 90px;
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .page .contact__inner {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .page .contact__inner {
    top: -35.7vw;
    width: 79.5vw;
    max-width: 100%;
    border-radius: 0.8vw;
    padding: 10.4vw 0 9.9vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.8vw 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.1);
  }
}
.page .contact__title h2, .page .contact__title span {
  font-size: 66px;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 750px) {
  .page .contact__title h2, .page .contact__title span {
    font-size: 10.7vw;
    letter-spacing: 0.5rem;
  }
}
.page .contact__title h2, .page .contact__title span, .page .contact__title p {
  color: #323232;
}
.page .contact__title h2 {
  border-bottom: #323232 5px solid;
  padding: 0 0 14px;
}
@media screen and (max-width: 750px) {
  .page .contact__title h2 {
    border-bottom: #323232 0.8vw solid;
    padding: 0 0 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .page .contact__title h2 span {
    font-size: 10.7vw;
  }
}
.page .contact__title p {
  margin: 24px 0 0;
}
@media screen and (max-width: 750px) {
  .page .contact__title p {
    margin: 3.2vw 0 0;
  }
}
.page .contact-main {
  text-align: center;
  margin: 33px auto 0;
}
@media screen and (max-width: 750px) {
  .page .contact-main {
    width: 66.1vw;
    margin: 2.7vw auto 0;
  }
}
.page .contact-main p {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page .contact-main p {
    font-size: 3.2vw;
    letter-spacing: 0.1rem;
  }
}
.page .contact-btn {
  margin: 60px auto 0;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 750px) {
  .page .contact-btn {
    width: 53.3vw;
    max-width: 100%;
    margin: 5.3vw auto 0;
  }
}
.page .contact-btn .c-btn {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .page .contact-btn .c-btn {
    line-height: 15.5vw;
    height: 15.5vw;
    font-size: 2.7vw;
  }
}
.page .contact-btn .c-btn:after {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .page .contact-btn .c-btn:after {
    width: 2.9vw;
    height: 2.9vw;
  }
}
.page .contact__foot {
  text-align: center;
}
.page .contact__foot img {
  width: 360px;
}
@media screen and (max-width: 750px) {
  .page .contact__foot img {
    width: 65.1vw;
  }
}
.page .contact .c-voice__inner {
  z-index: 1;
  width: 37.8%;
  max-width: 484px;
  right: -9.37%;
  bottom: 55px;
}
@media screen and (max-width: 750px) {
  .page .contact .c-voice__inner {
    width: 90.7vw;
    max-width: 100%;
    bottom: 34.7vw;
    right: -8.8vw;
  }
}