@charset "UTF-8";
/* =============================================
- 追加
================================================ */
/* =============================================
- parts
================================================ */
/* =============================================
- KEYFREAM
================================================ */
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@-webkit-keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
@keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@-webkit-keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
@keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
/*-----------------------------------------------------------------
  pulse
----------------------------------------------------------------- */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*-----------------------------------------------------------------
  lightSpeedIn
----------------------------------------------------------------- */
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lightSpeedIn2 {
  from {
    -webkit-transform: translate3d(50%, 0, 0) skewX(-30deg);
    transform: translate3d(50%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn2 {
  from {
    -webkit-transform: translate3d(50%, 0, 0) skewX(-30deg);
    transform: translate3d(50%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lightSpeedIn_left {
  from {
    -webkit-transform: translate3d(-50%, 0, 0) skewX(-30deg);
    transform: translate3d(-50%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn_left {
  from {
    -webkit-transform: translate3d(-50%, 0, 0) skewX(-30deg);
    transform: translate3d(-50%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  zoomIn
----------------------------------------------------------------- */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  wobble
----------------------------------------------------------------- */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* =============================================
- SCRIPT
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    slick-arrow
========================================================= */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  z-index: 22;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
  .slick-prev:before, .slick-next:before {
    width: 18px;
    height: 18px;
    margin-top: -10px;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: #BEB982;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-color: #fff;
  }
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 21%;
  }
  .slick-prev:before {
    margin-left: 11px;
  }

  .slick-next {
    right: 21%;
  }
  .slick-next:before {
    margin-left: 4px;
  }
}
@media screen and (min-width: 980px) {
  .slick-prev {
    left: 5%;
  }

  .slick-next {
    right: 5%;
  }
}
@media screen and (min-width: 1180px) {
  .slick-prev {
    left: 9%;
  }

  .slick-next {
    right: 9%;
  }
}
@media screen and (min-width: 1400px) {
  .slick-prev {
    left: 11%;
  }

  .slick-next {
    right: 11%;
  }
}
/*
    Slick-theme.css ドット
========================================================= */
/* Dots */
.slick-dots {
  margin-top: 5px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1em;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  text-align: center;
  border: 1px solid #888888;
  background-color: #888888;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #060606;
  border-color: #060606;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #060606;
  border-color: #060606;
}
@media screen and (min-width: 768px) {
  .slick-dots li.slick-active button:before {
    background-color: #060606;
  }
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(255, 255, 255, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  padding: 70px 20px 20px 20px;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* =============================================
- _pageLayout
================================================ */
/*
    pageLayout_2column
========================================================= */
.pageLayout_2column {
  padding: 70px 20px 30px 20px;
  background-color: #F8F8F8;
}
.pageLayout_2column .titleStyle02.typeB .title, .pageLayout_2column .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
.pageLayout_2column section {
  padding: 0px;
}
.pageLayout_2column .rightColumn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .pageLayout_2column {
    padding: 80px 25px 50px 25px;
  }
  .pageLayout_2column .rightColumn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .pageLayout_2column {
    padding: 100px 30px 60px 30px;
  }
  .pageLayout_2column .colArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
  }
  .pageLayout_2column .leftColumn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
  .pageLayout_2column .rightColumn {
    margin-top: 0px;
    width: 250px;
  }
}
@media screen and (min-width: 1180px) {
  .pageLayout_2column {
    padding: 160px 30px 120px 30px;
  }
  .pageLayout_2column .titleStyle02 {
    margin-bottom: 90px;
  }
  .pageLayout_2column .leftColumn {
    margin-right: 50px;
  }
}
/*
    widgetArea
========================================================= */
.widgetArea .widget_column .widget_title {
  position: relative;
  background-color: #16254B;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.7em 1em 0.7em 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .widget_title {
    font-weight: bold;
  }
}
.widgetArea .widget_column .widget_title:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -12px;
  background-size: cover;
}
.widgetArea .widget_column .widget_title:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -5px;
}
.widgetArea .widget_column ul {
  margin-top: 5px;
}
.widgetArea .widget_column ul li a {
  position: relative;
  color: #707070;
  padding: 0.6em 1em;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}
.widgetArea .widget_column ul li a:after {
  content: "";
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .widgetArea .widget_column ul li a:hover {
    background-color: #fafafa;
  }
}
.widgetArea .widget_column ul li + li {
  border-top: 1px solid #f8f8f8;
}
.widgetArea .widget_column .boxWrap {
  background-color: #fff;
  counter-reset: number 0;
}
.widgetArea .widget_column .boxWrap .box {
  padding: 25px 20px;
}
.widgetArea .widget_column .boxWrap .box .img {
  position: relative;
}
.widgetArea .widget_column .boxWrap .box .img:before {
  content: "";
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #FFDC1A;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #16254B;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 19px;
  line-height: 40px;
  z-index: 11;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .boxWrap .box .img:before {
    font-weight: bold;
  }
}
.widgetArea .widget_column .boxWrap .box .text {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  .widgetArea .widget_column .boxWrap .box .text {
    font-weight: bold;
  }
}
.widgetArea .widget_column .boxWrap .box + .box {
  border-top: 1px solid #F8F8F8;
}
.widgetArea .widget_column .boxWrap .box:nth-child(n+2) .img:before {
  background-color: #16254B;
  color: #fff;
}
.widgetArea .widget_column.area .widget_title:before {
  background-image: url(../images/icon/icon_pin.png);
}
.widgetArea .widget_column.category .widget_title, .widgetArea .widget_column.ranking .widget_title, .widgetArea .widget_column.archives .widget_title {
  padding: 0.4em 1em 0.4em 45px;
  border-radius: 8px 8px 0px 0px;
}
.widgetArea .widget_column.category .widget_title:before, .widgetArea .widget_column.ranking .widget_title:before, .widgetArea .widget_column.archives .widget_title:before {
  margin-top: -10px;
}
.widgetArea .widget_column.category .widget_title:after, .widgetArea .widget_column.ranking .widget_title:after, .widgetArea .widget_column.archives .widget_title:after {
  display: none;
}
.widgetArea .widget_column.category ul, .widgetArea .widget_column.ranking ul, .widgetArea .widget_column.archives ul {
  margin-top: 0px;
}
.widgetArea .widget_column.area .widget_title:before {
  background-image: url(../images/icon/icon_pin.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.area .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.job .widget_title:before {
  background-image: url(../images/icon/icon_job.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.job .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.conditions .widget_title {
  background-color: #63749D;
}
.widgetArea .widget_column.conditions .widget_title:before {
  background-image: url(../images/icon/icon_check2.png);
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .widgetArea .widget_column.conditions .widget_title:hover {
    background-color: #52AF6E;
  }
}
.widgetArea .widget_column.category .widget_title:before {
  background-image: url(../images/icon/icon_folder.png);
}
.widgetArea .widget_column.ranking .widget_title:before {
  background-image: url(../images/icon/icon_ranking.png);
  margin-top: -11px;
}
.widgetArea .widget_column.archives .widget_title:before {
  background-image: url(../images/icon/icon_archives.png);
}
.widgetArea .widget_column + .widget_column {
  margin-top: 8px;
}
.widgetArea .recruitBlock_type02 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .widgetArea .widget_column .boxWrap .box {
    padding: 15px 15px;
  }
  .widgetArea .widget_column .boxWrap .box .text {
    line-height: 1.6em;
    font-size: 14px;
  }
  .widgetArea .widget_column .boxWrap .box .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .widgetArea .widget_column .boxWrap .box .img img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .widgetArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .widgetArea .widget_column {
    width: 48%;
  }
  .widgetArea .widget_column + .widget_column {
    margin-top: 0px;
  }
  .widgetArea .widget_column:nth-child(even) {
    margin-left: 4%;
  }
  .widgetArea .widget_column:nth-child(n+3) {
    margin-top: 15px;
  }
  .widgetArea .widget_column .boxWrap .box {
    padding: 15px 15px;
  }
  .widgetArea .recruitBlock_type02 {
    margin-top: 15px;
    width: 48%;
    margin-left: 4%;
  }
}
.wpp-no-data {
  padding: 10px 10px;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

/* =============================================
- _titleStyle
================================================ */
.maker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  padding-bottom: 0.15em;
}

/* =============================================
- titleStyle01
================================================ */
.titleStyle01 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.titleStyle01 .title, .titleStyle01 .sub {
  display: inline-block;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle01 .sub {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.titleStyle01 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: normal;
}
.titleStyle01 .title.small {
  font-size: 22px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .titleStyle01 .title.small {
    font-weight: bold;
  }
}
.titleStyle01:before, .titleStyle01:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.titleStyle01:before {
  width: 30px;
  background-color: #BEB982;
}
.titleStyle01:after {
  width: 15px;
  background-color: #16254B;
}
.titleStyle01.colorB .title, .titleStyle01.colorB .sub {
  color: #16254B;
}
.titleStyle01.colorB:after {
  background-color: #BEB982;
}

@media screen and (min-width: 768px) {
  .titleStyle01 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .titleStyle01 .sub {
    font-size: 20px;
  }
  .titleStyle01 .title {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    letter-spacing: 0.08em;
  }
  .titleStyle01 .title.small {
    font-size: 24px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .titleStyle01 .title.small {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .titleStyle01:before {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .titleStyle01:after {
    width: 27px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle01 {
    padding-bottom: 25px;
    padding-bottom: 45px;
  }
  .titleStyle01 .sub {
    font-size: 22px;
  }
  .titleStyle01 .title {
    font-size: 34px;
  }
  .titleStyle01 .title.small {
    font-size: 30px;
  }
}
/* =============================================
- titleStyle02
================================================ */
.titleStyle02 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  z-index: 1;
}
.titleStyle02 .title, .titleStyle02 .sub, .titleStyle02 .note {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E;
}
.titleStyle02 .note {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .titleStyle02 .note {
    font-weight: bold;
  }
}
.titleStyle02 .title {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .titleStyle02 .title {
    font-weight: bold;
  }
}
.titleStyle02 .sub {
  font-size: 15px;
  position: relative;
  padding-top: 0.5em;
  font-family: "Montserrat", sans-serif;
}
.titleStyle02:before, .titleStyle02:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.titleStyle02:before {
  width: 40px;
  background-color: #BEB982;
  margin-left: -20px;
}
.titleStyle02:after {
  width: 20px;
  background-color: #16254B;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .titleStyle02 {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .titleStyle02 .note {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .titleStyle02 .title {
    font-size: 28px;
  }
  .titleStyle02 .sub {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
    padding-top: 0.8em;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle02 {
    padding-bottom: 35px;
  }
  .titleStyle02 .note {
    font-size: 24px;
  }
  .titleStyle02 .title {
    font-size: 35px;
  }
  .titleStyle02 .sub {
    padding-top: 25px;
  }
  .titleStyle02 .border {
    width: 4px;
  }
}
/* =============================================
- titleStyle03
================================================ */
.titleStyle03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.titleStyle03 .titleArea .title {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3em;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  .titleStyle03 .titleArea .title {
    font-weight: bold;
  }
}
.titleStyle03 .titleArea .title span {
  display: block;
  font-size: 75%;
}
.titleStyle03 .titleArea .step {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  font-size: 22px;
  padding-top: 0.3em;
}
@media screen and (min-width: 980px) {
  .titleStyle03 .titleArea .step {
    font-weight: bold;
  }
}
.titleStyle03 .titleArea .note {
  margin-top: 2px;
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
}
.titleStyle03 .number {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  margin-left: 15px;
}
@media screen and (min-width: 980px) {
  .titleStyle03 .number {
    font-weight: bold;
  }
}
.titleStyle03:before, .titleStyle03:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0%;
}
.titleStyle03:before {
  width: 40px;
  background-color: #BEB982;
}
.titleStyle03:after {
  width: 20px;
  background-color: #16254B;
}

@media screen and (min-width: 768px) {
  .titleStyle03 {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .titleStyle03 .titleArea .title {
    font-size: 24px;
  }
  .titleStyle03 .titleArea .title span {
    font-size: 16px;
  }
  .titleStyle03 .titleArea .step {
    font-size: 25px;
  }
  .titleStyle03 .number {
    font-size: 75px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle03 .titleArea .step {
    font-size: 30px;
  }
}
/* =============================================
- titleStyle04
================================================ */
.titleStyle04 {
  color: #1E1E1E;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .titleStyle04 {
    font-weight: bold;
  }
}
.titleStyle04:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .titleStyle04 {
    font-size: 22px;
    padding-left: 15px;
  }
  .titleStyle04:before {
    width: 40px;
    height: 2px;
    left: -35px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle04 {
    padding-left: 0px;
    margin-bottom: 25px;
  }
  .titleStyle04:before {
    left: -55px;
  }
}
/* =============================================
- titleStyle05
================================================ */
.titleStyle05 {
  position: relative;
  font-size: 4.2vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E;
  margin-bottom: 5vw;
  line-height: 1.6em;
  padding-left: 15px;
}
@media screen and (min-width: 980px) {
  .titleStyle05 {
    font-weight: bold;
  }
}
.titleStyle05:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0.8em;
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  .titleStyle05 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 17px;
  }
}
/* =============================================
- titleStyle06
================================================ */
.titleStyle06 {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 6vw;
}
.titleStyle06 .icon {
  text-align: center;
  margin-bottom: 8px;
}
.titleStyle06 .icon img {
  width: 46px;
}
.titleStyle06 .sub, .titleStyle06 .title {
  text-align: center;
  letter-spacing: 0.05em;
}
.titleStyle06 .sub {
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8vw;
}
.titleStyle06 .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7.3vw;
  line-height: 1.3em;
  margin-top: 2vw;
}
@media screen and (min-width: 980px) {
  .titleStyle06 .title {
    font-weight: bold;
  }
}
.titleStyle06:after {
  content: "";
  width: 17px;
  height: 26px;
  background-image: url(../images/icon/icon_title.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -13px;
}

@media screen and (min-width: 768px) {
  .titleStyle06 {
    margin-bottom: 2vw;
  }
  .titleStyle06 .sub {
    font-size: 2vw;
  }
  .titleStyle06 .title {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle06 {
    padding-bottom: 38px;
    margin-bottom: 2vw;
  }
  .titleStyle06 .sub {
    font-size: 1.2vw;
    line-height: 1em;
  }
  .titleStyle06 .title {
    font-size: 2.1vw;
    margin-top: 0.2vw;
  }
}
@media screen and (min-width: 1520px) {
  .titleStyle06 {
    padding-bottom: 40px;
  }
  .titleStyle06 .sub {
    font-size: 1.1vw;
  }
  .titleStyle06 .title {
    font-size: 1.8vw;
  }
}
/* =============================================
- titleStyle07
================================================ */
.titleStyle07 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 6vw;
}
.titleStyle07 .title {
  font-size: 5.8vw;
  line-height: 1.6em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .titleStyle07 .title {
    font-weight: bold;
  }
}
.titleStyle07:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #BEB982;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle07 {
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .titleStyle07 .title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle07 {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
  .titleStyle07 .title {
    font-size: 43px;
  }
}
/* =============================================
- titleStyle08
================================================ */
.titleStyle08 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5vw;
  color: #1E1E1E;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .titleStyle08 {
    font-weight: bold;
  }
}
.titleStyle08:before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow2.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.8em;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .titleStyle08 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .titleStyle08.small {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle08 {
    font-size: 22px;
    padding-left: 23px;
    margin-bottom: 25px;
  }
}
/* =============================================
- titleStyle09
================================================ */
.titleStyle09 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3em;
  padding-bottom: 1vw;
  font-size: 6vw;
  margin-bottom: 6vw;
  position: relative;
}
@media screen and (min-width: 980px) {
  .titleStyle09 {
    font-weight: bold;
  }
}
.titleStyle09:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle09 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
/* =============================================
- midashiStyle01
================================================ */
.midashiStyle01 {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.5vw;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-weight: bold;
  }
}
.midashiStyle01.small {
  font-size: 5vw;
}
.midashiStyle01.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashiStyle01 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .midashiStyle01.small {
    font-size: 28px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .midashiStyle01.small {
    font-size: 38px;
  }
}
@media screen and (min-width: 1180px) {
  .midashiStyle01 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .midashiStyle01.small {
    font-size: 43px;
  }
}
/* =============================================
- midashiStyle02
================================================ */
.midashiStyle02 {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.5vw;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-weight: bold;
  }
}
.midashiStyle02.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashiStyle02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
/* =============================================
- midashiStyle03
================================================ */
.midashiStyle03 {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.5vw;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle03 {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .midashiStyle03 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle03 {
    font-size: 18px;
  }
}
/* =============================================
- midashiStyle04
================================================ */
.midashiStyle04 {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.8vw;
  margin-bottom: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .midashiStyle04 {
    font-weight: bold;
  }
}
.midashiStyle04.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashiStyle04 {
    color: #1E1E1E;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.5vw;
    margin-bottom: 10px;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .midashiStyle04 {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .midashiStyle04.center {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle04 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1280px) {
  .midashiStyle04 {
    font-size: 2.8vw;
  }
}
/* =============================================
- _btnStyle
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/*=========================================================
    btnStyle01
========================================================= */
.btnStyle01 {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #16254B;
  padding: 1em 20px;
  line-height: 1.5em;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .btnStyle01 {
    font-weight: bold;
  }
}
.btnStyle01 .blank {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.btnStyle01 .blank:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_blank_w.png);
  position: absolute;
  left: 0px;
  top: 50%;
  background-size: cover;
  margin-top: -6px;
}
.btnStyle01:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 22;
}
.btnStyle01:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: rotate(35deg) translateX(-100%);
          transform: rotate(35deg) translateX(-100%);
  z-index: 22;
}
.btnStyle01.back:before {
  left: 15px;
}
.btnStyle01.back:after {
  left: 9px;
  -webkit-transform: rotate(145deg) translateX(-100%);
          transform: rotate(145deg) translateX(-100%);
}

@media screen and (min-width: 768px) {
  .btnStyle01 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    padding: 1.2em 20px;
  }
  .btnStyle01:after, .btnStyle01:before {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle01:hover {
    color: #fff;
    background-color: #52AF6E;
  }
  .btnStyle01:hover:after, .btnStyle01:hover:before {
    margin-right: -5px;
    background-color: #fff;
  }
}
/*=========================================================
    btnStyle02
========================================================= */
.btnStyle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 530px;
  text-align: center;
  position: relative;
  color: #1E1E1E;
  background-color: #FCFC30;
  font-weight: 600;
  padding: 0.9em 30px 0.9em 20px;
  line-height: 1.5em;
  border-radius: 5px;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 980px) {
  .btnStyle02 {
    font-weight: bold;
  }
}
.btnStyle02 .svgwrap {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}
.btnStyle02 .svgwrap .svg {
  width: 100%;
  height: 100%;
}
.btnStyle02 .svgwrap .svg path, .btnStyle02 .svgwrap .svg circle, .btnStyle02 .svgwrap .svg rect {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #1E1E1E;
}
.btnStyle02:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 13px;
  top: 50%;
}
.btnStyle02:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: rotate(35deg) translateX(-100%);
          transform: rotate(35deg) translateX(-100%);
}

@media screen and (min-width: 768px) {
  .btnStyle02 {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1em 20px 1em 20px;
  }
}
@media screen and (min-width: 980px) {
  .btnStyle02 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 1.2em 20px 1.2em 20px;
  }
  .btnStyle02:before {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 30px;
    right: 15px;
  }
  .btnStyle02:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 8px;
    right: 8px;
    margin-top: 2px;
  }
  .btnStyle02 .svgwrap {
    width: 32px;
    height: 23px;
    margin-right: 11px;
  }
  .btnStyle02:hover {
    background-color: #16254B;
    color: #fff;
  }
  .btnStyle02:hover .svgwrap .svg path, .btnStyle02:hover .svgwrap .svg circle, .btnStyle02:hover .svgwrap .svg rect {
    fill: #fff;
  }
  .btnStyle02:hover:before, .btnStyle02:hover:after {
    background-color: #fff;
    margin-right: -5px;
  }
}
/*=========================================================
    arrowBtn
========================================================= */
.arrowBtn {
  letter-spacing: 0.2em;
  position: relative;
  padding-right: 45px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  font-family: "Montserrat", sans-serif;
}
.arrowBtn:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrowBtn:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: rotate(35deg) translateX(-100%);
          transform: rotate(35deg) translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .arrowBtn {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 15px;
  }
  .arrowBtn:hover {
    color: #707070;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
/*=========================================================
    closeBtn
========================================================= */
.closeBtn {
  display: inline-block;
  position: relative;
  display: inline-block;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background-color: #F5F5F5;
  color: #646464;
  padding: 8px 10px;
  width: 100%;
  border-radius: 40px;
  max-width: 340px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .closeBtn {
    font-weight: bold;
  }
}
.closeBtn:before, .closeBtn:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #646464;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-left: -7px;
  margin-top: -2px;
}
.closeBtn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .closeBtn {
    padding: 11px 10px;
  }
  .closeBtn:before, .closeBtn:after {
    right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .closeBtn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .closeBtn:before, .closeBtn:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .closeBtn:hover {
    background-color: #16254B;
    color: #fff;
  }
  .closeBtn:hover:before, .closeBtn:hover:after {
    background-color: #fff;
  }
  .closeBtn:hover:before {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  .closeBtn:hover:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
}
/* =============================================
- rowLayout
================================================ */
/*=========================================================
    Layout01
========================================================= */
.colLayout01 .textBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .colLayout01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout01 .imgArea {
    width: 40%;
  }
  .colLayout01 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout01 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .colLayout01 .imgArea {
    width: 350px;
  }
  .colLayout01 .textBox {
    padding-left: 50px;
  }
}
/*=========================================================
    Layout02
========================================================= */
.colLayout02 .textBox {
  margin-top: 20px;
}
.colLayout02 .textArea strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #16254B;
}
@media screen and (min-width: 980px) {
  .colLayout02 .textArea strong {
    font-weight: bold;
  }
}
.colLayout02 .textArea p + p {
  margin-top: 1em;
}
.colLayout02 .grayBox {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #F8F8F8;
}
.colLayout02 .grayBox .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .colLayout02 .grayBox .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .colLayout02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .colLayout02 .imgArea {
    width: 45%;
  }
  .colLayout02 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout02 {
    max-width: 1100px;
    margin: 0px auto;
  }
  .colLayout02 .imgArea {
    width: 530px;
  }
  .colLayout02 .textBox {
    padding-right: 40px;
  }
  .colLayout02 .textArea p + p {
    margin-top: 1.5em;
  }
  .colLayout02 .grayBox {
    padding: 25px;
    margin-top: 25px;
  }
  .colLayout02 .grayBox .title {
    margin-bottom: 15px;
  }
}
/*=========================================================
    colLayout03
========================================================= */
.colLayout03 .textBox {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout03 .midashiStyle02 {
  margin-bottom: 15px;
}
.colLayout03 + .colLayout03 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .colLayout03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .colLayout03 .imgArea {
    width: 55%;
  }
  .colLayout03 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    z-index: 11;
  }
  .colLayout03:nth-child(odd) .textBox {
    margin-top: 5%;
    margin-left: -10%;
  }
  .colLayout03:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .colLayout03:nth-child(even) .textBox {
    margin-top: 5%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 980px) {
  .colLayout03 .midashiStyle02 {
    margin-bottom: 20px;
  }
  .colLayout03 .imgArea {
    width: 60%;
  }
  .colLayout03 .textBox {
    padding: 55px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout03 .imgArea {
    width: 650px;
  }
  .colLayout03:nth-child(odd) .textBox {
    margin-top: 70px;
    margin-left: -100px;
  }
  .colLayout03:nth-child(even) .textBox {
    margin-top: 70px;
    margin-right: -100px;
  }
}
/* =============================================
- boxStyle
================================================ */
/* =============================================
- boxLayout01
================================================ */
.boxLayout01 .box .textBox {
  margin-top: 15px;
}
.boxLayout01 .box .title {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box .title {
    font-weight: bold;
  }
}
.boxLayout01 .box .title a {
  color: #1E1E1E;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.boxLayout01 .box .title a:before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow2.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
}
.boxLayout01 .box .textArea {
  margin-top: 10px;
}
.boxLayout01 .box .textArea strong {
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box .textArea strong {
    font-weight: bold;
  }
}
.boxLayout01 .box .btnArea {
  text-align: right;
  margin-top: 10px;
}
.boxLayout01 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxLayout01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxLayout01 .box .imgArea {
    width: 30%;
  }
  .boxLayout01 .box .textBox {
    margin-top: 0px;
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .boxLayout01 .box .title {
    margin-top: 0px;
    font-size: 20px;
  }
  .boxLayout01 .box .title a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout01 .box .title a:hover {
    color: #52AF6E;
  }
  .boxLayout01 .box + .box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box .img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout01 .box .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout01 .box .img a:hover img {
    opacity: 0.8;
  }
  .boxLayout01 .box .textBox {
    margin-top: 10px;
    padding-left: 40px;
  }
  .boxLayout01 .box .title {
    font-size: 22px;
  }
  .boxLayout01 .box .title a {
    padding-left: 23px;
  }
  .boxLayout01 .box .textArea {
    margin-top: 15px;
  }
  .boxLayout01 .box + .box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout01 {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxLayout01 .box .imgArea {
    width: 340px;
  }
  .boxLayout01 .box .textBox {
    margin-top: 20px;
  }
  .boxLayout01 .box .textArea {
    margin-top: 30px;
  }
  .boxLayout01 .box + .box {
    margin-top: 80px;
  }
}
/* =============================================
- boxLayout02
================================================ */
.boxLayout02 .box {
  position: relative;
}
.boxLayout02 .box .in {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.boxLayout02 .box .img img {
  height: auto;
}
.boxLayout02 .box .textBox {
  padding: 15px 15px 35px 15px;
  background-color: #fff;
}
.boxLayout02 .box .title a {
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout02 .box .title a {
    font-weight: bold;
  }
}
.boxLayout02 .box .btnArea {
  text-align: right;
  position: absolute;
  right: 25px;
  bottom: 20px;
}

@media screen and (min-width: 768px) {
  .boxLayout02 .box .textBox {
    padding: 15px 15px 45px 15px;
  }
  .boxLayout02 .box .btnArea {
    bottom: 30px;
  }
  .boxLayout02 .box .img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout02 .box .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout02 .box .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .boxLayout02 .box .category a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout02 .box .category a:hover {
    background-color: #52AF6E;
    color: #fff;
  }
  .boxLayout02 .box .title a {
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout02 .box .title a:hover {
    color: #52AF6E;
  }
}
/* =============================================
- boxLayout04
================================================ */
.boxLayout03 .box {
  position: relative;
}
.boxLayout03 .box .in {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.boxLayout03 .box .img img {
  height: auto;
}
.boxLayout03 .box .textBox {
  padding: 15px 15px 40px 15px;
  background-color: #fff;
}
.boxLayout03 .box .infoArea {
  counter-reset: number 0;
  margin-top: 10px;
}
.boxLayout03 .box .infoArea li {
  position: relative;
  padding-left: 23px;
  line-height: 1.5em;
  letter-spacing: -0.04em;
}
.boxLayout03 .box .infoArea li:before {
  content: "";
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: "Montserrat", sans-serif;
  background-color: #16254B;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box .infoArea li:before {
    font-weight: bold;
  }
}
.boxLayout03 .box .infoArea li + li {
  margin-top: 5px;
}
.boxLayout03 .box .title {
  margin-bottom: 3px;
}
.boxLayout03 .box .title a {
  font-size: 16px;
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box .title a {
    font-weight: bold;
  }
}
.boxLayout03 .box .title a:before {
  content: "";
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #16254B;
  border-right: 1px solid #16254B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0.5em;
  margin-top: -5px;
}
.boxLayout03 .box .btnArea {
  text-align: right;
  position: absolute;
  right: 25px;
  bottom: 20px;
}
.boxLayout03 .box .btnArea .arrowBtn {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .boxLayout03 .box .img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }
  .boxLayout03 .box .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout03 .box .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .boxLayout03 .box .title a {
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout03 .box .title a:hover {
    color: #52AF6E;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box .textBox {
    padding: 15px 15px 50px 15px;
  }
  .boxLayout03 .box .infoArea li {
    padding-left: 25px;
    font-size: 14px;
  }
  .boxLayout03 .box .infoArea li:before {
    top: 1px;
  }
}
/* =============================================
- boxLayout02／boxLayout03
================================================ */
.boxLayout02 .box .in, .boxLayout03 .box .in {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box {
    padding: 0px;
    background-color: #fff;
    width: 48%;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(2n+1), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(n+3), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(n+3) {
    margin-top: 30px;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box .btnArea, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box .btnArea {
    bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box {
    width: 48%;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(2n+1), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(n+3), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box {
    width: 32%;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box, .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxLayout02:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(3n+1), .boxLayout03:not(#recruitSlider):not(#MediumSlider):not(#fearSlider) .box:nth-child(3n+1) {
    margin-left: 0px;
  }
}
/* =============================================
- boxLayout04
================================================ */
.boxLayout04 .box .midashi {
  margin-top: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .boxLayout04 .box .midashi {
    font-weight: bold;
  }
}
.boxLayout04 .box .textArea {
  margin-top: 10px;
}
.boxLayout04 .box .textArea strong {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout04 .box .textArea strong {
    font-weight: bold;
  }
}
.boxLayout04 .box .btnArea {
  margin-top: 10px;
}
.boxLayout04 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxLayout04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout04 .box {
    width: 32%;
  }
  .boxLayout04 .box .img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout04 .box .img:hover {
    opacity: 0.8;
  }
  .boxLayout04 .box .midashi {
    margin-top: 20px;
    font-size: 20px;
  }
  .boxLayout04 .box .btnArea {
    margin-top: 10px;
  }
  .boxLayout04 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxLayout04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout04 .box:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout04 .box {
    width: 340px;
  }
  .boxLayout04 .box .midashi {
    margin-top: 25px;
    font-size: 22px;
  }
  .boxLayout04 .box + .box {
    margin-top: 0px;
    margin-left: 40px;
  }
  .boxLayout04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout04 .box:nth-child(n+4) {
    margin-top: 70px;
  }
}
/* =============================================
- boxLayout05
================================================ */
.boxLayout05 .box .tw_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxLayout05 .box .tw_wrap .icon {
  width: 26px;
}
.boxLayout05 .box .tw_wrap .icon a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .boxLayout05 .box .tw_wrap .icon a:hover {
    opacity: 0.8;
  }
}
.boxLayout05 .box .img {
  margin-bottom: 10px;
}
.boxLayout05 .box .midashi {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .boxLayout05 .box .midashi {
    font-weight: bold;
  }
}
.boxLayout05 .box .sub {
  margin-top: 10px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.boxLayout05 .box .midashi, .boxLayout05 .box .sub {
  text-align: left;
  line-height: 1.6em;
}
.boxLayout05 .box .textArea {
  margin-top: 10px;
}
.boxLayout05 .box .textArea strong {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout05 .box .textArea strong {
    font-weight: bold;
  }
}
.boxLayout05 .box .btnArea {
  margin-top: 10px;
}
.boxLayout05 .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxLayout05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout05 .box {
    width: 32%;
  }
  .boxLayout05 .box .img {
    margin-bottom: 20px;
  }
  .boxLayout05 .box .img a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxLayout05 .box .img a:hover {
    opacity: 0.8;
  }
  .boxLayout05 .box .midashi {
    font-size: 20px;
  }
  .boxLayout05 .box .btnArea {
    margin-top: 10px;
  }
  .boxLayout05 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxLayout05 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout05 .box {
    width: 230px;
  }
  .boxLayout05 .box .img {
    margin-bottom: 25px;
  }
  .boxLayout05 .box .midashi {
    font-size: 22px;
  }
  .boxLayout05 .box + .box {
    margin-top: 0px;
    margin-left: 55px;
  }
  .boxLayout05 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+4) {
    margin-top: 70px;
  }
}
/* =============================================
- visual
================================================ */
/*
    innerVisual
========================================================= */
#innerVisual {
  overflow: hidden;
}
#innerVisual .textBox {
  position: relative;
  padding: 12vw 20px;
}
#innerVisual .textBox .in {
  position: relative;
  z-index: 11;
}
#innerVisual .textBox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 78vw 100vw;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#innerVisual .textBox.colorA {
  background-color: #F8F8F8;
}
#innerVisual .textBox.colorA:before {
  border-color: transparent transparent #EEF0DB transparent;
}
#innerVisual .textBox.colorB {
  background-color: #fff;
}
#innerVisual .textBox.colorB:before {
  border-color: transparent transparent #FFE5D9 transparent;
}
#innerVisual .textBox.colorC {
  background-color: #fff;
}
#innerVisual .textBox.colorC:before {
  border-color: transparent transparent #D9F5FA transparent;
}
#innerVisual .imgArea {
  position: relative;
}
#innerVisual .imgArea .img {
  text-align: center;
}
#innerVisual .imgArea#player {
  position: relative;
  overflow: hidden;
  height: 60vw;
  width: 100%;
}
#innerVisual .imgArea#player .videoWrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
#innerVisual .imgArea#player .videoWrap .video-js {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#innerVisual .imgArea#player .videoWrap .vjs-big-play-button,
#innerVisual .imgArea#player .videoWrap .vjs-loading-spinner,
#innerVisual .imgArea#player .videoWrap .vjs-control-bar,
#innerVisual .imgArea#player .videoWrap .vjs-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  #innerVisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 49vw;
  }
  #innerVisual .textBox, #innerVisual .imgArea {
    width: 50%;
  }
  #innerVisual .textBox {
    position: relative;
    padding: 2vw 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #innerVisual .textBox:before {
    border-width: 0px 0px 49vw 50vw;
  }
  #innerVisual .imgArea .img {
    text-align: center;
  }
  #innerVisual .imgArea#player {
    height: 50vw;
    width: 50%;
  }
  #innerVisual .imgArea#player .videoWrap .video-js {
    width: auto;
    height: 100%;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1520px) {
  #innerVisual {
    min-height: 760px;
  }
  #innerVisual .imgArea {
    height: 760px;
    position: relative;
    overflow: hidden;
  }
  #innerVisual .imgArea .img {
    width: 100%;
    height: 100%;
  }
  #innerVisual .imgArea .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
