@charset "UTF-8";
/* =============================================
- parts
================================================ */
/* =============================================
- KEYFREAM
================================================ */
/*-----------------------------------------------------------------
  vertical01
----------------------------------------------------------------- */
@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    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;
  }
}
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes background {
  from {
    background-color: rgba(0, 0, 0, 0.9);
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes background {
  from {
    background-color: rgba(0, 0, 0, 0.9);
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
/*-----------------------------------------------------------------
  Recruit
----------------------------------------------------------------- */
@keyframes Recruit_left {
  0% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes Recruit_left {
  0% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes Recruit_right {
  0% {
    -webkit-transform: translate(-140px, 80px);
            transform: translate(-140px, 80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes Recruit_right {
  0% {
    -webkit-transform: translate(-140px, 80px);
            transform: translate(-140px, 80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
/* =============================================
- 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;
  bottom: -15vw;
  width: 32px;
  height: 32px;
  z-index: 22;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    bottom: -7vw;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-top: 1px solid #0043C3;
    border-right: 1px solid #0043C3;
  }
}
@media screen and (min-width: 980px) {
  .slick-prev, .slick-next {
    bottom: -5.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .slick-prev, .slick-next {
    bottom: -72px;
  }
}

.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;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 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: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  padding: 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.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10vw;
  top: 10vw;
  -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;
}

/* =============================================
- common
================================================ */
/*-----------------------------------------------------------------
	product_items
----------------------------------------------------------------- */
.product_items * + .textArea {
  margin-top: 20px;
}
.product_items .textArea + * {
  margin-top: 15px;
}
.product_items .textBox {
  padding: 15px;
  background-color: #eee;
  margin-top: 15px;
}
.product_items .textBox.type02 {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #0043C3;
  display: inline-block;
}
.product_items .textBox.type02 ul {
  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) {
  .product_items .textBox.type02 ul {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .product_items {
    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;
  }
  .product_items .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  .product_items .rightArea {
    width: 40%;
  }
}
@media screen and (min-width: 1080px) {
  .product_items {
    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;
  }
  .product_items .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 80px;
  }
  .product_items .leftArea * + .textArea {
    margin-top: 35px;
  }
  .product_items .leftArea .textArea + * {
    margin-top: 20px;
  }
  .product_items .leftArea .textArea {
    margin-right: -5px;
  }
  .product_items .leftArea .titleStyle01 {
    margin-right: -30px;
  }
  .product_items .rightArea {
    width: 500px;
  }
  .product_items .textBox {
    margin-top: 30px;
  }
  .product_items .textBox.type02 {
    padding: 20px 25px;
  }
  .product_items .textBox.type02 ul {
    font-size: 15px;
  }
}
/*-----------------------------------
	item
------------------------------------- */
.product_items .item {
  margin-top: 30px;
}
.product_items .item .thumb_slider {
  margin-top: 10px;
}
.product_items .item .thumb_slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_items .item .thumb_slider li {
  position: relative;
  padding: 0px 5px;
  width: 25%;
  cursor: pointer;
}
.product_items .item .thumb_slider li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0px;
  background-color: rgba(0, 67, 195, 0);
}
.product_items .item .thumb_slider li.thumbnail-current:before, .product_items .item .thumb_slider li.first:before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0px;
  background-color: rgba(0, 67, 195, 0.6);
}
@media screen and (min-width: 768px) {
  .product_items .item .thumb_slider li:not(.thumbnail-current):hover:before {
    background-color: rgba(0, 67, 195, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .product_items .item {
    margin-top: 0px;
  }
}
/*-----------------------------------------------------------------
	productLink
----------------------------------------------------------------- */
.productLink .box {
  position: relative;
}
.productLink .text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 20px 0px 10px;
  height: 4em;
  line-height: 1.4em;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  .productLink .text {
    font-weight: bold;
  }
}
.productLink .text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}
.productLink .text:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 67, 195, 0.7);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

/*
	1080
============================= */
@media screen and (min-width: 1080px) {
  .productLink .text {
    font-size: 14px;
    padding: 0px 25px 0px 10px;
    height: 60px;
  }
  .productLink .text:after {
    border-width: 5px 0 5px 6px;
    right: 10px;
    margin-top: -5px;
  }
  .productLink .box:hover .text {
    height: 50%;
  }
}
/*-----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  max-width: 100%;
  margin: 0 auto;
}
.movie a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.movie a:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #0043C3;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-top: -30px;
  z-index: 11;
}
.movie a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -5px;
  z-index: 16;
}
.movie a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/*
	tab
============================= */
@media screen and (min-width: 768px) {
  .movie {
    max-width: 80%;
  }
  .movie a:hover:before {
    background-color: #FF9900;
  }
}
@media screen and (min-width: 980px) {
  .movie {
    max-width: 800px;
    text-align: center;
  }
  .movie a {
    width: auto;
    display: inline-block;
  }
}
/*-----------------------------------------------------------------
	product_items
----------------------------------------------------------------- */
#menuBtn {
  padding: 30px 20px 0px 20px;
}
#menuBtn .btn + .btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #menuBtn {
    padding: 50px 30px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menuBtn .btn {
    width: 48%;
  }
  #menuBtn .btn .btnStyle01 {
    max-width: 100%;
  }
  #menuBtn .btn + .btn {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #menuBtn .btn + .btn:nth-child(2n+1) {
    margin-left: 0px;
  }
  #menuBtn .btn + .btn:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 980px) {
  #menuBtn {
    padding: 50px 30px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menuBtn .btn {
    width: 24.25%;
  }
  #menuBtn .btn .btnStyle01 {
    font-size: 15px;
  }
  #menuBtn .btn + .btn {
    margin-top: 0px;
    margin-left: 1%;
  }
}
@media screen and (min-width: 1180px) {
  #menuBtn {
    padding: 80px 15px 0px 15px;
    max-width: 1100px;
    margin: 0 auto;
  }
  #menuBtn .btn {
    width: 260px;
  }
  #menuBtn .btn .btnStyle01 {
    font-size: 16px;
  }
  #menuBtn .btn + .btn {
    margin-top: 0px;
    margin-left: 10px;
  }
}
/*-----------------------------------------------------------------
	bottomLinkArea
----------------------------------------------------------------- */
#bottomLinkArea {
  padding: 0px 20px 40px 20px;
}
#bottomLinkArea .box {
  width: 100%;
  height: 30vw;
  position: relative;
  z-index: 1;
}
#bottomLinkArea .box a {
  width: 100%;
  height: 100%;
  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;
}
#bottomLinkArea .box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/common/bottomBox_bg_img01.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -22;
}
#bottomLinkArea .box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -11;
}
#bottomLinkArea .box + .box {
  margin-top: 10px;
}
#bottomLinkArea .box.box01:after {
  background-image: url(../images/common/bottomBox_bg_img01.jpg);
}
#bottomLinkArea .box.box02:after {
  background-image: url(../images/common/bottomBox_bg_img02.jpg);
}
#bottomLinkArea .box.box03:after {
  background-image: url(../images/common/bottomBox_bg_img03.jpg);
}
#bottomLinkArea .box.box04:after {
  background-image: url(../images/common/bottomBox_bg_img04.jpg);
}
#bottomLinkArea .box .text {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #fff;
  min-width: 200px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #bottomLinkArea .box .text {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #bottomLinkArea {
    padding: 0px 20px 60px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bottomLinkArea .box {
    width: 32%;
    height: 30vw;
  }
  #bottomLinkArea .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1080px) {
  #bottomLinkArea {
    padding: 0px 20px 120px 20px;
    max-width: 1040px;
    margin: 0 auto;
  }
  #bottomLinkArea .box {
    height: 320px;
    overflow: hidden;
  }
  #bottomLinkArea .box .text {
    font-size: 20px;
    padding: 15px 15px;
    min-width: 260px;
  }
  #bottomLinkArea .box:after {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #bottomLinkArea .box:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #bottomLinkArea .box:hover:before {
    background-color: rgba(0, 67, 195, 0.6);
  }
  #bottomLinkArea .box:hover:after {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
/*-----------------------------------------------------------------
	product link
----------------------------------------------------------------- */
.product_link_01 {
  margin-top: 40px;
}

.product_link_02 {
  margin-top: 10px;
}

/* =============================================
- visual
================================================ */
/*-----------------------------------------------------------------
  mainVisual
----------------------------------------------------------------- */
/*-----------------------------------------------------------------
	innerVisual
----------------------------------------------------------------- */
#innerVisual {
  position: relative;
  overflow: hidden;
}
#innerVisual .title {
  position: absolute;
  left: 30px;
  top: 60%;
  line-height: 1em;
  margin-top: -0.5em;
  z-index: 11;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#innerVisual .title02 {
  position: absolute;
  left: 30px;
  top: 55%;
  line-height: 1em;
  z-index: 11;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
#innerVisual .title02 .en {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #innerVisual .title02 .en {
    font-weight: bold;
  }
}
#innerVisual .title02 .txt {
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
}
#innerVisual .visual {
  position: relative;
  width: 100%;
  height: 50vw;
  background-size: cover;
  overflow: hidden;
}
#innerVisual .visual:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 67, 195, 0.85);
  position: absolute;
  left: 0px;
  top: 0px;
}
#innerVisual .visual img {
  position: absolute;
  width: auto;
  height: 100%;
  min-width: 100vw;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -11;
  max-width: 9999%;
}
#innerVisual.high .visual {
  height: 60vw;
}

@media screen and (min-width: 768px) {
  #innerVisual .title {
    font-size: 30px;
  }
  #innerVisual .title02 {
    top: 52%;
  }
  #innerVisual .title02 .en {
    font-size: 40px;
  }
  #innerVisual .title02 .txt {
    margin-top: 30px;
    font-size: 18px;
  }
  #innerVisual .visual {
    width: 100%;
    height: 35vw;
  }
  #innerVisual .visual img {
    width: 100vw;
    height: auto;
  }
  #innerVisual.high .visual {
    height: 50vw;
  }
}
@media screen and (min-width: 980px) {
  #innerVisual .title {
    font-size: 36px;
  }
  #innerVisual .title02 {
    top: 52%;
  }
  #innerVisual .title02 .en {
    font-size: 50px;
  }
  #innerVisual .title02 .txt {
    margin-top: 35px;
    font-size: 20px;
  }
  #innerVisual .visual {
    max-height: 400px;
  }
  #innerVisual.high .visual {
    height: 70vw;
    max-height: 600px;
  }
}
@media screen and (min-width: 1180px) {
  #innerVisual .title {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    margin-left: -550px;
  }
  #innerVisual .title02 {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    margin-left: -550px;
  }
  #innerVisual .title02 .en {
    font-size: 60px;
  }
  #innerVisual .title02 .txt {
    margin-top: 40px;
  }
  #innerVisual.high .visual {
    max-height: 760px;
  }
}
/*-----------------------------------------------------------------
	recruitVisual
----------------------------------------------------------------- */
#recruitVisual {
  position: relative;
  z-index: 11;
  padding: 25% 20px 50px 20px;
  background-size: cover;
}
#recruitVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -11;
}
#recruitVisual .textBox {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#recruitVisual .textBox .midashi {
  font-family: "Noto Serif SC", "Yu Mincho", "YuMincho", "HGP明朝B", serif;
  font-size: 23px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  #recruitVisual .textBox .midashi {
    font-size: 26px;
  }
}
#recruitVisual .textBox .textArea {
  margin-top: 20px;
}
#recruitVisual .textBox .textArea p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #recruitVisual {
    padding: 22% 20px 15% 20px;
  }
  #recruitVisual .textBox .midashi {
    font-size: 35px;
  }
  #recruitVisual .textBox .textArea {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  #recruitVisual {
    padding: 25% 20px 15% 20px;
  }
  #recruitVisual .textBox .midashi {
    font-size: 50px;
  }
  #recruitVisual .textBox .textArea {
    margin-top: 40px;
  }
  #recruitVisual .textBox .textArea p {
    font-weight: 600;
    line-height: 2em;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #recruitVisual .textBox .textArea p {
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  #recruitVisual {
    padding: 330px 20px 280px 20px;
    max-height: 1000px;
  }
  #recruitVisual .textBox .midashi {
    font-size: 80px;
  }
  #recruitVisual .textBox .textArea {
    margin-top: 70px;
  }
  #recruitVisual .textBox .textArea p {
    font-weight: 600;
    line-height: 2.1em;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 980px) {
  #recruitVisual .textBox .textArea p {
    font-weight: bold;
  }
}
/* =============================================
- _titleStyle
================================================ */
small {
  font-size: 10px;
  position: relative;
  top: -0.3em;
}

sup {
  font-size: 11px;
  position: relative;
  top: -3px;
}

.unit {
  margin-top: 8px;
}

