@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
.input-hasButton-button,.calendar-wrap .calendar-button {
  opacity: 1;
  transition: opacity 0.3s;
}
.input-hasButton-button:hover,.calendar-wrap .calendar-button:hover {
  opacity: 0.7;
}
span.not-transition.input-hasButton-button,.calendar-wrap span.not-transition.calendar-button {
  opacity: 1 !important;
}

/* -----------------------------------------------------------------------------
animations
----------------------------------------------------------------------------- */
.js-scroll.type-fadeIn,.js-transitionGroup .type-fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.js-scroll.type-fadeUp,.js-transitionGroup .type-fadeUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js-scroll.is-animated.type-fadeUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-scroll.is-animated.type-fadeIn {
  opacity: 1;
}
.js-transitionGroup.is-animated .type-fadeUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-transitionGroup.is-animated .type-fadeIn {
  opacity: 1;
}

/* form reset */
.input-text,.input-textArea,.input-select,.input-hasButton-button,.calendar-wrap .calendar-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------------------------
reset
----------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after {
  content: "";
  content: none;
}
q:before,q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* base --------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #4d4d4d;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 559px) {
  body {
    font-size: 1.2rem;
  }
}
.serif,.footeContact-box,.pageTitle,.section-heading,.middle-heading,.staffImage-heading {
  font-family: "Noto Serif JP", serif;
}
*,*::before,*::after {
  box-sizing: border-box;
}
button,input,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button:active,button:focus,button:active > span,button:focus > span {
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
p,ul,h1,h2,h3,h4,h5,h6,table,input,textarea,dl,dt {
  position: relative;
  z-index: 1;
}
a {
  color: #4d4d4d;
  position: relative;
  z-index: 1;
}
a:hover {
  color: #0068d7;
  text-decoration: none;
}

/*
  Layouts
*/
#header {
  display: block;
  position: relative;
}
#header::before {
  background: #fff;
  content: "";
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.is-load #header::before {
  height: 100px;
  opacity: 1;
  transition: height 0.5s cubic-bezier(0, 0.8, 0.4, 1);
  z-index: 300;
}
.is-load-end #header::before {
  opacity: 1;
  transition: opacity 0;
  z-index: 100;
}
@media screen and (max-width: 559px) {
  #header::before {
    height: 80px !important;
  }
}
.header-inner {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  height: 100px;
  left: 0;
  opacity: 0;
  padding: 0 15px 0 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
}
.is-load .header-inner {
  opacity: 1;
  transition: opacity 0.5s linear 1s;
}
.is-load-end .header-inner {
  opacity: 1;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
@media screen and (max-width: 559px) {
  .header-inner {
    height: 80px;
    padding: 0 20px;
  }
}
.header-list {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1%;
  padding-left: 30px;
}
@media screen and (min-width: 560px) {
  .header-list {
    display: block !important;
  }
}
@media screen and (max-width: 559px) {
  .header-list {
    background: #ffe544;
    bottom: 0;
    display: none;
    left: 0;
    padding-left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
#headerLogo {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  #headerLogo {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  #headerLogo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.headerLogo-company {
  min-height: 1%;
  width: 210px;
}
@media screen and (max-width: 559px) {
  .headerLogo-company {
    width: 143px;
  }
}
@media screen and (max-width: 320px) {
  .headerLogo-company {
    width: 130px;
  }
}
.headerLogo-recruit {
  margin-bottom: 2px;
  margin-left: 40px;
  min-height: 1%;
  width: 178px;
}
@media screen and (max-width: 959px) {
  .headerLogo-recruit {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 559px) {
  .headerLogo-recruit {
    margin-bottom: 6px;
    margin-left: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .headerLogo-recruit {
    width: 80px;
  }
}
.headerList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-width: 1%;
}
.headerList-item {
  font-size: 1.2rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 559px) {
  .headerList-item {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 35px;
    text-align: left;
  }
  .headerList-item:not(:first-child) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .headerList-item {
    margin-bottom: 20px;
  }
}
.headerList-link {
  color: #000;
  padding: 5px 14px;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .headerList-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 559px) {
  .headerList-link {
    display: block;
    text-align: center;
  }
}
.headerList-link:hover {
  color: #0068d7;
}
.headerList-link.is-active {
  color: #0068d7;
}
@media screen and (max-width: 559px) {
  .headerList {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 80px 40px 20px;
  }
}
@media screen and (max-width: 320px) {
  .headerList {
    padding-top: 40px;
  }
}
#gnaviButton {
  height: 40px;
  position: fixed;
  right: 10px;
  top: 15px;
  width: 40px;
  z-index: 11;
}
@media screen and (min-width: 560px) {
  #gnaviButton {
    display: none;
  }
}
.gnaviButton-button {
  display: block;
  height: inherit;
  position: relative;
  width: inherit;
}
.gnaviButton-button::before {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: 5px;
  position: absolute;
  top: 10px;
  transition: opacity 0.3s;
  width: 30px;
}
@media screen and (max-width: 559px) {
  .gnaviButton-button::before {
    height: 3px;
    top: 12px;
    width: 26px;
  }
}
.is-open .gnaviButton-button::before {
  opacity: 0;
}
.gnaviButton-button::after {
  background: #000;
  bottom: 10px;
  content: "";
  display: block;
  height: 2px;
  left: 5px;
  position: absolute;
  transition: opacity 0.3s;
  width: 30px;
}
@media screen and (max-width: 559px) {
  .gnaviButton-button::after {
    bottom: 11px;
    height: 3px;
    width: 26px;
  }
}
.is-open .gnaviButton-button::after {
  opacity: 0;
}
.gnaviButton-button span {
  display: block;
  height: 2px;
  left: 5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 30px;
}
@media screen and (max-width: 559px) {
  .gnaviButton-button span {
    height: 3px;
    width: 26px;
  }
}
.gnaviButton-button span::before {
  background: #000;
  content: "";
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: inherit;
}
.is-open .gnaviButton-button span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnaviButton-button span::after {
  background: #000;
  content: "";
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: inherit;
}
.is-open .gnaviButton-button span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 560px) {
  #headerOverlay {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  #headerOverlay {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility 0.3s, opacity 0.3s;
    visibility: hidden;
    z-index: 99;
  }
  .is-open #headerOverlay {
    opacity: 0.7;
    pointer-events: visible;
    visibility: visible;
  }
}
.sp-companyLink {
  bottom: 50px;
  left: 50px;
  position: absolute;
}
@media screen and (min-width: 560px) {
  .sp-companyLink {
    display: none !important;
  }
}
.sp-companyLink a {
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (max-width: 559px) {
  .headerList,.sp-companyLink {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: none;
  }
  .is-textIn .headerList,.is-textIn .sp-companyLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.7s linear 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: opacity 0.7s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: opacity 0.7s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
}
#wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  #wrapper {
    padding-top: 80px;
  }
}
.is-IE #wrapper {
  display: block;
}
#contents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  #contents {
    padding-bottom: 10.41vw;
  }
}
@media screen and (max-width: 559px) {
  #contents {
    padding-bottom: 90px;
  }
}
.is-IE #contents {
  display: block;
}
#main {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 6px 0 rgba(0, 43, 98, 0.3);
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1326px;
  padding: 0 28px 55px;
  position: relative;
  width: 100%;
}
.section {
  margin-bottom: 80px;
}
@media screen and (max-width: 559px) {
  .section {
    margin-bottom: 130px;
  }
}
.section:last-of-type {
  margin-bottom: 0;
}
.section-description {
  line-height: 2.4;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1246px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 559px) {
  .section-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 559px) {
  .section-inner--spMiddle {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 559px) {
  .section-inner--spSmall {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-indent {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 639px) {
  .section-indent {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 559px) {
  .section--pageTitle {
    margin-bottom: 140px;
  }
}
.boxCenter {
  margin-left: auto;
  margin-right: auto;
}
.boxCenter--small {
  max-width: 500px;
}
.boxCenter--middle {
  max-width: 800px;
}
.boxCenter--middle.is-about {
  max-width: 805px;
}
.footeContact {
  background: #ffe544;
  margin-bottom: 185px;
  padding-bottom: 100px;
  padding-top: 150px;
}
.footeContact:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1249px) {
  .footeContact {
    padding-bottom: 8vw;
    padding-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .footeContact {
    margin-bottom: 19.27vw;
  }
}
@media screen and (max-width: 559px) {
  .footeContact {
    margin-bottom: 130px;
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .footeContact .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footeContact-row {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 97px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1249px) {
  .footeContact-row {
    margin-bottom: 8vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
@media screen and (max-width: 639px) {
  .footeContact-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-row {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.footeContact-col {
  display: -webkit-flex;
  display: flex;
  margin: 0 50px;
  max-width: 533px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1249px) {
  .footeContact-col {
    margin: 0 4vw;
  }
}
@media screen and (max-width: 639px) {
  .footeContact-col {
    margin: 0;
    max-width: inherit;
  }
  .footeContact-col + .footeContact-col {
    margin-top: 30px;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-col {
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
  }
}
.footeContact-col::before {
  content: "";
  display: inline-block;
  padding-top: 43.7148%;
}
@media screen and (max-width: 639px) {
  .footeContact-col::before {
    min-height: 80px;
    padding-top: 20%;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-col::before {
    min-height: 110px;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-col--yellow {
    max-width: inherit;
  }
}
.footeContact-col--yellow::after {
  background: #ffe544;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.footeContact-col--yellow::before {
  padding-top: 67.5422%;
}
@media screen and (max-width: 639px) {
  .footeContact-col--yellow::before {
    display: none;
  }
}
.footeContact-col--yellow .footeContact-box {
  border: none !important;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 50px;
  padding-top: 50px;
}
.footeContact-col--yellow .footeContact-box::before {
  display: none;
}
.footeContact-col--yellow .footeContact-box::after {
  display: none;
}
.footeContact-col--yellow .footeContact-box .footeContact-main::before {
  display: none;
}
.footeContact-col--yellow .footeContact-box .footeContact-main::after {
  display: none;
}
.footeContact-box {
  -webkit-align-items: center;
  align-items: center;
  color: #0068d7;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: border 0.3s;
  width: 100%;
}
.footeContact-box--disabled {
  pointer-events: none;
}
.footeContact-box::before {
  border-top: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.footeContact-box::after {
  border-right: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.footeContact-box:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footeContact-box:hover::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.footeContact-box:hover .footeContact-main::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footeContact-box:hover .footeContact-main::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.footeContact-box .buttonWrapper {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 1249px) {
  .footeContact-box .buttonWrapper {
    margin-top: 2.929vw;
  }
}
.footeContact-box .button {
  max-width: 260px;
  width: 100%;
}
.footeContact-box .button-text {
  max-width: none;
  min-height: 60px;
  min-width: 1%;
  padding-bottom: 23px;
  padding-top: 22px;
}
@media screen and (max-width: 559px) {
  .footeContact-box .button-text {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 18px;
    padding-top: 17px;
  }
}
.footeContact-sub {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1249px) {
  .footeContact-sub {
    font-size: 1.28vw;
    margin-bottom: 1.95vw;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-sub {
    font-size: 1.0rem;
    margin-bottom: 15px;
  }
}
.footeContact-main {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1249px) {
  .footeContact-main {
    font-size: 2.88vw;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-main {
    font-size: 2.2rem;
  }
}
.footeContact-main::before {
  border-bottom: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.footeContact-main::after {
  border-left: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.footeContact-main + .footeContact-sub {
  font-size: 2rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 1249px) {
  .footeContact-main + .footeContact-sub {
    font-size: 1.6vw;
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 559px) {
  .footeContact-main + .footeContact-sub {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.footeContact-text {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.625;
  margin-top: 30px;
}
@media screen and (max-width: 1249px) {
  .footeContact-text {
    font-size: 1.28vw;
    margin-top: 2.929vw;
  }
}
#footer {
  background: #e6ebf0;
  padding: 51px 0;
}
#footer .arrowLink {
  font-size: 1.2rem;
}
@media screen and (max-width: 559px) {
  #footer {
    padding-bottom: 40px;
    padding-top: 35px;
  }
}
.footer-inner {
  padding: 0 30px 0 53px;
  position: relative;
}
@media screen and (max-width: 559px) {
  .footer-inner {
    padding: 0 50px;
  }
}
.footer-copyWrapper {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding-left: 10px;
}
@media screen and (max-width: 559px) {
  .footer-copyWrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.footer-copy {
  color: #000;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
}
.footer-copy small {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-size: inherit;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 1;
}
.footer-copy span {
  font-size: 1.5rem;
}
@media screen and (max-width: 559px) {
  .footer-copy {
    margin-top: 40px;
  }
}
#footerLogo {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 559px) {
  #footerLogo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.footerLogo-company {
  width: 170px;
}
@media screen and (max-width: 559px) {
  .footerLogo-company {
    width: 124px;
  }
}
.footerLogo-recruit {
  margin-bottom: 8px;
  margin-left: 36px;
  width: 178px;
}
@media screen and (max-width: 559px) {
  .footerLogo-recruit {
    margin: 0;
    width: 120px;
  }
}
#pageTop {
  bottom: 0;
  display: none;
  height: 200px;
  position: fixed;
  right: -30px;
  width: 200px;
  z-index: 102;
}
#pageTop.is-bottom {
  position: absolute;
  right: -30px;
  top: -150px;
}
@media screen and (max-width: 559px) {
  #pageTop.is-bottom {
    top: -80px;
  }
}
@media screen and (max-width: 559px) {
  #pageTop {
    height: 100px;
    right: 0 !important;
    width: 80px;
    z-index: 10;
  }
}
#pageTop a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: inherit;
  -webkit-justify-content: center;
  justify-content: center;
  width: inherit;
}
#pageTop a img {
  height: auto;
  position: relative;
  top: 0;
  transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 32px;
}
@media screen and (max-width: 559px) {
  #pageTop a img {
    width: 16px;
  }
}
#pageTop a:hover img {
  top: -20px;
}

/*
  Components
*/
.pageTitle {
  color: #000;
  font-size: 6rem;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
  padding: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pageTitle {
    font-size: 6.25vw;
    margin-bottom: 8.3vw;
  }
}
@media screen and (max-width: 559px) {
  .pageTitle {
    font-size: 2.6rem;
    margin-bottom: 35px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0;
  }
}
.section-heading {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.923;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .section-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.section-heading--largeMargin {
  margin-bottom: 90px;
}
@media screen and (max-width: 959px) {
  .section-heading--largeMargin {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 559px) {
  .section-heading--largeMargin {
    margin-bottom: 75px;
  }
}
.section-heading--smallMargin {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .sp-section-heading--largeMargin {
    margin-bottom: 90px;
  }
}
.middle-heading {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 559px) {
  .middle-heading {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.middle-heading--smallMargin {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .middle-heading--smallMargin {
    margin-bottom: 30px;
  }
}
.middle-heading-smallText {
  color: #4d4d4d;
  font-size: 1.5rem;
}
@media screen and (max-width: 559px) {
  .middle-heading-smallText {
    font-size: 1rem;
  }
}
@media screen and (min-width: 560px) {
  .middle-heading--narrow {
    letter-spacing: 0.1em;
  }
}
.inputRow {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
}
.inputRow--attach .attachList-wrapper {
  margin-right: 60px;
  padding-top: 10px;
}
.inputRow--attach .inputRow-heading {
  padding-top: 10px;
}
.inputRow-set {
  display: -webkit-flex;
  display: flex;
}
.inputRow-set + .inputRow-set {
  margin-left: 50px;
}
.inputRow-heading {
  color: #3b5a81;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 80px;
  padding-right: 15px;
  padding-top: 8px;
  text-align: right;
}
.inputRow-heading--hasLabel {
  display: -webkit-flex;
  display: flex;
  min-width: 180px;
  position: relative;
  text-align: left;
}
.inputRow-input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.inputRow-input .input-check {
  padding-top: 7px;
}
.inputRow-unit {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 12px;
}
.inputRow + .inputRow {
  margin-top: 20px;
}
.input-text {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 7px 16px;
  width: 100%;
}
.input-text:disabled {
  background-color: #e5e7e9;
  border-color: #818eb2;
  color: #333;
  opacity: 1;
  -webkit-text-fill-color: #333;
}
.input-text.is-required:not(.is-inputed) {
  background-color: #f4eadb;
}
.is-error .input-text.is-required:not(.is-inputed) {
  background-color: #fff;
}
.textareaWrapper {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.input-textArea {
  display: block;
  padding: 10px;
  width: 100%;
}
.input-textArea.is-required:not(.is-inputed) {
  background-color: #f4eadb;
}
.select-wrap {
  display: block;
  position: relative;
}
.select-wrap::after {
  border-color: #3b5b81 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.input-select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  min-width: 70px;
  padding: 7px 30px 7px 16px;
  width: 100%;
}
.input-select::-ms-expand {
  display: none;
}
.input-check {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 1px;
  position: relative;
}
.input-check input[type="radio"],.input-check input[type="checkbox"] {
  left: -100%;
  position: absolute;
  top: -100%;
}
.input-check input[type="radio"]:focus + .input-check-label,.input-check input[type="checkbox"]:focus + .input-check-label {
  outline: -webkit-focus-ring-color auto 1px;
}
.input-check + .input-check {
  margin-left: 30px;
}
.input-check-label {
  display: inline-block;
  line-height: 1.5;
  padding-left: calc(2rem + 8px);
  position: relative;
}
input[type="radio"] + .input-check-label::before {
  background: #fff;
  border: 1px solid #818eb2;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  margin-top: calc(-1rem - 1px);
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
input[type="radio"] + .input-check-label::after {
  background: #3b5a81;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1rem;
  left: calc(0.7rem - 2px);
  margin-top: calc(-0.5rem - 1px);
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 1rem;
}
input[type="radio"]:checked + .input-check-label::after {
  opacity: 1;
}
input[type="radio"].is-required:not(.is-inputed) + .input-check-label::before {
  background-color: #f4eadb;
}
input[type="checkbox"] + .input-check-label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  margin-top: calc(-0.8rem - 1px);
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
input[type="checkbox"] + .input-check-label::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #000;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 0.6rem;
  left: 0.3rem;
  opacity: 0;
  position: absolute;
  top: 0.6em;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
  width: 1rem;
  z-index: 2;
}
input[type="checkbox"]:checked + .input-check-label::after {
  opacity: 1;
}
input[type="checkbox"].is-required:not(.is-inputed) + .input-check-label::before {
  background-color: #f4eadb;
}
.input-hasButton {
  position: relative;
}
.input-hasButton-button {
  background: #3b5a81;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -14px;
  padding: 7px 23px;
  position: absolute !important;
  right: 3px;
  top: 50%;
}
.calendar-wrap {
  max-width: 175px;
  position: relative;
}
.calendar-wrap .calendar-button {
  background: url(../images/common/ic_calendar.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 7px;
  top: 0;
  top: 50%;
  width: 20px;
}
.dashLine {
  border: none;
  border-bottom: 1px dashed #818eb2;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.label-required {
  background: #fff;
  border: 1px solid #9d4531;
  color: #9d4531;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 5px;
}
.is-error:not(.is-inputed) {
  background-color: #f4dccf;
}
.error-message {
  color: #9d4531;
  font-weight: bold;
}
.error-message.first-message {
  font-size: 1.5rem;
}
.error-list {
  list-style: none;
}
.error-list-item {
  margin-top: 6px;
  padding-left: 9px;
  position: relative;
}
.error-list-item::before {
  background-color: #9d4531;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 2px;
  margin-top: -1px;
  position: absolute;
  top: 0.56em;
  width: 3px;
}
.form-style ::-webkit-input-placeholder {
  color: #d4d4d4;
}
.form-style :-ms-input-placeholder {
  color: #d4d4d4;
}
.form-style ::placeholder {
  color: #d4d4d4;
}
.form-style table {
  color: #000;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .form-style table {
    display: block;
  }
}
.form-style table th {
  padding: 25px 0;
  text-align: left;
  width: 200px;
}
@media screen and (max-width: 639px) {
  .form-style table th {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .form-style table tr {
    display: block;
    margin-bottom: 40px;
  }
  .form-style table td {
    display: block;
    padding-left: 30px;
  }
}
.form-style dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .form-style dl {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.form-style dt {
  color: #000;
  padding-top: 10px;
  width: 200px;
}
@media screen and (max-width: 639px) {
  .form-style dt {
    margin-bottom: 10px;
    padding-top: 0;
    width: 100%;
  }
}
.form-style dt em {
  color: #c1272d;
}
.form-style dd {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 639px) {
  .form-style dd {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-style dd .unit {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  text-align: right;
  width: 3em;
}
.form-style dd .unit--hyphen {
  margin-left: 10px;
  width: auto;
}
.form-style dd .textareaWrapper {
  width: 100%;
}
.form-style dd .inputCaution {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 639px) {
  .form-style dd .inputCaution {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
.form-style .input-long {
  max-width: 520px;
}
.form-style .input-middle {
  max-width: 200px;
}
.form-style .input-small {
  max-width: 70px;
}
.form-style .submit {
  text-align: center;
}
.form-style #btn {
  background: #0068d7;
  color: #fff;
  cursor: default !important;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 23px 0;
  position: relative;
  transition: background 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), color 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  width: 260px;
}
.form-style #btn:not(.is-disabled) {
  cursor: pointer !important;
}
.form-style #btn:not(.is-disabled):hover {
  background: rgba(0, 104, 215, 0);
  color: #0068d7;
}
.form-style #btn.is-disabled {
  pointer-events: none;
}
.form-style .btnWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  .form-style .btnWrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.form-style .btnWrapper .backButton a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  text-decoration: none;
  width: 260px;
}
.form-style .btnWrapper .submitButton {
  margin-left: 40px;
}
@media screen and (max-width: 639px) {
  .form-style .btnWrapper .submitButton {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.form-style .btnWrapper .submitButton input {
  background: #0068d7;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 23px 0;
  width: 260px;
}
.form-style hr {
  border: none;
  margin: 10px 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .form-style .input-check-label {
    font-size: 1.2rem;
    padding-bottom: 1px;
    padding-top: 1px;
  }
}
.button {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.button--disable {
  pointer-events: none;
}
.button::before {
  border-top: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.button::after {
  border-right: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.button:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.button:hover::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.button:hover .button-text::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.button:hover .button-text::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.button-text {
  color: #0068d7;
  display: block;
  font-weight: bold;
  min-width: 260px;
  padding: 18px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .button-text {
    font-size: 1.6rem;
    min-width: 210px;
    padding: 15px;
  }
}
.button-text--mynavi {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.button-text--mynavi img {
  margin-bottom: 3px;
  max-width: 160px;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .button-text--mynavi img {
    max-width: 100px;
  }
}
.button-text::before {
  border-bottom: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.button-text::after {
  border-left: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.01, 0.35, 1);
  z-index: -1;
}
.buttonWrapper {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 559px) {
  .buttonWrapper {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.buttonWrapper--center {
  -webkit-justify-content: center;
  justify-content: center;
}
.table {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .table {
    display: block;
  }
}
.jobArea {
  display: flex;
  justify-content: center;
}
.jobArea-heading {
  color: #0068d7;
  display: block;
  font-weight: bold;
  min-width: 120px;
  padding: 18px;
  border: 1px solid #0068d7;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .jobArea-heading{
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 18px;
    padding-top: 17px;
  }
}
.jobInfo-content {
  display: none;
  padding: 10px 0 60px;
}
.jobInfo .table {
  table-layout: fixed;
}
.jobInfo .table th {
  width: 200px;
}
@media screen and (max-width: 639px) {
  .jobInfo .table th {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .table tbody {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .table tr {
    display: block;
    margin-bottom: -1px;
  }
}
.table th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .table th {
    border-bottom: none;
    display: block;
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.table td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .table td {
    border-top: none;
    display: block;
    font-size: 1.2rem;
    padding: 10px 10px 15px 20px;
  }
}
.table-heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.table p + .table-heading {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .table p + .table-heading {
    margin-top: 15px;
  }
}
.table p + p:not(.table-heading) {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .table p + p:not(.table-heading) {
    margin-top: 0;
  }
}
.table p + .buttonWrapper {
  margin-top: 15px;
}
.table .inner-indent {
  display: block;
}
.table .inner-indent--2em {
  padding-left: 2em;
}
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 1%;
  }
}
@media screen and (max-width: 639px) {
  .row.sp-row--re {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.sp-row--re .col--text {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.row .col {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .row .col {
    width: 100%;
  }
}
.row .col--img {
  max-width: 516px;
  min-height: 1%;
  min-width: 1%;
}
@media screen and (max-width: 639px) {
  .row .col--img {
    max-width: 100% !important;
    text-align: center;
  }
}
.row .col--imgStaff {
  max-width: 583px;
}
.row .col--text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: -10px;
  max-width: 100%;
  padding-left: 105px;
}
@media screen and (max-width: 959px) {
  .row .col--text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 639px) {
  .row .col--text {
    margin-top: 0;
    margin-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.row .col-image {
  margin-bottom: 10px;
  min-height: 1%;
  min-width: 1%;
}
@media screen and (max-width: 559px) {
  .row .col-image {
    margin-bottom: 0;
  }
}
.row .col-heading {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 559px) {
  .row .col-heading {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.row .col-description {
  font-size: 1.3rem;
  line-height: 1.54;
}
@media screen and (max-width: 559px) {
  .row .col-description {
    font-size: 1rem;
  }
}
.row--r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row--r .col--text {
  padding-left: 0;
  padding-right: 105px;
}
@media screen and (max-width: 959px) {
  .row--r .col--text {
    padding-right: 50px;
  }
}
.row3 {
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (max-width: 639px) {
  .row3 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 559px) {
  .row3 {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.row3 .col {
  margin-bottom: 45px;
  padding-left: 22px;
  padding-right: 22px;
  width: 33.33%;
}
@media screen and (max-width: 639px) {
  .row3 .col {
    width: 50%;
  }
}
@media screen and (max-width: 559px) {
  .row3 .col {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.row5 {
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (max-width: 639px) {
  .row5 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 559px) {
  .row5 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row5 .col {
  margin-bottom: 45px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  width: 20%;
}
@media screen and (max-width: 959px) {
  .row5 .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 639px) {
  .row5 .col {
    width: 33.33%;
  }
}
@media screen and (max-width: 559px) {
  .row5 .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 559px) {
  .row5 .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row5 .col img {
  vertical-align: top;
}
.row5 .col a {
  display: block;
  overflow: hidden;
  position: static;
}
@media screen and (min-width: 560px) {
  .row5 .col a:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
}
.row5 .col a:not(.is-active) img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}
.row5 .col a.is-active {
  opacity: 1 !important;
  pointer-events: none;
}
.row5 .col a.is-active::before {
  border: 4px solid #ffe544;
  bottom: 0;
  content: "";
  display: block;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}
@media screen and (max-width: 959px) {
  .row5 .col a.is-active::before {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 559px) {
  .row5 .col a.is-active::before {
    left: 15px;
    right: 15px;
  }
}
.row6 {
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (max-width: 639px) {
  .row6 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 559px) {
  .row6 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row6 .col {
  margin-bottom: 45px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  width: 16.66%;
}
@media screen and (max-width: 959px) {
  .row6 .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 639px) {
  .row6 .col {
    width: 33.33%;
  }
}
@media screen and (max-width: 559px) {
  .row6 .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 559px) {
  .row6 .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row6 .col img {
  vertical-align: top;
}
.row6 .col a {
  display: block;
  overflow: hidden;
  position: static;
}
@media screen and (min-width: 560px) {
  .row6 .col a:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
}
.row6 .col a:not(.is-active) img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}
.row6 .col a.is-active {
  opacity: 1 !important;
  pointer-events: none;
}
.row6 .col a.is-active::before {
  border: 4px solid #ffe544;
  bottom: 0;
  content: "";
  display: block;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}
@media screen and (max-width: 959px) {
  .row6 .col a.is-active::before {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 559px) {
  .row6 .col a.is-active::before {
    left: 15px;
    right: 15px;
  }
}
.row7 {
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (max-width: 959px) {
  .row7 {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 640px) {
  .row7 {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .row7 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 559px) {
  .row7 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row7 .col {
  margin-bottom: 45px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  width: 14.2%;
}
@media screen and (max-width: 959px) {
  .row7 .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 639px) {
  .row7 .col {
    width: 25%;
  }
}
@media screen and (max-width: 559px) {
  .row7 .col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row7 .col img {
  vertical-align: top;
}
.row7 .col a {
  display: block;
  overflow: hidden;
  position: static;
}
@media screen and (min-width: 560px) {
  .row7 .col a:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
}
.row7 .col a:not(.is-active) img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}
.row7 .col a.is-active {
  opacity: 1 !important;
  pointer-events: none;
}
.row7 .col a.is-active::before {
  border: 4px solid #ffe544;
  bottom: 0;
  content: "";
  display: block;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}
@media screen and (max-width: 959px) {
  .row7 .col a.is-active::before {
    left: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 559px) {
  .row7 .col a.is-active::before {
    left: 15px;
    right: 15px;
  }
}
.sp-floatImage {
  margin-bottom: 20px;
  width: 145px;
}
@media screen and (min-width: 640px) {
  .sp-floatImage {
    display: none;
  }
}
.sp-floatImage--left {
  float: left;
  margin-right: 20px;
}
.sp-floatImage--right {
  float: right;
  margin-left: 20px;
}
.faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.faq + .buttonWrapper {
  margin-top: 50px;
}
.faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-list:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-title {
  display: -webkit-flex;
  display: flex;
  font-size: 2.0rem;
  padding-bottom: 24px;
  padding-right: 80px;
  padding-top: 24px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 559px) {
  .faq-title {
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    padding-right: 40px;
  }
}
.faq-title::after {
  background: #7fb3eb;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 30px;
  top: 39px;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 20px;
}
@media screen and (max-width: 559px) {
  .faq-title::after {
    right: 6px;
    top: 34px;
  }
}
.faq-title::before {
  background: #7fb3eb;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 39px;
  top: 30px;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 2px;
}
@media screen and (max-width: 559px) {
  .faq-title::before {
    right: 15px;
    top: 25px;
  }
}
.faq-title.is-open::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.faq-title.is-open::after {
  opacity: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.faq-titleNo {
  letter-spacing: 0.2em;
  min-width: 100px;
  width: 100px;
}
@media screen and (max-width: 559px) {
  .faq-titleNo {
    margin-bottom: 4px;
    min-width: inherit;
    width: auto;
  }
}
.faq-description {
  color: #4d4d4d;
  display: none;
  font-size: 1.5rem;
  line-height: 2.5;
  padding-left: 100px;
}
@media screen and (max-width: 559px) {
  .faq-description {
    padding-left: 0;
  }
}
.faq-description-inner {
  padding-bottom: 30px;
  padding-right: 80px;
  padding-top: 6px;
}
@media screen and (max-width: 559px) {
  .faq-description-inner {
    font-size: 1.2rem;
    padding-right: 30px;
    padding-top: 0;
  }
}
.faq-description-profile {
  padding-top: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 559px) {
  .faq-description-profile {
    flex-direction: column;
  }
}
.faq-description-profileImg {
  width: 25%;
}
@media screen and (max-width: 559px) {
  .faq-description-profileImg {
    width: 55%;
  }
}
.faq-description-profileText {
  width: 70%;
  padding: 20px 0;
}
@media screen and (max-width: 559px) {
  .faq-description-profileText {
    width: 100%;
    padding: 1.6vw 0;
  }
}
.anchorList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  .anchorList {
    border-top: 1px solid #cacaca;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.anchorList-item {
  margin: 0 20px 20px;
}
@media screen and (max-width: 559px) {
  .anchorList-item {
    border-bottom: 1px solid #cacaca;
    margin: 0;
    margin-left: 0;
    padding: 20px 20px;
  }
}
.anchorList-link {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 559px) {
  .anchorList-link {
    display: block;
    font-size: 1.4rem;
  }
}
.anchorList-link::before {
  background: url(../images/common/ic_anchor.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: top 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 10px;
}
@media screen and (max-width: 559px) {
  .anchorList-link::before {
    top: -2px;
  }
}
.anchorList-link:hover::before {
  top: 8px;
}
.arrowLink {
  position: relative;
}
.arrowLink::before {
  content: "＞";
  display: inline-block;
  margin-right: 8px;
}
#mouseCursor {
  height: 20px;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 20px;
  z-index: 0;
}
#mouseCursor.is-header {
  z-index: 101 !important;
}
#mouseCursor.is-staff {
  z-index: 101 !important;
}
@media screen and (max-width: 559px) {
  #mouseCursor {
    display: none;
  }
}
.is-touchDevice #mouseCursor {
  display: none !important;
}
.mouseCursor-dot {
  background: #ffe544;
  border-radius: 100%;
  display: block;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.4s cubic-bezier(0, 0.8, 0.3, 1), height 0.4s cubic-bezier(0, 0.8, 0.3, 1);
  transition-delay: 0.1s;
  width: 20px;
}
.is-active:not(.is-normalSize) .mouseCursor-dot {
  height: 160px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0;
  width: 160px;
}
.is-button .mouseCursor-dot {
  height: 300px;
  width: 300px;
}
.is-semi-middle .mouseCursor-dot {
  height: 190px;
  width: 190px;
}
.is-large .mouseCursor-dot {
  height: 400px;
  width: 400px;
}
.is-white .mouseCursor-dot {
  background-color: #fff;
}
.is-staff .mouseCursor-dot {
  background-color: #ffe544;
  height: 20px !important;
  width: 20px !important;
}
.panel {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -20px;
}
@media screen and (max-width: 639px) {
  .panel {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 559px) {
  .panel {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.panel-col {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding: 22px;
  page-break-inside: avoid;
}
@media screen and (max-width: 639px) {
  .panel-col {
    padding: 8px;
  }
}
@media screen and (max-width: 559px) {
  .panel-caption {
    font-size: 1.0rem;
  }
}
.staff {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -62px;
  margin-right: -62px;
}
.staff:not(.staff--top) {
  margin-left: -41px;
  margin-right: -41px;
}
@media screen and (max-width: 959px) {
  .staff:not(.staff--top) {
    margin-left: -28px;
    margin-right: -28px;
  }
}
@media screen and (max-width: 559px) {
  .staff:not(.staff--top) {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: -37px;
    margin-right: -37px;
  }
  .staff:not(.staff--top) .staff-link {
    height: 100%;
  }
  .staff:not(.staff--top) .staff-message {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .staff:not(.staff--top) .staff-col {
    margin-bottom: 40px;
    margin-top: 0 !important;
    padding: 7px;
    width: 50%;
  }
  .staff:not(.staff--top) .staff-image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .staff {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media screen and (max-width: 559px) {
  .staff {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.staff--top {
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 55px;
  padding-top: 95px;
}
@media screen and (max-width: 559px) {
  .staff--top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 55px;
  }
}
.staff--top .staff-col {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  .staff--top .staff-col {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px !important;
  }
}
.staff--top .staff-col.num1 {
  margin-top: -50px;
}
.staff--top .staff-col.num3 {
  margin-top: 50px;
}
@media screen and (max-width: 559px) {
  .staff--top .staff-col + .staff-col {
    margin-top: 0 !important;
  }
}
.staff img {
  min-height: 1%;
  min-width: 1%;
  vertical-align: top;
}
.staff-col {
  margin-bottom: 90px;
  min-width: 1%;
  padding: 0 17px;
  width: 25%;
}
@media screen and (max-width: 959px) {
  .staff-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 559px) {
  .staff-col {
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .staff-col + .staff-col {
    margin-top: 60px !important;
  }
}
.staff-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: static;
  text-decoration: none;
}
.staff-image {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
  min-height: 1%;
  min-width: 1%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.staff-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition: transform ease 0.7s, -webkit-transform ease 0.7s;
}
@media screen and (min-width: 560px) {
  .staff-link:hover .staff-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.staff-message {
  line-height: 1.7;
  margin-bottom: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .staff-message {
    padding-right: 0;
  }
}
@media screen and (max-width: 559px) {
  .staff-message {
    margin-bottom: 15px;
  }
}
.staff-profile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.2rem;
  padding-right: 25px;
  position: relative;
  text-align: right;
  z-index: 1;
}
.staff-profile .main {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .staff-profile {
    padding-right: 0;
  }
}
@media screen and (max-width: 559px) {
  .staff-profile {
    font-size: 1rem;
  }
}
.staff-fullImage {
  margin-bottom: 95px;
  margin-top: 100px;
}
@media screen and (max-width: 559px) {
  .staff-fullImage {
    margin-top: 90px;
    overflow: hidden;
    position: relative;
  }
  .staff-fullImage img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto !important;
  }
  .staff-fullImage::before {
    content: "";
    display: inline-block;
    padding-top: 66.66%;
  }
  .staff-fullImage--right img {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.staff-fullImage img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .staff-container {
    margin: 0 auto;
    width: 200px;
  }
}
.staffImage {
  cursor: default !important;
  position: relative;
}
.staffImage.staffImage--load .filter {
  bottom: 100px;
  left: 100px;
  opacity: 1;
  right: 100px;
}
.staffImage.staffImage--load .filter.is-color {
  background: rgba(0, 104, 215, 0.25);
}
.staffImage.staffImage--load .filter.is-beta {
  background: rgba(0, 0, 0, 0.2);
}
.staffImage.staffImage--load .filter.is-black {
  background: black;
}
.staffImage .filter {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 1s ease 1.7s;
}
@media screen and (max-width: 639px) {
  .staffImage .filter {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.staffImage .filter.is-color {
  background: rgba(0, 104, 215, 0);
  mix-blend-mode: color;
  z-index: 3;
}
.is-IE .staffImage .filter.is-color {
  display: none !important;
}
.staffImage .filter.is-beta {
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.is-IE .staffImage .filter.is-beta {
  background: rgba(0, 0, 0, 0.3);
}
.staffImage .filter.is-black {
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: color;
  z-index: 1;
}
.is-IE .staffImage .filter.is-black {
  display: none !important;
}
.staffImage img {
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .staffImage {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.staffImage-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  color: #ffe544;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  padding: 100px 200px 200px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease 2s;
  z-index: 10;
}
.staffImage--load .staffImage-text {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .staffImage-text {
    padding-bottom: 150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 639px) {
  .staffImage-text {
    background: #000;
    bottom: auto;
    left: 0;
    padding: 30px;
    position: relative;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 559px) {
  .staffImage-text {
    padding-top: 40px;
  }
}
.staffImage-heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
}
.staffImage-heading .sub {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 559px) {
  .staffImage-heading .sub {
    font-size: 1.3rem;
  }
}
.staffImage-heading .main {
  font-size: 2.6rem;
}
@media screen and (max-width: 559px) {
  .staffImage-heading .main {
    font-size: 1.7rem;
  }
}
.staffImage-heading .main + .sub {
  margin-top: 10px;
}
.staffImage-description {
  font-size: 2.2rem;
  line-height: 2;
  margin-top: 30px;
  max-width: 600px;
}
@media screen and (max-width: 959px) {
  .staffImage-description {
    font-size: 2.15vw;
  }
}
@media screen and (max-width: 639px) {
  .staffImage-description {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 559px) {
  .staffImage-description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .staffImage-description br {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .staffImage-pcImage {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 100px);
    min-height: 500px;
    padding: 0;
    transition: padding 1.5s cubic-bezier(0.61, 0.01, 0.35, 1) 0s;
  }
  .staffImage--load .staffImage-pcImage {
    padding: 0 100px 100px;
  }
  .staffImage-pcImage img {
    opacity: 0;
  }
}
@media screen and (max-width: 559px) {
  .staffImage-pcImage {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: -webkit-transform 1.5s cubic-bezier(0.61, 0.01, 0.35, 1) 0s;
    transition: transform 1.5s cubic-bezier(0.61, 0.01, 0.35, 1) 0s;
    transition: transform 1.5s cubic-bezier(0.61, 0.01, 0.35, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.61, 0.01, 0.35, 1) 0s;
  }
  .staffImage--load .staffImage-pcImage {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.staffImage-pcImage .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  min-height: 500px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .staffImage-pcImage .inner {
    height: auto;
    min-height: inherit;
    padding-top: 66.66%;
  }
}
.staffImage-pcImage .inner.staff01 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-1.jpg);
}
.staffImage-pcImage .inner.staff02 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-2.jpg);
}
.staffImage-pcImage .inner.staff03 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-3.jpg);
}
.staffImage-pcImage .inner.staff04 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-4.jpg);
}
.staffImage-pcImage .inner.staff05 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-5.jpg);
}
.staffImage-pcImage .inner.staff06 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-6.jpg);
}
.staffImage-pcImage .inner.staff07 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-7.jpg);
}
.staffImage-pcImage .inner.staff08 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-8.jpg);
}
.staffImage-pcImage .inner.staff09 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-9.jpg);
}
.staffImage-pcImage .inner.staff10 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-10.jpg);
}
.staffImage-pcImage .inner.staff11 {
  background-image: url(/recruit/common/images/staff/staff_pho-01-11.jpg);
}
.numberBox {
  display: -webkit-flex;
  display: flex;
  outline: none;
  padding: 20px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  position: relative;
  width: 50%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .numberBox .sp-only {
    display: none;
  }
}
.is-tabKey .numberBox:focus {
  outline: 1px dotted #0068d7;
}
@media screen and (max-width: 1249px) {
  .numberBox {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .numberBox {
    padding: 7px;
  }
}
.numberBox.is-open .numberBox-link {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
@media screen and (max-width: 768px) {
  .numberBoxWrapper .numberBox.is-open .numberBox-link {
    -webkit-transform: scale(2) rotateX(-180deg);
    transform: scale(2) rotateX(-180deg);
  }
  .numberBoxWrapper .numberBox.sp-left.is-open .numberBox-link {
    -webkit-transform: scale(2) rotateX(-180deg) translateX(5px);
    transform: scale(2) rotateX(-180deg) translateX(5px);
  }
  .numberBoxWrapper .numberBox.sp-center.is-open .numberBox-link {
    -webkit-transform: scale(1) rotateX(-180deg);
    transform: scale(1) rotateX(-180deg);
  }
}
.numberBox.is-open .numberBox-link--backface {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
@media screen and (max-width: 768px) {
  .numberBoxWrapper .numberBox.is-open .numberBox-link--backface {
    -webkit-transform: scale(2) rotateX(0);
    transform: scale(2) rotateX(0);
  }
  .numberBoxWrapper .numberBox.sp-left.is-open .numberBox-link--backface {
    -webkit-transform: scale(2) rotateX(0) translateX(6px);
    transform: scale(2) rotateX(0) translateX(6px);
  }
  .numberBoxWrapper .numberBox.sp-right.is-open .numberBox-link--backface {
    -webkit-transform: scale(2) rotateX(0) translateX(-6px);
    transform: scale(2) rotateX(0) translateX(-6px);
  }
  .numberBoxWrapper .numberBox.sp-center.is-open .numberBox-link--backface {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
  }
}
.numberBox::before {
  content: "";
  display: inline-block;
  padding-top: 85.2575%;
}
@media screen and (max-width: 768px) {
  .numberBox--spHigh::before {
    padding-top: 262.5% !important;
  }
}
.numberBoxWrapper {
  display: -webkit-flex;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
@media screen and (max-width: 1249px) {
  .numberBoxWrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .numberBoxWrapper {
    margin-left: -37px;
    margin-right: -37px;
  }
}
@media screen and (max-width: 768px) {
  .numberBoxWrapper--spWrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.numberBox-link {
  -webkit-align-items: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #0068d7;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 35px 35px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  transition: transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98), -webkit-transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  transition: -webkit-transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  width: 100%;
}
@media screen and (max-width: 1249px) {
  .numberBox-link {
    padding: 2.8vw;
  }
}
.numberBox-link--top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.numberBox-link::before {
  background: #0068d7;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.numberBox-link::after {
  background: #0068d7;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.numberBox-link .border::before {
  background: #0068d7;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.numberBox-link .border::after {
  background: #0068d7;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
@media screen and (max-width: 1249px) {
  .numberBox-link::before {
    height: 1px;
  }
  .numberBox-link::after {
    height: 1px;
  }
  .numberBox-link .border::before {
    width: 1px;
  }
  .numberBox-link .border::after {
    width: 1px;
  }
}
.numberBox-link--backface {
  background: #ffe544;
  bottom: 20px;
  left: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: auto;
}
@media screen and (max-width: 1249px) {
  .numberBox-link--backface {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .numberBox-link--backface .mb-25 {
    margin-bottom: 2vw !important;
  }
  .numberBox-link--backface .mb-30 {
    margin-bottom: 2.4vw !important;
  }
  .numberBox-link--backface .numberBox-small {
    white-space: nowrap;
  }
}
.numberBox-small {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1249px) {
  .numberBox-small {
    font-size: 1.6vw;
    margin-bottom: 0.8vw;
  }
}
.numberBox-number {
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1249px) {
  .numberBox-number {
    font-size: 5.12vw;
    margin-bottom: 4vw;
  }
}
.numberBox-number .unit {
  display: inline-block;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: 0.1em;
}
@media screen and (max-width: 1249px) {
  .numberBox-number .unit {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 559px) {
  .numberBox-number .unit {
    font-size: 1.2rem;
  }
}
.numberBox-icon {
  min-height: 1%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100px;
}
.numberBox-icon--w90 {
  width: 90px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w90 {
    width: 7.2vw;
  }
}
.numberBox-icon--w94 {
  width: 94px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w94 {
    width: 7.2vw;
  }
}
.numberBox-icon--w102 {
  width: 102px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w102 {
    width: 7.2vw;
  }
}
.numberBox-icon--w105 {
  width: 105px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w105 {
    width: 7.2vw;
  }
}
.numberBox-icon--w108 {
  width: 108px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w108 {
    width: 7.2vw;
  }
}
.numberBox-icon--w109 {
  width: 109px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w109 {
    width: 7.2vw;
  }
}
.numberBox-icon--w124 {
  width: 124px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w124 {
    width: 7.2vw;
  }
}
.numberBox-icon--w143 {
  width: 143px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w143 {
    width: 7.2vw;
  }
}
.numberBox-icon--w155 {
  width: 155px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w155 {
    width: 7.2vw;
  }
}
.numberBox-icon--w182 {
  width: 182px;
}
@media screen and (max-width: 1249px) {
  .numberBox-icon--w182 {
    width: 7.2vw;
  }
}
.numberBox-subColumn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 66.7%;
}
@media screen and (max-width: 768px) {
  .numberBox-subColumn {
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}
.numberBox-subColumn .numberBox {
  width: 100%;
}
.numberBox-subColumn .numberBox::before {
  content: "";
  display: inline-block;
  padding-top: 54.5193%;
}
.numberBox-subColumn--only .numberBox::before {
  padding-top: 39.267%;
}
.numberBox--high {
  -webkit-flex-basis: 38.8%;
  flex-basis: 38.8%;
}
@media screen and (max-width: 768px) {
  .numberBox--high {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.numberBox--3 {
  width: 33.33%;
}
.numberBox--3::before {
  padding-top: 124.3093%;
}
.numberBox-image {
  min-height: 1%;
  width: 100%;
}
.numberBox-image--m {
  padding-left: 20px;
  padding-right: 20px;
}
.numberBox-text {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 100%;
}
@media screen and (max-width: 1249px) {
  .numberBox-text {
    font-size: 1.28vw;
  }
}
.numberBox .backface1 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  min-height: 1%;
  padding: 80px 35px !important;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface1 {
    padding: 6.4vw 2.8vw !important;
  }
}
.numberBox .backface2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
}
.numberBox .backface2-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.numberBox .backface2-left .numberBox-number {
  margin-bottom: 20px;
}
.numberBox .backface2-center {
  -webkit-align-self: center;
  align-self: center;
  margin: 0 3.5% 0 5.7%;
  width: 34%;
}
.numberBox .backface2-right {
  width: 25%;
}
.numberBox .backface3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
}
.numberBox .backface3-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.numberBox .backface3-left .numberBox-icon {
  width: 110px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface3-left .numberBox-icon {
    width: 7.2vw;
  }
}
.numberBox .backface3-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 8.7%;
  width: 58%;
}
.numberBox .backface3-right .numberBox-image {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
}
/* .numberBox .backface4 {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
}
.numberBox .backface4-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 46%;
}
.numberBox .backface4-left .numberBox-small {
  text-align: center;
}
.numberBox .backface4-left .numberBox-small span {
  letter-spacing: 0;
}
.numberBox .backface4-left .numberBox-number {
  margin-bottom: 20px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4-left .numberBox-number {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface4-left .numberBox-icon {
  margin-bottom: 20px;
  width: 70%;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4-left .numberBox-icon {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface4-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 5%;
  width: 36%;
} */
.numberBox .backface4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
  padding-top: 50px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4 {
    padding-top: 4vw;
  }
}
.numberBox .backface4-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40%;
}
.numberBox .backface4-left .numberBox-small {
  text-align: center;
}
.numberBox .backface4-left .numberBox-small span {
  letter-spacing: 0;
}
.numberBox .backface4-left .numberBox-number {
  margin-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4-left .numberBox-number {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface4-left .numberBox-icon {
  width: 45%;
}
.numberBox .backface4-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 5%;
  padding-top: 20px;
  width: 42%;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4-right {
    padding-top: 1.6vw;
  }
}
.numberBox .backface4 + .numberBox-text {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface4 + .numberBox-text {
    margin-top: 2vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.numberBox .backface5 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
  padding-top: 50px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface5 {
    padding-top: 4vw;
  }
}
.numberBox .backface5-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40%;
}
.numberBox .backface5-left .numberBox-small {
  text-align: center;
}
.numberBox .backface5-left .numberBox-small span {
  letter-spacing: 0;
}
.numberBox .backface5-left .numberBox-number {
  margin-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface5-left .numberBox-number {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface5-left .numberBox-icon {
  width: 45%;
}
.numberBox .backface5-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 5%;
  padding-top: 20px;
  width: 42%;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface5-right {
    padding-top: 1.6vw;
  }
}
.numberBox .backface5 + .numberBox-text {
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface5 + .numberBox-text {
    margin-top: 2vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.numberBox .backface6 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
  padding-right: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface6 {
    padding-right: 1.6vw;
    padding-top: 3.2vw;
  }
}
.numberBox .backface6-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 28%;
}
.numberBox .backface6-left .numberBox-small {
  text-align: center;
}
.numberBox .backface6-left .numberBox-small span {
  letter-spacing: 0;
}
.numberBox .backface6-left .numberBox-number {
  margin-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface6-left .numberBox-number {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface6-left .numberBox-icon {
  width: 80%;
}
.numberBox .backface6-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 8%;
  width: 42%;
}
.numberBox .backface6 + .numberBox-text {
  letter-spacing: 0;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface6 + .numberBox-text {
    margin-top: 1.6vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.numberBox .backface8 {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-height: 1%;
  padding-top: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface8 {
    padding-top: 3.6vw;
  }
}
.numberBox .backface8 .numberBox-text {
  letter-spacing: 0;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface8 .numberBox-text {
    margin-top: 3.2vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.numberBox .backface8 .numberBox-small {
  margin-bottom: 0;
}
.numberBox .backface8 .numberBox-number {
  margin-bottom: 30px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface8 .numberBox-number {
    margin-bottom: 2.4vw;
  }
}
.numberBox .backface11 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  min-height: 1%;
}
.numberBox .backface11-left {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.numberBox .backface11-left .numberBox-number {
  margin-bottom: 20px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface11-left .numberBox-number {
    margin-bottom: 1.6vw;
  }
}
.numberBox .backface11-right {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-left: 4%;
  width: 60%;
}
.numberBox .backface11 .numberBox-icon {
  width: 140px;
}
@media screen and (max-width: 1249px) {
  .numberBox .backface11 .numberBox-icon {
    width: 11.2vw;
  }
}
.inNumbers .numberBox {
  padding: 0;
  transition: -webkit-transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  transition: transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  transition: transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98), -webkit-transform 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
  width: 100%;
}
.inNumbers .numberBox.is-open {
  -webkit-transform: scale(1.67);
  transform: scale(1.67);
  z-index: 30 !important;
}
.inNumbers .numberBox .numberBox-link {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-link {
    padding-top: 20px;
  }
}
.inNumbers .numberBox.is-open .numberBox-link:not(.numberBox-link--backface) {
  background: #fff;
}
.inNumbers .numberBox .numberBox-icon {
  max-width: 100%;
}
.inNumbers .numberBox .numberBox-icon.icon-w70 {
  width: 70px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-icon.icon-w70 {
    width: 49px;
  }
}
.inNumbers .numberBox .numberBox-icon.icon-w80 {
  width: 80px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-icon.icon-w80 {
    width: 56px;
  }
}
.inNumbers .numberBox .numberBox-icon.icon-w90 {
  width: 90px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-icon.icon-w90 {
    width: 63px;
  }
}
.inNumbers .numberBox .numberBox-icon.icon-w110 {
  width: 110px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-icon.icon-w110 {
    width: 77px;
  }
}
.inNumbers .numberBox .numberBox-icon.icon-w140 {
  width: 140px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox .numberBox-icon.icon-w140 {
    width: 98px;
  }
}
.inNumbers .numberBox-small {
  display: none;
}
.inNumbers .numberBox-number {
  font-size: 4.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .inNumbers .numberBox-number {
    font-size: 3.6rem;
  }
}
.inNumbers .numberBox-link--backface {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.numberSection-pc {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .numberSection-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .numberSection-pc .numberBox-link--backface {
    background-image: none !important;
  }
}
.numberSection-sp {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .numberSection-sp {
    display: none;
  }
}
.numberSection-sp .numberBoxWrapper {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.numberSection-sp .numberBoxWrapper .numberBox--high {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.numberSection-sp .numberBoxWrapper .numberBox {
  -webkit-align-self: center;
  align-self: center;
}
.numberSection-sp .numberBoxWrapper .numberBox::before {
  padding-top: 125% !important;
  transition: padding-top 1s cubic-bezier(0.32, 0.1, 0.19, 0.98);
}
.numberSection-sp .numberBoxWrapper .numberBox.is-open {
  z-index: 30 !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.is-open::before {
  padding-top: 83.582% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.is-open.backface1::before {
  padding-top: 80.597% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.is-open.sp-large::before {
  padding-top: 83.582% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.is-open.sp-openSize1::before {
  padding-top: 95.5223% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large {
  width: 100% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large::before {
  padding-top: 77.8443% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large .numberBox-small {
  font-size: 5vw !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large .numberBox-number {
  font-size: 12vw !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large .numberBox-number .unit {
  font-size: 4.5vw !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-large .numberBox-icon {
  display: block !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-middle {
  width: 100% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-middle::before {
  padding-top: 53.7313% !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-middle .numberBox-small {
  font-size: 3.5vw !important;
}
.numberSection-sp .numberBoxWrapper .numberBox.sp-middle .numberBox-icon {
  display: block !important;
}
.numberSection-sp .numberBoxWrapper .numberBox--3 {
  width: 50%;
}
.numberSection-sp .numberBox-link:not(.numberBox-link--backface) {
  background: #fff;
}
.numberSection-sp .numberBox-link--backface {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.numberSection-sp .numberBox-link--backface > *:not(.border) {
  display: none;
}
.numberSection-sp .numberBox-small {
  font-size: 3.0vw;
}
.numberSection-sp .numberBox-number .unit {
  font-size: 3.5vw;
}
.numberSection-sp .numberBox-number {
  font-size: 9vw;
}
.numberSection-sp .numberBox-icon {
  width: 60px !important;
}
.numberSection-sp .numberBox-icon--w182 {
  width: 100px !important;
}
.numberSection-sp .numberBox-icon--w108 {
  width: 90px !important;
}
.numberSection-sp .numberBox-icon--w155,.numberSection-sp .numberBox-icon--w124 {
  width: 80px !important;
}
.numberSection-sp .numberBox-icon--w143 {
  width: 90px !important;
}
.numberSection-sp .numberBox-link {
  padding: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.numberSection-sp .sp-right .numberBox-link {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.jobInfo {
  background: #e6ebf0;
  /* padding: 50px 0; */
  /* padding-bottom: 60px;
  padding-top: 50px; */
}
@media screen and (max-width: 639px) {
  .jobInfo {
    padding: 0 20px;
    /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px; */
  }
}
.jobInfo + .jobInfo {
  margin-top: 40px;
}
.jobInfo-heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 639px) {
  .jobInfo-heading {
    font-size: 1.5rem;
    padding: 30px 5px 30px 0;
    /* margin-bottom: 40px; */
  }
}
.jobInfo-heading::before, .jobInfo-heading::after {
  content: '';
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 0;
}

.jobInfo-heading::after {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.jobInfo-heading.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media screen and (max-width: 639px) {
  .jobInfo-heading::before, .jobInfo-heading::after {
    width: 10px;
    right: -5px;
  }
}
.jobInfo .table {
  margin-left: 50px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 639px) {
  .jobInfo .table {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
.matrixBox {
  background: #e6ebf0;
  overflow: hidden;
  padding: 45px 50px 60px;
}
.matrixBox + .matrixBox {
  margin-top: 60px;
}
@media screen and (max-width: 559px) {
  .matrixBox + .matrixBox {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .matrixBox {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 559px) {
  .matrixBox {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.matrixBox-heading {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .matrixBox-heading {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  .matrixBox-heading {
    font-size: 1.4rem;
  }
}
.matrixBox-heading span {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
.matrixBox-heading span::before {
  background: #ffe544;
  bottom: 5px;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 559px) {
  .matrixBox-heading span::before {
    height: 5px;
  }
}
.matrix-diagram {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.matrix-bg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
  position: relative;
  z-index: 1;
}
.matrix-bg img {
  display: block;
  pointer-events: none;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 560px) {
  .matrix-bg img.sp {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .matrix-bg img.pc {
    display: none;
  }
}
.matrix-heading {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  .matrix-heading {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.matrix-heading--top {
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .matrix-heading--top {
    top: -20px;
  }
}
@media screen and (max-width: 559px) {
  .matrix-heading--top {
    top: 0;
  }
}
.matrix-heading--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .matrix-heading--bottom {
    bottom: -20px;
  }
}
@media screen and (max-width: 559px) {
  .matrix-heading--bottom {
    bottom: 0;
  }
}
.matrix-heading--left {
  left: 0;
  padding: 0 30px;
  text-align: left;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1249px) {
  .matrix-heading--left {
    line-height: 1;
    ms-writing-mode: tb-rl;
    padding: 0 10px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
  .is-iOS .matrix-heading--left {
    left: -20px;
  }
}
.matrix-heading--right {
  padding: 0 30px;
  right: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1249px) {
  .matrix-heading--right {
    line-height: 1;
    ms-writing-mode: tb-rl;
    padding: 0 10px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
  .is-iOS .matrix-heading--right {
    right: 20px;
  }
}
.matrix .matrix-humanWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.matrix .matrix-human {
  height: 74px;
  left: 50%;
  margin-left: -12px;
  margin-top: -74px;
  position: absolute;
  top: 50%;
  width: 24px;
}
@media screen and (max-width: 559px) {
  .matrix .matrix-human {
    height: 37px;
    margin-left: -6px;
    margin-top: -37px;
    width: 12px;
  }
}
.matrix .matrix-human::after {
  -webkit-animation: paraR 0.2s steps(5) 0s 1;
  animation: paraR 0.2s steps(5) 0s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: url(../images/culture/ic_human_anime.png) no-repeat 0 top;
  background-size: auto 54px;
  bottom: 0;
  content: "";
  height: 54px;
  left: 0;
  position: absolute;
  width: 24px;
}
@media screen and (max-width: 559px) {
  .matrix .matrix-human::after {
    background-size: auto 27px;
    height: 27px;
    width: 12px;
  }
}
.matrix .matrix-human::before {
  background: #000;
  border-radius: 100%;
  bottom: -5px;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -14px;
  opacity: 0.15;
  position: absolute;
  width: 24px;
}
@media screen and (max-width: 559px) {
  .matrix .matrix-human::before {
    bottom: -2.5px;
    height: 6px;
    margin-left: -7px;
    width: 12px;
  }
}
@media screen and (max-width: 559px) {
  .matrix a.matrix-human {
    pointer-events: none;
  }
}
.matrix a.matrix-human:hover {
  z-index: 10;
}
.matrix a.matrix-human:hover::after {
  -webkit-animation: para 0.2s steps(5) 0s 1;
  animation: para 0.2s steps(5) 0s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.matrix a.matrix-human:hover .baloon {
  border: 1px solid rgba(179, 179, 179, 0);
  border-radius: 18px;
  bottom: 70px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  height: 70px;
  margin-left: -170px;
  padding: 12px 18px;
  transition-delay: 0;
  width: 320px;
}
.matrix a.matrix-human:hover .baloon--high {
  height: 100px;
}
.matrix a.matrix-human:hover .baloon-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.1s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0s;
}
.matrix a.matrix-human:hover .baloon::before {
  opacity: 0;
}
.matrix a.matrix-human:hover .baloon .tuno {
  margin-left: 17px;
}
.matrix a.matrix-human:hover .baloon .tuno::before {
  opacity: 1;
}
.is-tabKey .matrix a.matrix-human:focus {
  z-index: 10;
}
.is-tabKey .matrix a.matrix-human:focus::after {
  -webkit-animation: para 0.2s steps(5) 0s 1;
  animation: para 0.2s steps(5) 0s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-tabKey .matrix a.matrix-human:focus .baloon {
  border: 1px solid rgba(179, 179, 179, 0);
  border-radius: 18px;
  bottom: 70px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  height: 70px;
  margin-left: -170px;
  padding: 12px 18px;
  transition-delay: 0;
  width: 320px;
}
.is-tabKey .matrix a.matrix-human:focus .baloon--high {
  height: 100px;
}
.is-tabKey .matrix a.matrix-human:focus .baloon-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.1s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0s;
}
.is-tabKey .matrix a.matrix-human:focus .baloon::before {
  opacity: 0;
}
.is-tabKey .matrix a.matrix-human:focus .baloon .tuno {
  margin-left: 17px;
}
.is-tabKey .matrix a.matrix-human:focus .baloon .tuno::before {
  opacity: 1;
}
.matrix .baloon {
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 39px;
  bottom: 55px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0);
  height: 30px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.1, 0, 0.25, 1);
  transition-delay: 0.1s;
  width: 50px;
}
@media screen and (max-width: 559px) {
  .matrix .baloon {
    display: none;
  }
}
.matrix .baloon::before {
  bottom: 2px;
  content: "…";
  display: block;
  font-weight: bold;
  left: 50%;
  margin-left: -0.6em;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s;
}
.matrix .baloon .tuno {
  background: url(../images/culture/ic_tuno_border.png) no-repeat center center;
  background-size: contain;
  bottom: -14.5px;
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transition: margin 0.2s ease 0.1s;
  width: 19px;
}
.matrix .baloon .tuno::before {
  background: url(../images/culture/ic_tuno.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  width: 19px;
}
.matrix .baloon-text {
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  line-height: 1.2;
  margin-left: -160px;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  transition: transform 0s ease 0.3s, opacity 0.2s ease 0s, -webkit-transform 0s ease 0.3s;
  transition: transform 0s ease 0.3s, opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0s ease 0.3s;
  width: 320px;
}
.matrix .baloon-comment {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.matrix .baloon-name {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: right;
}
.matrix .area {
  background: #ffe544;
  border-radius: 100%;
  display: block;
  opacity: 0.5;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: -1;
}
.matrix .area span {
  display: block;
  padding-top: 65.66%;
}
@media screen and (max-width: 559px) {
  .matrix .area span {
    padding-top: 100% !important;
  }
}
.matrix .area--01 {
  left: 57.1%;
  top: 45.3%;
}
.matrix .area--02 {
  left: 43%;
  top: 40.1%;
}
.matrix .area--03 {
  left: 53%;
  top: 36%;
}
.matrix .area--04 {
  left: 69%;
  top: 60%;
  width: 55%;
}
.matrix .area--04 span {
  padding-top: 75.55%;
}
@-webkit-keyframes para {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 100% top;
  }
}
@keyframes para {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 100% top;
  }
}
@-webkit-keyframes paraR {
  0% {
    background-position: 100% top;
  }
  100% {
    background-position: 0 top;
  }
}
@keyframes paraR {
  0% {
    background-position: 100% top;
  }
  100% {
    background-position: 0 top;
  }
}
.sp-baloon {
  margin-left: -15px;
  margin-right: -25px;
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sp-baloon {
    display: none;
  }
}
.sp-baloon .baloon {
  margin-bottom: 48px;
  position: relative;
}
.sp-baloon .baloon:last-child {
  margin-bottom: 0;
}
.sp-baloon .baloon-text {
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
}
.sp-baloon .baloon-comment {
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 45px;
  color: #000;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  padding: 12px 18px;
}
.sp-baloon .baloon-comment br {
  display: none;
}
.sp-baloon .baloon-name {
  bottom: -30px;
  color: #000;
  font-size: 1.0rem;
  letter-spacing: 0.06em;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.sp-baloon .baloon .tuno {
  background: url(../images/culture/ic_tuno_border.png) no-repeat center center;
  background-size: contain;
  bottom: -14px;
  display: block;
  height: 15px;
  position: absolute;
  right: 180px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 19px;
  z-index: 1;
}

/*
  Pages
*/
.topSection {
  margin-bottom: 185px;
}
.topSection:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .topSection {
    margin-bottom: 20.31vw;
  }
}
@media screen and (max-width: 559px) {
  .topSection {
    margin-bottom: 100px;
  }
}
.mainVideoWrapper {
  font-size: 0;
  line-height: 0;
  margin: 0 100px;
  position: relative;
}
.is-load-end .mainVideoWrapper {
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .mainVideoWrapper::before {
    content: "";
    display: inline-block;
    padding-top: 56.2607%;
  }
}
@media screen and (max-width: 559px) {
  .mainVideoWrapper {
    margin: 0 50px;
  }
}
.mainVideo {
  vertical-align: top;
}
@media screen and (min-width: 560px) {
  .mainVideo {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    width: 100%;
  }
  .is-load .mainVideo {
    margin-top: 0;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transition: margin 1s cubic-bezier(0.1, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0, 0.8, 0.4, 1), margin 1s cubic-bezier(0.1, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0, 0.8, 0.4, 1), margin 1s cubic-bezier(0.1, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0, 0.8, 0.4, 1);
  }
  .is-load-end .mainVideo {
    max-width: inherit !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 559px) {
  .mainVideo {
    max-width: inherit !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 100%;
  }
  .is-load .mainVideo {
    opacity: 0;
    transition: opacity 1s;
  }
  .is-load-end .mainVideo {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .is-load .mainVideo {
    margin-top: 0 !important;
  }
}
.mainVideo-introCopy {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  height: calc(100vh - 200px);
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 1s cubic-bezier(0, 0.8, 0.4, 1);
  z-index: 500;
}
body:not(.is-load) .mainVideo-introCopy {
  height: calc(100vh - 200px) !important;
}
body:not(.is-load).is-iOS .mainVideo-introCopy {
  height: calc(100vh - 300px) !important;
}
.mainVideo-introCopy img {
  width: 58%;
}
.mainVideo-movieCopy {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  height: calc(100vh - 200px);
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
body:not(.is-load) .mainVideo-movieCopy {
  height: calc(100vh - 200px) !important;
}
body:not(.is-load).is-iOS .mainVideo-movieCopy {
  height: calc(100vh - 300px) !important;
}
.is-load-end .mainVideo-movieCopy {
  z-index: 90;
}
.mainVideo-movieCopy img {
  max-width: 550px;
  width: 30%;
}
@media screen and (min-width: 560px) {
  .fixedVideoWrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s cubic-bezier(0, 0.8, 0.4, 1);
    z-index: 200;
  }
  .is-load .fixedVideoWrapper {
    position: absolute;
    top: 0 !important;
  }
  .is-load-end .fixedVideoWrapper {
    position: absolute;
    transition: none;
    z-index: 0;
  }
}
.mainVisual {
  margin-bottom: 195px;
  min-height: 1%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .mainVisual {
    margin-bottom: 19.27vw;
  }
}
@media screen and (min-width: 560px) {
  .is-load-end .mainVisual {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisual {
    height: 100vh;
    max-height: calc(100vh - 100px);
    min-height: 670px;
    position: relative;
  }
  .mainVisual::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 300;
  }
  .is-load .mainVisual::after {
    height: 100px;
    transition: height 0.5s cubic-bezier(0, 0.8, 0.4, 1);
  }
  .is-load-end .mainVisual::after {
    transition-delay: 0s;
    transition-duration: 0s;
    z-index: 90;
  }
}
@media screen and (max-width: 559px) {
  .mainVisual {
    display: none;
  }
}
.mainVisual--sp {
  font-size: 0;
  margin-bottom: 105px;
  overflow: hidden;
  position: relative;
}
.mainVisual--sp::before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s;
  z-index: 10;
}
.mainVisual--sp.is-block::before {
  opacity: 1;
}
@media screen and (min-width: 560px) {
  .mainVisual--sp {
    display: none;
  }
}
.mainVisual--sp img {
  display: block;
}
.mainVisual--sp .mainVisual-list {
  position: relative;
  z-index: 0;
}
.mainVisual--sp .mainVisual-list::before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.mainVisual--sp .mainVisual-list li {
  left: 0;
  max-height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mainVisual--sp .mainVisual-list li:first-child {
  opacity: 1 !important;
}
.mainVisual--sp .mainVisual-list li.is-active {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: rotate_up;
  animation-name: rotate_up;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.2, 0, 1);
  animation-timing-function: cubic-bezier(0.15, 0.2, 0, 1);
}
.mainVisual--sp .mainVisual-copy {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mainVisual--sp .mainVisual-copy--first img {
  width: 243px;
}
.mainVisual--sp .mainVisual-copy--second img {
  display: none;
  width: 195px;
}
@-webkit-keyframes rotate_up {
  0% {
    -webkit-transform: scale(1.1) rotateZ(0);
    transform: scale(1.1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(0.001deg);
    transform: scale(1) rotateZ(0.001deg);
  }
}
@keyframes rotate_up {
  0% {
    -webkit-transform: scale(1.1) rotateZ(0);
    transform: scale(1.1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(0.001deg);
    transform: scale(1) rotateZ(0.001deg);
  }
}
.inNumbers {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.inNumbers-wrapper {
  left: 50%;
  margin-left: -1050px;
  overflow: hidden;
  padding: 60px 0;
  position: absolute;
  position: relative;
  width: 2100px;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  .inNumbers-wrapper {
    margin-left: -700px;
    max-width: 1400px;
  }
}
.inNumbers--clone {
  position: absolute;
  right: calc(50% - -150px);
  top: 60px;
}
.inNumbers-box {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  min-width: 300px;
  padding: 30px;
  position: relative;
}
.inNumbers-box.is-transition {
  transition: top 0.5s cubic-bezier(0, 0.6, 0.5, 1);
}
.inNumbers-box::before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
@media screen and (max-width: 559px) {
  .inNumbers-box {
    max-width: 200px;
    min-width: 200px;
    padding: 20px;
  }
}
.inNumbers-link {
  -webkit-align-items: center;
  align-items: center;
  bottom: 30px;
  color: #0068d7;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  left: 30px;
  line-height: 1;
  position: absolute;
  right: 30px;
  text-decoration: none;
  top: 30px;
}
@media screen and (max-width: 559px) {
  .inNumbers-link {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
.inNumbers-link::before {
  border: 1px solid #0068d7;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: -1;
}
.inNumbers-link:hover::before {
  opacity: 0;
}
.inNumbers-link.is-clone {
  speak: none;
}
.inNumbers-small {
  display: none;
  font-size: 1.3rem;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inNumbers-number {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inNumbers-number .unit {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  vertical-align: 0.1em;
}
.inNumbers-icon {
  min-height: 1%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 75px;
}
@media screen and (max-width: 559px) {
  .inNumbers-icon {
    width: 50px;
  }
}
.topSection-2col {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 700px;
}
@media screen and (max-width: 1249px) {
  .topSection-2col {
    min-height: inherit;
  }
}
@media screen and (max-width: 639px) {
  .topSection-2col {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.topSection-2col--reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.topSection-2col--reverse .topSection-2col-image {
  left: -60px;
  right: auto;
}
@media screen and (max-width: 959px) {
  .topSection-2col--reverse .topSection-2col-image {
    left: -50px;
  }
}
.topSection-2col--reverse .topSection-2col-image--sp {
  margin-left: -50px;
  margin-right: 0;
}
.topSection-2col-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 350px;
  flex: 0 0 350px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 700px;
  position: relative;
}
@media screen and (max-width: 1249px) {
  .topSection-2col-text {
    min-height: inherit;
  }
}
@media screen and (max-width: 639px) {
  .topSection-2col-text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 40px;
    max-width: 100%;
    min-height: 1%;
  }
}
.topSection-2col-image {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1%;
  position: relative;
  right: -100px;
}
@media screen and (max-width: 959px) {
  .topSection-2col-image {
    right: -50px;
  }
}
@media screen and (max-width: 639px) {
  .topSection-2col-image {
    display: none !important;
  }
}
.topSection-2col-image--sp {
  min-height: 1%;
}
@media screen and (min-width: 560px) {
  .topSection-2col-image--sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .topSection-2col-image--sp {
    display: block !important;
    margin-bottom: 25px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 559px) {
  .topSection-2col-image--sp {
    margin-right: -50px;
  }
}
.topSection-2col-image--sp .imageRow {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.topSection-2col-image--sp .imageCol {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  min-width: 1%;
  position: relative;
}
.topSection-2col-image--sp .imageCol:nth-child(1) {
  padding-top: 25%;
}
.topSection-2col-image--sp .imageCol:nth-child(2) {
  padding-bottom: 25%;
}
.topSection-2col-image .imageRow {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  max-width: 816px;
}
.topSection-2col-image .imageCol {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  min-width: 1%;
  position: relative;
}
.topSection-2col-image .imageCol:nth-child(1) {
  padding-top: 25%;
}
.topSection-2col-image .imageCol:nth-child(2) {
  padding-bottom: 25%;
}
.videoSection {
  background: #e6ebf0;
  min-height: 1%;
  padding-bottom: 80px;
  padding-top: 85px;
}
@media screen and (max-width: 559px) {
  .videoSection {
    padding-bottom: 70px;
    padding-top: 35px;
  }
}
.videoSection .section-inner {
  max-width: 880px;
}
.videoSection-video {
  display: block;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.videoSection-caption {
  color: #4d4d4d;
  font-size: 1.2rem;
  margin-top: 3px;
  text-align: right;
}
@media screen and (max-width: 559px) {
  .videoSection-caption {
    font-size: 1rem;
    margin-right: 0;
    margin-top: 10px;
    padding-right: 0;
  }
}
.js-videoStart {
  padding-bottom: 56.25%;
  position: relative;
  z-index: 1;
}
.js-videoStart iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.js-videoStart.is-play::before,.js-videoStart.is-play::after {
  opacity: 0;
}
.svgWrapper {
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 639px) {
  .svgWrapper {
    display: none;
  }
}
.svgWrapper--message {
  height: 980px;
  left: 90px;
  top: -90px;
  width: 160px;
}
@media screen and (max-width: 959px) {
  .svgWrapper--message {
    height: 686px;
    width: 112px;
  }
}
.svgWrapper--culture {
  height: 940px;
  left: 100px;
  top: -80px;
  width: 170px;
}
@media screen and (max-width: 1249px) {
  .svgWrapper--culture {
    top: -240px;
  }
}
@media screen and (max-width: 959px) {
  .svgWrapper--culture {
    height: 658px;
    top: -150px;
    width: 119px;
  }
}
.svgWrapper--numbers {
  height: 1024px;
  left: 180px;
  top: -140px;
  width: 160px;
}
@media screen and (max-width: 1249px) {
  .svgWrapper--numbers {
    left: 40px;
  }
}
@media screen and (max-width: 959px) {
  .svgWrapper--numbers {
    height: 716.8px;
    top: -112px;
    width: 105px;
  }
}
.svgWrapper--staff {
  height: 620px;
  right: -20px;
  top: -140px;
  width: 180px;
}
@media screen and (max-width: 1249px) {
  .svgWrapper--staff {
    right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .svgWrapper--staff {
    height: 434px;
    top: -98px;
    width: 126px;
  }
}
.svgWrapper--video {
  height: 640px;
  left: 0;
  top: 60px;
  width: 180px;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .svgWrapper--video {
    height: 448px;
    width: 119px;
  }
}
.svgWrapper .line {
  display: none;
}
.svgWrapper .line .st1 {
  fill: none !important;
  opacity: 0.5;
  stroke: #0068d7 !important;
  stroke-width: 0.8px !important;
}
.is-IE .svgWrapper .line {
  display: block !important;
}
.svgWrapper .solid {
  opacity: 0.5;
}
.svgWrapper .solid * {
  stroke: #0068d7 !important;
}
.is-IE .svgWrapper .solid {
  display: none;
}
.svgWrapper .svg-white {
  fill: #fff;
}
.svgWrapper .svg-gray {
  fill: #e6ebf0;
}
.svgWrapper--message .solid .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 32;
}
.svgWrapper--message .solid .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 34;
}
.svgWrapper--message .solid .st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 28;
}
.svgWrapper--culture .solid .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 34;
}
.svgWrapper--culture .solid .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 36;
}
.svgWrapper--culture .solid .st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 28;
}
.svgWrapper--staff .solid .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 34;
}
.svgWrapper--staff .solid .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 36;
}
.svgWrapper--staff .solid .st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 28;
}
.svgWrapper--numbers .solid .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 36;
}
.svgWrapper--numbers .solid .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 34;
}
.svgWrapper--numbers .solid .st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 32;
}
.svgWrapper--numbers .solid .st3 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 28;
}
.svgWrapper--video .solid .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 36;
}
.svgWrapper--video .solid .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 34;
}
.svgWrapper--video .solid .st2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 28;
}
.pageTitle-image {
  margin-bottom: 85px;
}
@media screen and (max-width: 959px) {
  .pageTitle-image {
    margin-bottom: 8.854vw;
  }
}
@media screen and (max-width: 559px) {
  .pageTitle-image {
    margin-bottom: 45px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pageTitle-image--largeMargin {
  margin-bottom: 115px;
}
@media screen and (max-width: 959px) {
  .pageTitle-image--largeMargin {
    margin-bottom: 11.98vw;
  }
}
.pageDescription {
  margin: 0 auto;
  max-width: 600px;
}
.pageDescription-text {
  line-height: 2.4;
}

/*
  Utilities
*/

/* utilities ---------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.middleMargin {
  margin-bottom: 50px;
}
.semi-normalMargin {
  margin-bottom: 80px;
}
@media screen and (max-width: 559px) {
  .semi-normalMargin {
    margin-bottom: 50px;
  }
}
.normalMargin {
  margin-bottom: 100px;
}
@media screen and (max-width: 559px) {
  .normalMargin {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 559px) {
  .sp-smallMargin {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 559px) {
  .sp-largeMargin {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 559px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pr-0 {
    padding-right: 0 !important;
  }
  .sp-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp-pl-0 {
    padding-left: 0 !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
}
.fz-s {
  font-size: 1.2rem;
}
.fz-l {
  font-size: 1.7rem;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.color-red {
  color: #bf0017;
}
.color-gray {
  color: #5e5e5e;
}
.ta-c {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .pc-ta-c {
    text-align: center;
  }
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.pos-s {
  position: static;
}
.pos-r {
  position: relative;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flex-align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flex-align-self-center {
  -webkit-align-self: center;
  align-self: center;
}
.flex-justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  .x-sp-show {
    display: block;
  }
}
@media screen and (min-width: 321px) {
  .x-sp-show {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .sp-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .sp-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .col-sp-show {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .col-pc-hide {
    display: none;
  }
}
.col-show {
  display: none;
}
@media screen and (max-width: 639px) {
  .col-show {
    display: block;
  }
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.lineWide,.row .col--text p {
  line-height: 2.4;
}
.is-mouseHover {
  cursor: pointer;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.no-scroll {
  height: 100vh;
  overflow: hidden;
}