/* =============================================
- columnStyle
================================================ */
/* =============================================
- triangleBody
================================================ */
.triangleBody {
  position: relative;
}
.triangleBody:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vw 50vw 0px 0px;
  position: absolute;
  top: 0px;
}
.triangleBody .inner {
  position: relative;
  z-index: 11;
}
.triangleBody.typeA:before {
  left: 0px;
  border-color: #EBEBEB transparent transparent transparent;
}
.triangleBody.typeB:before {
  left: 0px;
  border-color: #BEB982 transparent transparent transparent;
}
.triangleBody.typeC:before {
  right: 0px;
  border-width: 0px 50vw 50vw 0px;
  border-color: transparent #DCDCDC transparent transparent;
}
.triangleBody.typeD:before {
  left: 0px;
  border-color: #DCDCDC transparent transparent transparent;
}
.triangleBody.typeE:before {
  right: 0px;
  border-width: 0px 50vw 50vw 0px;
  border-color: transparent #F5F5F5 transparent transparent;
}
.triangleBody.typeF:before {
  left: 0px;
  border-color: rgba(71, 85, 119, 0.1) transparent transparent transparent;
}
.triangleBody.typeG:before {
  left: 0px;
  border-color: #D9F5FA transparent transparent transparent;
}

@media screen and (min-width: 980px) {
  .triangleBody:before {
    border-width: 49.5vw 49.5vw 0px 0px;
  }
  .triangleBody.typeC:before, .triangleBody.typeE:before {
    border-width: 0px 49.5vw 49.5vw 0px;
  }
}
@media screen and (min-width: 1520px) {
  .triangleBody:before {
    border-width: 760px 760px 0px 0px;
  }
  .triangleBody.typeC:before, .triangleBody.typeE:before {
    border-width: 0px 760px 760px 0px;
  }
}
/* =============================================
- dotBody
================================================ */
.dotBody {
  background-image: url(../images/common/pattern01.png);
}

/* =============================================
- trialBox
================================================ */
.trialBox {
  position: relative;
}
.trialBox .in {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.trialBox .in:before, .trialBox .in:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0px;
}
.trialBox .in:before {
  border-width: 15px 0px 0px 15px;
  border-color: transparent transparent transparent #BEB982;
  left: 0px;
}
.trialBox .in:after {
  border-width: 0px 0px 15px 15px;
  border-color: transparent transparent #BEB982 transparent;
  right: 0px;
}
.trialBox:before, .trialBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0px;
}
.trialBox:before {
  border-width: 15px 15px 0px 0px;
  border-color: #BEB982 transparent transparent transparent;
  left: 0px;
}
.trialBox:after {
  border-width: 0px 15px 15px 0px;
  border-color: transparent #BEB982 transparent transparent;
  right: 0px;
}

@media screen and (min-width: 768px) {
  .trialBox .in {
    padding: 50px 100px;
  }
  .trialBox .in:before {
    border-width: 40px 0px 0px 40px;
  }
  .trialBox .in:after {
    border-width: 0px 0px 40px 40px;
  }
  .trialBox:before {
    border-width: 40px 40px 0px 0px;
  }
  .trialBox:after {
    border-width: 0px 40px 40px 0px;
  }
  .trialBox .checkList {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .trialBox .in {
    padding: 90px 120px;
  }
  .trialBox .in:before {
    border-width: 65px 0px 0px 65px;
  }
  .trialBox .in:after {
    border-width: 0px 0px 65px 65px;
  }
  .trialBox:before {
    border-width: 65px 65px 0px 0px;
  }
  .trialBox:after {
    border-width: 0px 65px 65px 0px;
  }
  .trialBox .checkList {
    max-width: 720px;
    margin: 0 auto;
  }
}
/* =============================================
- grayBox
================================================ */
.grayBox {
  position: relative;
  background-color: #F5F5F5;
  padding: 20px;
}
.grayBox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 15px 15px 0px 0px;
  border-color: #BEB982 transparent transparent transparent;
  left: 0px;
  top: 0px;
}
.grayBox .bottom {
  text-align: right;
  margin-top: 2px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #969696;
}
@media screen and (min-width: 980px) {
  .grayBox .bottom {
    font-weight: bold;
  }
}
.grayBox dl + dl {
  margin-top: 15px;
}
.grayBox dl dt {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3px;
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  .grayBox dl dt {
    font-weight: bold;
  }
}
.grayBox dl dt span {
  color: #BEB982;
  padding-right: 5px;
}
.grayBox dl dd {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
}
.grayBox .list li {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grayBox .list li + li {
  margin-top: 5px;
}
.grayBox + .textArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .grayBox {
    padding: 25px;
  }
  .grayBox:before {
    border-width: 25px 25px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .grayBox {
    padding: 30px;
  }
  .grayBox:before {
    border-width: 30px 30px 0px 0px;
  }
}
/* =============================================
- pickupimg
================================================ */
.pickupimg {
  position: relative;
  border: 2px solid #C8C8C8;
}
.pickupimg:before {
  content: "";
  width: 65px;
  height: 65px;
  background-image: url(../images/media/pickup_img.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.pickupimg.colorB {
  border-color: #BEB982;
}
.pickupimg.colorB:before {
  background-image: url(../images/fear/fear_img.png);
}

@media screen and (min-width: 980px) {
  .pickupimg {
    border: 5px solid #C8C8C8;
  }
  .pickupimg:before {
    left: -5px;
    top: -5px;
  }
}
/* =============================================
- pageLinks
================================================ */
.pageLinks li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #C8C8C8;
  color: #16254B;
  padding: 10px 10px;
  width: 100%;
  border-radius: 40px;
}
@media screen and (min-width: 980px) {
  .pageLinks li a {
    font-weight: bold;
  }
}
.pageLinks li a:after {
  content: "";
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.pageLinks li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .pageLinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageLinks ul li {
    width: 23.5%;
  }
  .pageLinks ul li a {
    padding: 15px 10px 15px 10px;
  }
  .pageLinks ul li a:after {
    right: 50%;
    bottom: 8px;
    margin-right: -3px;
  }
  .pageLinks ul li + li {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 980px) {
  .pageLinks ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .pageLinks ul li a:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .pageLinks ul li a:hover {
    background-color: #BEB982;
    color: #fff;
  }
  .pageLinks ul li a:hover:after {
    bottom: 5px;
    border-color: #fff;
  }
}
/* =============================================
- noticeArea
================================================ */
.noticeArea {
  margin-top: 10px;
}
.noticeArea p {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828;
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  .noticeArea p {
    font-size: 14px;
  }
}
/* =============================================
- boxColumn
================================================ */
.boxColumn .box {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .boxColumn .box {
    padding: 35px;
  }
}
@media screen and (min-width: 980px) {
  .boxColumn .box {
    padding: 55px;
  }
}
.colLayout02 + .boxColumn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .colLayout02 + .boxColumn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout02 + .boxColumn {
    margin-top: 100px;
  }
}
/* =============================================
- boxColumn_typeA
================================================ */
.boxColumn_typeA .box .textArea strong {
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeA .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeA .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeA .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeA .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeA .box {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxColumn_typeA .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeA .box .btnArea {
    margin-top: 50px;
  }
}
/* =============================================
- boxColumn_typeB
================================================ */
.boxColumn_typeB .box .textArea strong {
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeB .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeB .box .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxColumn_typeB .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeB .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeB .box + .box {
  margin-top: 30px;
}
.boxColumn_typeB .box .bunnerArea {
  margin-top: 20px;
}
.boxColumn_typeB .box .bunnerArea .bottom {
  position: relative;
  padding: 10px;
  color: #fff;
  background-color: #1E1E1E;
  line-height: 1.4em;
  font-size: 13px;
  padding-right: 40px;
}
.boxColumn_typeB .box .bunnerArea .bottom:after {
  content: "";
  width: 22px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow.png);
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.boxColumn_typeB.colorB .box .textArea strong {
  color: #776B0A;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeB .box {
    max-width: 1100px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxColumn_typeB .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeB .box .titleBox {
    width: 230px;
  }
  .boxColumn_typeB .box .titleBox.short {
    width: 190px;
  }
  .boxColumn_typeB .box .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
  }
  .boxColumn_typeB .box .btnArea {
    margin-top: 50px;
  }
  .boxColumn_typeB .box.noflex {
    display: block;
  }
  .boxColumn_typeB .box.noflex .titleBox {
    width: 100%;
  }
  .boxColumn_typeB .box.noflex .textBox {
    padding-left: 0px;
  }
  .boxColumn_typeB .box .bunnerArea {
    margin-top: 30px;
  }
  .boxColumn_typeB .box .bunnerArea .bottom {
    font-size: 16px;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxColumn_typeB .box .titleBox {
    width: 250px;
  }
  .boxColumn_typeB .box .bunnerArea .bunner {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxColumn_typeB .box .bunnerArea .bottom {
    font-size: 23px;
    padding: 15px 60px;
  }
  .boxColumn_typeB .box .bunnerArea .bottom:after {
    width: 44px;
    height: 24px;
    right: 18px;
    margin-top: -12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxColumn_typeB .box .bunnerArea > a:hover .bunner {
    opacity: 0.8;
  }
  .boxColumn_typeB .box .bunnerArea > a:hover .bottom:after {
    margin-right: -5px;
  }
  .boxColumn_typeB .box .bunnerArea + .btnArea {
    margin-top: 40px;
  }
}
/* =============================================
- boxColumn_typeC
================================================ */
.boxColumn_typeC .box .textArea strong {
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeC .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeC .box .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxColumn_typeC .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeC .box .textArea .notice {
  text-indent: -1em;
  padding-left: 1em;
}
.boxColumn_typeC .box .textBox {
  margin-top: 25px;
}
.boxColumn_typeC .box + .box {
  margin-top: 30px;
}
.boxColumn_typeC .tableText {
  margin-top: 20px;
}
.boxColumn_typeC .column + .column {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeC .box {
    max-width: 1100px;
    margin: 0 auto;
  }
  .boxColumn_typeC .box + .box {
    margin-top: 30px;
  }
  .boxColumn_typeC .tableArea {
    margin-top: 30px;
  }
  .boxColumn_typeC .column + .column {
    margin-top: 60px;
  }
}
/* =============================================
- boxColumn_typeD
================================================ */
.boxColumn_typeD .box {
  position: relative;
}
.boxColumn_typeD .box .textArea strong {
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeD .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeD .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeD .box .btnArea {
  margin-top: 20px;
}
.boxColumn_typeD .box + .box {
  margin-top: 50px;
}
.boxColumn_typeD .box + .box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -32px;
  margin-left: -15px;
}
.boxColumn_typeD .box .btnArea {
  text-align: center;
}
.boxColumn_typeD .box .btnArea .btnStyle02 {
  max-width: 340px;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeD .box {
    max-width: 1100px;
    margin: 0px auto;
  }
  .boxColumn_typeD .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeD .box .btnArea {
    margin-top: 50px;
  }
  .boxColumn_typeD .box:before {
    border-width: 25px 25px 0px 0px;
  }
  .boxColumn_typeD .box + .box {
    margin-top: 90px;
  }
  .boxColumn_typeD .box + .box:after {
    border-width: 30px 30px 0 30px;
    top: -60px;
    margin-left: -30px;
  }
  .boxColumn_typeD.typeB .box {
    display: block;
  }
}
/* =============================================
- boxColumn_typeE
================================================ */
.boxColumn_typeE .titleBox {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  z-index: 1;
}
.boxColumn_typeE .titleBox .title, .boxColumn_typeE .titleBox .sub {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
  color: #1E1E1E;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeE .titleBox .title, .boxColumn_typeE .titleBox .sub {
    font-weight: bold;
  }
}
.boxColumn_typeE .titleBox .title {
  font-size: 9vw;
  line-height: 1.4em;
}
.boxColumn_typeE .titleBox .sub {
  font-size: 5vw;
  padding-top: 0.1vw;
}
.boxColumn_typeE .titleBox:before, .boxColumn_typeE .titleBox:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.boxColumn_typeE .titleBox:before {
  width: 40px;
  background-color: #BEB982;
  margin-left: -20px;
}
.boxColumn_typeE .titleBox:after {
  width: 20px;
  background-color: #16254B;
  margin-left: -20px;
}
.boxColumn_typeE .box {
  position: relative;
}
.boxColumn_typeE .box .textArea strong {
  color: #282828;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxColumn_typeE .box .textArea strong {
    font-weight: bold;
  }
}
.boxColumn_typeE .box .textArea p + p {
  margin-top: 1em;
}
.boxColumn_typeE .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0px 0px 15px;
  border-color: transparent transparent transparent #BEB982;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.boxColumn_typeE .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .boxColumn_typeE .titleBox {
    padding-bottom: 4vw;
    margin-bottom: 7vw;
  }
  .boxColumn_typeE .titleBox .title {
    font-size: 6.8vw;
  }
  .boxColumn_typeE .titleBox .sub {
    font-size: 3.5vw;
    padding-top: 0.2vw;
  }
  .boxColumn_typeE .box > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .boxColumn_typeE .box .textArea p + p {
    margin-top: 1.5em;
  }
  .boxColumn_typeE .box:before {
    border-width: 40px 0px 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxColumn_typeE .titleBox {
    padding-bottom: 45px;
    margin-bottom: 60px;
  }
  .boxColumn_typeE .titleBox .title {
    font-size: 66px;
  }
  .boxColumn_typeE .titleBox .sub {
    font-size: 33px;
    padding-top: 8px;
  }
  .boxColumn_typeE .box {
    padding: 90px 55px;
  }
  .boxColumn_typeE .box .midashiStyle02 {
    margin-bottom: 20px;
  }
  .boxColumn_typeE .box:before {
    border-width: 60px 0px 0px 60px;
  }
}
/* =============================================
- other
================================================ */
/*=========================================================
    listStyle01
========================================================= */
.listStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listStyle01 li {
  width: 33.3333333333%;
  margin-bottom: 3px;
}
.listStyle01 li + li {
  margin-top: 0px;
}
.listStyle01 li {
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  font-weight: 600;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .listStyle01 li {
    font-weight: bold;
  }
}
.listStyle01 li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #BEB982;
}

@media screen and (min-width: 768px) {
  .listStyle01 li {
    font-size: 15px;
    padding-left: 12px;
  }
  .listStyle01 li:before {
    top: 0.8em;
    width: 4px;
    height: 4px;
  }
  .listStyle01.col2, .listStyle01.col3, .listStyle01.col4, .listStyle01.col5, .listStyle01.col6, .listStyle01.col7, .listStyle01.col8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listStyle01.col2 li {
    width: 50%;
  }
  .listStyle01.col3 li {
    width: 33.3333333333%;
  }
  .listStyle01.col4 li {
    width: 25%;
  }
  .listStyle01.col5 li {
    width: 20%;
  }
  .listStyle01.col6 li, .listStyle01.col7 li, .listStyle01.col8 li {
    width: 16.6666666667%;
  }
  .listStyle01.area + .bottom {
    margin-top: -2em;
  }
}
@media screen and (min-width: 980px) {
  .listStyle01 li {
    font-size: 16px;
    padding-left: 15px;
  }
  .listStyle01.col7 li {
    width: 14.2857142857%;
  }
  .listStyle01.col8 li {
    width: 12.5%;
  }
}
/*=========================================================
    listStyle02
========================================================= */
.listStyle02 li {
  position: relative;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E;
  font-size: 15px;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 980px) {
  .listStyle02 li {
    font-weight: bold;
  }
}
.listStyle02 li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #475577;
  position: absolute;
  left: 0px;
  top: 0.35em;
}
.listStyle02 li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .listStyle02 li {
    font-size: 16px;
  }
  .listStyle02 li + li {
    margin-top: 17px;
  }
}
@media screen and (min-width: 980px) {
  .listStyle02 li {
    font-size: 18px;
  }
  .listStyle02 li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .listStyle02 li {
    font-size: 22px;
  }
  .listStyle02 li:before {
    top: 0.4em;
  }
  .listStyle02 li + li {
    margin-top: 30px;
  }
}
/*=========================================================
    tableStyle01
========================================================= */
.tableText {
  line-height: 1em;
  background-color: #16254B;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .tableText {
    display: none;
  }
}
.tableStyle01 {
  width: 100%;
  border-right: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .tableStyle01 {
    font-size: 13px !important;
  }
}
.tableStyle01 th, .tableStyle01 td {
  vertical-align: middle;
  line-height: 1.2em;
}
.tableStyle01 td {
  margin-top: 8px;
}
.tableStyle01 thead th {
  background-color: #16254B;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-left: 1px solid #475577;
  line-height: 1.4em;
}
.tableStyle01 thead th.w150 {
  min-width: 100px;
}
.tableStyle01 thead th.yellow {
  background-color: #BEB982;
}
.tableStyle01 thead .yellow + .yellow {
  border-left: 1px solid #fff;
}
.tableStyle01 thead .sm {
  font-size: 90%;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .tableStyle01 thead .spf13 {
    font-size: 13px !important;
    display: inline-block;
  }
}
.tableStyle01 tbody th, .tableStyle01 tbody td {
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .tableStyle01 tbody th.bug, .tableStyle01 tbody td.bug {
    font-size: 3.5vw;
  }
  .tableStyle01 tbody th .spf13, .tableStyle01 tbody td .spf13 {
    font-size: 13px !important;
    display: inline-block;
  }
}
.tableStyle01 tbody th {
  padding: 10px 3px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #DCDCDC;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 980px) {
  .tableStyle01 tbody th {
    font-weight: bold;
  }
}
.tableStyle01 tbody td {
  background-color: #fff;
  text-align: center;
  padding: 10px 15px;
  border-left: 1px solid #C8C8C8;
}
.tableStyle01 tbody td span {
  display: inline-block;
  font-size: 90%;
}
.tableStyle01 tbody td.left {
  text-align: left;
}
.tableStyle01 tbody td.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .tableStyle01 tbody td.bold {
    font-weight: bold;
  }
}
.tableStyle01 tbody td[rowspan="5"] {
  width: 125px;
}