/*-----------------------------------------------------------------
	titleStyle
----------------------------------------------------------------- */
/*
    Style01
========================================================= */
.titleStyle01 {
  font-size: 22px;
  color: #0043C3;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.55em;
}
@media screen and (min-width: 980px) {
  .titleStyle01 {
    font-weight: bold;
  }
}
.titleStyle01.center {
  text-align: center;
}
.titleStyle01.white {
  color: #fff;
}
.titleStyle01.noto {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
.titleStyle01 span {
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .titleStyle01 {
    font-size: 24px;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle01 {
    font-size: 30px;
    line-height: 1.7em;
  }
  .titleStyle01 span {
    font-size: 16px;
    padding-left: 20px;
  }
}
/*
    Style02
========================================================= */
.titleStyle02 {
  font-size: 20px;
  color: #0043C3;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  border-bottom: 2px solid #0043C3;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .titleStyle02 {
    font-weight: bold;
  }
}

@media screen and (min-width: 980px) {
  .titleStyle02 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 1.3em;
  }
}
@media screen and (min-width: 1280px) {
  .titleStyle02 {
    margin-bottom: 1.7em;
  }
}
/*
    Style03
========================================================= */
.titleStyle03 {
  font-size: 18px;
  color: #0043C3;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.55em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 980px) {
  .titleStyle03 {
    font-weight: bold;
  }
}
.titleStyle03.black {
  color: #111;
}
.titleStyle03.white {
  color: #fff;
}
.titleStyle03.noto {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
.titleStyle03.large {
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  .titleStyle03 {
    font-size: 22px;
    line-height: 1.7em;
  }
  .titleStyle03.large {
    font-size: 23px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle03 {
    font-size: 25px;
    margin-bottom: 1.2em;
    line-height: 1.5em;
  }
  .titleStyle03.large {
    font-size: 28px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle03.large {
    font-size: 36px;
  }
}
/*
    Style04
========================================================= */
.titleStyle04 .title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0043C3;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .title {
    font-weight: bold;
  }
}
.titleStyle04 .notice {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0043C3;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .notice {
    font-weight: bold;
  }
}

@media screen and (min-width: 980px) {
  .titleStyle04 .title {
    font-size: 30px;
  }
  .titleStyle04 .notice {
    font-size: 16px;
    margin-top: 10px;
  }
}
/*
    Style05
========================================================= */
.titleStyle05 {
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 980px) {
  .titleStyle05 {
    font-weight: bold;
  }
}
.titleStyle05:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle05 {
    font-size: 22px;
    line-height: 1.5em;
    padding-bottom: 15px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle05 {
    font-size: 25px;
    margin-bottom: 1.4em;
  }
  .titleStyle05:before {
    height: 3px;
  }
}
/*
    Style06（headTitle）
========================================================= */
.headTitle {
  padding: 30px 20px 10px 20px;
}

@media screen and (min-width: 768px) {
  .headTitle {
    padding: 50px 20px 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.titleStyle06 {
  font-size: 25px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0.7em;
  color: #0043C3;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
.titleStyle06:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle06 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle06 {
    font-size: 36px;
    padding-bottom: 35px;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
  }
}
/*
    Style07
========================================================= */
.titleStyle07 {
  margin-bottom: 1.5em;
}
.titleStyle07 .en, .titleStyle07 .title {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
@media screen and (min-width: 980px) {
  .titleStyle07 .en, .titleStyle07 .title {
    font-weight: bold;
  }
}
.titleStyle07 .en {
  font-size: 25px;
  color: #0043C3;
}
.titleStyle07 .title {
  margin-top: 3px;
  color: #333333;
}
.titleStyle07.white .en, .titleStyle07.white .title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .titleStyle07 {
    margin-bottom: 2.5em;
  }
  .titleStyle07 .en {
    font-size: 32px;
  }
  .titleStyle07 .title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle07 {
    margin-bottom: 3em;
  }
  .titleStyle07 .en {
    font-size: 40px;
  }
  .titleStyle07 .title {
    margin-top: 13px;
    font-size: 18px;
  }
}
/*
    Style08
========================================================= */
.titleStyle08 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle08 .en {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #0043C3;
}
@media screen and (min-width: 980px) {
  .titleStyle08 .en {
    font-weight: bold;
  }
}
.titleStyle08 .title {
  font-size: 25px;
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  margin-top: 5px;
  color: #111;
}
@media screen and (min-width: 980px) {
  .titleStyle08 .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .titleStyle08 .en {
    font-size: 20px;
  }
  .titleStyle08 .title {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle08 .en {
    font-size: 25px;
  }
  .titleStyle08 .title {
    font-size: 36px;
    margin-top: 20px;
  }
}
/*-----------------------------------------------------------------
	midashiStyle
----------------------------------------------------------------- */
.midashiStyle01 {
  color: #333333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-weight: bold;
  }
}
.midashiStyle01.blue {
  color: #0043C3;
}

@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-size: 20px;
  }
}
/* =============================================
- _btnStyle
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/*-----------------------------------------------------------------
	style01
----------------------------------------------------------------- */
.btnStyle01 {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 13px 20px;
  text-align: center;
  border: 1px solid #0043C3;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #0043C3;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 980px) {
  .btnStyle01 {
    font-weight: bold;
  }
}
.btnStyle01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #0043C3;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btnStyle01.back:after {
  right: auto;
  left: 15px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btnStyle01.now {
  background-color: #0043C3;
  color: #fff;
  cursor: default;
}
.btnStyle01.now:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .btnStyle01 {
    max-width: 320px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 980px) {
  .btnStyle01 {
    max-width: 320px;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .btnStyle01:not(.now):hover {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
  .btnStyle01:not(.now):hover:after {
    border-color: transparent transparent transparent #fff;
  }
}
/*-----------------------------------------------------------------
	btnDl
----------------------------------------------------------------- */
.btnDl {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 13px 10px;
  text-align: center;
  border: 1px solid #0043C3;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #0043C3;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  .btnDl {
    font-weight: bold;
  }
}
.btnDl span {
  padding-left: 30px;
  position: relative;
}
.btnDl span:before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url(../images/icon/icon_dl.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media screen and (min-width: 768px) {
  .btnDl {
    max-width: 250px;
  }
  .btnDl:hover {
    border-color: #0043C3;
    background-color: #0043C3;
    color: #fff;
  }
  .btnDl:hover span:before {
    background-image: url(../images/icon/icon_dl_on.png);
  }
}
/*-----------------------------------------------------------------
	telBtn
----------------------------------------------------------------- */
.telBtn {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #0043C3;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #0043C3;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  .telBtn {
    font-weight: bold;
  }
}
.telBtn span {
  padding-left: 30px;
  position: relative;
}
.telBtn span:before {
  content: "";
  width: 20px;
  height: 30px;
  background-image: url(../images/icon/icon_tel.png);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
}

@media screen and (min-width: 980px) {
  .telBtn {
    padding: 25px 10px;
    font-size: 25px;
    border-width: 2px;
  }
  .telBtn span {
    padding-left: 40px;
  }
}
/*-----------------------------------------------------------------
	telBtn
----------------------------------------------------------------- */
.mailBtn {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #0043C3;
  background-color: #0043C3;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  .mailBtn {
    font-weight: bold;
  }
}
.mailBtn span {
  padding-left: 30px;
  position: relative;
}
.mailBtn span:before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../images/icon/icon_mail.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}

@media screen and (min-width: 980px) {
  .mailBtn {
    padding: 25px 10px;
    font-size: 22px;
    border-width: 2px;
  }
  .mailBtn span {
    padding-left: 60px;
  }
  .mailBtn span:before {
    width: 40px;
    height: 30px;
    margin-top: -15px;
  }
  .mailBtn:hover {
    border-color: #333;
    background-color: #333;
  }
}
/*-----------------------------------------------------------------
	moreBtn
----------------------------------------------------------------- */
a.moreBtn {
  display: inline-block;
  background-color: #0043C3;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  padding: 10px 10px 10px 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  a.moreBtn {
    font-weight: bold;
  }
}
a.moreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 15px;
  border-color: transparent transparent transparent #0043C3;
  position: absolute;
  right: -15px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a.moreBtn.white {
  background-color: #fff;
  color: #0043C3;
}
a.moreBtn.white:after {
  border-color: transparent transparent transparent #fff;
}
a.moreBtn.black {
  background-color: #111111;
}
a.moreBtn.black:after {
  border-color: transparent transparent transparent #111111;
}