@media screen and (min-width: 980px) {
  .tableStyle01 th, .tableStyle01 td {
    font-size: 15px;
    line-height: 1.3em;
  }
  .tableStyle01 td {
    margin-top: 8px;
  }
  .tableStyle01 thead th {
    padding: 10px 10px;
  }
  .tableStyle01 thead th.w150 {
    width: 120px;
  }
  .tableStyle01 tbody th {
    padding: 10px 2px;
  }
  .tableStyle01 tbody td {
    padding: 10px 15px;
  }
  .tableStyle01 tbody td span {
    font-size: 90%;
  }
  .tableStyle01 tbody td[rowspan="5"] {
    width: 150px;
  }
}
@media screen and (min-width: 1180px) {
  .tableStyle01 th, .tableStyle01 td {
    font-size: 16px;
    line-height: 1.5em;
  }
  .tableStyle01 thead th {
    padding: 15px 10px;
  }
  .tableStyle01 thead th.w150 {
    width: 150px;
  }
  .tableStyle01 tbody td {
    padding: 15px 23px;
  }
  .tableStyle01 tbody td[rowspan="5"] {
    width: 160px;
  }
}
/*=========================================================
    tableStyle02
========================================================= */
@media screen and (max-width: 767px) {
  .tableStyle02 {
    width: 100%;
  }
  .tableStyle02 th, .tableStyle02 td {
    display: block;
  }
  .tableStyle02 tr {
    display: block;
  }
  .tableStyle02 tr + tr {
    margin-top: 10px;
  }
  .tableStyle02 th {
    background-color: #F8F8F8;
    padding: 3px 10px;
  }
  .tableStyle02 td {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle02 table {
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
  }
  .tableStyle02 th, .tableStyle02 td {
    padding: 13px 20px;
    border-top: 1px solid #C8C8C8;
  }
  .tableStyle02 th {
    background-color: #F8F8F8;
    width: 170px;
  }
  .tableStyle02 td {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle02 th, .tableStyle02 td {
    padding: 16px 20px;
  }
  .tableStyle02 td {
    padding: 16px 40px;
  }
}
/*=========================================================
    checkList
========================================================= */
.checkList li {
  position: relative;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E;
  font-size: 15px;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 980px) {
  .checkList li {
    font-weight: bold;
  }
}
.checkList li:before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url(../images/icon/icon_check.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 2px;
}
.checkList li + li {
  margin-top: 10px;
}
.checkList.none li {
  border: 0px;
  font-weight: normal;
}
.checkList.none li + li {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .checkList li {
    font-size: 16px;
    padding-left: 32px;
  }
  .checkList li + li {
    margin-top: 17px;
  }
  .checkList.none li {
    padding-left: 28px;
    font-size: 16px;
  }
  .checkList.none li + li {
    margin-top: 3px;
  }
}
@media screen and (min-width: 980px) {
  .checkList li {
    font-size: 18px;
    padding-left: 30px;
  }
  .checkList li:before {
    top: 5px;
  }
  .checkList li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .checkList li {
    font-size: 22px;
    padding-left: 35px;
  }
  .checkList li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .checkList.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkList.flex li {
    width: 50%;
  }
}
section {
  padding: 40px 20px;
}
@media screen and (min-width: 375px) {
  section {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 30px 100px 30px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 140px 30px 140px 30px;
  }
}

/* =============================================
- fiexd_bnr_recruit
================================================ */
#fiexd_bnr_recruit {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fiexd_bnr_recruit .close_btn {
  position: absolute;
  right: -10px;
  top: -5px;
  z-index: 11;
  cursor: pointer;
}
#fiexd_bnr_recruit .close_btn span {
  display: inline-block;
  background-color: #161246;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
#fiexd_bnr_recruit .close_btn span:before, #fiexd_bnr_recruit .close_btn span:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  margin-left: -5px;
  margin-top: -1px;
}
#fiexd_bnr_recruit .close_btn span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#fiexd_bnr_recruit .close_btn span:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #fiexd_bnr_recruit {
    background-color: rgba(30, 30, 30, 0.3);
    position: fixed;
    z-index: 99;
    left: 0px;
    bottom: 65px;
    width: 100%;
    padding: 10px 0px;
  }
  #fiexd_bnr_recruit .bnr {
    position: relative;
    text-align: center;
    width: 77.3333333333vw;
    margin: 0px auto;
  }
  #fiexd_bnr_recruit .bnr a {
    display: inline-block;
  }
  #fiexd_bnr_recruit .bnr a img {
    -webkit-box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.7);
  }
}

@media screen and (min-width: 768px) {
  #fiexd_bnr_recruit {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 75px;
    width: 285px;
  }
  #fiexd_bnr_recruit .close_btn {
    right: -10px;
    top: -10px;
  }
  #fiexd_bnr_recruit .close_btn span {
    width: 40px;
    height: 40px;
  }
  #fiexd_bnr_recruit .close_btn span:before, #fiexd_bnr_recruit .close_btn span:after {
    width: 15px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
  }
  #fiexd_bnr_recruit .bnr {
    position: relative;
    width: 285px;
  }
  #fiexd_bnr_recruit .bnr a {
    display: inline-block;
  }
  #fiexd_bnr_recruit .bnr a img {
    -webkit-box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 980px) {
  #fiexd_bnr_recruit {
    right: 25px;
    bottom: 15px;
  }
  #fiexd_bnr_recruit .bnr a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #fiexd_bnr_recruit .bnr a:hover {
    opacity: 0.8;
  }
}
body.scrollOn #fiexd_bnr_recruit {
  opacity: 1;
}
body.scrollOn #fiexd_bnr_recruit.close {
  opacity: 0;
}

/* =============================================
- Top
================================================ */
/* =============================================
- base
================================================ */
.top_page .breadcrumb {
  display: none;
}

@media screen and (min-width: 980px) {
  .top_page {
    padding-top: 0px;
  }
}
/* =============================================
- Slider
================================================ */
#recruitSlider .box, #MediumSlider .box, #fearSlider .box {
  padding: 10px;
}

@media screen and (min-width: 1400px) {
  #recruitSlider .box, #MediumSlider .box, #fearSlider .box {
    padding: 15px;
  }
}
/* =============================================
- mainVisual
================================================ */
#mainVisual {
  position: relative;
  background-color: #22D4F8;
  min-height: 108vw;
}
#mainVisual .boxText .top, #mainVisual .boxText .bottom, #mainVisual .boxText .note {
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 11;
  width: 100%;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 980px) {
  #mainVisual .boxText .top, #mainVisual .boxText .bottom, #mainVisual .boxText .note {
    font-weight: bold;
  }
}
#mainVisual .boxText .top, #mainVisual .boxText .bottom {
  font-size: 10vw;
}
#mainVisual .boxText .top {
  top: 1em;
}
#mainVisual .boxText .bottom {
  bottom: 1.6em;
}
#mainVisual .boxText .note {
  bottom: 1.5em;
  font-size: 4.6vw;
}
#mainVisual .imgArea {
  width: 180%;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  #mainVisual .boxText .top, #mainVisual .boxText .bottom {
    font-size: 9.5vw;
  }
  #mainVisual .boxText .top {
    top: 1.2em;
  }
  #mainVisual .boxText .note {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 980px) {
  #mainVisual {
    height: auto;
    min-height: 850px;
  }
  #mainVisual .textBox .boxText .top, #mainVisual .textBox .boxText .bottom {
    font-size: 10vw;
  }
  #mainVisual .textBox .boxText .top {
    top: 10vw;
  }
  #mainVisual .textBox .boxText .bottom {
    bottom: 10.5vw;
  }
  #mainVisual .textBox .boxText .note {
    bottom: 4vw;
    font-size: 4.6vw;
  }
  #mainVisual .imgArea {
    width: 1520px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1320px) {
  #mainVisual {
    height: auto;
    min-height: 850px;
  }
  #mainVisual .textBox .boxText .top, #mainVisual .textBox .boxText .bottom {
    font-size: 10vw;
  }
  #mainVisual .textBox .boxText .top {
    font-size: 136px;
    top: 100px;
  }
  #mainVisual .textBox .boxText .bottom {
    bottom: 120px;
    font-size: 120px;
  }
  #mainVisual .textBox .boxText .note {
    bottom: 50px;
    font-size: 56px;
  }
  #mainVisual .imgArea {
    width: 1520px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* =============================================
- top_outline
================================================ */
#top_outline {
  position: relative;
  padding-bottom: 0px;
}
#top_outline:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vw 50vw 0px 0px;
  border-color: #EBEBEB transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
#top_outline .inner {
  position: relative;
  z-index: 11;
  max-width: 1100px;
  margin: 0px auto;
}
#top_outline .colLayout .imgArea {
  display: none;
}
@media screen and (max-width: 767px) {
  #top_outline .midashiArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #top_outline .midashiArea .midashiStyle01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top_outline .midashiArea .img {
    width: 40%;
    padding-right: 3%;
    padding-left: 2%;
    margin-top: -8%;
  }
}
#top_outline .bottomImg, #top_outline .vision_links_block {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #top_outline .colLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_outline .colLayout .textBox {
    width: 60%;
  }
  #top_outline .colLayout .imgArea {
    display: block;
    width: 35%;
    margin-left: 5%;
  }
  #top_outline .bottomImg, #top_outline .vision_links_block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  #top_outline .colLayout .textBox {
    width: 645px;
    padding-right: 80px;
  }
  #top_outline .colLayout .imgArea {
    width: 455px;
    margin-left: 0px;
  }
  #top_outline .colLayout .imgArea .img {
    width: 366px;
    margin-right: auto;
  }
  #top_outline .bottomImg, #top_outline .vision_links_block {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1520px) {
  #top_outline:before {
    border-width: 760px 760px 0px 0px;
  }
}
/* =============================================
- top_topics
================================================ */
#top_topics .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#top_topics .inner > .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #top_topics .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_topics .inner > .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #top_topics {
    padding-top: 180px;
  }
  #top_topics .inner > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_customer
================================================ */
#top_customer {
  background-image: url(../images/common/pattern01.png);
  padding-left: 0px;
  padding-right: 0px;
}
#top_customer .inner {
  max-width: 1520px;
  margin: 0px auto;
}
#top_customer .inner > .btnArea {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
#top_customer .titleArea {
  padding-left: 20px;
}
#top_customer .titleStyle01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#top_customer .titleStyle01 .sub {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #top_customer .titleStyle01 .sub {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #top_customer .inner > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #top_customer .inner > .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #top_customer .inner > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- top_about
================================================ */
#top_business {
  background-color: #F5F5F5;
  position: relative;
}
#top_business:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vw 50vw 0px 0px;
  border-color: #EBEBEB transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
#top_business:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 50vw 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#top_business .inner {
  position: relative;
  z-index: 11;
  max-width: 1100px;
  margin: 0px auto;
}
#top_business .midashiStyle01 {
  font-size: 5vw;
  line-height: 1.8;
}
#top_business .boxWrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_business .boxWrap .box {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_business .boxWrap .box:nth-child(even) {
    margin-left: 4%;
  }
  #top_business .boxWrap .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
#top_business .boxWrap .circle {
  display: inline-block;
}
#top_business .boxWrap .circle > span {
  background-color: #FFFFFF;
  width: 36vw;
  height: 36vw;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top_business .boxWrap .circle > span img {
  width: 40px;
  height: 40px;
  display: inline-block;
}
#top_business .boxWrap .text {
  text-align: center;
  margin-top: 8px;
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #top_business .boxWrap .text {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #top_business .headArea {
    max-width: 530px;
    margin: 0px auto;
  }
  #top_business .headArea .midashiStyle01 {
    font-size: 30px;
    line-height: 1.8;
  }
  #top_business .boxWrap {
    margin-top: 60px;
  }
  #top_business .boxWrap .box {
    width: 32%;
    text-align: center;
  }
  #top_business .boxWrap .box + .box {
    margin-left: 2%;
  }
  #top_business .boxWrap .box:nth-child(3n+1) {
    margin-left: 0%;
  }
  #top_business .boxWrap .box:nth-child(n+4) {
    margin-top: 30px;
  }
  #top_business .boxWrap .circle > span {
    width: 25vw;
    height: 25vw;
  }
  #top_business .boxWrap .circle > span img {
    width: 60px;
    height: 60px;
  }
  #top_business .boxWrap .text {
    margin-top: 18px;
    font-size: 20px;
  }
  #top_business .boxWrap .btnArea {
    margin-top: 5px;
  }
  #top_business .boxWrap .btnArea .arrowBtn {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  #top_business .headArea .midashiStyle01 {
    font-size: 40px;
    margin-left: -140px;
    margin-right: -140px;
  }
  #top_business .boxWrap .text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #top_business .boxWrap .circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #top_business .boxWrap .circle > span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  #top_business .boxWrap .circle > span:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0px solid #BEB982;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top_business .boxWrap .box:hover .circle > span:before {
    border: 10px solid #BEB982;
  }
  #top_business .boxWrap .box:hover .text {
    color: #BEB982;
  }
  #top_business .boxWrap .box:hover .arrowBtn {
    color: #BEB982;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  #top_business .boxWrap .box:hover .arrowBtn:before, #top_business .boxWrap .box:hover .arrowBtn:after {
    background-color: #BEB982;
  }
}
@media screen and (min-width: 1180px) {
  #top_business .boxWrap {
    margin-top: 60px;
  }
  #top_business .boxWrap .box {
    width: 32%;
    text-align: center;
  }
  #top_business .boxWrap .box + .box {
    margin-left: 2%;
  }
  #top_business .boxWrap .box:nth-child(3n+1) {
    margin-left: 0%;
  }
  #top_business .boxWrap .box:nth-child(n+4) {
    margin-top: 60px;
  }
  #top_business .boxWrap .circle > span {
    width: 260px;
    height: 260px;
  }
  #top_business .boxWrap .circle > span img {
    width: 90px;
    height: 90px;
  }
  #top_business .boxWrap .text {
    margin-top: 30px;
    font-size: 23px;
  }
  #top_business .boxWrap .btnArea {
    margin-top: 5px;
  }
  #top_business .boxWrap .btnArea .arrowBtn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1520px) {
  #top_outline:before {
    border-width: 760px 760px 0px 0px;
  }
  #top_outline:after {
    border-width: 0px 0px 760px 760px;
  }
}
/* =============================================
- top_media
================================================ */
#top_media {
  background-color: #EAEDED;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
#top_media:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 0;
  border-color: transparent #BEB982 transparent transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}
#top_media .inner {
  position: relative;
  z-index: 11;
}
#top_media .inner {
  max-width: 1520px;
  margin: 0px auto;
}
#top_media .inner > .btnArea {
  margin-top: 40px;
}
#top_media .inner .titleArea, #top_media .inner .headArea, #top_media .inner > .btnArea {
  padding: 0px 20px;
}
#top_media .titleStyle01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#top_media .headArea {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #top_media .inner > .btnArea {
    margin-top: 50px;
  }
  #top_media .inner .titleArea, #top_media .inner .headArea, #top_media .inner > .btnArea {
    padding: 0px 25px;
  }
  #top_media .headArea {
    margin-bottom: 60px;
  }
  #top_media .headArea .textArea {
    max-width: 530px;
    margin: 0px auto 0px auto;
  }
}
/* =============================================
- top_fear
================================================ */
#top_fear {
  background-image: url(../images/common/pattern01.png);
  padding-left: 0px;
  padding-right: 0px;
}
#top_fear .inner {
  max-width: 1520px;
  margin: 0px auto;
}
#top_fear .inner > .btnArea {
  margin-top: 40px;
}
#top_fear .inner .titleArea, #top_fear .inner .headArea, #top_fear .inner > .btnArea {
  padding: 0px 20px;
}
#top_fear .box {
  position: relative;
}
#top_fear .box .in {
  position: relative;
}
#top_fear .box .in:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/top/label_fair.png);
  background-size: cover;
  z-index: 11;
}
#top_fear .titleStyle01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #top_fear .inner > .btnArea {
    margin-top: 50px;
  }
  #top_fear .inner .titleArea, #top_fear .inner .headArea, #top_fear .inner > .btnArea {
    padding: 0px 25px;
  }
}
/* =============================================
- inner_links
================================================ */
#inner_links {
  background-color: #F5F5F5;
}
#inner_links .titleStyle06 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#inner_links .titleStyle06 .sub, #inner_links .titleStyle06 .title {
  color: #fff;
}
#inner_links .titleStyle06:after {
  display: none;
}
#inner_links .titleStyle06 .title {
  font-size: 5vw;
  margin-top: 0.4em;
}
#inner_links .box_wrap .box + .box {
  margin-top: 15px;
}
#inner_links .box_wrap .link_area {
  overflow: hidden;
  position: relative;
  height: 40vw;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#inner_links .box_wrap .link_area .text {
  font-size: 5vw;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  #inner_links .box_wrap .link_area .text {
    font-weight: bold;
  }
}
#inner_links .box_wrap .link_area .img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#inner_links .box_wrap .link_area .img img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 10000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#inner_links .box_wrap .link_area .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #inner_links .titleStyle06 .title {
    font-size: 2.5vw;
  }
  #inner_links .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #inner_links .box_wrap .box {
    width: 23.5%;
  }
  #inner_links .box_wrap .box + .box {
    margin-left: 2%;
  }
  #inner_links .box_wrap .box:nth-child(4n+1) {
    margin-left: 0px;
  }
  #inner_links .box_wrap .box:nth-child(n+5) {
    margin-top: 30px;
  }
  #inner_links .box_wrap .box + .box {
    margin-top: 0px;
  }
  #inner_links .box_wrap .link_area {
    height: 22vw;
  }
  #inner_links .box_wrap .link_area .text {
    font-size: 3vw;
  }
  #inner_links .box_wrap .link_area .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  #inner_links .box_wrap .link_area .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #inner_links .box_wrap .link_area:hover .img img {
    -webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
            transform: scale(1.1, 1.1) translate(-50%, -50%);
  }
}
@media screen and (min-width: 1180px) {
  #inner_links .titleStyle06 .title {
    font-size: 25px;
  }
  #inner_links .inner {
    max-width: 1080px;
    margin: 0px auto;
  }
  #inner_links .box_wrap .box {
    width: 235px;
  }
  #inner_links .box_wrap .box + .box {
    margin-left: 45px;
  }
  #inner_links .box_wrap .box:nth-child(4n+1) {
    margin-left: 0px;
  }
  #inner_links .box_wrap .box:nth-child(n+5) {
    margin-top: 50px;
  }
  #inner_links .box_wrap .link_area {
    height: 235px;
  }
  #inner_links .box_wrap .link_area .text {
    font-size: 25px;
  }
}
/* =============================================
- JOB ADS
================================================ */
/* =============================================
- jobads_mainVisual
================================================ */
#jobads_mainVisual {
  position: relative;
  z-index: 1;
  background-color: #22D4F8;
  height: 160vw;
}
#jobads_mainVisual::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 100vw 100vw 0 0;
  border-color: #00C7EF transparent transparent transparent;
}
#jobads_mainVisual .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1520px;
  height: 100%;
  margin: auto;
}
#jobads_mainVisual .textArea {
  display: block;
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: auto;
}
#jobads_mainVisual .textArea .textBox {
  padding: 8vw 2.667vw 0;
}
#jobads_mainVisual .textArea .top {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 5.333vw;
  padding-bottom: 23px;
  color: #fff;
  font-size: 6.4vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}
#jobads_mainVisual .textArea .top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 25px;
  border-bottom: 3px solid #fff;
}
#jobads_mainVisual .textArea .box {
  display: block;
  text-align: center;
}
#jobads_mainVisual .textArea .center {
  display: inline-block;
  color: #fff;
  font-size: 11.733vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
}
#jobads_mainVisual .textArea .center .small {
  display: block;
  margin-top: 4vw;
  font-size: 10.4vw;
  letter-spacing: 0.06em;
}
#jobads_mainVisual .textArea .bottom {
  display: inline-block;
  margin-top: 5.333vw;
  color: #fff;
  font-size: 7.467vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-align: left;
}
#jobads_mainVisual .textArea .balloon_text {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #161246;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.01em;
}
#jobads_mainVisual .imgArea {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 784px;
  margin: auto;
  padding-bottom: 30px;
}
#jobads_mainVisual .imgArea .img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  #jobads_mainVisual .textArea {
    height: 160vw;
  }
  #jobads_mainVisual .balloon_text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #jobads_mainVisual {
    height: 580px;
    max-height: 780px;
  }
  #jobads_mainVisual::after {
    border-width: 480px 480px 0 0;
  }
  #jobads_mainVisual .textArea {
    padding: 90px 40px 0;
  }
  #jobads_mainVisual .textArea .textBox {
    padding: 0;
  }
  #jobads_mainVisual .textArea .top {
    margin-bottom: 20px;
    padding-bottom: 23px;
    font-size: 32px;
  }
  #jobads_mainVisual .textArea .top::after {
    width: 24px;
  }
  #jobads_mainVisual .textArea .box {
    display: block;
    text-align: left;
  }
  #jobads_mainVisual .textArea .center {
    display: block;
    text-align: left;
    font-size: 44px;
  }
  #jobads_mainVisual .textArea .center .small {
    margin-top: 15px;
    font-size: 39px;
  }
  #jobads_mainVisual .textArea .bottom {
    display: block;
    text-align: left;
    margin-top: 15px;
    font-size: 28px;
  }
  #jobads_mainVisual .textArea .balloon_text {
    width: 332px;
    margin-top: 50px;
    border-radius: 35px;
  }
  #jobads_mainVisual .imgArea {
    left: auto;
    width: 51.579vw;
    max-width: 784px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #jobads_mainVisual {
    height: 780px;
    height: calc(100vh - 70px);
    max-height: 780px;
  }
  #jobads_mainVisual::after {
    border-width: 645px 645px 0 0;
  }
  #jobads_mainVisual .textArea {
    padding: 90px 0 0;
  }
  #jobads_mainVisual .textArea .textBox {
    padding: 0;
  }
  #jobads_mainVisual .textArea .top {
    margin-bottom: 90px;
    padding-bottom: 52px;
    font-size: 54px;
  }
  #jobads_mainVisual .textArea .top::after {
    width: 54px;
  }
  #jobads_mainVisual .textArea .center {
    font-size: 70px;
  }
  #jobads_mainVisual .textArea .center .small {
    margin-top: 30px;
    font-size: 62px;
  }
  #jobads_mainVisual .textArea .bottom {
    margin-top: 35px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #jobads_mainVisual .textArea .bottom br {
    display: none;
  }
  #jobads_mainVisual .textArea .balloon_text {
    width: 540px;
    margin-top: 50px;
    padding: 15px 0;
    border-radius: 56px;
    font-size: 24px;
  }
}
/* =============================================
- jobads_contents
================================================ */
#jobads_contents {
  display: block;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
}
#jobads_contents::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 0;
  border-color: transparent #F5F5F5 transparent transparent;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
#jobads_contents .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#jobads_contents .contents_head .midashiStyle01 {
  color: #161246;
}
#jobads_contents .contents_head .text {
  color: #161246;
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
#jobads_contents .contents_head .bold {
  font-weight: bold;
}
#jobads_contents .contentsBox {
  margin-top: 50px;
}
#jobads_contents .contentsBox .contents + .contents {
  margin-top: 50px;
}
#jobads_contents .contentsBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#jobads_contents .contentsBox .title .icon {
  display: block;
  margin-right: 7px;
  width: 13px;
}
#jobads_contents .contentsBox .text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
#jobads_contents .contentsBox .btnArea {
  margin-top: 20px;
}
#jobads_contents .contentsBox .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin: 0 0 0 auto;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
#jobads_contents .contentsBox .moreBtn .icon {
  display: inline-block;
  margin-left: 10px;
  width: 41px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#jobads_contents .contentsBox .moreBtn:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#jobads_contents .contentsBox .img {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  #jobads_contents {
    padding: 130px 40px 155px;
  }
  #jobads_contents .contents_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #jobads_contents .contents_head .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 50px;
    padding-left: 40px;
  }
  #jobads_contents .contentsBox {
    margin-top: 100px;
  }
  #jobads_contents .contentsBox .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #jobads_contents .contentsBox .contents + .contents {
    margin-top: 60px;
  }
  #jobads_contents .contentsBox .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #jobads_contents .contentsBox .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #jobads_contents .contentsBox .title .icon {
    display: block;
    margin-right: 7px;
    width: 13px;
  }
  #jobads_contents .contentsBox .text {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #jobads_contents .contentsBox .btnArea {
    margin-top: 20px;
  }
  #jobads_contents .contentsBox .moreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin: 0 0 0 auto;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  #jobads_contents .contentsBox .moreBtn .icon {
    display: inline-block;
    margin-left: 10px;
    width: 41px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #jobads_contents .contentsBox .moreBtn:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  #jobads_contents .contentsBox .img {
    width: 272px;
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  #jobads_contents .contents_head .textBox {
    padding-top: 100px;
    padding-left: 165px;
  }
  #jobads_contents .contentsBox {
    margin-top: 150px;
  }
  #jobads_contents .contentsBox .textBox {
    padding-left: 40px;
  }
  #jobads_contents .contentsBox .title {
    margin-bottom: 40px;
    font-size: 22px;
  }
  #jobads_contents .contentsBox .title .icon {
    margin-top: -5px;
  }
  #jobads_contents .contentsBox .text {
    font-size: 16px;
  }
  #jobads_contents .contentsBox .btnArea {
    margin-top: 40px;
  }
  #jobads_contents .contentsBox .img {
    width: 340px;
  }
}
/* =============================================
- jobads_contents
================================================ */
#jobads_fair {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
}
#jobads_fair::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 0;
  border-color: transparent #DCDCDC transparent transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}
#jobads_fair .titleStyle02 .title, #jobads_fair .titleStyle02 .sub {
  color: #16254B;
}
#jobads_fair .midashiStyle01 {
  color: #16254B;
}
#jobads_fair .btnArea {
  margin-top: 40px;
}
#jobads_fair .btnArea + .btnArea {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #jobads_fair {
    padding: 120px 40px;
  }
  #jobads_fair .btnArea {
    margin-top: 50px;
  }
  #jobads_fair .btnArea + .btnArea {
    margin-top: 30px;
  }
}
/* =============================================
- aboutOutline
================================================ */
#aboutOutline .inner {
  max-width: 800px;
  margin: 0px auto;
}
#aboutOutline .column + .column {
  margin-top: 25px;
}
#aboutOutline .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#aboutOutline .textArea p + p {
  margin-top: 1em;
}
#aboutOutline .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #aboutOutline .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #aboutOutline .column + .column {
    margin-top: 40px;
  }
  #aboutOutline .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #aboutOutline .column + .column {
    margin-top: 80px;
  }
  #aboutOutline .column + .column.imgArea {
    margin-top: 60px;
  }
}
/* =============================================
- aboutBody01
================================================ */
#aboutBody01 {
  background-color: #F5F5F5;
}
#aboutBody01 .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#aboutBody01 .headText {
  max-width: 800px;
  margin: 0px auto 30px auto;
}
#aboutBody01 .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#aboutBody01 .headText p + p {
  margin-top: 1em;
}
#aboutBody01 .textBox .textArea + .textArea {
  margin-top: 30px;
}
#aboutBody01 .textBox .flex + .flex {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #aboutBody01 .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #aboutBody01 .headText {
    max-width: 800px;
    margin: 0px auto 50px auto;
  }
  #aboutBody01 .headText p + p {
    margin-top: 1.5em;
  }
  #aboutBody01 .textBox .textArea + .textArea {
    margin-top: 0px;
  }
  #aboutBody01 .textBox .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #aboutBody01 .textBox .flex + .flex {
    margin-top: 50px;
  }
  #aboutBody01 .textBox .flex .textArea {
    width: 48%;
  }
  #aboutBody01 .textBox .flex .textArea + .textArea {
    margin-left: 4%;
  }
}
/* =============================================
- JOB ADS
================================================ */
#introduction_page p {
  font-weight: 400;
}

/* =============================================
- introduction_mainVisual
================================================ */
#introduction_mainVisual {
  position: relative;
  z-index: 1;
  background-color: #F7B496;
  height: 160vw;
}
#introduction_mainVisual::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 100vw 100vw 0 0;
  border-color: #161246 transparent transparent transparent;
}
#introduction_mainVisual .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1520px;
  height: 100%;
  margin: auto;
}
#introduction_mainVisual .textArea {
  display: block;
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: auto;
}
#introduction_mainVisual .textArea .textBox {
  padding: 8vw 2.667vw 0;
}
#introduction_mainVisual .textArea .top {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 5.333vw;
  margin-left: 4.5vw;
  padding-bottom: 23px;
  color: #fff;
  font-size: 6.4vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}
#introduction_mainVisual .textArea .top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 25px;
  border-bottom: 3px solid #fff;
}
#introduction_mainVisual .textArea .box {
  display: block;
  text-align: center;
}
#introduction_mainVisual .textArea .center {
  display: inline-block;
  color: #fff;
  font-size: 11.733vw;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: left;
}
#introduction_mainVisual .textArea .center .large {
  display: block;
  margin-top: 4vw;
  font-size: 16.8vw;
}
#introduction_mainVisual .textArea .center .small {
  display: block;
  margin-top: 4vw;
  font-size: 10vw;
}
#introduction_mainVisual .textArea .bottom {
  display: inline-block;
  margin-top: 2.667vw;
  color: #fff;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-align: left;
}
#introduction_mainVisual .textArea .balloon_text {
  display: block;
  width: 100%;
  padding: 5px 0;
  background: #161246;
  color: #fff;
  font-size: 4.2vw;
  text-align: center;
  letter-spacing: 0.01em;
}
#introduction_mainVisual .imgArea {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 784px;
  margin: auto;
}
#introduction_mainVisual .imgArea .img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  #introduction_mainVisual .textArea {
    height: 160vw;
  }
  #introduction_mainVisual .balloon_text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #introduction_mainVisual {
    height: 580px;
    max-height: 780px;
  }
  #introduction_mainVisual::after {
    border-width: 480px 480px 0 0;
  }
  #introduction_mainVisual .textArea {
    padding: 90px 40px 0;
  }
  #introduction_mainVisual .textArea .textBox {
    padding: 0;
  }
  #introduction_mainVisual .textArea .top {
    margin-bottom: 20px;
    padding-bottom: 23px;
    margin-left: 0;
    font-size: 32px;
  }
  #introduction_mainVisual .textArea .top::after {
    width: 24px;
  }
  #introduction_mainVisual .textArea .box {
    display: block;
    text-align: left;
  }
  #introduction_mainVisual .textArea .center {
    display: block;
    text-align: left;
    font-size: 44px;
  }
  #introduction_mainVisual .textArea .center .large {
    margin-top: 15px;
    font-size: 62px;
  }
  #introduction_mainVisual .textArea .center .small {
    margin-top: 15px;
    font-size: 37px;
  }
  #introduction_mainVisual .textArea .bottom {
    display: block;
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
  }
  #introduction_mainVisual .textArea .balloon_text {
    width: 332px;
    margin-top: 50px;
    border-radius: 35px;
    font-size: 15px;
  }
  #introduction_mainVisual .imgArea {
    left: auto;
    width: 51.579vw;
    max-width: 784px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #introduction_mainVisual {
    height: 780px;
    height: calc(100vh - 70px);
    max-height: 780px;
  }
  #introduction_mainVisual::after {
    border-width: 645px 645px 0 0;
  }
  #introduction_mainVisual .textArea {
    padding: 90px 0 0;
  }
  #introduction_mainVisual .textArea .textBox {
    padding: 0;
  }
  #introduction_mainVisual .textArea .top {
    margin-bottom: 60px;
    padding-bottom: 52px;
    font-size: 54px;
  }
  #introduction_mainVisual .textArea .top::after {
    width: 54px;
  }
  #introduction_mainVisual .textArea .center {
    font-size: 70px;
  }
  #introduction_mainVisual .textArea .center .large {
    font-size: 96px;
    letter-spacing: 0.09em;
  }
  #introduction_mainVisual .textArea .center .small {
    margin-top: 20px;
    font-size: 60px;
  }
  #introduction_mainVisual .textArea .bottom {
    margin-top: 35px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #introduction_mainVisual .textArea .bottom br {
    display: none;
  }
  #introduction_mainVisual .textArea .balloon_text {
    width: 540px;
    margin-top: 50px;
    padding: 15px 0;
    border-radius: 56px;
    font-size: 24px;
  }
}
/* =============================================
- introduction_contents
================================================ */
#introduction_contents {
  display: block;
  position: relative;
  z-index: 1;
  padding: 50px 20px 0;
}
#introduction_contents::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50vw 0;
  border-color: transparent #F5F5F5 transparent transparent;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
}
#introduction_contents .inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#introduction_contents .contents_head .midashiStyle01 {
  color: #161246;
}
#introduction_contents .contents_head .text {
  color: #161246;
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
#introduction_contents .contents_head .bold {
  font-weight: bold;
}
#introduction_contents .contentsBox {
  margin-top: 50px;
}
#introduction_contents .contentsBox .contents + .contents {
  margin-top: 50px;
}
#introduction_contents .contentsBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#introduction_contents .contentsBox .title .icon {
  display: block;
  margin-right: 7px;
  width: 13px;
}
#introduction_contents .contentsBox .text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
#introduction_contents .contentsBox .btnArea {
  margin-top: 20px;
}
#introduction_contents .contentsBox .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin: 0 0 0 auto;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
#introduction_contents .contentsBox .moreBtn .icon {
  display: inline-block;
  margin-left: 10px;
  width: 41px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#introduction_contents .contentsBox .moreBtn:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#introduction_contents .contentsBox .img {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 30px auto 0;
}
#introduction_contents .balloonBox {
  position: relative;
  z-index: 2;
  margin: 40px -20px 0;
  padding: 40px 20px;
  background-image: url("../images/introduction/bg_introduction_contents.jpg");
  background-size: cover;
  background-position: center;
}
#introduction_contents .balloonBox .balloon_inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#introduction_contents .balloonBox .balloon {
  display: block;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
#introduction_contents .balloonBox .balloon .box {
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 5px solid #FFDC1A;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
#introduction_contents .balloonBox .balloon .text {
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
#introduction_contents .balloonBox .balloon::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}
#introduction_contents .balloonBox .balloon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 12.5px 0 12.5px;
  border-color: #FFDC1A transparent transparent transparent;
}
#introduction_contents .balloonBox .top {
  display: block;
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#introduction_contents .balloonBox .center {
  margin-bottom: 5px;
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
#introduction_contents .balloonBox .bottom {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #introduction_contents {
    padding: 130px 40px 0;
  }
  #introduction_contents .contents_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #introduction_contents .contents_head .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 50px;
    padding-left: 40px;
  }
  #introduction_contents .contentsBox {
    margin-top: 100px;
  }
  #introduction_contents .contentsBox .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #introduction_contents .contentsBox .contents + .contents {
    margin-top: 60px;
  }
  #introduction_contents .contentsBox .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #introduction_contents .contentsBox .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #introduction_contents .contentsBox .title .icon {
    display: block;
    margin-right: 7px;
    width: 13px;
  }
  #introduction_contents .contentsBox .text {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #introduction_contents .contentsBox .btnArea {
    margin-top: 20px;
  }
  #introduction_contents .contentsBox .moreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin: 0 0 0 auto;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  #introduction_contents .contentsBox .moreBtn .icon {
    display: inline-block;
    margin-left: 10px;
    width: 41px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #introduction_contents .contentsBox .moreBtn:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  #introduction_contents .contentsBox .img {
    width: 272px;
    margin: 0;
  }
  #introduction_contents .balloonBox {
    margin: 110px -40px 0;
    padding: 100px 40px 65px;
  }
  #introduction_contents .balloonBox .balloon .box {
    padding: 20px;
    border-radius: 20px;
  }
  #introduction_contents .balloonBox .balloon .text {
    font-size: 36px;
  }
  #introduction_contents .balloonBox .top {
    margin-bottom: 20px;
    font-size: 77px;
  }
  #introduction_contents .balloonBox .center {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1;
  }
  #introduction_contents .balloonBox .bottom {
    font-size: 36px;
  }
}
@media screen and (min-width: 980px) {
  #introduction_contents .contents_head .textBox {
    padding-top: 100px;
    padding-left: 165px;
  }
  #introduction_contents .contentsBox {
    margin-top: 150px;
  }
  #introduction_contents .contentsBox .textBox {
    padding-left: 40px;
  }
  #introduction_contents .contentsBox .title {
    margin-bottom: 40px;
    font-size: 22px;
  }
  #introduction_contents .contentsBox .title .icon {
    margin-top: -5px;
  }
  #introduction_contents .contentsBox .text {
    font-size: 16px;
  }
  #introduction_contents .contentsBox .btnArea {
    margin-top: 40px;
  }
  #introduction_contents .contentsBox .img {
    width: 340px;
  }
  #introduction_contents .balloonBox {
    margin: 110px -40px 0;
    padding: 100px 40px 65px;
  }
  #introduction_contents .balloonBox .balloon .box {
    padding: 30px;
    border-radius: 20px;
  }
  #introduction_contents .balloonBox .balloon .text {
    font-size: 46px;
  }
  #introduction_contents .balloonBox .top {
    margin-bottom: 45px;
    font-size: 77px;
  }
  #introduction_contents .balloonBox .center {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0;
  }
  #introduction_contents .balloonBox .bottom {
    font-size: 46px;
  }
}
/* =============================================
- businessDifference
================================================ */
#businessDifference {
  padding-bottom: 0 !important;
  background-color: #F5F5F5;
}
#businessDifference .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#businessDifference .lead {
  position: relative;
  z-index: 1;
}
#businessDifference .lead .textBox .title {
  color: #16254B;
  font-size: 5vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#businessDifference .lead .textBox .text {
  margin-top: 1em;
  color: #16254B;
}
#businessDifference .lead .textBox .bold {
  font-weight: bold;
}
#businessDifference .lead .imgBox {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
#businessDifference .difference_container {
  margin-top: 30px;
}
#businessDifference .difference_container .box {
  display: block;
  padding: 40px 20px;
  border-radius: 12.5px;
  border: 3px solid #EBEBEB;
  background-color: #fff;
}
#businessDifference .difference_container .box + .box {
  margin-top: 30px;
}
#businessDifference .difference_container .box + .box .titleStyle02:before {
  background-color: #FFDC1A;
}
#businessDifference .difference_container .balloon {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  text-align: center;
}
#businessDifference .difference_container .balloon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FFDC1A transparent transparent transparent;
}
#businessDifference .difference_container .balloon .balloon_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 25px;
  background-color: #FFDC1A;
  border-radius: 52px;
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#businessDifference .difference_container .textBox .title {
  color: #16254B;
  font-size: 5vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
}
#businessDifference .difference_container .textBox .text {
  margin-top: 1em;
  color: #16254B;
}
#businessDifference .difference_container .textBox .bold {
  font-weight: bold;
}
#businessDifference .difference_table {
  width: 100%;
  width: 100%;
  overflow: auto;
}
#businessDifference .difference_table table {
  width: 100%;
  min-width: 632px;
  max-width: 910px;
  margin: auto;
}
#businessDifference .difference_table td, #businessDifference .difference_table th {
  height: 90px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #fff;
}
#businessDifference .difference_table thead {
  position: relative;
  z-index: 2;
}
#businessDifference .difference_table thead th {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.375;
  background-color: #969696;
}
#businessDifference .difference_table thead th:nth-child(2) {
  position: relative;
  z-index: 1;
  color: #16254B;
  background-color: #FFDC1A;
}
#businessDifference .difference_table thead th:nth-child(2)::after {
  content: "";
  display: table-cell;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
#businessDifference .difference_table tbody {
  position: relative;
  z-index: 1;
}
#businessDifference .difference_table tbody tr {
  position: relative;
  z-index: 1;
}
#businessDifference .difference_table tbody tr:nth-child(2) {
  position: relative;
  z-index: 2;
}
#businessDifference .difference_table tbody tr:nth-child(3) {
  position: relative;
  z-index: 3;
}
#businessDifference .difference_table tbody td {
  color: #16254B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.45;
  background-color: #F5F5F5;
}
#businessDifference .difference_table tbody td:nth-child(1) {
  font-weight: bold;
}
#businessDifference .difference_table tbody td:nth-child(2) {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
  background-color: #fff;
  vertical-align: middle;
}
#businessDifference .difference_table tbody td:nth-child(2) .small {
  font-size: 15px;
}
#businessDifference .difference_table tbody td:nth-child(3) .large {
  font-size: 18px;
  font-weight: bold;
}
#businessDifference .difference_table tbody td:nth-child(3) .bold {
  font-weight: bold;
}
#businessDifference .caution {
  display: block;
  width: 100%;
  max-width: 910px;
  margin: 15px auto 0;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
#businessDifference .difference_detail .detail_title {
  color: #16254B;
  font-size: 5vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#businessDifference .difference_detail .difference_flex .text {
  margin-top: 1em;
  color: #16254B;
}
#businessDifference .difference_detail .difference_flex .bold {
  font-weight: bold;
}
#businessDifference .difference_detail .difference_flex .imgBox {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #businessDifference .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #businessDifference .lead .textBox {
    width: 48%;
  }
  #businessDifference .lead .textBox .title {
    font-size: 20px;
  }
  #businessDifference .lead .imgBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
  #businessDifference .lead .imgBox .img {
    margin-top: -70px;
    margin-right: -25px;
  }
  #businessDifference .difference_container {
    width: 100%;
  }
  #businessDifference .difference_container .box {
    padding: 90px 40px 55px;
    border-radius: 25px;
  }
  #businessDifference .difference_container .box + .box {
    margin-top: 50px;
  }
  #businessDifference .difference_container .balloon {
    margin-bottom: 25px;
  }
  #businessDifference .difference_container .balloon .balloon_text {
    padding: 14px 55px;
    font-size: 24px;
  }
  #businessDifference .difference_table tbody td:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 88px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
  #businessDifference .difference_detail {
    width: 100%;
    max-width: 990px;
    margin: auto;
  }
  #businessDifference .difference_detail .detail_title {
    font-size: 20px;
  }
  #businessDifference .difference_detail .difference_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
  }
  #businessDifference .difference_detail .difference_flex .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-right: 40px;
  }
  #businessDifference .difference_detail .difference_flex .bold {
    font-weight: bold;
  }
  #businessDifference .difference_detail .difference_flex .imgBox {
    width: 266px;
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  #businessDifference .lead .textBox {
    width: 530px;
  }
  #businessDifference .lead .textBox .title {
    font-size: 27px;
  }
  #businessDifference .lead .imgBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
  #businessDifference .lead .imgBox .img {
    max-width: 740px;
    margin-top: -100px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1180px) {
  #businessDifference .lead .imgBox .img {
    margin-top: -140px;
    margin-right: -210px;
  }
  #businessDifference .difference_container {
    position: relative;
    z-index: 2;
    margin-top: -50px;
  }
  #businessDifference .difference_table tbody th {
    font-size: 16px;
  }
  #businessDifference .difference_table tbody td {
    font-size: 16px;
  }
  #businessDifference .difference_table tbody td:nth-child(2) {
    font-size: 22px;
  }
  #businessDifference .difference_table tbody td:nth-child(3) .large {
    font-size: 22px;
  }
  #businessDifference .difference_table tbody td:nth-child(3) .view {
    display: none;
  }
  #businessDifference .difference_detail .detail_title {
    font-size: 27px;
  }
  #businessDifference .difference_detail .difference_flex .imgBox {
    width: 380px;
  }
}
/* =============================================
- businessDifference
================================================ */
#businessBody01.triangleBody.typeE::before {
  border-color: transparent #DCDCDC transparent transparent;
}
#introduction_page #businessBody01 {
  color: #16254B;
}
#introduction_page #businessBody01 .midashiStyle02,
#introduction_page #businessBody01 .titleStyle03 .titleArea .title,
#introduction_page #businessBody01 .titleStyle03 .titleArea .note,
#introduction_page #businessBody01 .titleStyle03 .number,
#introduction_page #businessBody01 strong {
  color: #16254B;
}
#introduction_page #businessBody01 .titleStyle03:before {
  background: #FFDC1A;
}
#businessBody01 .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 285px;
  height: 238px;
  margin: 40px auto 0;
  border-radius: 10px;
  background: #F5F5F5;
}
#businessBody01 .imgBox .img {
  width: 190px;
}

@media screen and (min-width: 768px) {
  #businessBody01 .midashiStyle02 {
    font-size: 25px;
  }
  #businessBody01 .flexLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #businessBody01 .flexLayout_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  #businessBody01 .imgBox {
    margin: 0;
  }
}
/* =============================================
- cta
================================================ */
#introductionCta {
  display: block;
  background-color: #16254B;
}
#introductionCta .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#introductionCta .contents {
  display: block;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#introductionCta .title {
  color: #16254B;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}
#introductionCta .btnStyle01 {
  max-width: 378px;
  margin-top: 30px;
  background: #FFDC1A;
  color: #16254B;
}
#introductionCta .btnStyle01::before, #introductionCta .btnStyle01::after {
  background-color: #16254B;
}
#introductionCta .btnStyle01 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 32px;
}

@media screen and (min-width: 768px) {
  #introductionCta .contents {
    padding: 40px 40px;
  }
  #introductionCta .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 980px) {
  #introductionCta .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 55px;
  }
  #introductionCta .title {
    text-align: left;
  }
  #introductionCta .btnStyle01 {
    margin: 0;
  }
}
/* =============================================
- businessDifference
================================================ */
#introductionPeice {
  color: #16254B;
  background: #fff;
}
#introductionPeice.triangleBody.typeE::before {
  border-color: transparent #F5F5F5 transparent transparent;
}
#introductionPeice .midashiStyle02,
#introductionPeice .titleStyle02 .title,
#introductionPeice .titleStyle02 .sub {
  color: #16254B;
}
#introductionPeice .titleStyle02:before {
  background: #FFDC1A;
}
#introductionPeice .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#introductionPeice .balloon {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-align: center;
}
#introductionPeice .balloon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FFDC1A transparent transparent transparent;
}
#introductionPeice .balloon .balloon_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 25px;
  background-color: #FFDC1A;
  border-radius: 52px;
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#introductionPeice .balloon .balloon_text .large {
  font-size: 125%;
}
#introductionPeice .price_table .title {
  color: #16254B;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}
#introductionPeice .price_table .title::before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow2.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
}
#introductionPeice .price_table .table_box {
  overflow: auto;
}
#introductionPeice .price_table table {
  width: 100%;
  min-width: 718px;
}
#introductionPeice .price_table table tr, #introductionPeice .price_table table th {
  height: 52px;
  border: 2px solid #fff;
  background-color: #EAEDED;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
#introductionPeice .price_table table thead th {
  background-color: #475577;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center !important;
}
#introductionPeice .price_table table thead th:nth-child(3) {
  background-color: #16254B;
}
#introductionPeice .price_table table tbody tr:nth-child(2) td {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#introductionPeice .price_table table tbody tr:nth-child(2) td::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  #introductionPeice .price_table .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1180px) {
  #introductionPeice .balloon .balloon_text {
    padding: 10px 55px;
    font-size: 24px;
  }
}
/* =============================================
- introductionFlow
================================================ */
#introduction_page #introductionFlow {
  background-color: #F5F5F5;
}
#introduction_page #introductionFlow .titleStyle02:before {
  background: #FFDC1A;
}
#introduction_page #introductionFlow .titleStyle02 .title, #introduction_page #introductionFlow .titleStyle02 .sub, #introduction_page #introductionFlow .titleStyle04, #introduction_page #introductionFlow p, #introduction_page #introductionFlow strong {
  color: #16254B;
}
#introduction_page #introductionFlow .titleStyle04:before {
  border-color: #16254B;
}