@media screen and (min-width: 768px) {
  a.moreBtn {
    padding: 14px 25px 14px 30px;
  }
  a.moreBtn:after {
    border-width: 21px 0 21px 20px;
    right: -20px;
  }
  a.moreBtn:hover {
    background-color: #111111;
    color: #fff;
    margin-left: 8px;
  }
  a.moreBtn:hover:after {
    border-color: transparent transparent transparent #111111;
  }
  a.moreBtn:hover.black {
    background-color: #fff;
    color: #0043C3;
  }
  a.moreBtn:hover.black:after {
    border-color: transparent transparent transparent #fff;
  }
}
/* =============================================
- _boxLayout
================================================ */
/*-----------------------------------------------------------------
	boxLayout01
----------------------------------------------------------------- */
.boxLayout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boxLayout01 .box {
  width: 48%;
}
.boxLayout01 .box + .box {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .boxLayout01 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media screen and (min-width: 768px) {
  .boxLayout01 .box {
    width: 23%;
  }
  .boxLayout01 .box + .box {
    margin-left: 2%;
  }
  .boxLayout01 .box:nth-child(4n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box:nth-child(n+5) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 1080px) {
  .boxLayout01 .box {
    width: 220px;
  }
  .boxLayout01 .box + .box {
    margin-left: 40px;
  }
  .boxLayout01 .box:nth-child(4n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box:nth-child(n+5) {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------------------
	boxLayout02
----------------------------------------------------------------- */
.boxLayout02 .box + .box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .boxLayout02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout02 .box {
    width: 48%;
  }
  .boxLayout02 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxLayout02 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout02 .box:nth-child(n+3) {
    margin-top: 4%;
  }
}
/*-----------------------------------------------------------------
	boxLayout03
----------------------------------------------------------------- */
.boxLayout03 .box + .box {
  margin-top: 30px;
}
.boxLayout03 .box .img {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .boxLayout03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout03 .box {
    width: 48%;
  }
  .boxLayout03 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxLayout03 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout03 .box:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout03 .box {
    width: 46%;
  }
  .boxLayout03 .box + .box {
    margin-left: 8%;
  }
  .boxLayout03 .box .img {
    margin-top: 15px;
  }
}
/*-----------------------------------------------------------------
	boxLayout04
----------------------------------------------------------------- */
.boxLayout04 .box + .box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .boxLayout04 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxLayout04 .box .img {
    width: 30%;
  }
  .boxLayout04 .box .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
  }
}

@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: 31%;
  }
  .boxLayout04 .box + .box {
    margin-top: 0px;
    margin-left: 3.5%;
  }
  .boxLayout04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout04 .box:nth-child(n+4) {
    margin-top: 3.5%;
  }
  .boxLayout04 .box .textArea {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .boxLayout04 .box {
    width: 296px;
  }
  .boxLayout04 .box + .box {
    margin-left: 56px;
  }
  .boxLayout04 .box:nth-child(n+4) {
    margin-top: 56px;
  }
  .boxLayout04 .box .textArea {
    margin-top: 15px;
  }
}
/*-----------------------------------------------------------------
	boxLayout05
----------------------------------------------------------------- */
.boxLayout05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boxLayout05 .box {
  width: 48%;
}
.boxLayout05 .box + .box {
  margin-top: 0px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .boxLayout05 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media screen and (min-width: 768px) {
  .boxLayout05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout05 .box {
    width: 19%;
  }
  .boxLayout05 .box + .box {
    margin-top: 0px;
    margin-left: 1%;
  }
  .boxLayout05 .box:nth-child(5n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+6) {
    margin-top: 1%;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxLayout05 .box {
    width: 19%;
  }
  .boxLayout05 .box + .box {
    margin-top: 0px;
    margin-left: 1%;
  }
  .boxLayout05 .box:nth-child(5n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+6) {
    margin-top: 1%;
  }
}
@media screen and (min-width: 1080px) {
  .boxLayout05 .box {
    width: 180px;
  }
  .boxLayout05 .box + .box {
    margin-top: 0px;
    margin-left: 25px;
  }
  .boxLayout05 .box:nth-child(5n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+6) {
    margin-top: 25px;
  }
}
/*-----------------------------------------------------------------
	boxLayout06
----------------------------------------------------------------- */
.boxLayout06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boxLayout06 .box {
  width: 48%;
}
.boxLayout06 .box + .box {
  margin-top: 0px;
  margin-left: 4%;
}
.boxLayout06 .box:nth-child(2n+1) {
  margin-left: 0px;
}
.boxLayout06 .box:nth-child(n+3) {
  margin-top: 4%;
}
.boxLayout06 .box .text {
  line-height: 1.3em;
  margin-top: 8px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
@media screen and (min-width: 980px) {
  .boxLayout06 .box .text {
    font-weight: bold;
  }
}
.boxLayout06 .box .text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #0043C3;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  .boxLayout06 .box {
    width: 32.5%;
  }
  .boxLayout06 .box + .box {
    margin-top: 0px;
    margin-left: 1.25%;
  }
  .boxLayout06 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout06 .box:nth-child(n+4) {
    margin-top: 1.25%;
  }
  .boxLayout06 .box .imgArea {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .boxLayout06 .box .text {
    margin-top: 10px;
    font-size: 15px;
    padding-right: 15px;
  }
  .boxLayout06 .box .text:after {
    border-width: 5px 0 5px 8px;
    margin-top: -5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .boxLayout06 .box a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .boxLayout06 .box a:hover .imgArea {
    opacity: 0.7;
  }
  .boxLayout06 .box a:hover .text:after {
    right: -5px;
  }
}
@media screen and (min-width: 1280px) {
  .boxLayout06 .box {
    width: 398px;
  }
  .boxLayout06 .box + .box {
    margin-left: 2px;
  }
  .boxLayout06 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout06 .box:nth-child(n+4) {
    margin-top: 40px;
  }
  .boxLayout06 .box .text {
    margin-top: 18px;
    font-size: 16px;
    padding-right: 15px;
  }
  .boxLayout06 .box .text:after {
    border-width: 5px 0 5px 8px;
    margin-top: -5px;
  }
}
/* =============================================
- _colLayout
================================================ */
/*-----------------------------------------------------------------
	colLayout01
----------------------------------------------------------------- */
.colLayout01 .leftArea .textArea + * {
  margin-top: 15px;
}
.colLayout01 .leftArea * + .textArea {
  margin-top: 15px;
}
.colLayout01 .leftArea .textBox {
  padding: 15px;
  background-color: #eee;
  margin-top: 15px;
}
.colLayout01 .rightArea {
  margin-top: 20px;
}
.colLayout01 .img.border {
  border: 1px solid #fafafa;
}

@media screen and (min-width: 768px) {
  .colLayout01 {
    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;
  }
  .colLayout01 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  .colLayout01 .leftArea .titleStyle03, .colLayout01 .leftArea .tableStyle02 {
    margin-right: -20px;
  }
  .colLayout01 .rightArea {
    margin-top: 0px;
    width: 40%;
  }
}
@media screen and (min-width: 1080px) {
  .colLayout01 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 100px;
  }
  .colLayout01 .leftArea .textArea + * {
    margin-top: 20px;
  }
  .colLayout01 .leftArea * + .textArea {
    margin-top: 20px;
  }
  .colLayout01 .leftArea .textBox {
    margin-top: 25px;
  }
  .colLayout01 .leftArea .titleStyle01, .colLayout01 .leftArea .tableStyle02, .colLayout01 .leftArea .titleStyle03 {
    margin-right: -50px;
  }
  .colLayout01 .rightArea {
    width: 500px;
  }
}
/*-----------------------------------------------------------------
	colLayout02
----------------------------------------------------------------- */
.colLayout02 .textArea + * {
  margin-top: 15px;
}
.colLayout02 * + .textArea {
  margin-top: 15px;
}
.colLayout02 .rightArea {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .colLayout02 {
    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;
  }
  .colLayout02 .leftArea {
    width: 45%;
  }
  .colLayout02 .rightArea {
    margin-top: 0px;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 980px) {
  .colLayout02 .leftArea {
    width: 35%;
    min-width: 350px;
  }
  .colLayout02 .rightArea {
    margin-top: 0px;
    padding-left: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/*-----------------------------------------------------------------
	colLayout03
----------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .colLayout03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .colLayout03 .rightArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .colLayout03 .boxWrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout03 .boxWrap .box .img {
    width: 30%;
  }
  .colLayout03 .boxWrap .box .textArea {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .colLayout03 .boxWrap .box + .box {
    margin-top: 30px;
  }
}
.colLayout03 .boxWrap .box .bold {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .colLayout03 .boxWrap .box .bold {
    font-weight: bold;
  }
}
.colLayout03 .boxWrap .box .text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .colLayout03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout03 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
  .colLayout03 .rightArea {
    width: 50%;
  }
  .colLayout03 .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .colLayout03 .boxWrap .box {
    width: 48%;
  }
  .colLayout03 .boxWrap .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .colLayout03 .boxWrap .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .colLayout03 .boxWrap .box:nth-child(n+3) {
    margin-top: 4%;
  }
  .colLayout03 .boxWrap .box .bold {
    font-size: 12px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 10px;
    letter-spacing: -0.05em;
  }
  .colLayout03 .boxWrap .box .text {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout03 .leftArea {
    padding-right: 60px;
  }
  .colLayout03 .boxWrap .box {
    width: 44%;
  }
  .colLayout03 .boxWrap .box + .box {
    margin-left: 12%;
  }
  .colLayout03 .boxWrap .box .bold {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
  .colLayout03 .boxWrap .box .text {
    font-size: 14px;
    margin-top: 13px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout03 .leftArea {
    padding-right: 100px;
  }
}
/*-----------------------------------------------------------------
	colLayout04
----------------------------------------------------------------- */
.colLayout04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 979px) {
  .colLayout04 .leftArea, .colLayout04 .rightArea {
    height: 100%;
  }
  .colLayout04 .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout04 .imgArea .img {
    text-align: right;
    width: 48%;
  }
  .colLayout04 .imgArea .img + .img {
    margin-left: 4%;
  }
  .colLayout04 .leftArea {
    margin-top: 20px;
  }
}
.colLayout04 .label {
  background-color: #0043C3;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.2em;
}
.colLayout04 .textArea p {
  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) {
  .colLayout04 .textArea p {
    font-weight: bold;
  }
}
.colLayout04 .textArea p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .colLayout04 .imgArea .label {
    padding: 8px 20px;
    font-size: 16px;
  }
  .colLayout04 .leftArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .colLayout04 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 80px;
    margin-top: 0px;
  }
  .colLayout04 .rightArea {
    width: 360px;
  }
  .colLayout04 .rightArea .img {
    text-align: right;
  }
  .colLayout04 .rightArea .img + .img {
    margin-top: 20px;
  }
  .colLayout04 .textArea p + p {
    margin-top: 1.5em;
  }
}
/*-----------------------------------------------------------------
	colLayout05
----------------------------------------------------------------- */
.colLayout05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .colLayout05 .leftArea, .colLayout05 .rightArea {
    height: 100%;
  }
  .colLayout05 .leftArea {
    margin-top: 20px;
  }
  .colLayout05 .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout05 .imgArea .img {
    text-align: right;
    width: 48%;
  }
  .colLayout05 .imgArea .img + .img {
    margin-left: 4%;
  }
}

@media screen and (min-width: 768px) {
  .colLayout05 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .colLayout05 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 50px;
    margin-top: 0px;
  }
  .colLayout05 .rightArea {
    width: 35%;
  }
  .colLayout05 .rightArea .img + .img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout05 .leftArea {
    padding-right: 120px;
  }
  .colLayout05 .rightArea {
    width: 300px;
  }
}
/*-----------------------------------------------------------------
	colLayout05
----------------------------------------------------------------- */
.colLayout06 .rightArea {
  margin-top: 20px;
}
.colLayout06 .textArea {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .colLayout06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colLayout06 .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  .colLayout06 .leftArea .textArea {
    margin-top: 15px;
  }
  .colLayout06 .rightArea {
    width: 60%;
    margin-top: 0px;
    margin-right: -30px;
    position: relative;
  }
  .colLayout06 .rightArea:before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #0043C3;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
  .colLayout06 .leftArea {
    padding-right: 160px;
  }
  .colLayout06 .leftArea .titleStyle08 {
    margin-right: -50px;
  }
  .colLayout06 .leftArea .textArea {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.9em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1280px) and (min-width: 980px) {
  .colLayout06 .leftArea .textArea {
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  .colLayout06 .rightArea {
    width: 800px;
    margin-right: -80px;
  }
  .colLayout06 .rightArea:before {
    width: 300px;
    height: 300px;
    left: -40px;
    top: -40px;
  }
}
/* =============================================
- table
================================================ */
.scrolltext {
  background-color: #FA8298;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .scrolltext {
    display: none;
  }
}

.scrollTable {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .scrollTable {
    overflow-y: scroll;
  }
  .scrollTable .img {
    width: 992px;
  }
}
.scrollTable table {
  width: 1100px !important;
}

/*
	tableStyle01
========================================================= */
@media screen and (max-width: 767px) {
  .tableStyle01 table, .tableStyle01 tbody, .tableStyle01 tr {
    width: 100%;
  }
  .tableStyle01 tr {
    display: block;
  }
  .tableStyle01 tr + tr {
    margin-top: 10px;
  }
  .tableStyle01 th, .tableStyle01 td {
    width: 100%;
    display: inline-block;
  }
  .tableStyle01 th {
    padding: 5px 10px;
    background-color: #eee;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle01 table, .tableStyle01 tbody {
    width: 100%;
  }
  .tableStyle01 table {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
  }
  .tableStyle01 tbody td, .tableStyle01 tbody th {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
  }
  .tableStyle01 tbody td + td, .tableStyle01 tbody td + th, .tableStyle01 tbody th + td, .tableStyle01 tbody th + th {
    border-left: 1px solid #666;
  }
  .tableStyle01 tbody th {
    background-color: #eee;
    width: 30%;
    border-left: 1px solid #666;
  }
  .tableStyle01 th, .tableStyle01 td {
    padding: 15px 15px;
    vertical-align: middle;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle01 th, .tableStyle01 td {
    padding: 15px 20px;
    font-size: 15px;
  }
}
/*
	tableStyle01
========================================================= */
.tableStyle02 {
  margin-top: 5px;
}
.tableStyle02 table, .tableStyle02 tbody, .tableStyle02 thead {
  width: 100%;
}
.tableStyle02 table {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
}
.tableStyle02 thead th {
  background-color: #eee;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}
.tableStyle02 thead th + th {
  border-left: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .tableStyle02 thead th[rowspan="2"] {
    width: 1em;
  }
  .tableStyle02 thead th[rowspan="2"] span {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    /* IE */
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    /* Chrome */
    white-space: nowrap;
    width: 1em;
    /* firefox */
    line-height: 1em;
    /* firefox */
    text-orientation: upright;
    letter-spacing: 0.15em;
  }
}
.tableStyle02 tbody td, .tableStyle02 tbody th {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}
.tableStyle02 tbody td + td, .tableStyle02 tbody td + th, .tableStyle02 tbody th + td, .tableStyle02 tbody th + th {
  border-left: 1px solid #666;
}
.tableStyle02 tbody .gray {
  background-color: #eee;
}
.tableStyle02 th, .tableStyle02 td {
  padding: 5px 2px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}
.tableStyle02 th[rowspan], .tableStyle02 td[rowspan] {
  line-height: 1.9em;
}

@media screen and (min-width: 768px) {
  .tableStyle02 {
    margin-top: 10px;
  }
  .tableStyle02 th, .tableStyle02 td {
    padding: 15px 5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .tableStyle02 thead th {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle02 thead th.min {
    width: 30%;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle02 {
    margin-top: 15px;
  }
  .tableStyle02 thead th.harf {
    width: 140px;
  }
  .tableStyle02 thead th.harf2 {
    width: 120px;
  }
  .tableStyle02 th, .tableStyle02 td {
    padding: 18px 5px;
    font-size: 15px;
  }
  .tableStyle02 thead th {
    width: 180px;
  }
  .tableStyle02 tbody th {
    padding: 8px 5px;
  }
}
/*
	tableStyle03
========================================================= */
@media screen and (max-width: 767px) {
  .tableStyle03 table, .tableStyle03 tbody, .tableStyle03 tr {
    width: 100%;
  }
  .tableStyle03 tr {
    display: block;
  }
  .tableStyle03 tr + tr {
    margin-top: 20px;
  }
  .tableStyle03 th, .tableStyle03 td {
    width: 100%;
    display: inline-block;
  }
  .tableStyle03 th {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    color: #0043C3;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.tableStyle03 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.tableStyle03 ul li + li {
  margin-top: 5px;
}
.tableStyle03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tableStyle03 dl dt {
  width: 170px;
}
.tableStyle03 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .tableStyle03 table, .tableStyle03 tbody, .tableStyle03 tr {
    width: 100%;
  }
  .tableStyle03 tr {
    border-top: 1px solid #ccc;
  }
  .tableStyle03 tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .tableStyle03 th, .tableStyle03 td {
    padding: 15px 10px;
  }
  .tableStyle03 th {
    color: #0043C3;
    font-size: 16px;
    width: 20%;
  }
  .tableStyle03 td {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle03 {
    line-height: 2em;
  }
  .tableStyle03 th, .tableStyle03 td {
    font-size: 16px;
  }
  .tableStyle03 dl dt {
    width: 190px;
  }
}
/* =============================================
- other
================================================ */
.bg_line span {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.line_position {
  position: relative;
}

.bg_line {
  width: 80px;
  height: 500%;
  display: block;
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 0%;
  -webkit-transform: skewX(-45deg) translateX(125%);
          transform: skewX(-45deg) translateX(125%);
  margin-top: -600%;
}
.bg_line span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0043C3;
}

@media screen and (min-width: 768px) {
  .bg_line {
    width: 120px;
    right: 50%;
    margin-top: -100%;
  }
}
@media screen and (min-width: 980px) {
  .bg_line {
    width: 150px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1480px) {
  .bg_line {
    margin-top: -100%;
  }
}
@media screen and (min-width: 980px) and (min-width: 1680px) {
  .bg_line {
    margin-top: -40%;
    right: 1350px;
  }
}
#top_movie .bg_line {
  top: auto;
  bottom: 0px;
  z-index: 22;
  -webkit-transform: skewX(-45deg) translateX(125%);
          transform: skewX(-45deg) translateX(125%);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  right: 40%;
}
#top_movie .bg_line span {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 768px) {
  #top_movie .bg_line {
    right: 30%;
  }
}
@media screen and (min-width: 980px) {
  #top_movie .bg_line {
    right: 20%;
  }
}

.topFeature {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .topFeature .bg_line {
    display: none;
    right: 135%;
  }
}
@media screen and (min-width: 1480px) {
  .topFeature .bg_line {
    right: 130%;
  }
}
@media screen and (min-width: 1680px) {
  .topFeature .bg_line {
    right: 2200px;
  }
}

@media screen and (max-width: 767px) {
  #feature .bg_line {
    margin-top: -700%;
  }
}
@media screen and (min-width: 980px) {
  #feature .bg_line {
    margin-top: -700px;
  }
}
@media screen and (min-width: 1280px) {
  #feature .bg_line {
    margin-top: -500px;
  }
}
@media screen and (min-width: 1480px) {
  #feature .bg_line {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1480px) {
  #feature .boxWrap:nth-of-type(1) .bg_line {
    right: 1100px;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap:nth-of-type(3) .bg_line {
    margin-top: -1200px;
  }
}
@media screen and (min-width: 1280px) {
  #feature .boxWrap:nth-of-type(3) .bg_line {
    margin-top: -1000px;
  }
}
@media screen and (min-width: 1480px) {
  #feature .boxWrap:nth-of-type(3) .bg_line {
    margin-top: -1000px;
  }
}
#feature + #ftContact {
  background-color: rgba(255, 255, 255, 0);
}

/*-----------------------------------------------------------------
	アニメーション
----------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #top_movie.line_position .bg_line span {
    height: 50%;
    -webkit-transition: all 30s ease-in-out 0s;
    transition: all 30s ease-in-out 0s;
  }
  #top_movie.line_position.anime .bg_line span {
    height: 1000%;
  }

  #topContent .line_position .bg_line span {
    height: 25%;
    -webkit-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s;
  }
}
@media screen and (min-width: 980px) and (min-width: 1680px) {
  #topContent .line_position .bg_line span {
    height: 0%;
  }
}
@media screen and (min-width: 980px) {
  #topContent .line_position.anime .bg_line span {
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  #feature .line_position .bg_line span {
    height: 0%;
    -webkit-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s;
  }
  #feature .line_position.anime .bg_line span {
    height: 100%;
  }
}
/* =============================================
- breadcrumb
================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .breadcrumb ul li {
    display: inline-block;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #333333;
    padding-right: 5px;
  }
  .breadcrumb ul li + li {
    padding-left: 23px;
    position: relative;
  }
  .breadcrumb ul li + li:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-color: #333333;
    left: 0px;
  }
  .breadcrumb ul li + li a, .breadcrumb ul li + li span {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .breadcrumb ul li + li a:after, .breadcrumb ul li + li span:after {
    border-color: #333333;
  }
  .breadcrumb ul li + li a:hover, .breadcrumb ul li + li span:hover {
    opacity: 0.7;
  }
  .breadcrumb ul li + li:last-child span {
    position: relative;
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    padding: 30px 25px 15px 25px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1250px) {
  .breadcrumb {
    padding: 30px 20px 15px 20px;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb ul li a, .breadcrumb ul li span {
    font-size: 14px;
  }
}
section {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 30px 100px 30px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* =============================================
- ページレイアウト
================================================ */
/* =============================================
- フォント
================================================ */
/* =============================================
- TOP
================================================ */
/*-----------------------------------------------------------------
top_movie
----------------------------------------------------------------- */
#top_movie {
  height: calc(100vh);
  position: relative;
  width: 100%;
}
#top_movie:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #0043C3 transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#top_movie #player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0px;
  z-index: -1;
  background-image: url(../images/movie/movie_long2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
#top_movie #player .video-js {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 979px) {
  #top_movie #player .video-js {
    display: none;
  }
}
#top_movie #player .vjs-big-play-button,
#top_movie #player .vjs-loading-spinner,
#top_movie #player .vjs-control-bar,
#top_movie #player .vjs-hidden {
  display: none;
}
#top_movie #player:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
#top_movie .textBox {
  padding-top: 10%;
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
#top_movie .textBox .inBox {
  width: 100%;
}
#top_movie .textBox .midashi {
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0.7em;
}
@media screen and (min-width: 980px) {
  #top_movie .textBox .midashi {
    font-weight: bold;
  }
}
#top_movie .textBox .start {
  text-align: center;
  margin-top: 20px;
}
#top_movie .textBox .start a {
  display: inline-block;
  padding-top: 65px;
  position: relative;
}
#top_movie .textBox .start a:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #0043C3;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#top_movie .textBox .start a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 25px;
}
#top_movie .textBox .start a span {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
#top_movie #scroll {
  position: absolute;
  z-index: 22;
  bottom: 15px;
  left: 50%;
  margin-left: -24px;
}
#top_movie #scroll a {
  display: block;
}

@media screen and (min-width: 375px) {
  #top_movie .textBox {
    padding-top: 15%;
  }
  #top_movie .textBox .midashi {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  #top_movie .textBox .start {
    margin-top: 40px;
  }
  #top_movie .textBox .start a {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #top_movie #player {
    width: 100vw;
    height: 100%;
    min-width: 100vw;
    min-height: 100%;
  }
  #top_movie #player .vjs-tech,
#top_movie #player .video-js {
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  #top_movie .textBox {
    padding-top: 10%;
  }
  #top_movie .textBox .midashi {
    font-size: 34px;
    letter-spacing: 0.05em;
  }
  #top_movie .textBox .start {
    margin-top: 45px;
  }
}
@media screen and (min-width: 980px) {
  #top_movie {
    min-height: 600px;
  }
  #top_movie:before {
    border-width: 200px 200px 0 0;
  }
  #top_movie .textBox .midashi {
    font-size: 43px;
  }
  #top_movie .textBox .start a:hover:before {
    background-color: #FF9900;
  }
}
@media screen and (min-width: 1180px) {
  #top_movie .textBox {
    padding-top: 5%;
  }
  #top_movie .textBox .midashi {
    font-size: 50px;
  }
  #top_movie .textBox .start a:hover:before {
    background-color: #FF9900;
  }
}
.modal {
  max-width: 1200px;
}
.modal .video {
  width: 100%;
  height: 100%;
  display: block;
}

/*-----------------------------------------------------------------
topNews
----------------------------------------------------------------- */
#topNews {
  padding-bottom: 0px;
}
#topNews .arvBoxWrap {
  position: relative;
  z-index: 2;
}
#topNews .arvBoxWrap .btnLeft {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #topNews .inner {
    position: relative;
    padding-bottom: 60px;
  }
  #topNews .btnLeft {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#topNews .titleStyle01 {
  margin-bottom: 0.5em;
}
#topNews .rightArea {
  margin-top: 40px;
}
#topNews .arvBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
}
#topNews .arvBox + .arvBox {
  margin-top: 20px;
}
#topNews .arvBox .img {
  width: 35%;
  height: 21vw;
}
#topNews .arvBox .img a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #eee;
}
#topNews .arvBox .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#topNews .arvBox .meta .cat {
  font-size: 0;
  margin-right: 10px;
  line-height: 1;
}
#topNews .arvBox .meta .cat a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #0043C3;
  background-color: #FFF;
  line-height: 1;
  padding: 5px 5px;
}
#topNews .arvBox .meta .date {
  font-size: 13px;
  color: #333;
  line-height: 1;
}
#topNews .arvBox .textArea {
  padding: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
}
#topNews .arvBox .textArea .text a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #topNews .arvBox .textArea .text a {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #topNews {
    background-color: #0043C3;
    padding-bottom: 60px;
  }
  #topNews .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }
  #topNews .inner .leftArea {
    width: 200px;
    position: relative;
  }
  #topNews .inner .leftArea .btnLeft {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #topNews .inner .leftArea .moreBtn {
    background-color: #FFF;
    color: #0043C3;
  }
  #topNews .inner .leftArea .moreBtn:after {
    border-color: transparent transparent transparent #FFF;
  }
  #topNews .inner .rightArea {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #topNews .inner .rightArea .arvBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
  #topNews .inner .rightArea .arvBoxWrap .arvBox {
    width: 33.3333333333%;
    padding: 0 5px;
  }
  #topNews .titleStyle01 {
    margin-bottom: 0.5em;
    color: #FFF;
  }
  #topNews .arvBox {
    display: block;
    background-color: transparent;
  }
  #topNews .arvBox + .arvBox {
    margin-top: 0px;
  }
  #topNews .arvBox .img {
    width: 100%;
    height: 15vw;
    margin-bottom: 7px;
  }
  #topNews .arvBox .meta {
    margin-bottom: 5px;
  }
  #topNews .arvBox .meta .cat {
    font-size: 0;
    margin-right: 10px;
    line-height: 1;
  }
  #topNews .arvBox .meta .cat a {
    font-size: 12px;
    display: inline-block;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    line-height: 1;
    padding: 5px 5px;
  }
  #topNews .arvBox .meta .date {
    font-size: 13px;
    color: #FFF;
  }
  #topNews .arvBox .textArea {
    padding-left: 0px;
    padding-bottom: 0;
  }
  #topNews .arvBox .textArea .text a {
    color: #FFF;
    font-weight: normal;
  }
}
@media screen and (min-width: 980px) {
  #topNews {
    padding-bottom: 100px;
  }
  #topNews .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }
  #topNews .inner .leftArea {
    width: 300px;
    position: relative;
  }
  #topNews .inner .leftArea .btnLeft {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #topNews .inner .leftArea .moreBtn {
    background-color: #FFF;
    color: #0043C3;
  }
  #topNews .inner .leftArea .moreBtn:after {
    border-color: transparent transparent transparent #FFF;
  }
  #topNews .inner .rightArea {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #topNews .inner .rightArea .arvBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
  #topNews .inner .rightArea .arvBoxWrap .arvBox {
    width: 33.3333333333%;
    max-width: 270px;
    padding: 0 5px;
  }
  #topNews .titleStyle01 {
    margin-bottom: 0.5em;
    color: #FFF;
  }
  #topNews .arvBox {
    display: block;
    background-color: transparent;
  }
  #topNews .arvBox + .arvBox {
    margin-top: 0px;
    margin-left: 30px;
  }
  #topNews .arvBox .img {
    width: 100%;
    height: 15vw;
    margin-bottom: 7px;
  }
  #topNews .arvBox .meta {
    margin-bottom: 5px;
  }
  #topNews .arvBox .meta .cat {
    font-size: 0;
    margin-right: 10px;
    line-height: 1;
  }
  #topNews .arvBox .meta .cat a {
    font-size: 12px;
    display: inline-block;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    line-height: 1;
    padding: 5px 5px;
  }
  #topNews .arvBox .meta .date {
    font-size: 13px;
    color: #FFF;
  }
  #topNews .arvBox .textArea {
    padding-left: 0px;
    padding-bottom: 0;
  }
  #topNews .arvBox .textArea .text a {
    color: #FFF;
    font-weight: normal;
  }
}
@media screen and (min-width: 980px) {
  #topNews .leftArea {
    width: 250px;
  }
  #topNews .rightArea {
    padding-left: 20px;
  }
  #topNews .arvBoxWrap {
    margin-left: auto;
  }
  #topNews .arvBoxWrap .arvBox {
    width: 31%;
  }
  #topNews .arvBoxWrap .arvBox .img {
    height: 14vw;
    overflow: hidden;
  }
  #topNews .arvBoxWrap .arvBox .img:hover a {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  #topNews .arvBoxWrap .arvBox .textArea .text:hover a {
    color: #A0BDF5;
  }
  #topNews .arvBoxWrap .arvBox + .arvBox {
    margin-left: 3.5%;
  }
}
@media screen and (min-width: 1280px) {
  #topNews .leftArea {
    width: 340px;
  }
  #topNews .rightArea {
    padding-left: 0px;
  }
  #topNews .arvBoxWrap .arvBox {
    width: 260px;
  }
  #topNews .arvBoxWrap .arvBox .img {
    height: 174px;
  }
  #topNews .arvBoxWrap .arvBox .textArea {
    margin-top: 15px;
  }
  #topNews .arvBoxWrap .arvBox .textArea .text {
    margin-top: 5px;
  }
  #topNews .arvBoxWrap .arvBox + .arvBox {
    margin-left: 40px;
  }
}
/*-----------------------------------------------------------------
topContent boxWrap
----------------------------------------------------------------- */
#topContent section + section {
  padding-top: 0px;
}
#topContent .boxWrap .titleStyle03 {
  margin-top: 15px;
}
#topContent .boxWrap .textArea {
  margin-top: 20px;
}
#topContent .boxWrap .textArea p + p {
  margin-top: 1.5em;
}
#topContent .boxWrap .btnLeft {
  margin-top: 15px;
}
#topContent .boxWrap .leftArea {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #topContent .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topContent .boxWrap .leftArea, #topContent .boxWrap .rightArea {
    height: 100%;
  }
  #topContent .boxWrap .rightArea {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#topContent .linkWrap .link {
  position: relative;
}
#topContent .linkWrap .link a {
  display: block;
  width: 100%;
  height: 100%;
}
#topContent .linkWrap .link a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#topContent .linkWrap .link p {
  position: absolute;
  left: 30px;
  top: 50%;
  line-height: 1.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  -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) {
  #topContent .linkWrap .link p {
    font-weight: bold;
  }
}
#topContent .linkWrap .link + .link {
  margin-top: 2px;
}
#topContent .linkWrap.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#topContent .linkWrap.type02 .link {
  width: 49.5%;
}
#topContent .linkWrap.type02 .link + .link {
  margin-left: 1%;
}
#topContent .linkWrap.type02 .link:nth-child(2n+1) {
  margin-left: 0px;
}
#topContent .linkWrap.type02 .link:nth-child(n+3) {
  margin-top: 1%;
}
#topContent .linkWrap.type02 .link p {
  font-size: 14px;
  left: 0px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #topContent section + section {
    padding-top: 30px;
  }
  #topContent .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #topContent .boxWrap .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 30px 30px 0px;
  }
  #topContent .boxWrap .rightArea {
    width: 45%;
  }
  #topContent .boxWrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #topContent .boxWrap.reverse .leftArea {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (min-width: 980px) {
  #topContent .inner {
    max-width: 1200px;
  }
  #topContent section + section {
    padding-top: 50px;
  }
  #topContent section:first-child {
    padding-top: 150px;
  }
  #topContent section:last-child {
    padding-bottom: 150px;
  }
  #topContent .boxWrap .leftArea {
    padding: 30px 50px 30px 0px;
  }
  #topContent .boxWrap .btnLeft {
    margin-top: 30px;
  }
  #topContent .boxWrap .textArea p {
    line-height: 2em;
    font-weight: 600;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #topContent .boxWrap .textArea p {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #topContent .boxWrap.reverse .leftArea {
    padding: 30px 0px 30px 50px;
  }
}
@media screen and (min-width: 980px) {
  #topContent .linkWrap .link p {
    left: 40px;
    font-size: 18px;
  }
  #topContent .linkWrap .link:hover a:before {
    background-color: rgba(0, 67, 195, 0.7);
  }
  #topContent .linkWrap.type02 .link p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #topContent .inner {
    max-width: 1200px;
  }
  #topContent section + section {
    padding-top: 100px;
  }
  #topContent section:first-child {
    padding-top: 200px;
  }
  #topContent section:last-child {
    padding-bottom: 200px;
  }
  #topContent .boxWrap .leftArea {
    padding: 30px 100px 30px 0px;
  }
  #topContent .boxWrap .rightArea {
    width: 570px;
  }
  #topContent .boxWrap .titleStyle03 {
    margin-top: 40px;
    margin-bottom: 0.9em;
    margin-right: -50px;
  }
  #topContent .boxWrap .btnLeft {
    margin-top: 40px;
  }
  #topContent .boxWrap.reverse .leftArea {
    padding: 30px 30px 30px 100px;
  }
  #topContent .linkWrap .link p {
    left: 50px;
    font-size: 20px;
  }
  #topContent .linkWrap.type02 .link {
    width: 49.75%;
  }
  #topContent .linkWrap.type02 .link + .link {
    margin-left: 0.5%;
  }
  #topContent .linkWrap.type02 .link:nth-child(2n+1) {
    margin-left: 0px;
  }
  #topContent .linkWrap.type02 .link:nth-child(n+3) {
    margin-top: 0.5%;
  }
  #topContent .linkWrap.type02 .link p {
    font-size: 20px;
  }
}
/*-----------------------------------------------------------------
topRecruit
----------------------------------------------------------------- */
#topRecruit {
  padding: 0px;
}
#topRecruit .leftArea .img {
  width: 100%;
  height: 40vw;
  background-size: cover;
  background-position: center center;
}
#topRecruit .rightArea .textBox {
  padding: 25px;
  background-color: #0043C3;
  color: #fff;
}
#topRecruit .rightArea .titleStyle03 {
  margin-top: 15px;
}
#topRecruit .rightArea .textArea {
  margin-top: 20px;
}
#topRecruit .rightArea .textArea p + p {
  margin-top: 1.5em;
}
#topRecruit .rightArea .btnLeft {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #topRecruit {
    padding: 0px;
  }
  #topRecruit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  #topRecruit .leftArea {
    width: 50%;
  }
  #topRecruit .leftArea .img {
    height: 100%;
  }
  #topRecruit .rightArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #topRecruit .rightArea .textBox {
    padding: 35px;
  }
}
@media screen and (min-width: 980px) {
  #topRecruit .rightArea .textBox {
    padding: 60px 55px;
  }
  #topRecruit .rightArea .btnLeft {
    margin-top: 30px;
  }
  #topRecruit + #ftContact {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #topRecruit .rightArea .textBox {
    padding: 120px 55px 120px 85px;
  }
  #topRecruit .rightArea .textBox .titleStyle03 {
    margin-top: 40px;
    margin-bottom: 0.9em;
    margin-right: -50px;
  }
  #topRecruit .rightArea .textBox .textArea {
    max-width: 500px;
    font-weight: 600;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1280px) and (min-width: 980px) {
  #topRecruit .rightArea .textBox .textArea {
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  #topRecruit .rightArea .btnLeft {
    margin-top: 40px;
  }
}
/* =============================================
- feature
================================================ */
/* =============================================
- feature
================================================ */
#feature {
  padding: 40px 20px 40px 20px;
}
#feature .inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #feature {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (min-width: 980px) {
  #feature {
    padding: 120px 40px 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  #feature {
    padding: 150px 40px 150px 40px;
  }
}
/* =============================================
- feature
================================================ */
#feature .inner {
  max-width: 1200px;
}
#feature .boxWrap .titleArea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#feature .boxWrap .titleArea .en {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #0043C3;
}
@media screen and (min-width: 980px) {
  #feature .boxWrap .titleArea .en {
    font-weight: bold;
  }
}
#feature .boxWrap .titleArea .title {
  font-size: 25px;
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  margin-top: 15px;
  line-height: 1.45em;
  color: #111111;
}
@media screen and (min-width: 980px) {
  #feature .boxWrap .titleArea .title {
    font-weight: bold;
  }
}
#feature .boxWrap .textArea {
  margin-top: 20px;
}
#feature .boxWrap .textArea p + p {
  margin-top: 1.5em;
}
#feature .boxWrap .leftArea {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  #feature .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #feature .boxWrap .leftArea, #feature .boxWrap .rightArea {
    height: 100%;
  }
  #feature .boxWrap .leftArea {
    margin-top: 20px;
    padding: 10px;
  }
}
#feature .boxWrap + .boxWrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #feature .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #feature .boxWrap .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
    margin-top: 0px;
    padding: 20px;
  }
  #feature .boxWrap .rightArea {
    width: 40%;
  }
  #feature .boxWrap + .boxWrap {
    margin-top: 40px;
  }
  #feature .boxWrap:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #feature .boxWrap:nth-child(even) .leftArea {
    margin-right: 0px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap .titleArea .en {
    font-size: 23px;
  }
  #feature .boxWrap .titleArea .title {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-top: 15px;
  }
  #feature .boxWrap .textArea {
    margin-top: 30px;
  }
  #feature .boxWrap .textArea p {
    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) and (min-width: 980px) {
  #feature .boxWrap .textArea p {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap .leftArea {
    margin: 0px 40px 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap .rightArea {
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap + .boxWrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 980px) {
  #feature .boxWrap:nth-child(even) .leftArea {
    margin: 0px 0px 0px 40px;
  }
}
@media screen and (min-width: 1280px) {
  #feature .boxWrap .titleArea .en {
    font-size: 25px;
  }
  #feature .boxWrap .titleArea .title {
    font-size: 43px;
    margin-top: 35px;
    margin-right: 0px;
  }
  #feature .boxWrap .textArea {
    margin-top: 40px;
  }
  #feature .boxWrap .leftArea {
    margin: -50px 70px 0px 30px;
    padding: 50px 50px 50px 50px;
  }
  #feature .boxWrap .rightArea {
    width: 530px;
  }
  #feature .boxWrap + .boxWrap {
    margin-top: 200px;
  }
  #feature .boxWrap:nth-child(even) .leftArea {
    margin: -50px 0px 0px 30px;
    padding: 50px 50px 50px 90px;
  }
}
/* =============================================
- product
================================================ */
/*-----------------------------------------------------------------
product_archives
----------------------------------------------------------------- */
#product_archives .boxLayout06 {
  margin-top: 40px;
}
#product_archives .column + .column {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #product_archives .inner {
    max-width: 1200px;
  }
  #product_archives .boxLayout06 {
    margin-top: 60px;
  }
  #product_archives .column + .column {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #product_archives .boxLayout06 {
    margin-top: 80px;
  }
  #product_archives .column + .column {
    margin-top: 150px;
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#product_archives .imgArea.slide {
  position: relative;
}
#product_archives .imgArea.slide .img + .img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 11;
  opacity: 0;
  -webkit-animation: slide 10s ease infinite;
  animation: slide 10s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*-----------------------------------------------------------------