/* =============================================
- introductionFeature
================================================ */
#introduction_page #introductionFeature {
  background-color: #16254B;
}
#introduction_page #introductionFeature .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
#introduction_page #introductionFeature .titleStyle02 {
  color: #fff;
}
#introduction_page #introductionFeature .titleStyle02 .title {
  color: #fff;
}
#introduction_page #introductionFeature .titleStyle02 .sub {
  color: #fff;
}
#introduction_page #introductionFeature .titleStyle02::after {
  background: #fff;
}
#introduction_page #introductionFeature .titleStyle02::before {
  background: #FFDC1A;
}
#introduction_page #introductionFeature .box {
  padding: 40px 20px;
  background: #fff;
}
#introduction_page #introductionFeature .box + .box {
  margin-top: 30px;
}
#introduction_page #introductionFeature .box .midashiStyle02 {
  color: #16254B;
}
#introduction_page #introductionFeature .box01 .text {
  margin-top: 20px;
}
#introduction_page #introductionFeature .box01 .marker {
  display: inline;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC1A));
  background: linear-gradient(transparent 60%, #FFDC1A 60%);
}
#introduction_page #introductionFeature .box01 .btnBox {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 30px 20px;
  background: #F7F7F7;
  text-align: center;
}
#introduction_page #introductionFeature .box01 .btnBox .text {
  color: #16254B;
  font-weight: bold;
}
#introduction_page #introductionFeature .box01 .btnBox_titleBox .sub {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#introduction_page #introductionFeature .box01 .btnStyle01 {
  margin-top: 30px;
  background: #FFDC1A;
  color: #16254B;
}
#introduction_page #introductionFeature .box01 .btnStyle01::before, #introduction_page #introductionFeature .box01 .btnStyle01::after {
  background-color: #16254B;
}
#introduction_page #introductionFeature .box01 .btnStyle01 .icon {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
}
#introduction_page #introductionFeature .box02 .titleStyle02 .title {
  color: #16254B;
  font-size: 5vw;
}
#introduction_page #introductionFeature .box02 .titleStyle02::after {
  background: #16254B;
}
#introduction_page #introductionFeature .box02 .graphBox {
  margin-top: 40px;
}
#introduction_page #introductionFeature .box02 .graphBox .title {
  color: #16254B;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}
#introduction_page #introductionFeature .box02 .graphBox .title::before {
  content: "";
  width: 13px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow2.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
}
#introduction_page #introductionFeature .box02 .graphBox .contents {
  width: 100%;
  max-width: 800px;
  padding: 30px 20px;
  background: #F7F7F7;
}
#introduction_page #introductionFeature .box02 .graphBox .contents + .contents {
  margin-top: 30px;
}
#introduction_page #introductionFeature .box02 .graphBox .graph {
  margin-top: 50px;
}
#introduction_page #introductionFeature .box03 .titleStyle02 .title {
  color: #16254B;
  font-size: 5vw;
}
#introduction_page #introductionFeature .box03 .titleStyle02::after {
  background: #16254B;
}
#introduction_page #introductionFeature .box03 .voice .contents + .contents {
  margin-top: 30px;
}
#introduction_page #introductionFeature .box03 .voice .imgBox .img {
  width: 180px;
  margin: auto;
}
#introduction_page #introductionFeature .box03 .voice .imgBox .name {
  margin-top: 20px;
  text-align: center;
}
#introduction_page #introductionFeature .box03 .voice .status_detail {
  width: 100%;
  margin-top: 20px;
}
#introduction_page #introductionFeature .box03 .voice .status_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  border-top: 1px solid #E6E6E6;
}
#introduction_page #introductionFeature .box03 .voice .status_detail dl:last-child {
  border-bottom: 1px solid #E6E6E6;
}
#introduction_page #introductionFeature .box03 .voice .status_detail dt {
  display: block;
  width: 40px;
  padding: 10px 0;
  background: #16254B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#introduction_page #introductionFeature .box03 .voice .status_detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
#introduction_page #introductionFeature .box03 .voice .textBox {
  margin-top: 20px;
}
#introduction_page #introductionFeature .box03 .voice .textBox .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#introduction_page #introductionFeature .box03 .voice .textBox .text {
  margin-top: 20px;
}
#introduction_page #introductionFeature .box03 .voice .company_voice {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  background: #F8F8F8;
}
#introduction_page #introductionFeature .box03 .voice .company_voice .balloon {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-align: left;
}
#introduction_page #introductionFeature .box03 .voice .company_voice .balloon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #FFDC1A transparent transparent;
}
#introduction_page #introductionFeature .box03 .voice .company_voice .balloon .balloon_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 25px;
  background-color: #FFDC1A;
  border-radius: 52px;
  color: #16254B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#introduction_page #introductionFeature .box03 .voice .company_voice .company_voice_text .bold {
  font-weight: bold;
}
#introduction_page #introductionFeature .box03 .voice .company_voice:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #16254B transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  #introduction_page #introductionFeature .box01 {
    padding: 60px 40px;
  }
  #introduction_page #introductionFeature .box01 .midashiStyle02 {
    font-size: 39px;
  }
  #introduction_page #introductionFeature .box01 .btnBox {
    padding: 30px 40px;
  }
  #introduction_page #introductionFeature .box01 .btnBox .text {
    font-size: 18px;
  }
  #introduction_page #introductionFeature .box02 {
    padding: 60px 40px;
  }
  #introduction_page #introductionFeature .box02 .titleStyle02 .title {
    color: #16254B;
    font-size: 30px;
  }
  #introduction_page #introductionFeature .box02 .midashiStyle02 {
    font-size: 39px;
    text-align: center;
  }
  #introduction_page #introductionFeature .box02 .graphBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #introduction_page #introductionFeature .box02 .graphBox .title {
    font-size: 22px;
    padding-left: 23px;
  }
  #introduction_page #introductionFeature .box02 .graphBox .contents {
    width: 48%;
    max-width: 475px;
  }
  #introduction_page #introductionFeature .box02 .graphBox .contents + .contents {
    margin: 0;
  }
  #introduction_page #introductionFeature .box03 {
    padding: 60px 40px;
  }
  #introduction_page #introductionFeature .box03 .titleStyle02 .title {
    color: #16254B;
    font-size: 30px;
  }
  #introduction_page #introductionFeature .box03 .midashiStyle02 {
    font-size: 39px;
    text-align: center;
  }
  #introduction_page #introductionFeature .box03 .status {
    width: 180px;
  }
  #introduction_page #introductionFeature .box03 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #introduction_page #introductionFeature .box03 .voice .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #introduction_page #introductionFeature .box03 .voice .contents + .contents {
    margin-top: 50px;
  }
  #introduction_page #introductionFeature .box03 .company_voice {
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 4px;
    background: #F8F8F8;
  }
}
@media screen and (min-width: 980px) {
  #introduction_page #introductionFeature .box01 {
    padding: 100px 150px;
  }
  #introduction_page #introductionFeature .box01 .midashiStyle02 {
    font-size: 39px;
  }
  #introduction_page #introductionFeature .box01 .btnBox .text {
    font-size: 22px;
  }
  #introduction_page #introductionFeature .box02 {
    padding: 100px 50px;
  }
  #introduction_page #introductionFeature .box03 {
    padding: 100px 50px;
  }
  #introduction_page #introductionFeature .box03 .textBox {
    padding-left: 60px;
  }
}
/* =============================================
- service
================================================ */
/* =============================================
- businessOutline
================================================ */
#businessOutline .inner {
  max-width: 800px;
  margin: 0px auto;
}
#businessOutline .column + .column {
  margin-top: 25px;
}
#businessOutline .checkList {
  margin: 20px 0px;
}
#businessOutline .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#businessOutline .textArea p + p {
  margin-top: 1em;
}
#businessOutline .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #businessOutline .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #businessOutline .column + .column {
    margin-top: 40px;
  }
  #businessOutline .checkList {
    margin: 40px 0px;
  }
  #businessOutline .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #businessOutline .checkList {
    margin: 45px 0px;
  }
  #businessOutline .column + .column {
    margin-top: 80px;
  }
  #businessOutline .column + .column.imgArea {
    margin-top: 60px;
  }
}
/* =============================================
- businessBody01
================================================ */
#businessBody01 {
  background-color: #F5F5F5;
}
#businessBody01 .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#businessBody01 .headText {
  max-width: 800px;
  margin: 0px auto 30px auto;
}
#businessBody01 .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#businessBody01 .headText p + p {
  margin-top: 1em;
}
#businessBody01 .textBox .textArea + .textArea {
  margin-top: 20px;
}
#businessBody01 .textBox .flex + .flex {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #businessBody01 .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #businessBody01 .headText {
    max-width: 800px;
    margin: 0px auto 50px auto;
  }
  #businessBody01 .headText p + p {
    margin-top: 1.5em;
  }
  #businessBody01 .textBox .textArea + .textArea {
    margin-top: 0px;
  }
  #businessBody01 .textBox .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #businessBody01 .textBox .flex + .flex {
    margin-top: 50px;
  }
  #businessBody01 .textBox .flex .textArea {
    width: 48%;
  }
  #businessBody01 .textBox .flex .textArea + .textArea {
    margin-left: 4%;
  }
}
/* =============================================
- businessBody02
================================================ */
#businessBody02 {
  background-color: #EAEDED;
}
#businessBody02 .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#businessBody02 .headText {
  max-width: 550px;
  margin: 0px auto 30px auto;
}
#businessBody02 .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#businessBody02 .headText p + p {
  margin-top: 1em;
}
#businessBody02 .textBox .textArea + .textArea {
  margin-top: 20px;
}
#businessBody02 .textBox .flex + .flex {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #businessBody02 .headText {
    margin: 0px auto 50px auto;
  }
}
/* =============================================
- businessEvent
================================================ */
#businessEvent {
  background-color: #F5F5F5;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
#businessEvent .inner {
  position: relative;
  z-index: 11;
}
#businessEvent #fearSlider .box {
  position: relative;
}
#businessEvent #fearSlider .box .in {
  position: relative;
}
#businessEvent #fearSlider .box .in:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/top/label_fair.png);
  background-size: cover;
  z-index: 11;
}
#businessEvent .inner {
  max-width: 1520px;
  margin: 0px auto;
}
#businessEvent .inner .column + .column {
  margin-top: 40px;
}
#businessEvent .inner .column > .btnArea {
  margin-top: 40px;
}
#businessEvent .inner .column .titleArea, #businessEvent .inner .column .headArea, #businessEvent .inner .column > .btnArea {
  padding: 0px 20px;
}
#businessEvent .titleStyle01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#businessEvent .headArea {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #businessEvent .inner .column + .column {
    margin-top: 80px;
  }
  #businessEvent .inner .column > .btnArea {
    margin-top: 50px;
  }
  #businessEvent .inner .column .titleArea, #businessEvent .inner .column .headArea, #businessEvent .inner .column > .btnArea {
    padding: 0px 25px;
  }
  #businessEvent .headArea {
    margin-bottom: 60px;
  }
  #businessEvent .headArea .textArea {
    max-width: 530px;
    margin: 0px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  #businessEvent .inner .column + .column {
    margin-top: 110px;
  }
}
/* =============================================
- ABOUT
================================================ */
/* =============================================
- aboutHeadArea
================================================ */
.aboutHeadArea {
  max-width: 1100px;
  margin: 0px auto;
}
.aboutHeadArea .nameArea {
  margin-bottom: 5vw;
}
.aboutHeadArea .nameArea .sub, .aboutHeadArea .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .aboutHeadArea .nameArea .sub, .aboutHeadArea .nameArea .name {
    font-weight: bold;
  }
}
.aboutHeadArea .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
.aboutHeadArea .nameArea .name {
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.aboutHeadArea .thumbnail {
  text-align: center;
}
.aboutHeadArea .thumbnail img {
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .aboutHeadArea .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .aboutHeadArea .nameArea .name {
    font-size: 5.2vw;
  }
  .aboutHeadArea .pageLinks {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .aboutHeadArea .nameArea {
    margin-bottom: 60px;
  }
  .aboutHeadArea .nameArea .sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .aboutHeadArea .nameArea .name {
    font-size: 54px;
  }
  .aboutHeadArea .pageLinks {
    margin-top: 60px;
  }
  .aboutHeadArea .thumbnail {
    min-height: 400px;
  }
}
/* =============================================
- aboutOutline
================================================ */
#aboutMessage .contents {
  max-width: 800px;
  margin: 40px auto 0px auto;
}
#aboutMessage .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#aboutMessage .textArea p + p {
  margin-top: 1em;
}
#aboutMessage .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #aboutMessage .textArea strong {
    font-weight: bold;
  }
}
#aboutMessage .names {
  margin-top: 30px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #aboutMessage .contents {
    margin-top: 80px;
  }
  #aboutMessage .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #aboutMessage .contents {
    margin-top: 120px;
  }
  #aboutMessage .textArea p {
    letter-spacing: 0.1em;
  }
  #aboutMessage .textArea p + p {
    margin-top: 1.8em;
  }
  #aboutMessage .names {
    margin-top: 50px;
    text-align: right;
  }
}
/* =============================================
- aboutCompany
================================================ */
#aboutCompany .contents, #aboutCompany02 .contents {
  max-width: 800px;
  margin: 40px auto 0px auto;
}
#aboutCompany .column + .column, #aboutCompany02 .column + .column {
  margin-top: 40px;
}
#aboutCompany .textArea p, #aboutCompany02 .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#aboutCompany .textArea p + p, #aboutCompany02 .textArea p + p {
  margin-top: 1em;
}
#aboutCompany .textArea strong, #aboutCompany02 .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #aboutCompany .textArea strong, #aboutCompany02 .textArea strong {
    font-weight: bold;
  }
}
#aboutCompany #Googlemap, #aboutCompany02 #Googlemap {
  margin-top: 30px;
}
#aboutCompany .companyLogoimg, #aboutCompany02 .companyLogoimg {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #aboutCompany .companyLogoimg, #aboutCompany02 .companyLogoimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#aboutCompany .companyLogoimg .logoArea, #aboutCompany02 .companyLogoimg .logoArea {
  text-align: center;
  margin-bottom: 20px;
}
#aboutCompany .companyLogoimg .logoArea img, #aboutCompany02 .companyLogoimg .logoArea img {
  width: 238px;
}
#aboutCompany .companyLogoimg .imgArea, #aboutCompany02 .companyLogoimg .imgArea {
  margin-top: 20px;
}
#aboutCompany .companyLogoimg .imgArea .img, #aboutCompany02 .companyLogoimg .imgArea .img {
  width: 80%;
}
#aboutCompany .companyLogoimg .imgArea .img + .img, #aboutCompany02 .companyLogoimg .imgArea .img + .img {
  margin-top: -40%;
}
#aboutCompany .companyLogoimg .imgArea .img.img01, #aboutCompany02 .companyLogoimg .imgArea .img.img01 {
  margin-left: 20%;
}
#aboutCompany .companyLogoimg .imgArea .img.img02, #aboutCompany02 .companyLogoimg .imgArea .img.img02 {
  margin-left: 10%;
}

@media screen and (min-width: 768px) {
  #aboutCompany .contents, #aboutCompany02 .contents {
    margin-top: 60px;
  }
  #aboutCompany .column + .column, #aboutCompany02 .column + .column {
    margin-top: 50px;
  }
  #aboutCompany .textArea p + p, #aboutCompany02 .textArea p + p {
    margin-top: 1.8em;
  }
  #aboutCompany .companyLogoimg, #aboutCompany02 .companyLogoimg {
    margin-top: 50px;
  }
  #aboutCompany .companyLogoimg .textBox, #aboutCompany02 .companyLogoimg .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
  #aboutCompany .companyLogoimg .logoArea, #aboutCompany02 .companyLogoimg .logoArea {
    text-align: left;
    margin-bottom: 30px;
  }
  #aboutCompany .companyLogoimg .imgArea, #aboutCompany02 .companyLogoimg .imgArea {
    margin-top: 20px;
    width: 40%;
  }
  #aboutCompany .companyLogoimg .imgArea .img, #aboutCompany02 .companyLogoimg .imgArea .img {
    width: 75%;
  }
  #aboutCompany .companyLogoimg .imgArea .img + .img, #aboutCompany02 .companyLogoimg .imgArea .img + .img {
    margin-top: -38%;
  }
  #aboutCompany .companyLogoimg .imgArea .img.img01, #aboutCompany02 .companyLogoimg .imgArea .img.img01 {
    margin-left: 25%;
  }
  #aboutCompany .companyLogoimg .imgArea .img.img02, #aboutCompany02 .companyLogoimg .imgArea .img.img02 {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 980px) {
  #aboutCompany .contents, #aboutCompany02 .contents {
    margin-top: 120px;
  }
  #aboutCompany .textArea p + p, #aboutCompany02 .textArea p + p {
    margin-top: 1.8em;
  }
  #aboutCompany .companyLogoimg, #aboutCompany02 .companyLogoimg {
    max-width: 1100px;
    margin: 80px auto 0px auto;
  }
  #aboutCompany .companyLogoimg .textBox, #aboutCompany02 .companyLogoimg .textBox {
    padding-right: 60px;
  }
  #aboutCompany .companyLogoimg .logoArea, #aboutCompany02 .companyLogoimg .logoArea {
    margin-bottom: 40px;
  }
  #aboutCompany .companyLogoimg .logoArea img, #aboutCompany02 .companyLogoimg .logoArea img {
    width: 476px;
  }
  #aboutCompany .companyLogoimg .textArea, #aboutCompany02 .companyLogoimg .textArea {
    max-width: 490px;
  }
  #aboutCompany .companyLogoimg .textArea p, #aboutCompany02 .companyLogoimg .textArea p {
    line-height: 2.1em;
  }
  #aboutCompany .companyLogoimg .imgArea, #aboutCompany02 .companyLogoimg .imgArea {
    margin-top: 20px;
  }
  #aboutCompany .companyLogoimg .imgArea .img + .img, #aboutCompany02 .companyLogoimg .imgArea .img + .img {
    margin-top: -35%;
  }
}
@media screen and (min-width: 1280px) {
  #aboutCompany .contents, #aboutCompany02 .contents {
    margin-top: 120px;
  }
  #aboutCompany .textArea p + p, #aboutCompany02 .textArea p + p {
    margin-top: 1.8em;
  }
  #aboutCompany .companyLogoimg, #aboutCompany02 .companyLogoimg {
    max-width: 1100px;
    margin: 120px auto 0px auto;
  }
  #aboutCompany .companyLogoimg .textBox, #aboutCompany02 .companyLogoimg .textBox {
    padding-right: 90px;
  }
  #aboutCompany .companyLogoimg .textArea p, #aboutCompany02 .companyLogoimg .textArea p {
    line-height: 2.2em;
  }
  #aboutCompany .companyLogoimg .imgArea, #aboutCompany02 .companyLogoimg .imgArea {
    margin-top: 20px;
    width: 696px;
    margin-right: -172px;
  }
  #aboutCompany .companyLogoimg .imgArea .img, #aboutCompany02 .companyLogoimg .imgArea .img {
    width: 474px;
  }
  #aboutCompany .companyLogoimg .imgArea .img + .img, #aboutCompany02 .companyLogoimg .imgArea .img + .img {
    margin-top: -30%;
  }
  #aboutCompany .companyLogoimg .imgArea .img.img01, #aboutCompany02 .companyLogoimg .imgArea .img.img01 {
    margin-left: 224px;
  }
  #aboutCompany .companyLogoimg .imgArea .img.img02, #aboutCompany02 .companyLogoimg .imgArea .img.img02 {
    margin-left: 112px;
  }
}
/* =============================================
- aboutCompany02
================================================ */
.vision_links_block {
  -webkit-box-shadow: 5px 6px 15px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 6px 15px -5px rgba(0, 0, 0, 0.25);
  padding: 40px 5vw 0px 5vw;
  border-radius: 20px;
  overflow: hidden;
}
.vision_links_block .img_area {
  margin-bottom: 10px;
}
.vision_links_block .textbox {
  background-color: #F8F8F8;
  margin: 0px -5vw;
  padding: 30px 5vw;
}
.vision_links_block .textbox .midashi {
  font-weight: bold;
  line-height: 1.4em;
  font-size: 7vw;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.vision_links_block .textbox .btn_area {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .vision_links_block {
    padding: 0px 0px 0px 0px;
    border-radius: 20px;
  }
  .vision_links_block .col_layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vision_links_block .col_layout .img_area {
    width: 45%;
  }
  .vision_links_block .col_layout .textbox {
    width: 55%;
  }
  .vision_links_block .img_area {
    margin-bottom: 0px;
    padding: 0px 20px 80px 20px;
  }
  .vision_links_block .textbox {
    margin: 0px 0px;
    padding: 30px 20px 120px 20px;
  }
  .vision_links_block .textbox .midashi {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .vision_links_block .textbox .btn_area {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .vision_links_block {
    border-radius: 30px;
  }
  .vision_links_block .col_layout .img_area {
    width: 45%;
  }
  .vision_links_block .col_layout .textbox {
    width: 55%;
  }
  .vision_links_block .img_area {
    padding: 0px 25px 80px 25px;
  }
  .vision_links_block .textbox {
    padding: 60px 40px 160px 40px;
  }
  .vision_links_block .textbox .midashi {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .vision_links_block .textbox .btn_area {
    bottom: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .vision_links_block {
    max-width: 1100px;
    margin: 0px auto;
    border-radius: 30px;
  }
  .vision_links_block .col_layout .img_area {
    width: 50%;
  }
  .vision_links_block .col_layout .textbox {
    width: 50%;
  }
  .vision_links_block .img_area {
    padding: 0px 36px 50px 36px;
  }
  .vision_links_block .textbox {
    padding: 100px 60px 180px 60px;
  }
  .vision_links_block .textbox .midashi {
    font-size: 47px;
    margin-bottom: 40px;
  }
  .vision_links_block .textbox .btn_area {
    bottom: 50px;
  }
}
/* =============================================
- Googlemap
================================================ */
#Googlemap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 75%;
}
#Googlemap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #Googlemap {
    max-width: 720px;
    margin: 0px auto;
    padding-top: 370px;
  }
}
/* =============================================
- aboutStaff
================================================ */
#aboutStaff .contents {
  max-width: 800px;
  margin: 40px auto 0px auto;
}
#aboutStaff .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #aboutStaff .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #aboutStaff .contents {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #aboutStaff .contents {
    margin-top: 120px;
  }
}
/* =============================================
- staffPop
================================================ */
@media screen and (max-width: 767px) {
  .staffPop {
    max-height: 80vh !important;
    overflow: scroll;
  }
}
.staffPop .in {
  background-color: #fff;
  padding: 20px;
}
.staffPop .nameArea {
  margin-bottom: 15px;
}
.staffPop .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6vw;
}
@media screen and (min-width: 980px) {
  .staffPop .nameArea .name {
    font-weight: bold;
  }
}
.staffPop .nameArea .name span {
  display: inline-block;
  font-size: 4.5vw;
  padding-left: 5vw;
}
.staffPop .nameArea .position {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  margin-top: 2vw;
  font-size: 4.5vw;
}
.staffPop .colLayout .imgArea {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .staffPop {
    width: 100%;
  }
  .staffPop .in {
    padding: 30px;
  }
  .staffPop .nameArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px;
  }
  .staffPop .nameArea .name {
    font-size: 3vw;
  }
  .staffPop .nameArea .position {
    margin-top: 0px;
    padding-left: 15px;
    font-size: 2vw;
  }
  .staffPop .colLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staffPop .colLayout .imgArea {
    width: 30%;
    margin-bottom: 0px;
  }
  .staffPop .colLayout .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .staffPop {
    width: 800px;
  }
  .staffPop .in {
    padding: 45px 40px;
  }
  .staffPop .nameArea .name {
    font-size: 22px;
  }
  .staffPop .nameArea .position {
    padding-left: 15px;
    font-size: 14px;
  }
  .staffPop .colLayout .imgArea {
    width: 190px;
  }
  .staffPop .colLayout .textArea {
    padding-left: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* =============================================
- aboutVoice
================================================ */
#aboutVoice .contents {
  max-width: 800px;
  margin: 40px auto 0px auto;
}
#aboutVoice .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #aboutVoice .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #aboutVoice .contents {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #aboutVoice .contents {
    margin-top: 120px;
  }
  #aboutVoice .midashiStyle01 {
    margin-bottom: 70px;
  }
}
/* =============================================
- voiceDetail／voiceComment
================================================ */
#voiceDetail .contents, #voiceComment .contents {
  max-width: 800px;
  margin: 40px auto 0px auto;
}
#voiceDetail .column + .column, #voiceComment .column + .column {
  margin-top: 25px;
}
#voiceDetail .textArea p, #voiceComment .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#voiceDetail .textArea p + p, #voiceComment .textArea p + p {
  margin-top: 1em;
}
#voiceDetail .textArea strong, #voiceComment .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #voiceDetail .textArea strong, #voiceComment .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #voiceDetail .contents, #voiceComment .contents {
    margin-top: 80px;
  }
  #voiceDetail .column + .column, #voiceComment .column + .column {
    margin-top: 40px;
  }
  #voiceDetail .textArea p + p, #voiceComment .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #voiceDetail .contents, #voiceComment .contents {
    margin-top: 100px;
  }
  #voiceDetail .column + .column, #voiceComment .column + .column {
    margin-top: 80px;
  }
  #voiceDetail .column + .column.imgArea, #voiceComment .column + .column.imgArea {
    margin-top: 60px;
  }
  #voiceDetail .textArea p, #voiceComment .textArea p {
    line-height: 2em;
  }
  #voiceDetail .textArea p + p, #voiceComment .textArea p + p {
    margin-top: 2em;
  }
}
/* =============================================
- voiceComment
================================================ */
#voiceComment {
  background-color: #EAEDED;
}

/* =============================================
- faq
================================================ */
#faq .inner {
  max-width: 1100px;
  margin: 0 auto;
}
#faq .nameArea {
  margin-bottom: 10vw;
}
#faq .nameArea .sub, #faq .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #faq .nameArea .sub, #faq .nameArea .name {
    font-weight: bold;
  }
}
#faq .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
#faq .nameArea .name {
  font-size: 8vw;
}
#faq .column {
  max-width: 800px;
  margin: 0px auto;
}
#faq .column + .column {
  margin-top: 60px;
}
#faq .faqList + .faqList {
  margin-top: 25px;
}
#faq .faqList {
  border-bottom: 1px solid #C8C8C8;
}
#faq .faqList .midashi {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#faq .faqList dl {
  border-top: 1px solid #C8C8C8;
}
#faq .faqList dl dt {
  position: relative;
  padding: 20px 40px 20px 25px;
  cursor: pointer;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  #faq .faqList dl dt {
    font-weight: bold;
  }
}
#faq .faqList dl dt span {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  position: absolute;
  left: 0px;
  top: 19px;
}
#faq .faqList dl dt:after, #faq .faqList dl dt:before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #C8C8C8;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -2px;
}
#faq .faqList dl dt:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#faq .faqList dl dt.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#faq .faqList dl dt.open:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
#faq .faqList dl dd {
  display: none;
  padding: 10px 10px 20px 10px;
}
#faq .faqList dl dd a {
  color: #16254B;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 980px) {
  #faq .faqList dl dd a:hover {
    color: #BEB982;
  }
}

@media screen and (min-width: 768px) {
  #faq .nameArea {
    margin-bottom: 7vw;
  }
  #faq .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  #faq .nameArea .name {
    font-size: 5.2vw;
  }
  #faq .column + .column {
    margin-top: 80px;
  }
  #faq .faqList + .faqList {
    margin-top: 60px;
  }
  #faq .faqList .midashi {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #faq .faqList dl dt {
    padding: 30px 60px 30px 80px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #faq .faqList dl dt span {
    font-size: 20px;
    padding-right: 30px;
    top: 29px;
    left: 30px;
  }
  #faq .faqList dl dt:after, #faq .faqList dl dt:before {
    width: 20px;
    right: 15px;
    margin-top: -2px;
  }
  #faq .faqList dl dt:hover {
    background-color: #fafafa;
  }
  #faq .faqList dl dd {
    padding: 15px 80px 20px 80px;
    font-size: 16px;
    line-height: 2em;
  }
}
@media screen and (min-width: 980px) {
  #faq .nameArea {
    margin-bottom: 120px;
  }
  #faq .nameArea .sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #faq .nameArea .name {
    font-size: 54px;
  }
  #faq .column + .column {
    margin-top: 100px;
  }
  #faq .faqList dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1180px) {
  #faq .column + .column {
    margin-top: 160px;
  }
}
/* =============================================
- RECRUIT
================================================ */
/* =============================================
- recruitOutline
================================================ */
#recruitOutline .column, #recruitOutline .titleStyle07 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#recruitOutline .trialBox {
  max-width: 1100px;
  margin: 0px auto;
}
#recruitOutline .column + .column, #recruitOutline .column + .trialBox {
  margin-top: 25px;
}
#recruitOutline .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruitOutline .textArea p + p {
  margin-top: 1em;
}
#recruitOutline .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #recruitOutline .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #recruitOutline .column + .column, #recruitOutline .column + .trialBox {
    margin-top: 40px;
  }
  #recruitOutline .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #recruitOutline .column + .column {
    margin-top: 80px;
  }
  #recruitOutline .column + .column.imgArea {
    margin-top: 60px;
  }
  #recruitOutline .column + .trialBox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1180px) {
  #recruitOutline {
    padding-top: 120px;
  }
}
/* =============================================
- recruitMessage
================================================ */
#recruitMessage .inner {
  max-width: 800px;
  margin: 0px auto;
}
#recruitMessage .column + .column {
  margin-top: 25px;
}
#recruitMessage .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruitMessage .textArea p + p {
  margin-top: 1em;
}
#recruitMessage .textArea strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #28EA9F));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, #28EA9F 0%);
  font-weight: 600;
  padding-bottom: 0.15em;
}
@media screen and (min-width: 980px) {
  #recruitMessage .textArea strong {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #recruitMessage .column + .column {
    margin-top: 40px;
  }
  #recruitMessage .textArea p + p {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #recruitMessage .column + .column {
    margin-top: 80px;
  }
  #recruitMessage .column + .column.imgArea {
    margin-top: 60px;
  }
}
/* =============================================
- recruitFeature
================================================ */
#recruitFeature {
  background-color: #F5F5F5;
}
#recruitFeature .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#recruitFeature .headText {
  max-width: 800px;
  margin: 0px auto 30px auto;
}
#recruitFeature .headText p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruitFeature .headText p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  #recruitFeature .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #recruitFeature .headText {
    max-width: 800px;
    margin: 0px auto 50px auto;
  }
  #recruitFeature .headText p + p {
    margin-top: 1.5em;
  }
}
/* =============================================
- recruitFeature
================================================ */
#recruitData {
  background-color: #EAEDED;
}
#recruitData .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#recruitData .boxData .box + .box {
  margin-top: 30px;
}
#recruitData .boxData .box .glaf {
  margin-top: 20px;
  text-align: center;
}
#recruitData .boxData .box .glaf img {
  max-width: 220px;
}
#recruitData .boxData .box .dateLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruitData .boxData .box .dateLabel p {
  position: relative;
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
}
#recruitData .boxData .box .dateLabel p:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}
#recruitData .boxData .box .dateLabel p.blue:before {
  background-color: #D9F5FA;
}
#recruitData .boxData .box .dateLabel p.pink:before {
  background-color: #FFE5D9;
}
#recruitData .boxData .box .dateLabel p.yellow:before {
  background-color: #BEB982;
}
#recruitData .boxData .box .dateLabel p.gray:before {
  background-color: #F5F5F5;
}

@media screen and (min-width: 768px) {
  #recruitData .boxData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #recruitData .boxData .box {
    width: 49%;
    position: relative;
    padding-bottom: 330px;
  }
  #recruitData .boxData .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  #recruitData .boxData .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #recruitData .boxData .box:nth-child(n+3) {
    margin-top: 30px;
  }
  #recruitData .boxData .box .glafArea {
    padding: 0px 35px;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  #recruitData .boxData .box .glafArea {
    margin-left: -50%;
  }
}
@media screen and (min-width: 1180px) {
  #recruitData .boxData .box {
    width: 530px;
    padding-bottom: 355px;
  }
  #recruitData .boxData .box + .box {
    margin-left: 40px;
  }
  #recruitData .boxData .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #recruitData .boxData .box:nth-child(n+3) {
    margin-top: 40px;
  }
  #recruitData .boxData .box .glafArea {
    padding: 0px 55px;
    bottom: 50px;
    margin-left: -265px;
  }
}
/* =============================================
- recruitSchedule
================================================ */
#recruitSchedule {
  background-color: #F5F5F5;
}
#recruitSchedule .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#recruitSchedule .ScheduleArea {
  margin: 30px auto 0px auto;
}
@media screen and (max-width: 767px) {
  #recruitSchedule .ScheduleArea .column .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruitSchedule .ScheduleArea .column .imgArea .time {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruitSchedule .ScheduleArea .column .imgArea .img {
    width: 60%;
  }
  #recruitSchedule .ScheduleArea .column .textBox {
    margin-top: 20px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) .imgArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#recruitSchedule .ScheduleArea .column .time {
  background-color: #BEB982;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 6vw;
}
@media screen and (min-width: 980px) {
  #recruitSchedule .ScheduleArea .column .time {
    font-weight: bold;
  }
}
#recruitSchedule .ScheduleArea .column + .column {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  #recruitSchedule .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #recruitSchedule .ScheduleArea {
    max-width: 550px;
    margin: 70px auto 0px auto;
  }
  #recruitSchedule .ScheduleArea .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruitSchedule .ScheduleArea .column .imgArea {
    width: 200px;
    position: relative;
  }
  #recruitSchedule .ScheduleArea .column .imgArea .time {
    display: inline-block;
    font-size: 20px;
    padding: 5px 25px;
    border-radius: 40px;
    position: absolute;
    top: -15px;
  }
  #recruitSchedule .ScheduleArea .column .textBox {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #recruitSchedule .ScheduleArea .column + .column {
    padding-top: 75px;
    margin-top: 35px;
    position: relative;
  }
  #recruitSchedule .ScheduleArea .column + .column:before {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #BEB982;
    position: absolute;
    left: 50%;
    top: 0px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(odd) .imgArea .time {
    left: -30px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(odd) .textBox {
    padding-left: 30px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) .imgArea .time {
    right: -30px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) .textBox {
    padding-right: 30px;
  }
}
@media screen and (min-width: 980px) {
  #recruitSchedule .ScheduleArea {
    max-width: 720px;
    margin: 100px auto 0px auto;
  }
  #recruitSchedule .ScheduleArea .column .imgArea {
    width: 250px;
  }
  #recruitSchedule .ScheduleArea .column .imgArea .time {
    font-size: 30px;
    padding: 13px 35px;
    top: -30px;
  }
  #recruitSchedule .ScheduleArea .column + .column {
    padding-top: 140px;
    margin-top: 45px;
  }
  #recruitSchedule .ScheduleArea .column + .column:before {
    width: 5px;
    height: 80px;
    margin-left: -2px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(odd) .imgArea .time {
    left: -80px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(odd) .textBox {
    padding-left: 40px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) .imgArea .time {
    right: -80px;
  }
  #recruitSchedule .ScheduleArea .column:nth-child(even) .textBox {
    padding-right: 40px;
  }
}
/* =============================================
- recruitTraining
================================================ */
#recruitTraining {
  background-color: #F5F5F5;
}
#recruitTraining .inner {
  max-width: 1100px;
  margin: 0px auto;
}

/* =============================================
- recruitOutside
================================================ */
#recruitOutside {
  background-color: #EAEDED;
}
#recruitOutside .inner {
  max-width: 1100px;
  margin: 0px auto;
}

/* =============================================
- recruitRecruitment
================================================ */
#recruitRecruitment .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#recruitRecruitment .HeadArea .nameArea {
  margin-bottom: 8vw;
}
#recruitRecruitment .HeadArea .nameArea .sub, #recruitRecruitment .HeadArea .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
}
@media screen and (min-width: 980px) {
  #recruitRecruitment .HeadArea .nameArea .sub, #recruitRecruitment .HeadArea .nameArea .name {
    font-weight: bold;
  }
}
#recruitRecruitment .HeadArea .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
#recruitRecruitment .HeadArea .nameArea .name {
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#recruitRecruitment .pageLinks {
  margin-bottom: 8vw;
}
#recruitRecruitment .trialBox .column {
  max-width: 720px;
  margin: 0px auto;
}
#recruitRecruitment .trialBox .column + .column {
  margin-top: 30px;
}
#recruitRecruitment .trialBox .bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #recruitRecruitment .trialBox .bold {
    font-weight: bold;
  }
}
#recruitRecruitment .trialBox + .trialBox {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #recruitRecruitment .HeadArea .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
  #recruitRecruitment .HeadArea .nameArea .name {
    font-size: 5.2vw;
  }
  #recruitRecruitment .trialBox .column + .column {
    margin-top: 50px;
  }
  #recruitRecruitment .trialBox + .trialBox {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #recruitRecruitment .HeadArea .nameArea {
    margin-bottom: 60px;
  }
  #recruitRecruitment .HeadArea .nameArea .sub {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #recruitRecruitment .HeadArea .nameArea .name {
    font-size: 54px;
  }
  #recruitRecruitment .pageLinks {
    margin-bottom: 80px;
  }
  #recruitRecruitment .trialBox + .trialBox {
    margin-top: 80px;
  }
}
/* =============================================
- MEDIA
================================================ */
.gold {
  color: #776B0A !important;
}

/* =============================================
- mediaHead
================================================ */
#mediaHead .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#mediaHead .textArea strong {
  color: #776B0A;
}
@media screen and (max-width: 767px) {
  #mediaHead .tableArea {
    overflow: scroll;
  }
  #mediaHead .tableArea table {
    width: 720px;
  }
}
#mediaHead .nameArea {
  margin-bottom: 6vw;
}
#mediaHead .nameArea .sub, #mediaHead .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #mediaHead .nameArea .sub, #mediaHead .nameArea .name {
    font-weight: bold;
  }
}
#mediaHead .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
#mediaHead .nameArea .name {
  font-size: 8vw;
  line-height: 1.3em;
}
#mediaHead .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mediaHead .textArea p + p {
  margin-top: 1em;
}
#mediaHead .textArea strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #mediaHead .textArea strong {
    font-weight: bold;
  }
}
#mediaHead .pageLinks {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #mediaHead {
    padding-top: 90px;
  }
  #mediaHead .nameArea {
    margin-bottom: 7vw;
  }
  #mediaHead .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  #mediaHead .nameArea .name {
    font-size: 5.2vw;
  }
  #mediaHead .pageLinks {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  #mediaHead {
    padding-top: 120px;
  }
  #mediaHead .nameArea {
    margin-bottom: 100px;
  }
  #mediaHead .nameArea .sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #mediaHead .nameArea .name {
    font-size: 54px;
  }
  #mediaHead .pageLinks {
    margin-top: 60px;
  }
}
/* =============================================
- mediaPlan
================================================ */
#mediaPlan {
  background-color: #F5F5F5;
}
#mediaPlan .inner {
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  #mediaPlan .tableArea {
    overflow: scroll;
  }
  #mediaPlan .tableArea table {
    width: 800px;
  }
}

/* =============================================
- mediaContents
================================================ */
#mediaContents {
  background-color: #EAEDED;
}
#mediaContents .inner {
  max-width: 1100px;
  margin: 0px auto;
}

/* =============================================
- mediaFeature
================================================ */
#mediaFeature {
  background-color: #F5F5F5;
}
#mediaFeature .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#mediaFeature .trialBox {
  margin-top: 30px;
}
#mediaFeature .inner > .btnArea {
  margin-top: 40px;
}
#mediaFeature .inner .grayBox {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #mediaFeature .inner .grayBox {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #mediaFeature .inner .grayBox {
    margin-top: 25px;
  }
}
/* =============================================
- mediaFeature
================================================ */
#mediaPrice {
  background-color: #EAEDED;
}
#mediaPrice .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#mediaPrice .inner > .btnArea {
  margin-top: 40px;
}
#mediaPrice .column + .column {
  margin-top: 40px;
}
#mediaPrice .column .tableArea + .tableText {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #mediaPrice .tableArea {
    overflow: scroll;
  }
  #mediaPrice .tableArea table {
    width: 720px;
  }
}

@media screen and (min-width: 768px) {
  #mediaPrice .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #mediaPrice .column + .column {
    margin-top: 80px;
  }
}
/* =============================================
- mediaCampaign
================================================ */
#mediaCampaign {
  background-color: #F8F8F8;
}
#mediaCampaign .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#mediaCampaign .column + .column {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #mediaCampaign .tableArea {
    overflow: scroll;
  }
  #mediaCampaign .tableArea table {
    width: 520px;
  }
  #mediaCampaign .tableArea table.w700 {
    width: 720px;
  }
  #mediaCampaign .tableArea table.w700 .w150 {
    width: 110px;
  }
}

@media screen and (min-width: 768px) {
  #mediaCampaign .column + .column {
    margin-top: 35px;
  }
}
.Campaigncolumn .title {
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.Campaigncolumn .title:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #16254B;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Campaigncolumn .title .text {
  display: block;
  padding: 12px 45px 12px 20px;
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .Campaigncolumn .title .text {
    font-weight: bold;
  }
}
.Campaigncolumn .title .text .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #DCDCDC;
  display: block;
  height: 100%;
  width: 40px;
  z-index: 22;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Campaigncolumn .title .text .btn:before, .Campaigncolumn .title .text .btn:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Campaigncolumn .title .text .btn:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.Campaigncolumn .title.active .text {
  color: #fff;
  background-color: #16254B;
}
.Campaigncolumn .title.active .btn {
  background-color: #16254B;
}
.Campaigncolumn .title.active .btn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.Campaigncolumn .title.active .btn:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.Campaigncolumn .contents {
  padding: 20px 15px;
  background-color: #fff;
  display: none;
}
.Campaigncolumn .contents .closeBtn {
  margin-top: 15px;
}
.Campaigncolumn + .Campaigncolumn {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .Campaigncolumn .title:before {
    width: 5px;
  }
  .Campaigncolumn .title .text {
    padding: 17px 45px 17px 25px;
    font-size: 18px;
  }
  .Campaigncolumn .title .text .btn {
    width: 60px;
  }
  .Campaigncolumn .title .text .btn:before, .Campaigncolumn .title .text .btn:after {
    width: 18px;
    margin-left: -9px;
  }
  .Campaigncolumn .contents .closeBtn {
    margin-top: 35px;
  }
  .Campaigncolumn + .Campaigncolumn {
    margin-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  .Campaigncolumn .title .text {
    padding: 20px 80px 20px 25px;
  }
  .Campaigncolumn .title .text .btn {
    width: 70px;
  }
  .Campaigncolumn .title .text .btn:before, .Campaigncolumn .title .text .btn:after {
    width: 25px;
    margin-left: -13px;
  }
  .Campaigncolumn .title:hover .text {
    color: #fff;
    background-color: #16254B;
  }
  .Campaigncolumn .title:hover .btn {
    background-color: #16254B;
  }
  .Campaigncolumn .contents {
    padding: 30px 30px;
  }
}
/* =============================================
- mediaChord
================================================ */
.ChordList dl dt {
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.ChordList dl dt:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #16254B;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ChordList dl dt .text {
  display: block;
  padding: 12px 45px 12px 20px;
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .ChordList dl dt .text {
    font-weight: bold;
  }
}
.ChordList dl dt .text .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #DCDCDC;
  display: block;
  height: 100%;
  width: 40px;
  z-index: 22;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ChordList dl dt .text .btn:before, .ChordList dl dt .text .btn:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ChordList dl dt .text .btn:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.ChordList dl dt.active .text {
  color: #fff;
  background-color: #16254B;
}
.ChordList dl dt.active .btn {
  background-color: #16254B;
}
.ChordList dl dt.active .btn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.ChordList dl dt.active .btn:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.ChordList dl dd {
  background-color: #fff;
  display: none;
}
.ChordList dl dd ul {
  padding: 20px 15px 0px 15px;
}
.ChordList dl dd ul li {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 10px;
  border-bottom: 1px solid #C8C8C8;
}
.ChordList dl dd .btnArea {
  margin-top: 20px;
  padding: 0px 15px 20px 15px;
}
.ChordList dl dd .subList ul {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.ChordList dl dd .subList ul li:last-child {
  border-bottom: 0px;
}
.ChordList dl dd .subtext {
  position: relative;
  padding: 7px 15px 7px 35px;
  color: #16254B;
  background-color: #C8CCD5;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .ChordList dl dd .subtext {
    font-weight: bold;
  }
}
.ChordList dl dd .subtext:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #16254B transparent transparent transparent;
  position: absolute;
  left: 15px;
  top: 1.4em;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ChordList dl + dl {
  margin-top: 10px;
}
.ChordList + .ChordList {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .ChordList dl dt:before {
    width: 5px;
  }
  .ChordList dl dt .text {
    padding: 17px 45px 17px 25px;
    font-size: 18px;
  }
  .ChordList dl dt .text .btn {
    width: 60px;
  }
  .ChordList dl dt .text .btn:before, .ChordList dl dt .text .btn:after {
    width: 18px;
    margin-left: -9px;
  }
  .ChordList dl dd ul {
    padding: 30px 25px 0px 25px;
  }
  .ChordList dl dd ul li {
    padding: 7px 10px;
  }
  .ChordList dl dd .btnArea {
    margin-top: 30px;
    padding: 0px 25px 30px 25px;
  }
  .ChordList dl dd .subList ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ChordList dl dd .subtext {
    padding: 7px 25px 7px 45px;
  }
  .ChordList dl dd .subtext:before {
    left: 25px;
  }
  .ChordList dl + dl {
    margin-top: 15px;
  }
  .ChordList + .ChordList {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .ChordList dl dt .text {
    padding: 20px 80px 20px 25px;
  }
  .ChordList dl dt .text .btn {
    width: 70px;
  }
  .ChordList dl dt .text .btn:before, .ChordList dl dt .text .btn:after {
    width: 25px;
    margin-left: -13px;
  }
  .ChordList dl dt:hover .text {
    color: #fff;
    background-color: #16254B;
  }
  .ChordList dl dt:hover .btn {
    background-color: #16254B;
  }
  .ChordList dl dd ul {
    padding: 40px 30px 0px 30px;
  }
  .ChordList dl dd ul li {
    padding: 9px 20px;
  }
  .ChordList dl dd .btnArea {
    margin-top: 25px;
  }
  .ChordList dl dd .subList .subtext {
    padding: 7px 25px 7px 45px;
  }
  .ChordList dl dd .subList .subtext:before {
    left: 25px;
  }
  .ChordList dl dd .subList .subtext:hover {
    background-color: #16254B;
    color: #fff;
  }
  .ChordList dl dd .subList .subtext:hover:before {
    border-color: #fff transparent transparent transparent;
  }
  .ChordList dl dd .subList ul {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .ChordList dl + dl {
    margin-top: 20px;
  }
}
#mediaChord {
  background-color: #EAEDED;
}
#mediaChord .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#mediaChord .column + .column {
  margin-top: 30px;
}
#mediaChord .contentsArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #mediaChord .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #mediaChord .column + .column {
    margin-top: 80px;
  }
  #mediaChord .contentsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mediaChord .contentsArea .ChordList {
    width: 48%;
  }
  #mediaChord .contentsArea .ChordList + .ChordList {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 1180px) {
  #mediaChord .column + .column {
    margin-top: 120px;
  }
  #mediaChord .contentsArea .ChordList {
    width: 530px;
  }
  #mediaChord .contentsArea .ChordList + .ChordList {
    margin-left: 40px;
  }
}
/* =============================================
- 追加Style
================================================ */
#mediaCampaign .textArea p {
  line-height: 1.8;
}
#mediaCampaign .textArea .bold {
  font-weight: bold;
}

.tableStyle01 thead th.w150_w {
  width: 90px;
  padding: 10px;
}
.tableStyle01 thead th.w250 {
  width: 80px;
}
.tableStyle01 thead th.w325 {
  width: 100px;
}
.tableStyle01 thead th.w370 {
  width: 200px;
}
.tableStyle01 thead th.w400 {
  width: 120px;
}
.tableStyle01 tbody td.blue {
  color: #16254B;
  font-weight: bold;
}
.tableStyle01 tbody td.baseLine {
  vertical-align: baseline;
  padding-top: 20px;
}
.tableStyle01 tbody td p + ul {
  margin-top: 10px;
}
.tableStyle01 tbody td li {
  padding-left: 1em;
  text-indent: -1em;
}

.media04 .tableStyle01 thead th.w150 {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .tableStyle01 thead th.w150_w {
    width: 150px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle01 thead th.w250 {
    width: 180px;
  }
  .tableStyle01 thead th.w325 {
    width: 250px;
  }
  .tableStyle01 thead th.w370 {
    width: 300px;
  }
  .tableStyle01 thead th.w400 {
    width: 300px;
  }
  .tableStyle01 tbody td.baseLine {
    padding-top: 40px;
  }

  .media04 .tableStyle01 thead th.w150 {
    width: 150px;
  }
}
@media screen and (min-width: 1180px) {
  .tableStyle01 thead th.w250 {
    width: 250px;
  }
  .tableStyle01 thead th.w325 {
    width: 325px;
  }
  .tableStyle01 thead th.w370 {
    width: 370px;
  }
  .tableStyle01 thead th.w400 {
    width: 400px;
  }
  .tableStyle01 tbody td.baseLine {
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 0px;
  }
}
.tableArea + .tableArea {
  margin-top: 20px;
}

@media screen and (min-width: 980px) {
  .tableArea + .tableArea {
    margin-top: 30px;
  }
  .tableArea + .tableText + .tableArea {
    margin-top: 30px;
  }

  .tableText + .tableArea {
    margin-top: 5px;
  }
}
.media07 .tableStyle01 th, .media07 .tableStyle01 td {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #mediaPrice.media07 .tableArea table {
    width: 850px;
  }
}
@media screen and (min-width: 768px) {
  .media07 .tableStyle01 th {
    padding: 15px 4px;
  }
  .media07 .tableStyle01 br.sp {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .media07 .tableStyle01 th {
    padding: 15px 5px;
  }
  .media07 .tableStyle01 th, .media07 .tableStyle01 td {
    font-size: 14px;
  }
  .media07 .tableStyle01 br.sp {
    display: none;
  }
}
/*=========================================================
    tableStyle03
========================================================= */
.tableStyle03 {
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #C8C8C8;
}
.tableStyle03 th, .tableStyle03 td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.2em;
}
.tableStyle03 td {
  margin-top: 8px;
}
.tableStyle03 th {
  background-color: #16254B;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-left: 1px solid #475577;
}
.tableStyle03 th.yellow {
  background-color: #BEB982;
}
.tableStyle03 tbody td {
  border-bottom: 1px solid #C8C8C8;
  background-color: #fff;
  text-align: center;
  padding: 10px 15px;
  border-left: 1px solid #C8C8C8;
}
.tableStyle03 tbody td span {
  display: inline-block;
  font-size: 90%;
}
.tableStyle03 tbody td.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .tableStyle03 tbody td.bold {
    font-weight: bold;
  }
}
.tableStyle03 tbody td[rowspan="5"] {
  width: 125px;
}