product_archives catalog_download
----------------------------------------------------------------- */
#product_archives .catalog_download_banner {
  margin-top: 40px;
}
#product_archives .catalog_download_img {
  display: none;
}
#product_archives .catalog_download_btn {
  background-color: #0043c3;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product_archives .catalog_download_btn:hover {
  background-color: #111;
}
#product_archives .catalog_download_btn:hover p::after {
  right: -25px;
}
#product_archives .catalog_download_btn p {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
#product_archives .catalog_download_btn p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: -20px;
  top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #product_archives .catalog_download_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
  #product_archives .catalog_download_img {
    display: block;
    width: 335px;
  }
  #product_archives .catalog_download_btn {
    width: 335px;
    height: 180px;
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  #product_archives .catalog_download_btn {
    width: 565px;
  }
}
/*-----------------------------------------------------------------
product
----------------------------------------------------------------- */
#product {
  padding: 25px 20px;
}
#product .tableArea01, #product .boxLayout02 {
  margin-top: 35px;
}
#product .tableArea01 .midashiStyle01, #product .boxLayout02 .midashiStyle01 {
  margin-bottom: 0.5em;
}
#product .infoArea, #product .typeBoxArea {
  margin-top: 35px;
}
#product .tableArea02, #product .iconArea, #product .colLayout01, #product .colLayout03 {
  margin-top: 20px;
}
#product .iconList {
  margin-top: 5px;
}
#product .LinkArea {
  margin-top: 35px;
}
#product .boxLayout01 {
  margin-top: 15px;
}
#product .column + .column {
  margin-top: 30px;
}
#product .bottomBtnArea {
  margin-top: 30px;
  text-align: center;
}
#product .imgBox {
  text-align: center;
  margin-top: 20px;
}

#product .iconList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product .iconList ul li {
  width: 20%;
  padding: 1px;
}
#product .typeList .typettl {
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product .typeList .typettl .icon {
  line-height: 1em;
  margin-right: 10px;
}
#product .typeList .typettl .icon img {
  width: 25px;
}
#product .typeList .typettl .txt {
  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) {
  #product .typeList .typettl .txt {
    font-weight: bold;
  }
}
#product .typeList .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #product .typeList .inBox .text, #product .typeList .inBox .img {
    height: 100%;
  }
  #product .typeList .inBox .text {
    margin-top: 10px;
  }
}
#product .typeList .box + .box {
  margin-top: 30px;
}
#product .tableWrap .tableStyle02 + .tableStyle02 {
  margin-top: 20px;
}
#product .drawing_img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#product .imageFlex {
  margin-bottom: 20px;
}
#product .imageFlex .img {
  width: 100%;
  max-width: 335px;
  margin: 0 auto 20px;
}