@media screen and (min-width: 980px) {
  .tableStyle03 th, .tableStyle03 td {
    font-size: 15px;
    line-height: 1.3em;
  }
  .tableStyle03 td {
    margin-top: 8px;
  }
  .tableStyle03 th {
    padding: 10px 10px;
  }
  .tableStyle03 th.w150 {
    width: 120px;
  }
  .tableStyle03 tbody td {
    padding: 10px 15px;
  }
  .tableStyle03 tbody td span {
    font-size: 90%;
  }
  .tableStyle03 tbody td[rowspan="5"] {
    width: 150px;
  }
}
@media screen and (min-width: 1180px) {
  .tableStyle03 th, .tableStyle03 td {
    font-size: 16px;
    line-height: 1.5em;
  }
  .tableStyle03 th {
    padding: 15px 10px;
  }
  .tableStyle03 th.w150 {
    width: 150px;
  }
  .tableStyle03 tbody td {
    padding: 15px 23px;
  }
  .tableStyle03 tbody td[rowspan="5"] {
    width: 160px;
  }
}
/* =============================================
- titleStyle10
================================================ */
.titleStyle10 {
  font-size: 4vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E1E;
  margin-bottom: 5vw;
  line-height: 1.6em;
}
@media screen and (min-width: 980px) {
  .titleStyle10 {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .titleStyle10 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
/* =============================================
- mediaChord
================================================ */
.ChordList.maxWidth {
  width: 100% !important;
}
.ChordList > ul > .text {
  color: #1E1E1E;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 0px 0px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .ChordList > ul > .text {
    font-weight: bold;
  }
}
.ChordList > ul > .text:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #16254B;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ChordList > ul > .text + .text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .ChordList > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ChordList > ul > .text {
    width: 50%;
    font-size: 18px;
    padding: 0px 0px 0px 20px;
  }
  .ChordList > ul > .text:before {
    width: 5px;
  }
  .ChordList > ul > .text + .text {
    margin-top: 0;
  }
  .ChordList > ul > .text:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .ChordList > ul > .text {
    width: 33.3%;
  }
  .ChordList > ul > .text:nth-of-type(n+3) {
    margin-top: 0px;
  }
  .ChordList > ul > .text:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
/* =============================================
- FEAR
================================================ */
/* =============================================
- fearHead
================================================ */
#fearHead .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#fearHead .headText {
  max-width: 800px;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fearHead .nameArea {
  margin-bottom: 6vw;
}
#fearHead .nameArea .sub, #fearHead .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #fearHead .nameArea .sub, #fearHead .nameArea .name {
    font-weight: bold;
  }
}
#fearHead .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
#fearHead .nameArea .name {
  font-size: 8vw;
  line-height: 1.3em;
}
#fearHead .textArea p {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fearHead .textArea p + p {
  margin-top: 1em;
}
#fearHead .textArea strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #776B0A;
}
@media screen and (min-width: 980px) {
  #fearHead .textArea strong {
    font-weight: bold;
  }
}
#fearHead .pageLinks {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #fearHead {
    padding-top: 90px;
  }
  #fearHead .nameArea {
    margin-bottom: 7vw;
  }
  #fearHead .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  #fearHead .nameArea .name {
    font-size: 5.2vw;
  }
  #fearHead .pageLinks {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  #fearHead {
    padding-top: 120px;
  }
  #fearHead .nameArea {
    margin-bottom: 100px;
  }
  #fearHead .nameArea .sub {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #fearHead .nameArea .name {
    font-size: 54px;
  }
  #fearHead .pageLinks {
    margin-top: 60px;
  }
}
/* =============================================
- fearType
================================================ */
#fearType {
  background-color: #F5F5F5;
}
#fearType .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#fearType .boxLayout04 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fearType .boxLayout04 .btnArea {
  text-align: right;
}

/* =============================================
- fearContents
================================================ */
#fearContents {
  background-color: #EAEDED;
}
#fearContents .inner {
  max-width: 1100px;
  margin: 0px auto;
}

/* =============================================
- fearFeature
================================================ */
#fearFeature {
  background-color: #F5F5F5;
}
#fearFeature .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#fearFeature .trialBox {
  margin-top: 30px;
}
#fearFeature .inner > .btnArea {
  margin-top: 40px;
}
#fearFeature .inner .grayBox {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #fearFeature .inner .grayBox {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #fearFeature .inner .grayBox {
    margin-top: 25px;
  }
}
/* =============================================
- fearPrice
================================================ */
#fearPrice {
  background-color: #EAEDED;
}
#fearPrice .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#fearPrice .inner > .btnArea {
  margin-top: 40px;
}
#fearPrice .column + .column {
  margin-top: 40px;
}
#fearPrice .titleWrap {
  padding-left: 20px;
}
#fearPrice .imgArea {
  margin-top: 30px;
}
#fearPrice .imgWrap .item + .item {
  margin-top: 30px;
}
#fearPrice .imgWrap .item .text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #fearPrice .tableArea {
    overflow: scroll;
  }
  #fearPrice .tableArea table {
    width: 720px;
  }
}

@media screen and (min-width: 768px) {
  #fearPrice .column + .column {
    margin-top: 60px;
  }
  #fearPrice .column .titleWrap {
    padding-left: 35px;
  }
  #fearPrice .column .imgArea {
    margin-top: 40px;
  }
  #fearPrice .column .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fearPrice .column .imgWrap .item + .item {
    margin-top: 0px;
  }
  #fearPrice .column .imgWrap.col2 .item {
    width: 48%;
  }
  #fearPrice .column .imgWrap.col2 .item + .item {
    margin-left: 4%;
  }
  #fearPrice .column .imgWrap.col3 .item {
    width: 32%;
  }
  #fearPrice .column .imgWrap.col3 .item + .item {
    margin-left: 2%;
  }
}
@media screen and (min-width: 980px) {
  #fearPrice .column + .column {
    margin-top: 80px;
  }
  #fearPrice .column .imgArea {
    margin-top: 60px;
  }
  #fearPrice .column .titleWrap {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1180px) {
  #fearPrice .column .imgArea {
    margin-top: 80px;
  }
  #fearPrice .column .imgWrap.col2 .item {
    width: 530px;
  }
  #fearPrice .column .imgWrap.col2 .item + .item {
    margin-left: 40px;
  }
  #fearPrice .column .imgWrap.col3 .item {
    width: 350px;
  }
  #fearPrice .column .imgWrap.col3 .item + .item {
    margin-left: 25px;
  }
}
/* =============================================
- fearCampaign
================================================ */
#fearCampaign {
  background-color: #F8F8F8;
}
#fearCampaign .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#fearCampaign .headText .bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 720px;
  margin: 0px auto 30px auto;
}
@media screen and (min-width: 980px) {
  #fearCampaign .headText .bold {
    font-weight: bold;
  }
}
#fearCampaign .column + .column {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #fearCampaign .tableArea {
    overflow: scroll;
  }
  #fearCampaign .tableArea table {
    width: 520px;
  }
}

@media screen and (min-width: 768px) {
  #fearCampaign .headText {
    margin-bottom: 50px;
  }
  #fearCampaign .headText p {
    text-align: center;
    font-size: 18px;
    line-height: 2em;
  }
  #fearCampaign .column + .column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #fearCampaign .headText p {
    font-size: 22px;
  }
  #fearCampaign .column + .column {
    margin-top: 60px;
  }
}
/* =============================================
- FEAR
================================================ */
/* =============================================
- policy
================================================ */
#policy .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#policy .headText {
  margin-bottom: 40px;
}
#policy .headText p + p {
  margin-top: 1em;
}
#policy .headText p, #policy .headText li {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#policy .textArea p, #policy .textArea li, #policy .listArea p, #policy .listArea li {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#policy .textArea + .textArea, #policy .textArea + .listArea, #policy .listArea + .textArea, #policy .listArea + .listArea {
  margin-top: 20px;
}
#policy .textArea ul li, #policy .listArea ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#policy .textArea ol li, #policy .listArea ol li {
  text-indent: -2.55em;
  padding-left: 2em;
}
#policy .textArea ol.space li + li, #policy .listArea ol.space li + li {
  margin-top: 1em;
}
#policy .column + .column {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #policy {
    padding-top: 100px;
  }
  #policy .headText {
    margin-bottom: 70px;
  }
  #policy .column + .column {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #policy .headText {
    margin-bottom: 100px;
  }
  #policy .column + .column {
    margin-top: 100px;
  }
  #policy .textArea + .textArea, #policy .textArea + .listArea, #policy .listArea + .textArea, #policy .listArea + .listArea {
    margin-top: 30px;
  }
  #policy .textArea .listArea li + li, #policy .listArea .listArea li + li {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  #policy .headText {
    margin-bottom: 130px;
  }
  #policy .column + .column {
    margin-top: 130px;
  }
  #policy p {
    line-height: 2.1em;
  }
}
/* =============================================
- FEAR
================================================ */
/* =============================================
- contact
================================================ */
#contact {
  background-color: #F8F8F8;
}
#contact .titleStyle02.typeB .title, #contact .titleStyle02.typeB .sub {
  background-color: #F8F8F8;
}
#contact .inner {
  max-width: 800px;
  margin: 0px auto;
}
#contact .inner > .btnArea {
  margin-top: 40px;
}
#contact .inner .headText {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #contact .inner > .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #contact {
    padding-top: 100px;
  }
  #contact .titleStyle02 {
    margin-bottom: 50px;
  }
  #contact .headText {
    margin-bottom: 60px;
  }
}
/* =============================================
- contactHead
================================================ */
.headMidashi {
  display: none;
}

#contact .headMidashi {
  margin-bottom: 25px;
  color: #776B0A;
}

@media screen and (min-width: 768px) {
  #contact .headMidashi {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  #contact .headMidashi {
    margin-bottom: 50px;
  }
}
/* =============================================
- contactBody
================================================ */
.contactBody .requre {
  color: #fff;
  background-color: #002f65;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  margin-left: 8px;
  padding: 3px 5px;
  font-size: 13px;
}
.contactBody dl {
  margin-bottom: 18px;
}
.contactBody dl dt {
  font-size: 15px;
  margin-bottom: 8px;
}
.contactBody dl + dl {
  margin-top: 25px;
}
.contactBody textarea,
.contactBody input[type=text], .contactBody select {
  width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border: 1px solid #ECF0F0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0px;
  background-color: #fff;
}
.contactBody textarea:-moz-placeholder-shown, .contactBody input[type=text]:-moz-placeholder-shown, .contactBody select:-moz-placeholder-shown {
  color: #707070;
}
.contactBody textarea:-ms-input-placeholder, .contactBody input[type=text]:-ms-input-placeholder, .contactBody select:-ms-input-placeholder {
  color: #707070;
}
.contactBody textarea:placeholder-shown,
.contactBody input[type=text]:placeholder-shown, .contactBody select:placeholder-shown {
  color: #707070;
}
.contactBody textarea::-webkit-input-placeholder,
.contactBody input[type=text]::-webkit-input-placeholder, .contactBody select::-webkit-input-placeholder {
  color: #707070;
}
.contactBody textarea:-moz-placeholder,
.contactBody input[type=text]:-moz-placeholder, .contactBody select:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.contactBody textarea::-moz-placeholder,
.contactBody input[type=text]::-moz-placeholder, .contactBody select::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.contactBody textarea:-ms-input-placeholder,
.contactBody input[type=text]:-ms-input-placeholder, .contactBody select:-ms-input-placeholder {
  color: #707070;
}
.contactBody textarea:focus,
.contactBody input[type=text]:focus, .contactBody select:focus {
  background-color: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contactBody .noticeGroup {
  margin-top: 10px;
}
.contactBody .noticeGroup p {
  color: #3C3C3C;
  font-size: 13px;
  line-height: 1.6em;
}
.contactBody option:-moz-placeholder-shown {
  color: #b4b4b4;
}
.contactBody option:-ms-input-placeholder {
  color: #b4b4b4;
}
.contactBody option:placeholder-shown {
  color: #b4b4b4;
}
.contactBody option::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contactBody option:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contactBody option::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contactBody option:-ms-input-placeholder {
  color: #b4b4b4;
}
.contactBody textarea {
  vertical-align: bottom;
  height: 180px;
}
.contactBody .selectWrap + .input {
  margin-top: 10px;
}
.contactBody .selectWrap {
  position: relative;
  border-radius: 0px;
  color: #707070;
  border: 1px solid #ECF0F0;
}
.contactBody .selectWrap:before, .contactBody .selectWrap:after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #3c3c3c transparent transparent transparent;
}
.contactBody .selectWrap:before {
  top: 50%;
  margin-top: 2px;
}
.contactBody .selectWrap:after {
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contactBody .postalGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactBody .postalGroup .line {
  display: inline-block;
  padding: 0px 5px;
}
.contactBody .postalGroup .input {
  width: 60px;
}
.contactBody .postalGroup .input:nth-of-type(2) {
  width: 70px;
}
.contactBody .bottomArea {
  margin-top: 50px;
}
.contactBody .btnArea {
  margin-top: 20px;
  text-align: center;
}
.contactBody .btnArea .btnStyle02 {
  display: inline-block;
  border-radius: 50px;
}
.contactBody .btnArea .btnStyle02.btnBack {
  background-color: #C8C8C8;
  color: #16254B;
}
.contactBody .btnArea .btnStyle02.btnBack:before {
  left: 15px;
}
.contactBody .btnArea .btnStyle02.btnBack:after {
  left: 9px;
  -webkit-transform: rotate(145deg) translateX(-100%);
          transform: rotate(145deg) translateX(-100%);
}
.contactBody .btnArea .btnStyle02.btnBack:hover {
  background-color: #16254B;
  color: #fff;
}

#main:not(.confirm) .btnArea .btnBack, #main:not(.confirm) .btnArea .btnSend {
  display: none;
}

@media screen and (min-width: 768px) {
  .contactBody dl {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
  }
  .contactBody dl dt {
    width: 220px;
    padding-top: 13px;
    font-weight: normal;
    font-size: 16px;
  }
  .contactBody dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contactBody dl + dl {
    margin: 0px;
  }
  .contactBody textarea,
.contactBody input[type=text], .contactBody select {
    max-width: 600px;
    padding: 16px 15px;
  }
  .contactBody .selectWrap {
    max-width: 600px;
  }
  .contactBody .selectWrap select {
    padding: 14px 15px;
  }
  .contactBody .bottomArea {
    margin-top: 60px;
  }
  .contactBody .bottomArea .text {
    text-align: center;
    margin-bottom: 15px;
  }
  .contactBody .btnArea {
    margin-top: 30px;
  }
  .contactBody .btnArea .btnStyle02 {
    padding: 1em 20px 1em 20px;
    font-size: 18px;
  }
}
/* =============================================
- error
================================================ */
.error {
  margin-top: 12px;
}
.error span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
}
.error span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #d64141 transparent;
  position: absolute;
  left: 12px;
  top: -5px;
}