/*-----------------------------------------------------------------
tab
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #product {
    padding: 60px 30px;
  }
  #product .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #product .tableArea01, #product .boxLayout02 {
    margin-top: 45px;
  }
  #product .infoArea, #product .typeBoxArea {
    margin-top: 45px;
  }
  #product .infoArea + .infoArea, #product .typeBoxArea + .infoArea {
    margin-top: 65px;
  }
  #product .tableArea02, #product .iconArea, #product .colLayout01, #product .colLayout03 {
    margin-top: 30px;
  }
  #product .iconList {
    margin-top: 10px;
  }
  #product .LinkArea {
    margin-top: 45px;
  }
  #product .boxLayout01 {
    margin-top: 25px;
  }
  #product .column + .column {
    margin-top: 40px;
  }
  #product .bottomBtnArea {
    margin-top: 30px;
    text-align: center;
  }
  #product .imageFlex {
    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;
  }
  #product .imageFlex .img {
    width: 240px;
    margin: 0;
  }
  #product .imageFlex .tableStyle01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  #product .iconList ul li {
    width: 10%;
    padding: 1px;
  }
  #product .typeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product .typeList .typettl .icon {
    margin-right: 10px;
  }
  #product .typeList .typettl .txt {
    font-size: 18px;
  }
  #product .typeList .inBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 15px;
  }
  #product .typeList .box {
    width: 48%;
  }
  #product .typeList .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  #product .typeList .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #product .typeList .box:nth-child(n+3) {
    margin-top: 4%;
  }
  #product .typeList .box .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
  }
  #product .typeList .box .img {
    width: 30%;
  }
  #product .tableWrap {
    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;
    margin-top: 10px;
  }
  #product .tableWrap .tableStyle02 {
    width: 48%;
    margin-top: 0px;
  }
  #product .tableWrap .tableStyle02 + .tableStyle02 {
    margin-top: 0px;
    margin-left: 4%;
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #product {
    padding: 100px 30px;
  }
  #product .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #product .titleStyle02.large {
    font-size: 35px;
    padding-bottom: 15px;
  }
  #product .tableArea01 {
    margin-top: 80px;
  }
  #product .tableArea01 + * {
    margin-top: 90px !important;
  }
  #product .boxLayout02 {
    margin-top: 60px;
  }
  #product .infoArea, #product .typeBoxArea {
    margin-top: 60px;
  }
  #product .infoArea + .infoArea, #product .typeBoxArea + .infoArea {
    margin-top: 100px;
  }
  #product .infoArea.toll, #product .typeBoxArea.toll {
    margin-top: 100px;
  }
  #product .tableArea02, #product .iconArea, #product .colLayout01, #product .colLayout03 {
    margin-top: 40px;
  }
  #product .iconList {
    margin-top: 15px;
  }
  #product .LinkArea {
    margin-top: 100px;
  }
  #product .boxLayout01 {
    margin-top: 30px;
  }
  #product .column + .column {
    margin-top: 80px;
  }
  #product .bottomBtnArea {
    margin-top: 100px;
  }
  #product .drawing_img {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #product .imageFlex {
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #product .imageFlex .img {
    width: 335px;
  }
  #product .imageFlex .tableStyle01 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 500px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1080px) {
  #product .typeList .typettl .icon {
    margin-right: 15px;
  }
  #product .typeList .typettl .icon img {
    width: 50px;
  }
  #product .typeList .typettl .txt {
    font-size: 25px;
  }
  #product .typeList .inBox {
    margin-top: 20px;
  }
  #product .typeList .box {
    width: 470px;
  }
  #product .typeList .box + .box {
    margin-top: 0px;
    margin-left: 60px;
  }
  #product .typeList .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #product .typeList .box:nth-child(n+3) {
    margin-top: 60px;
  }
  #product .typeList .box .text {
    padding-right: 30px;
  }
  #product .typeList .box .img {
    width: 220px;
  }
}
/* =============================================
- catalog
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#catalog {
  padding: 40px 20px;
}
#catalog .boxLayout {
  margin-top: 30px;
}
#catalog .boxLayout .box + .box {
  margin-top: 45px;
}
#catalog .boxLayout .box .img {
  margin-top: 10px;
}
#catalog .boxLayout .box .btnArea {
  margin-top: 15px;
}

/*-----------------------------------------------------------------
tab
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #catalog {
    padding: 60px 30px;
  }
  #catalog .midashiStyle01 {
    margin-bottom: 1em;
  }
  #catalog .boxLayout {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #catalog .boxLayout .box {
    width: 48%;
  }
  #catalog .boxLayout .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  #catalog .boxLayout .box .img {
    margin-top: 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #catalog .boxLayout .box .img:hover {
    opacity: 0.7;
  }
  #catalog .boxLayout .box .btnArea {
    margin-top: 25px;
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #catalog {
    padding: 100px 30px;
  }
  #catalog .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 1080px) {
  #catalog .boxLayout {
    margin-top: 100px;
  }
  #catalog .boxLayout .box {
    width: 45%;
  }
  #catalog .boxLayout .box + .box {
    margin-top: 0px;
    margin-left: 10%;
  }
  #catalog .boxLayout .box .img {
    margin-top: 15px;
  }
  #catalog .boxLayout .box .btnArea {
    margin-top: 25px;
  }
}
/* =============================================
- technology
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#technology {
  padding: 40px 20px;
}
#technology .column + .column {
  margin-top: 45px;
}
#technology .headtextArea .textArea {
  margin-top: 20px;
}
#technology .LinkArea {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #technology .LinkArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#technology .LinkArea .box {
  position: relative;
  height: 60vw;
}
@media screen and (max-width: 767px) {
  #technology .LinkArea .box {
    width: 48%;
  }
}
#technology .LinkArea .box + .box {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #technology .LinkArea .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #technology .LinkArea .box:nth-child(n+3) {
    margin-top: 4%;
  }
}
#technology .LinkArea .box .img {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
#technology .LinkArea .box .textBox {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 20px 0px 10px;
  height: 6em;
  line-height: 1.4em;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #technology .LinkArea .box .textBox {
    font-weight: bold;
  }
}
#technology .LinkArea .box .textBox .text {
  color: #fff;
  font-size: 13px;
}
#technology .LinkArea .box .textBox .more {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
#technology .LinkArea .box .textBox .more:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-color: #fff;
  right: 0px;
}
#technology .LinkArea .box .textBox:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 67, 195, 0.7);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

/*-----------------------------------------------------------------
tab
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #technology {
    padding: 60px 30px;
  }
  #technology .column + .column {
    margin-top: 65px;
  }
  #technology .headtextArea .textArea {
    margin-top: 20px;
  }
  #technology .LinkArea {
    margin-top: 25px;
  }
  #technology .LinkArea .box {
    position: relative;
    height: 42vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #technology .LinkArea .box + .box {
    margin-left: 0%;
  }
  #technology .LinkArea .box .textBox {
    height: 8em;
    line-height: 1.4em;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #technology .LinkArea .box .textBox .text {
    font-size: 15px;
    font-weight: 500;
  }
  #technology .LinkArea .box .textBox .more {
    margin-top: 8px;
    font-size: 13px;
    padding-right: 15px;
    font-weight: 500;
  }
  #technology .LinkArea .box a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #technology {
    padding: 100px 30px;
  }
  #technology .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #technology .column + .column {
    margin-top: 65px;
  }
  #technology .headtextArea {
    max-width: 900px;
  }
  #technology .headtextArea .textArea {
    margin-top: 20px;
  }
  #technology .headtextArea .textArea p {
    font-size: 15px;
    line-height: 2em;
  }
  #technology .LinkArea {
    margin-top: 50px;
  }
  #technology .LinkArea .box {
    height: 42vw;
  }
  #technology .LinkArea .box .img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #technology .LinkArea .box .textBox {
    height: 9em;
    padding: 1.5em 20px 1.5em 10px;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #technology .LinkArea .box .textBox .text {
    font-size: 18px;
    line-height: 1.4em;
  }
  #technology .LinkArea .box .textBox .text.line1 {
    padding: 0.7em 0px;
  }
  #technology .LinkArea .box .textBox .text span {
    margin: -0.5em 0px -2em 0px;
    padding-top: 0.2em;
    display: inline-block;
  }
  #technology .LinkArea .box .textBox .more {
    font-size: 14px;
  }
  #technology .LinkArea .box:hover .img {
    opacity: 0.7;
  }
  #technology .LinkArea .box:hover .textBox {
    height: 11.25em;
  }
  #technology .column:nth-of-type(1) .LinkArea .box + .box {
    margin-left: 2px;
  }
  #technology .column:nth-of-type(2) .LinkArea {
    max-width: 1199px;
  }
  #technology .column:nth-of-type(2) .LinkArea .box + .box {
    margin-left: 1px;
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 1080px) {
  #technology .column + .column {
    margin-top: 150px;
  }
  #technology .headtextArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #technology .headtextArea .titleArea {
    width: 250px;
  }
  #technology .headtextArea .textArea {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  #technology .headtextArea .textArea p {
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1080px) and (min-width: 980px) {
  #technology .headtextArea .textArea p {
    font-weight: bold;
  }
}
@media screen and (min-width: 1080px) {
  #technology .LinkArea {
    margin-top: 100px;
  }
  #technology .LinkArea .box {
    max-height: 500px;
  }
  #technology .LinkArea .box .textBox {
    height: 9.25em;
    padding: 1.5em 20px 1.5em 10px;
  }
  #technology .LinkArea .box .textBox .text {
    font-size: 20px;
  }
}
/* =============================================
- service
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#service {
  padding: 25px 20px;
}
#service .column + .column {
  margin-top: 40px;
}
#service .bottomBtnArea {
  margin-top: 30px;
  text-align: center;
}
#service * + .colLayout01 {
  margin-top: 30px;
}
#service .colLayout01 + .colLayout01 {
  margin-top: 40px;
}

#service .stepBox .box {
  background-color: #F5F5F5;
  padding: 20px 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #service .stepBox .box {
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#service .stepBox .box .titleArea {
  color: #0043C3;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#service .stepBox .box .titleArea .number, #service .stepBox .box .titleArea .title {
  text-align: center;
}
#service .stepBox .box .titleArea .number {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  #service .stepBox .box .titleArea .number {
    font-weight: bold;
  }
}
#service .stepBox .box .titleArea .title {
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #service .stepBox .box .titleArea .title {
    font-weight: bold;
  }
}
#service .stepBox .box .textArea p {
  font-size: 13px;
  line-height: 1.7em;
}
#service .changeBox .box + .box {
  position: relative;
  margin-top: 25px;
  padding-top: 20px;
}
#service .changeBox .box + .box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #0043C3 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -15px;
}

/*-----------------------------------------------------------------
tab
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #service {
    padding: 60px 30px;
  }
  #service .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #service .column + .column {
    margin-top: 50px;
  }
  #service .bottomBtnArea {
    margin-top: 60px;
  }
  #service .changeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #service .changeBox .box {
    width: 47%;
  }
  #service .changeBox .box + .box {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 6%;
  }
  #service .changeBox .box + .box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #0043C3 transparent transparent transparent;
    position: absolute;
    left: -6%;
    top: 50%;
    margin-top: 7px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
}
/*-----------------------------------------------------------------
pc
----------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #service {
    padding: 100px 30px;
  }
  #service .column + .column {
    margin-top: 80px;
  }
  #service .bottomBtnArea {
    margin-top: 80px;
  }
  #service * + .colLayout01 {
    margin-top: 50px;
  }
  #service .colLayout01 + .colLayout01 {
    margin-top: 60px;
  }
  #service .stepBox .box {
    padding: 30px 15px 20px 15px;
  }
  #service .stepBox .box .titleArea {
    margin-bottom: 15px;
    height: 117px;
  }
  #service .stepBox .box .titleArea .number, #service .stepBox .box .titleArea .title {
    text-align: center;
  }
  #service .stepBox .box .titleArea .number {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #service .stepBox .box .titleArea .title {
    font-size: 17px;
  }
  #service .stepBox .box .textArea p {
    margin-top: auto;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: -0.03em;
  }
}
/*-----------------------------------------------------------------
1080px
----------------------------------------------------------------- */
@media screen and (min-width: 1080px) {
  #service .column + .column {
    margin-top: 120px;
  }
  #service .bottomBtnArea {
    margin-top: 100px;
  }
  #service .stepBox .box {
    padding: 50px 15px 25px 15px;
    -moz-align-items: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  #service .stepBox .box .titleArea {
    margin-bottom: 35px;
  }
  #service .stepBox .box .titleArea .number, #service .stepBox .box .titleArea .title {
    text-align: center;
  }
  #service .stepBox .box .titleArea .number {
    font-size: 60px;
    margin-bottom: 35px;
  }
  #service .stepBox .box .titleArea .title {
    font-size: 19px;
    margin: 0px -10px;
  }
  #service .stepBox .box .textArea p {
    margin-top: auto;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  #service .changeBox .box {
    width: 46%;
  }
  #service .changeBox .box + .box {
    margin-left: 8%;
  }
  #service .changeBox .box + .box:before {
    border-width: 25px 20px 0 20px;
    left: -8%;
    margin-left: -20px;
  }
}
/* =============================================
- about
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#about {
  padding: 40px 20px;
}
#about .titleStyle01 {
  margin-bottom: 1em;
}
#about .column + .column {
  margin-top: 40px;
}
#about #map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#about #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .infoArea {
  margin-top: 30px;
}
#about .infoArea .addressColumn .btnArea {
  margin-top: 20px;
}
#about .infoArea .infoColumn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#about .infoArea .infoColumn .midashi {
  font-weight: 600;
  color: #0043C3;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  #about .infoArea .infoColumn .midashi {
    font-weight: bold;
  }
}
#about .infoArea .infoColumn:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 100px 30px 70px 30px;
  }
  #about .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #about .movie {
    position: relative;
  }
  #about .movie:before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #0043C3;
    position: absolute;
    left: -20px;
    top: -20px;
  }
  #about .titleStyle01 {
    margin-bottom: 1.5em;
  }
  #about .column + .column {
    margin-top: 70px;
  }
  #about #map {
    padding-top: 50%;
  }
  #about .infoArea {
    margin-top: 40px;
  }
  #about .infoArea .addressColumn .btnArea {
    text-align: left;
    margin-top: 20px;
  }
  #about .infoArea .infoColumn {
    margin-top: 30px;
    padding-top: 30px;
  }
  #about .infoArea .infoColumn .midashi {
    margin-bottom: 10px;
  }
  #about .infoArea .infoColumn p {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #about .infoArea .infoColumn:last-of-type {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #about {
    padding: 160px 30px 150px 30px;
  }
  #about .titleStyle01 {
    margin-bottom: 2em;
  }
  #about .column + .column {
    margin-top: 120px;
  }
  #about .movie:before {
    width: 300px;
    height: 300px;
    left: -40px;
    top: -40px;
  }
  #about .tableStyle03 dl dt {
    width: 160px;
  }
  #about .infoArea {
    margin-top: 40px;
  }
  #about .infoArea .addressColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #about .infoArea .addressColumn .address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 60px;
  }
  #about .infoArea .addressColumn .btnArea {
    width: 250px;
    margin-top: 0px;
  }
  #about .infoArea .addressColumn .btnArea .btnStyle01 {
    font-size: 16px;
  }
}
/* =============================================
- effort
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#effort {
  padding: 40px 20px;
}
#effort .titleStyle01 {
  margin-bottom: 1em;
}
#effort .column + .column {
  margin-top: 40px;
}
#effort .colLayout05 + .colLayout05 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #effort {
    padding: 100px 30px 70px 30px;
  }
  #effort .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #effort .titleStyle01 {
    margin-bottom: 1.5em;
  }
  #effort .column + .column {
    margin-top: 70px;
  }
  #effort .colLayout05 .rightArea {
    position: relative;
  }
  #effort .colLayout05 .rightArea:before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #0043C3;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
  }
  #effort .colLayout05 + .colLayout05 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #effort {
    padding: 120px 30px 130px 30px;
  }
  #effort .titleStyle01 {
    margin-bottom: 2.5em;
  }
  #effort .column + .column {
    margin-top: 120px;
  }
  #effort .colLayout05 + .colLayout05 {
    margin-top: 100px;
  }
  #effort .colLayout05 .textArea {
    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) and (min-width: 980px) {
  #effort .colLayout05 .textArea {
    font-weight: bold;
  }
}
/* =============================================
- overseas
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#overseas {
  padding: 40px 20px;
}
#overseas .mapArea {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 30px;
}
#overseas .linkArea .link {
  position: absolute;
}
#overseas .linkArea .link a {
  background-color: #0043C3;
  color: #fff;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  line-height: 1em;
  padding: 5px 8px;
  font-size: 12px;
  position: relative;
}
#overseas .linkArea .link a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0043C3;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
#overseas .linkArea .link a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0043C3;
  position: absolute;
  left: 50%;
  bottom: -20px;
  border-radius: 50%;
  margin-left: -2px;
}
#overseas .linkArea .link.link01 {
  left: 0.1%;
  top: 6%;
}
#overseas .linkArea .link.link02 {
  left: 16.8%;
  bottom: 12%;
}
#overseas .linkArea .link.link02 a:before, #overseas .linkArea .link.link02 a:after {
  bottom: auto;
  top: -20px;
}
#overseas .linkArea .link.link03 {
  left: 11%;
  top: 35%;
}
#overseas .linkArea .link.link03 a:after {
  width: 20px;
  height: 1px;
  margin-top: 2px;
}
#overseas .linkArea .link.link03 a:before, #overseas .linkArea .link.link03 a:after {
  bottom: auto;
  top: 50%;
  left: auto;
  right: -20px;
}
#overseas .linkArea .link.link04 {
  left: 29%;
  top: 11%;
}
#overseas .linkArea .link.link05 {
  left: 73%;
  top: 13%;
}
@media screen and (min-width: 375px) {
  #overseas .mapArea {
    max-width: 335px;
  }
  #overseas .linkArea .link.link01 {
    left: 0.1%;
    top: 11%;
  }
  #overseas .linkArea .link.link02 {
    left: 17.8%;
    bottom: 19%;
  }
  #overseas .linkArea .link.link03 {
    left: 11%;
    top: 29%;
  }
  #overseas .linkArea .link.link03 a:before, #overseas .linkArea .link.link03 a:after {
    right: -35px;
    margin-top: 18px;
  }
  #overseas .linkArea .link.link03 a:after {
    width: 55px;
    height: 1px;
  }
  #overseas .linkArea .link.link03 a:before {
    margin-top: 16px;
  }
  #overseas .linkArea .link.link03 a span:after {
    content: "";
    width: 1px;
    height: 5px;
    background-color: #0043C3;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: 5px;
  }
  #overseas .linkArea .link.link04 {
    left: 31%;
    top: 17%;
  }
  #overseas .linkArea .link.link05 {
    left: 74%;
    top: 19%;
  }
}
#overseas .infoArea {
  margin-top: 40px;
}
#overseas .infoArea .column + .column {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #999;
}
#overseas .infoArea .column:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
#overseas .infoArea .place {
  display: inline-block;
  background-color: #0043C3;
  color: #fff;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  line-height: 1em;
  padding: 5px 15px;
  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) {
  #overseas .infoArea .place {
    font-weight: bold;
  }
}
#overseas .infoArea .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0043C3;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-size: 16px;
  margin-top: 3px;
}
@media screen and (min-width: 980px) {
  #overseas .infoArea .name {
    font-weight: bold;
  }
}
#overseas .infoArea .info {
  margin-top: 10px;
  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) {
  #overseas .infoArea .info {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #overseas {
    padding: 100px 30px 70px 30px;
  }
  #overseas .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #overseas .toptextArea p {
    font-weight: 600;
    line-height: 2em;
    -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) {
  #overseas .toptextArea p {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #overseas .mapArea {
    max-width: 700px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #overseas .linkArea .link a {
    padding: 8px 8px 15px 8px;
    font-size: 14px;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #overseas .linkArea .link a em {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
  #overseas .linkArea .link a em:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    width: 5px;
    height: 5px;
    border-color: #fff;
    left: 50%;
    margin-left: -2px;
    margin-top: 12px;
  }
  #overseas .linkArea .link a:after, #overseas .linkArea .link a:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #overseas .linkArea .link a span:after {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #overseas .linkArea .link a:after {
    height: 50px;
    bottom: -50px;
  }
  #overseas .linkArea .link a:before {
    width: 8px;
    height: 8px;
    bottom: -50px;
    margin-left: -4px;
  }
  #overseas .linkArea .link a:hover {
    background-color: #F06E3C;
  }
  #overseas .linkArea .link a:hover:after {
    background-color: #F06E3C;
  }
  #overseas .linkArea .link a:hover:before {
    background-color: #F06E3C;
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
  }
  #overseas .linkArea .link a:hover span:after {
    background-color: #F06E3C;
  }
  #overseas .linkArea .link.link01 {
    left: 1.6%;
    top: 12.5%;
  }
  #overseas .linkArea .link.link02 {
    left: 19.5%;
    bottom: 20%;
  }
  #overseas .linkArea .link.link02 a:before, #overseas .linkArea .link.link02 a:after {
    bottom: auto;
    top: -50px;
  }
  #overseas .linkArea .link.link03 {
    left: 19%;
    top: 30%;
  }
  #overseas .linkArea .link.link03 a:before, #overseas .linkArea .link.link03 a:after {
    right: -46px;
    margin-top: 40px;
  }
  #overseas .linkArea .link.link03 a:after {
    width: 85px;
  }
  #overseas .linkArea .link.link03 a:before {
    margin-top: 36px;
  }
  #overseas .linkArea .link.link03 a span:after {
    height: 20px;
    bottom: -20px;
    margin-left: 1px;
  }
  #overseas .linkArea .link.link04 {
    left: 33.1%;
    top: 19%;
  }
  #overseas .linkArea .link.link05 {
    left: 74.4%;
    top: 20.6%;
  }
}
@media screen and (min-width: 768px) {
  #overseas .infoArea {
    margin-top: 80px;
  }
  #overseas .infoArea .column + .column {
    margin-top: 35px;
    padding-top: 35px;
  }
  #overseas .infoArea .column:last-of-type {
    padding-bottom: 35px;
  }
  #overseas .infoArea .place {
    padding: 5px 15px;
    font-size: 16px;
  }
  #overseas .infoArea .name {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
    font-size: 18px;
  }
  #overseas .infoArea .info {
    margin-top: 20px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  #overseas {
    padding: 160px 30px 150px 30px;
  }
  #overseas .titleStyle01 {
    margin-bottom: 2.5em;
  }
  #overseas .mapArea {
    max-width: 1000px;
  }
  #overseas .linkArea .link a {
    padding: 10px 8px 19px 8px;
    font-size: 16px;
    min-width: 120px;
  }
  #overseas .linkArea .link a em:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    border-color: #fff;
    margin-top: 15px;
    margin-left: -3px;
  }
  #overseas .linkArea .link a:before {
    width: 11px;
    height: 11px;
    margin-left: -5px;
  }
  #overseas .linkArea .link.link01 {
    left: 1.3%;
    top: 18.8%;
  }
  #overseas .linkArea .link.link02 {
    left: 19.15%;
    bottom: 24.6%;
  }
  #overseas .linkArea .link.link02 a:after {
    height: 60px;
  }
  #overseas .linkArea .link.link02 a:before, #overseas .linkArea .link.link02 a:after {
    bottom: auto;
    top: -60px;
  }
  #overseas .linkArea .link.link03 {
    left: 23%;
    top: 32%;
  }
  #overseas .linkArea .link.link03 a:before, #overseas .linkArea .link.link03 a:after {
    right: -21px;
    margin-top: 54px;
  }
  #overseas .linkArea .link.link03 a:after {
    width: 80px;
  }
  #overseas .linkArea .link.link03 a:before {
    margin-top: 49px;
  }
  #overseas .linkArea .link.link03 a span:after {
    height: 30px;
    bottom: -30px;
  }
  #overseas .linkArea .link.link04 {
    left: 33.1%;
    top: 19.3%;
  }
  #overseas .linkArea .link.link04 a:after {
    height: 80px;
  }
  #overseas .linkArea .link.link04 a:before, #overseas .linkArea .link.link04 a:after {
    bottom: -80px;
  }
  #overseas .linkArea .link.link05 {
    left: 74.1%;
    top: 19%;
  }
  #overseas .linkArea .link.link05 a:after {
    height: 90px;
  }
  #overseas .linkArea .link.link05 a:before, #overseas .linkArea .link.link05 a:after {
    bottom: -90px;
  }
  #overseas .infoArea {
    margin-top: 110px;
  }
  #overseas .infoArea .column + .column {
    margin-top: 40px;
    padding-top: 40px;
  }
  #overseas .infoArea .column:last-of-type {
    padding-bottom: 40px;
  }
  #overseas .infoArea .column .place {
    padding: 8px 15px 8px 30px;
    min-width: 110px;
  }
  #overseas .infoArea .column .name {
    margin-left: 15px;
    font-size: 20px;
  }
  #overseas .infoArea .column .info {
    margin-top: 25px;
    padding-left: 30px;
  }
}
/* =============================================
- history
================================================ */
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#history {
  padding: 40px 20px;
}
#history .titleStyle01 {
  margin-bottom: 1em;
}
#history .column + .column {
  margin-top: 40px;
}
#history .top_textArea {
  max-width: 600px;
  margin: 0 auto;
}
#history .top_textArea p {
  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) {
  #history .top_textArea p {
    font-weight: bold;
  }
}
#history .top_textArea p + p {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  #history {
    padding: 100px 30px 150px 30px;
  }
  #history .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #history .titleStyle01 {
    margin-bottom: 1.5em;
  }
  #history .column + .column {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #history {
    padding: 120px 30px 280px 30px;
  }
  #history .titleStyle01 {
    margin-bottom: 2em;
  }
  #history .column + .column {
    margin-top: 120px;
  }
}
/*-----------------------------------------------------------------
----------------------------------------------------------------- */
#history .historyBoxWrap {
  position: relative;
  padding-left: 40px;
}
#history .historyBoxWrap:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  top: 0px;
}
#history .historyBoxWrap .box {
  position: relative;
}
#history .historyBoxWrap .box + .box {
  margin-top: 25px;
}
#history .historyBoxWrap .box .year {
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #history .historyBoxWrap .box .year {
    font-weight: bold;
  }
}
#history .historyBoxWrap .box .text {
  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) {
  #history .historyBoxWrap .box .text {
    font-weight: bold;
  }
}
#history .historyBoxWrap .box .img {
  margin-top: 10px;
}
#history .historyBoxWrap .box:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0043C3;
  position: absolute;
  left: -40px;
  top: 1em;
}
#history .historyBoxWrap .box:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0043C3;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 1em;
  margin-left: -3px;
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  #history .historyBoxWrap {
    padding-left: 0px;
    max-width: 700px;
    margin: 0px auto 0px auto;
  }
  #history .historyBoxWrap:before {
    left: 50%;
    top: 100px;
    height: calc(100% - 60px);
  }
  #history .historyBoxWrap .box {
    position: relative;
    width: 300px;
  }
  #history .historyBoxWrap .box + .box {
    margin-top: 25px;
  }
  #history .historyBoxWrap .box.center {
    margin: 0 auto;
    width: 100%;
  }
  #history .historyBoxWrap .box.center p {
    text-align: center;
  }
  #history .historyBoxWrap .box.center .img {
    text-align: center;
  }
  #history .historyBoxWrap .box.center .img img {
    width: 300px;
  }
  #history .historyBoxWrap .box.left {
    margin-left: 15px;
  }
  #history .historyBoxWrap .box.left p {
    text-align: right;
  }
  #history .historyBoxWrap .box.left:after, #history .historyBoxWrap .box.left:before {
    left: auto;
    right: -40px;
  }
  #history .historyBoxWrap .box.right {
    margin-left: auto;
    margin-right: 10px;
  }
  #history .historyBoxWrap .box.box01:after, #history .historyBoxWrap .box.box01:before {
    display: none;
  }
  #history .historyBoxWrap .box.box03 {
    margin-top: -5%;
  }
  #history .historyBoxWrap .box.box05 {
    margin-top: -20%;
  }
  #history .historyBoxWrap .box.box06 {
    margin-top: -10%;
  }
  #history .historyBoxWrap .box.box09 {
    margin-top: -30%;
  }
  #history .historyBoxWrap .box.box10 {
    margin-top: -5%;
  }
  #history .historyBoxWrap .box.box11 {
    margin-top: -25%;
  }
  #history .historyBoxWrap .box.box14 {
    margin-top: -15%;
  }
}
@media screen and (min-width: 1080px) {
  #history .historyBoxWrap {
    max-width: 1000px;
  }
  #history .historyBoxWrap:before {
    height: calc(100% + 20px);
  }
  #history .historyBoxWrap .box {
    width: 435px;
  }
  #history .historyBoxWrap .box + .box {
    margin-top: 40px;
  }
  #history .historyBoxWrap .box:after {
    width: 50px;
    left: -50px;
  }
  #history .historyBoxWrap .box:before {
    width: 10px;
    height: 10px;
    left: -50px;
    top: 1em;
    margin-left: -5px;
    margin-top: -5px;
  }
  #history .historyBoxWrap .box .year {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #history .historyBoxWrap .box .img {
    margin-top: 15px;
  }
  #history .historyBoxWrap .box .img img {
    width: 300px;
  }
  #history .historyBoxWrap .box.left {
    margin-left: 21px;
    padding-right: 15px;
  }
  #history .historyBoxWrap .box.left .img {
    text-align: right;
  }
  #history .historyBoxWrap .box.left .text {
    margin-left: -20px;
  }
  #history .historyBoxWrap .box.left:after, #history .historyBoxWrap .box.left:before {
    right: -50px;
  }
  #history .historyBoxWrap .box.right {
    margin-right: 14px;
    padding-left: 15px;
  }
  #history .historyBoxWrap .box.box03 {
    margin-top: 65px;
  }
  #history .historyBoxWrap .box.box03 {
    margin-top: -2.5%;
  }
  #history .historyBoxWrap .box.box04 {
    margin-top: 15px;
  }
  #history .historyBoxWrap .box.box05 {
    margin-top: -15%;
  }
  #history .historyBoxWrap .box.box06 {
    margin-top: -14%;
  }
  #history .historyBoxWrap .box.box09 {
    margin-top: -21%;
  }
  #history .historyBoxWrap .box.box10 {
    margin-top: -5%;
  }
  #history .historyBoxWrap .box.box11 {
    margin-top: -25%;
  }
  #history .historyBoxWrap .box.box12 {
    margin-top: 20px;
  }
  #history .historyBoxWrap .box.box13 {
    margin-top: 50px;
  }
  #history .historyBoxWrap .box.box14 {
    margin-top: -13.8%;
  }
  #history .historyBoxWrap .box.box15 {
    margin-top: 45px;
  }
}
/* =============================================
- recruit
================================================ */
/* =============================================
- recruit_movie
================================================ */
#recruit_movie {
  padding: 40px 20px 40px 20px;
  background-color: #0043C3;
}
#recruit_movie .inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #recruit_movie {
    padding: 60px 20px 60px 20px;
  }
}
@media screen and (min-width: 768px) {
  #recruit_movie {
    padding: 80px 20px 80px 20px;
  }
}
/* =============================================
- recruit_about
================================================ */
#recruit_about {
  padding: 50px 0px 40px 0px;
}
#recruit_about .boxWrap .textBox {
  padding: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0043C3;
  position: relative;
  z-index: 22;
}
#recruit_about .boxWrap .textBox .label {
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #fff;
  padding: 3px 10px 6px 10px;
  border: 1px solid #fff;
  line-height: 1em;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 8px;
}
#recruit_about .boxWrap .textBox .textArea {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #recruit_about {
    padding: 70px 0px 70px 0px;
  }
  #recruit_about .titleStyle07 {
    margin-bottom: 50px;
  }
  #recruit_about .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit_about .boxWrap .img {
    width: 40%;
    height: auto;
    margin-top: -30px;
    margin-right: -50px;
  }
  #recruit_about .boxWrap .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 25px;
  }
  #recruit_about .boxWrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #recruit_about .boxWrap.reverse .img {
    margin-right: 0px;
    margin-left: -50px;
  }
  #recruit_about .boxWrap + .boxWrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #recruit_about {
    padding: 100px 0px 100px 0px;
  }
  #recruit_about .inner {
    max-width: 1200px;
  }
  #recruit_about .titleStyle07 {
    margin-bottom: 150px;
  }
  #recruit_about .boxWrap .img {
    width: 45%;
    margin-top: -30px;
    margin-right: -50px;
  }
  #recruit_about .boxWrap .textBox {
    padding: 45px;
  }
  #recruit_about .boxWrap .textBox .label {
    padding: 3px 10px 6px 10px;
    font-size: 20px;
    margin-bottom: 8px;
  }
  #recruit_about .boxWrap .textBox .textArea {
    margin-top: 15px;
  }
  #recruit_about .boxWrap + .boxWrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #recruit_about .boxWrap .img {
    width: 650px;
    margin-top: -50px;
    margin-right: -70px;
  }
  #recruit_about .boxWrap .textBox {
    padding: 65px 60px;
  }
  #recruit_about .boxWrap .textBox .label {
    padding: 5px 10px 6px 10px;
    font-size: 25px;
    margin-bottom: 15px;
  }
  #recruit_about .boxWrap .textBox .textArea {
    margin-top: 25px;
  }
  #recruit_about .boxWrap.reverse .img {
    margin-left: -70px;
  }
  #recruit_about .boxWrap + .boxWrap {
    margin-top: 120px;
  }
}
/* =============================================
- recruit_info
================================================ */
#recruit_info {
  padding: 40px 20px 60px 20px;
}
#recruit_info .closetext p {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #recruit_info .closetext p {
    font-weight: bold;
  }
}
#recruit_info .column + .column {
  margin-top: 40px;
}
#recruit_info .column .midashi {
  text-align: center;
  margin-bottom: 1.2em;
}
#recruit_info .column .midashi p {
  display: inline-block;
  padding: 0px 5px 8px 5px;
  position: relative;
  font-weight: 600;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 980px) {
  #recruit_info .column .midashi p {
    font-weight: bold;
  }
}
#recruit_info .column .midashi p:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #0043C3;
}
#recruit_info .column .btnArea {
  margin-top: 25px;
}
#recruit_info .column .btnArea .btnStyle01 {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  #recruit_info {
    padding: 30px 40px 80px 40px;
  }
  #recruit_info .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #recruit_info .closetext p {
    font-size: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #recruit_info .titleStyle07 {
    margin-bottom: 50px;
  }
  #recruit_info .column + .column {
    margin-top: 100px;
  }
  #recruit_info .column .midashi {
    margin-bottom: 2.5em;
  }
  #recruit_info .column .midashi p {
    padding: 0px 5px 10px 5px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
  }
  #recruit_info .column .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #recruit_info {
    padding: 30px 40px 80px 40px;
  }
  #recruit_info .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #recruit_info .titleStyle07 {
    margin-bottom: 100px;
  }
  #recruit_info .column + .column {
    margin-top: 150px;
  }
  #recruit_info .column .midashi {
    margin-bottom: 4.5em;
  }
  #recruit_info .column .midashi p {
    padding: 0px 5px 15px 5px;
    font-size: 30px;
  }
  #recruit_info .column .btnArea {
    margin-top: 60px;
  }
}
/* =============================================
- UPDATE
================================================ */
/*
    post
========================================================= */
/*
    archives
========================================================= */
#archives .postArchives .arvBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#archives .postArchives .arvBox + .arvBox {
  margin-top: 30px;
}
#archives .postArchives .leftArea {
  width: 35%;
}
#archives .postArchives .leftArea .img {
  height: 20vw;
  width: 100%;
}
#archives .postArchives .leftArea .img a {
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#archives .postArchives .leftArea .img a.noimg {
  border: 1px solid #eee;
}
#archives .postArchives .rightArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
#archives .postArchives .rightArea .title {
  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) {
  #archives .postArchives .rightArea .title {
    font-weight: bold;
  }
}
#archives .postArchives .rightArea .title a {
  color: #333333;
}
#archives .postArchives .rightArea .dateWrap {
  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;
}
#archives .postArchives .rightArea .dateWrap .date {
  font-size: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#archives .postArchives .rightArea .dateWrap .moreBtn a {
  color: #0043C3;
  font-weight: 600;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  #archives .postArchives .rightArea .dateWrap .moreBtn a {
    font-weight: bold;
  }
}
#archives .postArchives .rightArea .dateWrap .moreBtn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0043C3;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}

@media screen and (min-width: 768px) {
  #archives .postArchives .arvBox {
    -moz-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #archives .postArchives .arvBox + .arvBox {
    margin-top: 40px;
  }
  #archives .postArchives .leftArea {
    width: 30%;
    max-width: 300px;
  }
  #archives .postArchives .leftArea .img {
    max-height: 200px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #archives .postArchives .leftArea .img:hover {
    opacity: 0.7;
  }
  #archives .postArchives .rightArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  #archives .postArchives .rightArea .title {
    font-size: 18px;
    line-height: 1.8em;
  }
  #archives .postArchives .rightArea .title a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #archives .postArchives .rightArea .title a:hover {
    color: #F06E3C;
  }
  #archives .postArchives .rightArea .dateWrap {
    margin-top: 30px;
  }
  #archives .postArchives .rightArea .dateWrap .date {
    font-size: 14px;
  }
  #archives .postArchives .rightArea .dateWrap .moreBtn a {
    font-size: 14px;
    padding-right: 18px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #archives .postArchives .rightArea .dateWrap .moreBtn a:after {
    border-width: 5px 0 5px 8px;
    margin-top: -5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #archives .postArchives .rightArea .dateWrap .moreBtn a:hover {
    color: #F06E3C;
  }
  #archives .postArchives .rightArea .dateWrap .moreBtn a:hover:after {
    border-color: transparent transparent transparent #F06E3C;
    right: -3px;
  }
}
@media screen and (min-width: 980px) {
  #archives .postArchives .rightArea {
    margin-left: 60px;
    padding-bottom: 25px;
  }
  #archives .postArchives .rightArea .title {
    font-size: 18px;
    line-height: 1.8em;
  }
  #archives .postArchives .rightArea .dateWrap {
    margin-top: 45px;
  }
}
/*
    pagination
========================================================= */
.pagination {
  margin: 40px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .pagination {
    width: 670px;
    margin: 80px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .pagination {
    margin: 80px auto 0px auto;
  }
}
.pagination:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul {
  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;
}
.pagination ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul li {
  float: left;
  position: relative;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination ul li {
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pagination ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #333;
  background-color: #fff;
  padding: 0px 10px;
  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) {
  .pagination ul li a {
    font-weight: bold;
  }
}
.pagination ul li a.prev:before, .pagination ul li a.next:before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.pagination ul li a.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px;
}
.pagination ul li a.next:before {
  margin-right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li + li {
  margin-left: 5px;
}
.pagination ul li + li:after {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pagination ul li.active, .pagination ul li.current {
  cursor: not-allowed;
  background-color: #0043C3;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.pagination ul li.active a, .pagination ul li.current a {
  background-color: #0043C3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination ul li .current {
  cursor: not-allowed;
  background-color: #0043C3;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.pagination ul li.prev:before, .pagination ul li.next:before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev span, .pagination ul li.next span {
    display: none;
  }
}
.pagination ul li.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px;
}
.pagination ul li.next:before {
  margin-right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.pagination ul li:hover a {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.pagination ul li:hover a.prev, .pagination ul li:hover a.next {
  background-color: #333;
}
.pagination ul li:hover a.prev:after, .pagination ul li:hover a.prev:before, .pagination ul li:hover a.next:after, .pagination ul li:hover a.next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .pagination ul li {
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
  .pagination ul li:first-child {
    margin-left: 0;
  }
  .pagination ul li a {
    font-size: 16px;
  }
  .pagination ul li + li {
    margin-left: 5px;
  }
  .pagination ul li + li:after {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .pagination ul li.prev a {
    padding-left: 25px;
  }
  .pagination ul li.next a {
    padding-right: 25px;
  }
}
#single .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#single .bottomBtnArea {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #single .bottomBtnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #single .bottomBtnArea {
    margin-top: 100px;
  }
}
/*
    postHead
========================================================= */
.postHead .title {
  font-size: 18px;
  line-height: 1.7em;
  font-family: "Noto Sans SC", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  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) {
  .postHead .title {
    font-weight: bold;
  }
}
.postHead .date {
  font-size: 14px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .postHead .date {
    font-weight: bold;
  }
}
.postHead .thumbnail {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .postHead .thumbnail img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .postHead .title {
    font-size: 24px;
    line-height: 1.7em;
  }
  .postHead .date {
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-top: 20px;
  }
  .postHead .thumbnail {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .postHead .title {
    font-size: 25px;
  }
}
/*
    postBody
========================================================= */
.postBody {
  margin-top: 25px;
  color: #333333;
}
.postBody:last-of-type {
  margin-bottom: 30px;
}
.postBody *:first-child {
  margin-top: 0px !important;
}
.postBody *:last-child {
  margin-bottom: 0px !important;
}
.postBody p + p {
  margin-top: 1em;
}
.postBody h2 {
  font-size: 18px;
  color: #0043C3;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55em;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .postBody h2 {
    font-weight: bold;
  }
}
.postBody h3 {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 9px;
}
@media screen and (min-width: 980px) {
  .postBody h3 {
    font-weight: bold;
  }
}
.postBody h3:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.postBody h4 {
  position: relative;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-top: 1.3em;
  margin-bottom: 0.8em;
  padding-left: 1em;
}
@media screen and (min-width: 980px) {
  .postBody h4 {
    font-weight: bold;
  }
}
.postBody h4:before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.postBody img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.postBody img + h2, .postBody img + h3 {
  margin-top: 0px;
}
.postBody img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postBody img.alignleft {
  display: block;
  float: left;
}
.postBody img.alignright {
  display: block;
  float: right;
}
.postBody .gallery img {
  margin: 0px !important;
}
.postBody .gallery .gallery-item {
  margin: 0px !important;
}
.postBody a {
  color: #0043C3;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.postBody a:hover {
  color: #F06E3C;
}
.postBody strong {
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.postBody ol, .postBody ul {
  margin-bottom: 2em;
  margin-top: 2em;
}
.postBody ol {
  padding-left: 0px;
  counter-reset: number 0;
}
.postBody ol li span {
  color: #333;
  font-weight: normal;
}
.postBody ol li + li {
  margin-top: 5px;
}
.postBody ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #0043C3;
  font-weight: 600;
  display: inline-block;
  padding-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .postBody ol li:before {
    font-weight: bold;
  }
}
.postBody ul {
  padding-left: 0px;
}
.postBody ul li {
  position: relative;
  padding-left: 1em;
  text-indent: 0em;
}
.postBody ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0043C3;
  position: absolute;
  left: 0px;
  top: 0.7em;
  border-radius: 50%;
}
.postBody ul li + li {
  margin-top: 5px;
}
.postBody blockquote {
  margin-bottom: 20px;
  padding: 55px 20px 40px 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.postBody blockquote p {
  margin-bottom: 0px;
  color: #464646;
}
.postBody blockquote:before, .postBody blockquote:after {
  content: "";
  background-image: url(../images/common/blockquote.png);
  background-size: cover;
  width: 30px;
  height: 24px;
  position: absolute;
}
.postBody blockquote:before {
  line-height: 1em;
  top: 15px;
  left: 14px;
}
.postBody blockquote:after {
  line-height: 0em;
  right: 14px;
  bottom: 15px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.postBody hr {
  background-color: transparent;
  border: transparent;
  background-color: #9e9e9f;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .postBody table {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .postBody table th, .postBody table td {
    padding: 8px 20px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
  }
  .postBody table tr {
    display: inline-block;
  }
  .postBody table tr + tr {
    margin-top: 10px;
  }
  .postBody table th {
    background-color: #969696;
    color: #fff;
  }
  .postBody table td {
    background-color: #fff;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .postBody {
    margin-top: 50px;
  }
  .postBody p {
    line-height: 2.2em;
    font-size: 15px;
  }
  .postBody h2 {
    font-size: 22px;
  }
  .postBody h3 {
    font-size: 18px;
  }
  .postBody h4 {
    font-size: 18px;
  }
  .postBody img {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .postBody blockquote {
    padding: 70px 30px 60px 30px;
  }
  .postBody blockquote:before, .postBody blockquote:after {
    width: 30px;
    height: 24px;
  }
  .postBody blockquote:before {
    top: 30px;
    left: 28px;
  }
  .postBody blockquote:after {
    right: 28px;
    bottom: 30px;
  }
  .postBody table {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .postBody table th, .postBody table td {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .postBody table {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .postBody table th, .postBody table td {
    padding: 18px 15px;
    vertical-align: middle;
  }
  .postBody table tr {
    border-bottom: 5px solid #F8FAFA;
  }
  .postBody table tr + tr {
    margin-top: 10px;
  }
  .postBody table th {
    background-color: #969696;
    color: #fff;
    width: 30%;
    text-align: center;
  }
  .postBody table td {
    background-color: #fff;
    padding-left: 20px;
    width: 70%;
  }
}
@media screen and (min-width: 980px) {
  .postBody {
    margin-top: 80px;
  }
  .postBody h2 {
    margin-top: 2.5em;
    margin-bottom: 1em;
  }
  .postBody h3 {
    margin-top: 1.8em;
    margin-bottom: 1em;
  }
  .postBody h4 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  }
  .postBody ul li {
    padding-left: 1.3em;
  }
  .postBody ul li:before {
    width: 12px;
    height: 12px;
    top: 0.5em;
  }
}
/* =============================================
- CONTACT
================================================ */
#contact {
  padding: 0px 20px 40px 20px;
}

@media screen and (min-width: 768px) {
  #contact {
    padding: 50px 45px 100px 45px;
  }
}
@media screen and (min-width: 980px) {
  #contact {
    padding: 50px 45px 150px 45px;
  }
}
/* =============================================
- contact
================================================ */
.contactHead {
  max-width: 800px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =============================================
- Cn_number
================================================ */
.Cn_number {
  margin-bottom: 40px;
}
.Cn_number .text {
  font-size: 16px;
  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) {
  .Cn_number .text {
    font-weight: bold;
  }
}
.Cn_number .number {
  font-size: 18px;
  margin-top: 10px;
}
.Cn_number .number a {
  color: #0043C3;
  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) {
  .Cn_number .number a {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .Cn_number {
    margin-bottom: 80px;
  }
  .Cn_number .text {
    font-size: 20px;
    text-align: center;
  }
  .Cn_number .number {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
  }
}
/* =============================================
- contactContent
================================================ */
.contactContent {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 35px;
}
.contactContent .requre {
  color: #fff;
  background-color: #0043C3;
  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;
  font-weight: normal;
}
.contactContent dl {
  margin-top: 25px;
  margin-bottom: 18px;
}
.contactContent dl dt {
  font-size: 15px;
  margin-bottom: 8px;
  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) {
  .contactContent dl dt {
    font-weight: bold;
  }
}
.contactContent dl:first-of-type {
  margin-top: 20px;
}
.contactContent textarea,
.contactContent input[type=text],
.contactContent input[type=email] {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #eee;
  border-radius: 5px;
}
.contactContent textarea:-moz-placeholder-shown, .contactContent input[type=text]:-moz-placeholder-shown, .contactContent input[type=email]:-moz-placeholder-shown {
  color: #cccccc;
}
.contactContent textarea:-ms-input-placeholder, .contactContent input[type=text]:-ms-input-placeholder, .contactContent input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.contactContent textarea:placeholder-shown,
.contactContent input[type=text]:placeholder-shown,
.contactContent input[type=email]:placeholder-shown {
  color: #cccccc;
}
.contactContent textarea::-webkit-input-placeholder,
.contactContent input[type=text]::-webkit-input-placeholder,
.contactContent input[type=email]::-webkit-input-placeholder {
  color: #cccccc;
}
.contactContent textarea:-moz-placeholder,
.contactContent input[type=text]:-moz-placeholder,
.contactContent input[type=email]:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.contactContent textarea::-moz-placeholder,
.contactContent input[type=text]::-moz-placeholder,
.contactContent input[type=email]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.contactContent textarea:-ms-input-placeholder,
.contactContent input[type=text]:-ms-input-placeholder,
.contactContent input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.contactContent textarea:focus,
.contactContent input[type=text]:focus,
.contactContent input[type=email]:focus {
  background-color: #FFF;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.contactContent select {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border-radius: 0px;
  background-color: #eee;
  border-radius: 5px;
}
.contactContent select:-moz-placeholder-shown {
  color: #cccccc;
}
.contactContent select:-ms-input-placeholder {
  color: #cccccc;
}
.contactContent select:placeholder-shown {
  color: #cccccc;
}
.contactContent select::-webkit-input-placeholder {
  color: #cccccc;
}
.contactContent select:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.contactContent select::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.contactContent select:-ms-input-placeholder {
  color: #cccccc;
}
.contactContent .size-s input[type=text] {
  max-width: 250px;
}
.contactContent .size-m input[type=text] {
  max-width: 430px;
}
.contactContent .selectWrap {
  position: relative;
}
.contactContent .selectWrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #032030 transparent transparent transparent;
}
.contactContent .postal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
.contactContent .postal-group input {
  width: 60%;
}
.contactContent .postal-group .addressBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  background-color: #555;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 9px 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 980px) {
  .contactContent .postal-group .addressBtn {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .contactContent .postal-group .addressBtn:hover {
    background-color: #777;
  }
}
.contactContent option:-moz-placeholder-shown {
  color: #d2d2d2;
}
.contactContent option:-ms-input-placeholder {
  color: #d2d2d2;
}
.contactContent option:placeholder-shown {
  color: #d2d2d2;
}
.contactContent option::-webkit-input-placeholder {
  color: #d2d2d2;
}
.contactContent option:-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.contactContent option::-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.contactContent option:-ms-input-placeholder {
  color: #d2d2d2;
}
.contactContent textarea {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .contactContent {
    margin-top: 60px;
  }
  .contactContent .requre {
    margin-left: 12px;
    padding: 5px 8px;
  }
  .contactContent dl {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }
  .contactContent dl dt {
    width: 220px;
    padding-top: 10px;
    font-size: 15px;
    text-align: right;
    padding-right: 40px;
  }
  .contactContent dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contactContent dl + dl {
    margin-top: 30px;
  }
  .contactContent dl textarea,
.contactContent dl input[type=text],
.contactContent dl input[type=email] {
    padding: 12px 20px;
    letter-spacing: 0.05em;
  }
  .contactContent dl select {
    padding: 12px 20px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .contactContent .address-group input[type=text] {
    margin-top: 8px;
  }
}
.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;
}

/*-----------------------------------------------------------------
btnArea
----------------------------------------------------------------- */
#contact .btnArea {
  margin-top: 30px;
}
#contact .btnArea button + button {
  margin-top: 15px;
}
#contact .btnArea button.nocheck {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}
#contact .btnArea button.nocheck:after {
  display: none;
}
#contact .btnArea .btnStyle01.btnBack:after {
  right: auto;
  left: 15px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#contact .btnArea .btnStyle01.btnSend {
  color: #fff;
  background-color: #0043C3;
}
#contact .btnArea .btnStyle01.btnSend:after {
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  #contact .btnArea .btnStyle01.btnSend:hover {
    border-color: #333;
    background-color: #333;
  }
}