/* =============================================
- confirm
================================================ */
.confirm {
  padding-top: 0px;
}
.confirm .headText {
  display: none;
}
.confirm .headMidashi {
  display: block;
}
.confirm .contactHead {
  margin-bottom: 60px !important;
}
.confirm .contactBody .titleStyle02 {
  display: none;
}
.confirm .formheadArea, .confirm .checkArea, .confirm .noticeGroup {
  display: none;
}
.confirm .formContent {
  padding-top: 30px;
  margin-top: 0px;
}
.confirm .contactBody textarea, .confirm .contactBody input[type=text], .confirm .contactBody select {
  display: none;
}
.confirm .contactBody dl {
  padding: 20px 0px;
  border-top: 1px solid #969696;
}
.confirm .contactBody dl dt {
  padding-top: 0px !important;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
  color: #969696;
}
@media screen and (min-width: 768px) {
  .confirm .contactBody dl dt {
    margin-bottom: 0px;
  }
}
.confirm .contactBody dl dd {
  line-height: 1.2em;
}
.confirm .contactBody dl + dl {
  margin-top: 0px;
}
.confirm .contactBody dl:last-of-type {
  border-bottom: 1px solid #969696;
}
.confirm .contactBody .requre {
  display: none;
}
.confirm .contactBody .selectWrap {
  margin-left: 0px;
  border: 0px;
  color: #282828;
}
.confirm .contactBody .selectWrap:before, .confirm .contactBody .selectWrap:after {
  display: none;
}
.confirm .contactBody .btnConfirm {
  display: none;
}
.confirm .contactBody .btnArea {
  margin-top: 40px;
}
.confirm .contactBody .btnArea .btnStyle02 + .btnStyle02 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .confirm .contactBody dl {
    padding: 25px 0px;
  }
  .confirm .contactBody dl dt {
    margin-bottom: 0px;
  }
  .confirm .contactBody .btnArea {
    margin-top: 60px;
  }
  .confirm .contactBody .btnArea .btnStyle02 {
    width: 40%;
  }
  .confirm .contactBody .btnArea .btnStyle02 + .btnStyle02 {
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .confirm .contactHead {
    margin-bottom: 80px !important;
  }
  .confirm .contactBody dl {
    padding: 30px 0px;
  }
}
/* =============================================
- thanksBlock
================================================ */
.thanksBlock {
  max-width: 840px;
  margin: 0 auto;
}
.thanksBlock .title {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  font-size: 6vw;
  margin-bottom: 7vw;
}
@media screen and (min-width: 980px) {
  .thanksBlock .title {
    font-weight: bold;
  }
}
.thanksBlock .textArea {
  padding: 30px 15px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  line-height: 1.9em;
}
.thanksBlock .btnArea {
  margin-top: 30px;
}
.thanksBlock .btnArea .btnStyle02 {
  display: inline-block;
  border-radius: 50px;
  max-width: 340px;
}
.thanksBlock .btnArea .btnStyle02.back {
  background-color: #C8C8C8;
  color: #16254B;
}
.thanksBlock .btnArea .btnStyle02.back:before {
  left: 15px;
}
.thanksBlock .btnArea .btnStyle02.back:after {
  left: 9px;
  -webkit-transform: rotate(145deg) translateX(-100%);
          transform: rotate(145deg) translateX(-100%);
}
.thanksBlock .btnArea .btnStyle02.back:hover {
  background-color: #16254B;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .thanksBlock .title {
    text-align: center;
    font-weight: 600;
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .thanksBlock .title {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .thanksBlock .textArea {
    padding: 40px 30px;
  }
  .thanksBlock .textArea p {
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .thanksBlock .btnArea {
    margin-top: 50px;
  }
  .thanksBlock .btnArea .btnStyle02 {
    padding: 1em 20px 1em 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .thanksBlock {
    max-width: 720px;
    margin: 0px auto;
    padding-top: 40px;
  }
  .thanksBlock .title {
    font-size: 35px;
    margin-bottom: 55px;
  }
  .thanksBlock .textArea {
    padding: 40px 50px;
  }
  .thanksBlock .textArea p {
    line-height: 2em;
  }
  .thanksBlock .btnArea {
    margin-top: 90px;
  }
}
/* =============================================
- FEAR
================================================ */
/* =============================================
- performance
================================================ */
#performance .inner {
  max-width: 1100px;
  margin: 0px auto;
}
#performance .HeadArea .nameArea {
  margin-bottom: 8vw;
}
#performance .HeadArea .nameArea .sub, #performance .HeadArea .nameArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
}
@media screen and (min-width: 980px) {
  #performance .HeadArea .nameArea .sub, #performance .HeadArea .nameArea .name {
    font-weight: bold;
  }
}
#performance .HeadArea .nameArea .sub {
  font-size: 5vw;
  margin-bottom: 2vw;
}
#performance .HeadArea .nameArea .name {
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#performance .category {
  margin-bottom: 30px;
}
#performance .category ul li a {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #performance .category ul li a {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #performance .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #performance .category ul li {
    width: 50%;
  }
  #performance .category ul li a {
    background-color: #16254B;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0.5em 0px;
    border: 1px solid #fff;
    font-size: 15px;
  }
}
#performance .box_wrap .box {
  margin-bottom: 30px;
}
#performance .box_wrap .box .in {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
}
#performance .box_wrap .box .thumbnail {
  position: relative;
}
#performance .box_wrap .box .thumbnail .category {
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 1em;
}
#performance .box_wrap .box .thumbnail .category span {
  background-color: #999;
  display: inline-block;
  color: #fff;
  line-height: 1em;
  padding: 0.5em 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #performance .box_wrap .box .thumbnail .category span {
    font-weight: bold;
  }
}
#performance .box_wrap .box .thumbnail .category.web span {
  background-color: #0089FF;
}
#performance .box_wrap .box .thumbnail .category.graphic span {
  background-color: #FF9696;
}
#performance .box_wrap .box .thumbnail .category.movie span {
  background-color: #4CD399;
}
#performance .box_wrap .box .textbox {
  padding: 15px;
}
#performance .box_wrap .box .textbox .title_area {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#performance .box_wrap .box .textbox .title_area:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #BEB982;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#performance .box_wrap .box .textbox .title_area .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #performance .box_wrap .box .textbox .title_area .name {
    font-weight: bold;
  }
}
#performance .box_wrap .box .textbox .title_area .url a {
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
#performance .box_wrap .box .textbox .title_area .url a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/performance/icon_blank.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
#performance .box_wrap .box .textbox .charge {
  margin-top: 1em;
}
#performance .box_wrap .box .textbox .charge dt {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #performance .box_wrap .box .textbox .charge dt {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #performance .HeadArea .nameArea .sub {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
  #performance .HeadArea .nameArea .name {
    font-size: 5.2vw;
  }
  #performance .category {
    margin-bottom: 30px;
  }
  #performance .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #performance .category ul li a {
    font-size: 18px;
    display: inline-block;
    padding: 0.2em 0.5em;
  }
  #performance .category ul li a.active {
    border-bottom: 2px solid #000;
  }
  #performance .category ul li + li {
    margin-left: 15px;
  }
  #performance .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -15px;
  }
  #performance .box_wrap .box {
    padding: 0px 15px 50px 15px;
    width: 50%;
  }
  #performance .box_wrap .box .in {
    -webkit-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
  }
  #performance .box_wrap .box .thumbnail .category span {
    padding: 0.5em 1em;
  }
  #performance .box_wrap .box .textbox {
    padding: 20px 15px;
  }
  #performance .box_wrap .box .textbox .title_area {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #performance .box_wrap .box .textbox .title_area:after {
    width: 30px;
    height: 2px;
  }
  #performance .box_wrap .box .textbox .title_area .name {
    font-size: 20px;
  }
  #performance .box_wrap .box .textbox .title_area .notice {
    font-size: 14px;
  }
  #performance .box_wrap .box .textbox .charge {
    margin-top: 1em;
  }
  #performance .box_wrap .box .textbox .charge dt, #performance .box_wrap .box .textbox .charge dd {
    line-height: 1.6em;
    font-size: 14px;
  }
  #performance .box_wrap .box .textbox .charge dt {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #performance .box_wrap .box .textbox .charge dt {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #performance .inner {
    max-width: 1100px;
    margin: 0px auto;
  }
  #performance .HeadArea .nameArea {
    margin-bottom: 60px;
  }
  #performance .HeadArea .nameArea .sub {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #performance .HeadArea .nameArea .name {
    font-size: 54px;
  }
  #performance .box_wrap {
    margin: 0px -25px;
  }
  #performance .box_wrap .box {
    padding: 0px 25px 50px 25px;
    width: 50%;
  }
  #performance .box_wrap .box .textbox {
    padding: 25px 20px;
  }
  #performance .box_wrap .box .textbox .url a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #performance .box_wrap .box .textbox .url a:hover {
    color: #BEB982;
  }
}
@media screen and (min-width: 1280px) {
  #performance .category {
    margin-bottom: 60px;
  }
  #performance .category ul li a {
    font-size: 22px;
  }
  #performance .category ul li + li {
    margin-left: 20px;
  }
  #performance .box_wrap {
    margin: 0px -50px;
  }
  #performance .box_wrap .box {
    padding: 0px 50px 80px 50px;
    width: 600px;
  }
  #performance .box_wrap .box .textbox {
    padding: 30px 40px;
  }
  #performance .box_wrap .box .textbox .title_area {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  #performance .box_wrap .box .textbox .title_area:after {
    width: 35px;
  }
  #performance .box_wrap .box .textbox .title_area .name {
    font-size: 22px;
  }
  #performance .box_wrap .box .textbox .charge dt {
    margin-bottom: 0.5em;
  }
}
/* =============================================
- ANIMEATION
================================================ */
/* =============================================
- 追加
================================================ */
#mainVisual .imgArea .img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#mainVisual .textBox .boxText .top, #mainVisual .textBox .boxText .bottom {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#mainVisual .textBox .boxText .top span, #mainVisual .textBox .boxText .bottom span {
  opacity: 0;
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#mainVisual .textBox .boxText .top span:nth-child(0) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#mainVisual .textBox .boxText .top span:nth-child(1) {
  -webkit-animation-delay: 2.065s;
          animation-delay: 2.065s;
}
#mainVisual .textBox .boxText .top span:nth-child(2) {
  -webkit-animation-delay: 2.13s;
          animation-delay: 2.13s;
}
#mainVisual .textBox .boxText .top span:nth-child(3) {
  -webkit-animation-delay: 2.195s;
          animation-delay: 2.195s;
}
#mainVisual .textBox .boxText .top span:nth-child(4) {
  -webkit-animation-delay: 2.26s;
          animation-delay: 2.26s;
}
#mainVisual .textBox .boxText .top span:nth-child(5) {
  -webkit-animation-delay: 2.325s;
          animation-delay: 2.325s;
}
#mainVisual .textBox .boxText .top span:nth-child(6) {
  -webkit-animation-delay: 2.39s;
          animation-delay: 2.39s;
}
#mainVisual .textBox .boxText .top span:nth-child(7) {
  -webkit-animation-delay: 2.455s;
          animation-delay: 2.455s;
}
#mainVisual .textBox .boxText .top span:nth-child(8) {
  -webkit-animation-delay: 2.52s;
          animation-delay: 2.52s;
}
#mainVisual .textBox .boxText .top span:nth-child(9) {
  -webkit-animation-delay: 2.585s;
          animation-delay: 2.585s;
}
#mainVisual .textBox .boxText .top span:nth-child(10) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}
#mainVisual .textBox .boxText .top span:nth-child(11) {
  -webkit-animation-delay: 2.715s;
          animation-delay: 2.715s;
}
#mainVisual .textBox .boxText .top span:nth-child(12) {
  -webkit-animation-delay: 2.78s;
          animation-delay: 2.78s;
}
#mainVisual .textBox .boxText .top span:nth-child(13) {
  -webkit-animation-delay: 2.845s;
          animation-delay: 2.845s;
}
#mainVisual .textBox .boxText .top span:nth-child(14) {
  -webkit-animation-delay: 2.91s;
          animation-delay: 2.91s;
}
#mainVisual .textBox .boxText .top span:nth-child(15) {
  -webkit-animation-delay: 2.975s;
          animation-delay: 2.975s;
}
#mainVisual .textBox .boxText .top span:nth-child(16) {
  -webkit-animation-delay: 3.04s;
          animation-delay: 3.04s;
}
#mainVisual .textBox .boxText .top span:nth-child(17) {
  -webkit-animation-delay: 3.105s;
          animation-delay: 3.105s;
}
#mainVisual .textBox .boxText .top span:nth-child(18) {
  -webkit-animation-delay: 3.17s;
          animation-delay: 3.17s;
}
#mainVisual .textBox .boxText .top span:nth-child(19) {
  -webkit-animation-delay: 3.235s;
          animation-delay: 3.235s;
}
#mainVisual .textBox .boxText .top span:nth-child(20) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#mainVisual .textBox .boxText .top span:nth-child(21) {
  -webkit-animation-delay: 3.365s;
          animation-delay: 3.365s;
}
#mainVisual .textBox .boxText .top span:nth-child(22) {
  -webkit-animation-delay: 3.43s;
          animation-delay: 3.43s;
}
#mainVisual .textBox .boxText .top span:nth-child(23) {
  -webkit-animation-delay: 3.495s;
          animation-delay: 3.495s;
}
#mainVisual .textBox .boxText .top span:nth-child(24) {
  -webkit-animation-delay: 3.56s;
          animation-delay: 3.56s;
}
#mainVisual .textBox .boxText .top span:nth-child(25) {
  -webkit-animation-delay: 3.625s;
          animation-delay: 3.625s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(0) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(1) {
  -webkit-animation-delay: 2.565s;
          animation-delay: 2.565s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(2) {
  -webkit-animation-delay: 2.63s;
          animation-delay: 2.63s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(3) {
  -webkit-animation-delay: 2.695s;
          animation-delay: 2.695s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(4) {
  -webkit-animation-delay: 2.76s;
          animation-delay: 2.76s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(5) {
  -webkit-animation-delay: 2.825s;
          animation-delay: 2.825s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(6) {
  -webkit-animation-delay: 2.89s;
          animation-delay: 2.89s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(7) {
  -webkit-animation-delay: 2.955s;
          animation-delay: 2.955s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(8) {
  -webkit-animation-delay: 3.02s;
          animation-delay: 3.02s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(9) {
  -webkit-animation-delay: 3.085s;
          animation-delay: 3.085s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(10) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(11) {
  -webkit-animation-delay: 3.215s;
          animation-delay: 3.215s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(12) {
  -webkit-animation-delay: 3.28s;
          animation-delay: 3.28s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(13) {
  -webkit-animation-delay: 3.345s;
          animation-delay: 3.345s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(14) {
  -webkit-animation-delay: 3.41s;
          animation-delay: 3.41s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(15) {
  -webkit-animation-delay: 3.475s;
          animation-delay: 3.475s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(16) {
  -webkit-animation-delay: 3.54s;
          animation-delay: 3.54s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(17) {
  -webkit-animation-delay: 3.605s;
          animation-delay: 3.605s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(18) {
  -webkit-animation-delay: 3.67s;
          animation-delay: 3.67s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(19) {
  -webkit-animation-delay: 3.735s;
          animation-delay: 3.735s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(20) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(21) {
  -webkit-animation-delay: 3.865s;
          animation-delay: 3.865s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(22) {
  -webkit-animation-delay: 3.93s;
          animation-delay: 3.93s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(23) {
  -webkit-animation-delay: 3.995s;
          animation-delay: 3.995s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(24) {
  -webkit-animation-delay: 4.06s;
          animation-delay: 4.06s;
}
#mainVisual .textBox .boxText .bottom span:nth-child(25) {
  -webkit-animation-delay: 4.125s;
          animation-delay: 4.125s;
}
#mainVisual .textBox .boxText .note {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-animation-name: fadeUp3;
  animation-name: fadeUp3;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#mainVisual .imgArea .img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mainVisual .textBox .boxText .top, #mainVisual .textBox .boxText .bottom {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mainVisual .textBox .boxText .top span, #mainVisual .textBox .boxText .bottom span {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mainVisual .textBox .boxText .note {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/* =============================================
- ContactArea
================================================ */
.BottomContact .ContactArea {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.BottomContact .ContactArea.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

/* =============================================
- boxLayout01
================================================ */
.boxLayout01 .box {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.boxLayout01 .box.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

/* =============================================
- titleStyle
================================================ */
.titleStyle01 {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.titleStyle01.on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.titleStyle02 {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.titleStyle02.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.titleStyle03 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.titleStyle03.on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.titleStyle07 {
  -webkit-animation-name: lightSpeedIn2;
  animation-name: lightSpeedIn2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.titleStyle07.on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.titleStyle08 {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.titleStyle08.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.titleStyle09 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.titleStyle09:after {
  width: 0%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.titleStyle09.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.titleStyle09.on:after {
  width: 100%;
}

/* =============================================
- midashiStyle01
================================================ */
.midashiStyle01 {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.midashiStyle01.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

/* =============================================
- boxLayout
================================================ */
.boxLayout01 .box {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.boxLayout01 .box.on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.boxLayout04 .box {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.boxLayout04.on .box {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.boxLayout04.on .box:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.boxLayout04.on .box:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.boxLayout04.on .box:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.boxLayout04.on .box:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.boxLayout04.on .box:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.boxLayout04.on .box:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.boxLayout04.on .box:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.boxLayout04.on .box:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.boxLayout04.on .box:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.boxLayout04.on .box:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.boxLayout04.on .box:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.boxLayout04.on .box:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.boxLayout04.on .box:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.boxLayout04.on .box:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.boxLayout04.on .box:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.boxLayout04.on .box:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.boxLayout04.on .box:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.boxLayout04.on .box:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
.boxLayout04.on .box:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.boxLayout04.on .box:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
.boxLayout04.on .box:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.boxLayout04.on .box:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
.boxLayout04.on .box:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.boxLayout04.on .box:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
.boxLayout04.on .box:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.boxLayout04.on .box:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

.boxLayout05 .box {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.boxLayout05.on .box {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.boxLayout05.on .box:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.boxLayout05.on .box:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.boxLayout05.on .box:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.boxLayout05.on .box:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.boxLayout05.on .box:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.boxLayout05.on .box:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.boxLayout05.on .box:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.boxLayout05.on .box:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.boxLayout05.on .box:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.boxLayout05.on .box:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.boxLayout05.on .box:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.boxLayout05.on .box:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.boxLayout05.on .box:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.boxLayout05.on .box:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.boxLayout05.on .box:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.boxLayout05.on .box:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.boxLayout05.on .box:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.boxLayout05.on .box:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
.boxLayout05.on .box:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.boxLayout05.on .box:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
.boxLayout05.on .box:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.boxLayout05.on .box:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
.boxLayout05.on .box:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.boxLayout05.on .box:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
.boxLayout05.on .box:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.boxLayout05.on .box:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

/* =============================================
- Common
================================================ */
.triangleBody:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-width: 0vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  .triangleBody:before {
    border-width: 0vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  .triangleBody:before {
    border-width: 0px 760px 0px 0px;
  }
}
.triangleBody.typeC:before, .triangleBody.typeE:before {
  border-width: 0px 50vw 0vw 0px;
}
@media screen and (min-width: 980px) {
  .triangleBody.typeC:before, .triangleBody.typeE:before {
    border-width: 0px 49.5vw 0vw 0px;
  }
}
@media screen and (min-width: 1520px) {
  .triangleBody.typeC:before, .triangleBody.typeE:before {
    border-width: 0px 760px 0px 0px;
  }
}
.triangleBody.on:before {
  border-width: 50vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  .triangleBody.on:before {
    border-width: 49.5vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  .triangleBody.on:before {
    border-width: 760px 760px 0px 0px;
  }
}
.triangleBody.on.typeC:before, .triangleBody.on.typeE:before {
  border-width: 0px 50vw 50vw 0px;
}
@media screen and (min-width: 980px) {
  .triangleBody.on.typeC:before, .triangleBody.on.typeE:before {
    border-width: 0px 49.5vw 49.5vw 0px;
  }
}
@media screen and (min-width: 1520px) {
  .triangleBody.on.typeC:before, .triangleBody.on.typeE:before {
    border-width: 0px 760px 760px 0px;
  }
}

/* =============================================
- boxColumn
================================================ */
.boxColumn_typeB .box {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.boxColumn_typeB .box.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.boxColumn_typeC .box {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.boxColumn_typeC .box.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.boxColumn_typeD .box {
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.boxColumn_typeD .box.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.boxColumn_typeE .box {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.boxColumn_typeE .box.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- innerVisual
================================================ */
@media screen and (min-width: 768px) {
  #innerVisual .textBox:before {
    border-width: 0px 0px 100vw 100vw;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  #innerVisual .textBox .in {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #innerVisual .textBox .titleStyle06:after {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }

  .onload #innerVisual .textBox:before {
    border-width: 0px 0px 49vw 50vw;
  }
  .onload #innerVisual .textBox .in {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .onload #innerVisual .textBox .titleStyle06:after {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
/* =============================================
- TOP
================================================ */
#top_business .boxWrap .box {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#top_business .boxWrap.on .box {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#top_business .boxWrap.on .box:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#top_business .boxWrap.on .box:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#top_business .boxWrap.on .box:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#top_business .boxWrap.on .box:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#top_business .boxWrap.on .box:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#top_business .boxWrap.on .box:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#top_business .boxWrap.on .box:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#top_business .boxWrap.on .box:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
#top_business .boxWrap.on .box:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#top_business .boxWrap.on .box:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
#top_business .boxWrap.on .box:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#top_business .boxWrap.on .box:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
#top_business .boxWrap.on .box:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#top_business .boxWrap.on .box:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
#top_business .boxWrap.on .box:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#top_business .boxWrap.on .box:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
#top_business .boxWrap.on .box:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#top_business .boxWrap.on .box:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
#top_business .boxWrap.on .box:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#top_business .boxWrap.on .box:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
#top_business .boxWrap.on .box:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#top_business .boxWrap.on .box:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
#top_business .boxWrap.on .box:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#top_business .boxWrap.on .box:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
#top_business .boxWrap.on .box:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#top_business .boxWrap.on .box:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

#top_outline:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-width: 0vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  #top_outline:before {
    border-width: 0vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  #top_outline:before {
    border-width: 0px 760px 0px 0px;
  }
}
#top_outline.on:before {
  border-width: 50vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  #top_outline.on:before {
    border-width: 49.5vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  #top_outline.on:before {
    border-width: 760px 760px 0px 0px;
  }
}
#top_outline .colLayout {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#top_outline .colLayout.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#top_outline .colLayout .midashiStyle01 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#top_outline .bottomImg {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#top_outline .bottomImg.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#top_business:before {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-width: 0vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  #top_business:before {
    border-width: 0vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  #top_business:before {
    border-width: 0px 760px 0px 0px;
  }
}
#top_business.on:before {
  border-width: 50vw 50vw 0px 0px;
}
@media screen and (min-width: 980px) {
  #top_business.on:before {
    border-width: 49.5vw 49.5vw 0px 0px;
  }
}
@media screen and (min-width: 1520px) {
  #top_business.on:before {
    border-width: 760px 760px 0px 0px;
  }
}

/* =============================================
- jobads
================================================ */
#aboutOutline .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#aboutOutline .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#voiceDetail .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#voiceDetail .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#voiceComment .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#voiceComment .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- business
================================================ */
#businessOutline .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#businessOutline .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- aboutHeadArea
================================================ */
.aboutHeadArea .nameArea {
  -webkit-animation-name: lightSpeedIn2;
  animation-name: lightSpeedIn2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aboutHeadArea .thumbnail {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.aboutHeadArea.on .nameArea {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.aboutHeadArea.on .thumbnail {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.companyLogoimg .textBox {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.companyLogoimg .imgArea .img {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.companyLogoimg .imgArea .img:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.companyLogoimg .imgArea .img:nth-child(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.companyLogoimg .imgArea .img:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.companyLogoimg .imgArea .img:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.companyLogoimg.on .textBox {
  opacity: 1;
}
.companyLogoimg.on .imgArea .img {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#aboutMessage .textArea {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#aboutMessage .textArea.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- recruit
================================================ */
#recruitMessage .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recruitMessage .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#recruitOutline .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recruitOutline .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#recruitData .boxData .box {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#recruitData .boxData .box.on {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (min-width: 768px) {
  #recruitData .boxData .box.on:nth-child(even) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

#recruitSchedule .ScheduleArea .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recruitSchedule .ScheduleArea .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.colLayout03 .img {
  position: relative;
}
.colLayout03 .img img {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.colLayout03 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 3;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.colLayout03.on .img img {
  opacity: 1;
}
.colLayout03.on .img:after {
  width: 0;
}

#recruitTraining .colLayout03 .img:after {
  background-color: #BEB982;
}

#recruitOutside .colLayout03 .img:after {
  background-color: #DCDCDC;
}

#recruitRecruitment .trialBox, #recruitRecruitment .HeadArea {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#recruitRecruitment.on .trialBox, #recruitRecruitment.on .HeadArea {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#recruitRecruitment .column {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#recruitRecruitment .column.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- Media
================================================ */
.tableArea {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.tableArea.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#mediaHead .nameArea {
  -webkit-animation-name: lightSpeedIn2;
  animation-name: lightSpeedIn2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#mediaHead.on .nameArea {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mediaHead .colLayout01 {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#mediaHead .colLayout01.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#mediaHead .pageLinks li {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#mediaHead .pageLinks.on li {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#mediaHead .pageLinks.on li:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#mediaHead .pageLinks.on li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#mediaHead .pageLinks.on li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#mediaHead .pageLinks.on li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#mediaHead .pageLinks.on li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#mediaHead .pageLinks.on li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#mediaHead .pageLinks.on li:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#mediaHead .pageLinks.on li:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
#mediaHead .pageLinks.on li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#mediaHead .pageLinks.on li:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
#mediaHead .pageLinks.on li:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#mediaHead .pageLinks.on li:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
#mediaHead .pageLinks.on li:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#mediaHead .pageLinks.on li:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
#mediaHead .pageLinks.on li:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#mediaHead .pageLinks.on li:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
#mediaHead .pageLinks.on li:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#mediaHead .pageLinks.on li:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
#mediaHead .pageLinks.on li:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#mediaHead .pageLinks.on li:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
#mediaHead .pageLinks.on li:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#mediaHead .pageLinks.on li:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
#mediaHead .pageLinks.on li:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#mediaHead .pageLinks.on li:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
#mediaHead .pageLinks.on li:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#mediaHead .pageLinks.on li:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

#mediaCampaign .Campaigncolumn {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#mediaCampaign.on .Campaigncolumn {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#mediaChord .contentsArea {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#mediaChord .contentsArea.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* =============================================
- FEAR
================================================ */
#fearHead .nameArea {
  -webkit-animation-name: lightSpeedIn2;
  animation-name: lightSpeedIn2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#fearHead.on .nameArea {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#fearHead .headText {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#fearHead .headText.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#fearHead .colLayout01 {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#fearHead .colLayout01.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#fearHead .pageLinks li {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#fearHead .pageLinks.on li {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#fearHead .pageLinks.on li:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#fearHead .pageLinks.on li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#fearHead .pageLinks.on li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#fearHead .pageLinks.on li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#fearHead .pageLinks.on li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#fearHead .pageLinks.on li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#fearHead .pageLinks.on li:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#fearHead .pageLinks.on li:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
#fearHead .pageLinks.on li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#fearHead .pageLinks.on li:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
#fearHead .pageLinks.on li:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#fearHead .pageLinks.on li:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
#fearHead .pageLinks.on li:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#fearHead .pageLinks.on li:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
#fearHead .pageLinks.on li:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#fearHead .pageLinks.on li:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
#fearHead .pageLinks.on li:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#fearHead .pageLinks.on li:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
#fearHead .pageLinks.on li:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#fearHead .pageLinks.on li:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
#fearHead .pageLinks.on li:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#fearHead .pageLinks.on li:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
#fearHead .pageLinks.on li:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#fearHead .pageLinks.on li:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
#fearHead .pageLinks.on li:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#fearHead .pageLinks.on li:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

#fearPrice .imgWrap .item {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#fearPrice .imgWrap.on .item {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
#fearPrice .imgWrap.on .item:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#fearPrice .imgWrap.on .item:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#fearPrice .imgWrap.on .item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#fearPrice .imgWrap.on .item:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#fearPrice .imgWrap.on .item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#fearPrice .imgWrap.on .item:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#fearPrice .imgWrap.on .item:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#fearPrice .imgWrap.on .item:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
#fearPrice .imgWrap.on .item:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#fearPrice .imgWrap.on .item:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
#fearPrice .imgWrap.on .item:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#fearPrice .imgWrap.on .item:nth-child(11) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
#fearPrice .imgWrap.on .item:nth-child(12) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#fearPrice .imgWrap.on .item:nth-child(13) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
#fearPrice .imgWrap.on .item:nth-child(14) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
#fearPrice .imgWrap.on .item:nth-child(15) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
#fearPrice .imgWrap.on .item:nth-child(16) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#fearPrice .imgWrap.on .item:nth-child(17) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}
#fearPrice .imgWrap.on .item:nth-child(18) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
#fearPrice .imgWrap.on .item:nth-child(19) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}
#fearPrice .imgWrap.on .item:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#fearPrice .imgWrap.on .item:nth-child(21) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
#fearPrice .imgWrap.on .item:nth-child(22) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
#fearPrice .imgWrap.on .item:nth-child(23) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
#fearPrice .imgWrap.on .item:nth-child(24) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#fearPrice .imgWrap.on .item:nth-child(25) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

/* =============================================
- IE
================================================ */
/* =============================================
- header
================================================ */
@media screen and (min-width: 1180px) {
  _:-ms-input-placeholder #navigation .gnav .childList li a, :root #header #navigation .gnav .childList li a {
    padding: 1.2em 15px 0.9em 15px;
  }
}

/* =============================================
- COMMON
================================================ */
_:-ms-input-placeholder, :root .btnStyle01 {
  padding: 1.2em 20px 1em 20px;
}

_:-ms-input-placeholder, :root .btnStyle02 {
  padding: 1.3em 20px 0.9em 20px;
}
_:-ms-input-placeholder .svgwrap, :root .btnStyle02 .svgwrap {
  margin-top: -0.35em;
}

_:-ms-input-placeholder:before, :root .titleStyle04:before {
  margin-top: -5px;
}

_:-ms-input-placeholder:before, :root .titleStyle05:before {
  margin-top: -6px;
}

_:-ms-input-placeholder:before, :root .titleStyle08:before {
  margin-top: -12px;
}

_:-ms-input-placeholder li:before, :root .listStyle02 li:before {
  top: 0.2em;
}

@media screen and (min-width: 980px) {
  _:-ms-input-placeholder tbody th, :root .tableStyle01 tbody th {
    padding: 0.8em 2px 0.4em 2px;
  }
}
@media screen and (min-width: 1180px) {
  _:-ms-input-placeholder thead th, :root .tableStyle01 thead th {
    padding: 0.9em 10px 0.6em 10px;
  }
  _:-ms-input-placeholder tbody td, :root .tableStyle01 tbody td {
    padding: 0.9em 23px 0.6em 23px;
  }
  _:-ms-input-placeholder tbody td.baseLine, :root .tableStyle01 tbody td.baseLine {
    padding-top: 2em;
  }
}

_:-ms-input-placeholder .head, :root .BottomContact .head {
  padding: 0.8em 0.8em 0.5em 0.8em;
}
_:-ms-input-placeholder .BunnerArea .bottom, :root .BottomContact .BunnerArea .bottom {
  padding: 0.7em 40px 0.5em 40px;
}

/* =============================================
- TOP
================================================ */
_:-ms-input-placeholder .box .title a:before, :root .boxLayout01 .box .title a:before {
  margin-top: -12px;
}

/* =============================================
- jobads
================================================ */
_:-ms-input-placeholder .textArea strong, :root #aboutOutline .textArea strong {
  padding-bottom: 0px;
  background-position-y: -0.2em;
}

/* =============================================
- business
================================================ */
_:-ms-input-placeholder .textArea strong, :root #businessOutline .textArea strong {
  padding-bottom: 0px;
  background-position-y: -0.2em;
}

/* =============================================
- about
================================================ */
@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .faqList dl dt, :root #faq .faqList dl dt {
    padding: 1.7em 60px 1.3em 80px;
  }
}

/* =============================================
- recruit
================================================ */
_:-ms-input-placeholder .textArea strong, :root #recruitMessage .textArea strong {
  padding-bottom: 0px;
  background-position-y: -0.2em;
}

_:-ms-input-placeholder .textArea strong, :root #recruitOutline .textArea strong {
  padding-bottom: 0px;
  background-position-y: -0.2em;
}

_:-ms-input-placeholder .boxData .box .dateLabel p:before, :root #recruitData .boxData .box .dateLabel p:before {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .ScheduleArea .column .imgArea .time, :root #recruitSchedule .ScheduleArea .column .imgArea .time {
    padding: 0.4em 25px 0.1em 25px;
  }
}
@media screen and (min-width: 980px) {
  _:-ms-input-placeholder .ScheduleArea .column .imgArea .time, :root #recruitSchedule .ScheduleArea .column .imgArea .time {
    padding: 0.6em 35px 0.3em 35px;
  }
}

/* =============================================
- media
================================================ */
@media screen and (min-width: 768px) {
  _:-ms-input-placeholder .title .text, :root .Campaigncolumn .title .text {
    padding: 0.8em 45px 0.4em 25px;
  }
}
@media screen and (min-width: 980px) {
  _:-ms-input-placeholder .title .text, :root .Campaigncolumn .title .text {
    padding: 1.2em 80px 0.8em 25px;
  }
}

@media screen and (min-width: 768px) {
  _:-ms-input-placeholder dl dt .text, :root .ChordList dl dt .text {
    padding: 0.8em 45px 0.4em 25px;
  }
}
@media screen and (min-width: 980px) {
  _:-ms-input-placeholder dl dt .text, :root .ChordList dl dt .text {
    padding: 1.2em 80px 0.8em 25px;
  }
}
@media screen and (min-width: 768px) {
  _:-ms-input-placeholder dl dd .subList .subtext, :root .ChordList dl dd .subList .subtext {
    padding: 0.8em 45px 0.4em 25px;
  }
}
@media screen and (min-width: 980px) {
  _:-ms-input-placeholder dl dd .subList .subtext, :root .ChordList dl dd .subList .subtext {
    padding: 0.5em 25px 0.2em 45px;
  }
}
_:-ms-input-placeholder dl dd .subList .subtext:before, :root .ChordList dl dd .subList .subtext:before {
  top: 1.25em;
}
/*# sourceMappingURL=style.css.map */