@media screen and (min-width: 768px) {
  #contact .btnArea {
    margin-top: 50px;
  }
  #contact .btnArea button + button {
    margin-top: 15px;
    margin-left: 15px;
  }
}
/*-----------------------------------------------------------------
	blkCheck
----------------------------------------------------------------- */
.blkCheck {
  text-align: center;
  margin-top: 30px;
}
.blkCheck .link {
  text-align: center;
  margin-bottom: 10px;
}
.blkCheck .link a {
  color: #333333;
  display: inline-block;
  border-bottom: 1px solid #333;
  line-height: 1em;
  padding-bottom: 2px;
}
.blkCheck label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 32px;
  display: inline-block;
}
.blkCheck label input[type=checkbox] {
  display: none;
}
.blkCheck label input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.03em;
  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) {
  .blkCheck label input[type=checkbox] + span {
    font-weight: bold;
  }
}
.blkCheck label input[type=checkbox] + span:before, .blkCheck label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0em;
  left: 0;
}
.blkCheck label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border: 1px #aaaaaa solid;
  border-radius: 3px;
}
.blkCheck label input[type=checkbox] + span:after {
  z-index: 1;
  margin: 4px 7px;
  width: 6px;
  height: 9px;
  opacity: 0;
}
.blkCheck label input[type=checkbox]:checked + span:before {
  background-color: #0043C3;
  border-color: #0043C3;
}
.blkCheck label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media screen and (min-width: 768px) {
  .blkCheck {
    margin-top: 60px;
  }
  .blkCheck .link {
    margin-bottom: 15px;
  }
  .blkCheck .link a {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 2px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .blkCheck .link a:hover {
    color: #0043C3;
    border-color: #0043C3;
  }
  .blkCheck label {
    line-height: 25px;
  }
  .blkCheck label input[type=checkbox] + span {
    letter-spacing: 0.05em;
  }
  .blkCheck label input[type=checkbox] + span:before, .blkCheck label input[type=checkbox] + span:after {
    top: 0.1em;
  }
}
/*-----------------------------------------------------------------
 mw_wp_form_confirm
----------------------------------------------------------------- */
.mw_wp_form_confirm {
  padding-top: 0px;
}
.mw_wp_form_confirm .contactHead {
  display: none;
}
.mw_wp_form_confirm .contactContent {
  margin-top: 0px;
}
.mw_wp_form_confirm textarea, .mw_wp_form_confirm input[type=text], .mw_wp_form_confirm select {
  display: none;
}
.mw_wp_form_confirm dl {
  padding: 20px 0px;
  border-top: 1px solid #999999;
}
.mw_wp_form_confirm dl dt {
  padding-top: 0px !important;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
}
.mw_wp_form_confirm dl dd {
  line-height: 1em;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm dl dd {
    font-weight: bold;
  }
}
.mw_wp_form_confirm dl + dl {
  margin-top: 0px;
}
.mw_wp_form_confirm dl:last-of-type {
  border-bottom: 1px solid #999;
}
.mw_wp_form_confirm .requre {
  display: none;
}
.mw_wp_form_confirm .selectWrap {
  margin-left: 0px;
}
.mw_wp_form_confirm .selectWrap:before, .mw_wp_form_confirm .selectWrap:after {
  display: none;
}
.mw_wp_form_confirm .address-group {
  margin: 10px 0px;
}
.mw_wp_form_confirm .address-group .notice {
  display: inline-block;
}
.mw_wp_form_confirm .address-group .selectWrap {
  margin-left: 0px;
}
.mw_wp_form_confirm .postal-group span {
  display: none;
}
.mw_wp_form_confirm .blkCheck {
  display: none;
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl {
    padding: 25px 0px;
  }
  .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm dl {
    padding: 30px 0px;
  }
}
/*-----------------------------------------------------------------
 thanksPage
----------------------------------------------------------------- */
#contact .thanksBlk .titleStyle03 {
  text-align: center;
}
#contact .thanksBlk .text {
  line-height: 1.9em;
}
#contact .thanksBlk .btnArea {
  margin-top: 30px;
}
#contact .thanksBlk .btnArea .btnStyle01:after {
  display: none;
}

@media screen and (min-width: 768px) {
  #contact .thanksBlk .text {
    line-height: 2.1em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #contact .thanksBlk .text {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #contact .thanksBlk .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #contact .titleStyle03 {
    margin-bottom: 1.4em;
  }
  #contact .thanksBlk .text {
    line-height: 2.2em;
  }
  #contact .thanksBlk .btnArea {
    margin-top: 80px;
  }
}
/* =============================================
- PRIVACY
================================================ */
#privacy {
  padding: 0px 20px 40px 20px;
}
#privacy .inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #privacy {
    padding: 50px 30px 100px 30px;
  }
}
@media screen and (min-width: 980px) {
  #privacy {
    padding: 50px 30px 150px 30px;
  }
}
/* =============================================
- contact
================================================ */
#privacy .column {
  margin-top: 30px;
}
#privacy .column .midashi {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #privacy .column .midashi {
    font-weight: bold;
  }
}
#privacy .column ul {
  margin-top: 5px;
}
#privacy .column ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#privacy .column ul li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #privacy {
    font-size: 15px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #privacy .topTextArea {
    max-width: 740px;
  }
  #privacy .column {
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
  #privacy .column .midashi {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  #privacy {
    font-size: 14px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #privacy .column {
    margin-top: 55px;
  }
  #privacy .column .midashi {
    margin-bottom: 10px;
  }
}
/* =============================================
- IE
================================================ */
@media all and (-ms-high-contrast: none) {
  #bottomLinkArea .box .text {
    padding: 0.9em 15px 0.6em 15px;
  }

  .colLayout04 .imgArea .label {
    padding: 10px 20px 5px 20px;
  }

  .tableStyle02 th, .tableStyle02 td {
    padding: 1.1em 5px 0.8em 5px;
  }

  .tableStyle01 th, .tableStyle01 td {
    padding: 1em 20px 0.65em 20px;
  }

  .tableStyle02 tbody th {
    padding: 0.4em 5px 0.2em 5px;
  }
}
/*# sourceMappingURL=style.css.map */