  @charset "UTF-8";
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0)
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0)
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  85% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes lazy-in {
  0% {
    opacity: 1;
    display: block
  }
  100% {
    opacity: 0;
    display: none
  }
}

@keyframes lazy-in {
  0% {
    opacity: 1;
    display: block
  }
  100% {
    opacity: 0;
    display: none
  }
}

@-webkit-keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes text-revealer {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
}

@keyframes text-revealer {
  0% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
}

@-webkit-keyframes btn-animation-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes btn-animation-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes txt-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes txt-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all cubic-bezier(0.25, 0.25, 0.605, 0.98) 1s;
  transition: all cubic-bezier(0.25, 0.25, 0.605, 0.98) 1s
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.visible {
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: cubic-bezier(0.25, 0.25, 0.605, 0.98) 1s;
  transition: cubic-bezier(0.25, 0.25, 0.605, 0.98) 1s
}

.visible.scrollin {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%)
}

.sideSlide {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0)
}

.sideSlide.scrollin {
  -webkit-animation: clip-text 1.5s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: clip-text 1.5s cubic-bezier(0, 0, 0.2, 1) forwards
}

.button-anime {
  position: relative
}

.button-anime::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1
}

.button-anime:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

.point-list li.scale.scrollin:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}

.qanda-area.fadein .qanda-list {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms
}

.qanda-area.fadein.scrollin .qanda-list {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(5) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(6) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(7) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms
}

.qanda-area.fadein.scrollin .qanda-list:nth-of-type(8) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms
}

@-webkit-keyframes lightUp {
  0% {
    opacity: 0.2
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: 0.2
  }
  100% {
    opacity: 0.2
  }
}

@keyframes lightUp {
  0% {
    opacity: 0.2
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: 0.2
  }
  100% {
    opacity: 0.2
  }
}

.circles {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 0 auto
}

.circles span, .circles:before, .circles:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
  background: #ff6600
}

.circles span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: lightUp 1.5s linear infinite 0.5s;
  animation: lightUp 1.5s linear infinite 0.5s
}

.circles:before, .circles:after {
  content: ""
}

.circles:before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: lightUp 1.5s linear infinite;
  animation: lightUp 1.5s linear infinite
}

.circles:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: lightUp 1.5s linear infinite 1s;
  animation: lightUp 1.5s linear infinite 1s
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  height: 100%
}

body {
  font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  font-size: 10px;
  height: 100%;
  color: #333
}

h1, h2, h3, h4, h5, ul, dl {
  font-weight: normal;
  margin: 0;
  padding: 0
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none
}

a {
  font-size: 14px;
  color: #000;
  outline: 0;
  text-decoration: none
}

a img {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out
}

p, dt, dd, li {
  font-size: 14px;
  margin: 0;
  padding: 0
}

p a, p span, dt a, dt span, dd a, dd span, li a, li span {
  font-size: inherit
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 80px;
  border: 1px solid rgba(78, 183, 223, 0.1);
  border-bottom: none
}

table tr {
  border-bottom: 1px solid rgba(78, 183, 223, 0.1)
}

table th, table td, table a {
  font-family: YakuHanJPs, MyYuGothicM, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: .03em;
  font-weight: bold;
  color: #203156
}

table th:not(:last-of-type), table td:not(:last-of-type), table a:not(:last-of-type) {
  border-right: 1px solid rgba(78, 183, 223, 0.1)
}

table th {
  height: 60px;
  background-color: rgba(78, 178, 218, 0.15)
}

table td, table a {
  height: 100px;
  padding: 0 10px
}

figure {
  margin: 0
}

.cms-content h1, .cms-content h2 {
  font-size: 20px;
  letter-spacing: 0.13em;
  line-height: 1.6
}

.cms-content h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.13em
}

.cms-content h4 {
  font-size: 15px;
  font-weight: bold
}

.cms-content strong {
  font-weight: bold
}

.cms-content ul {
  overflow: hidden
}

.cms-content ul li {
  padding-left: 1em
}

.cms-content ul li:last-child {
  margin-bottom: 0
}

.cms-content ul li:before {
    content: "繝ｻ";
  margin-left: -1rem;
  width: 1rem
}

.cms-content ol {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem
}

.cms-content ol li:last-child {
  margin-bottom: 0
}

.cms-content ul, .cms-content ol {
  list-style-position: outside
}

.cms-content li {
  font-size: 14px;
  line-height: 1.9
}

.cms-content p {
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1.9;
  margin: 0
}

.cms-content img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto
}

.cms-content a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: inline-block;
  text-decoration: underline
}

.cms-content a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e802';
  font-size: 13px;
  display: inline-block
}

.cms-content a:hover {
  color: #2196f3
}

.cms-content pre {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #3e3a39;
  display: block;
  font-size: 15px;
  line-height: 2;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  white-space: pre-line
}

.cms-content .wp-caption {
  max-width: 100%
}

.cms-content .wp-caption-text {
  font-size: 13px;
  letter-spacing: 0.18em;
  line-height: 1.9;
  margin: 0
}

.cms-content .aligncenter {
  display: block;
  margin: 0 auto
}

.cms-content .alignleft {
  float: left
}

.cms-content h2+* {
  margin-top: 34px
}

.cms-content h3+* {
  margin-top: 25px
}

.cms-content h4+*, .cms-content ul+*, .cms-content ol+*, .cms-content p+*, .cms-content p+p {
  margin-top: 15px
}

.cms-content *+h2 {
  margin-top: 60px
}

.cms-content p+h3 {
  margin-top: 25px
}

.cms-content p+p>img, .cms-content .wp-caption+p {
  margin-top: 25px
}

.cms-content img+.wp-caption-text {
  margin-top: 15px
}

.cms-content *:last-child {
  margin-bottom: 0
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  text-align: center
}

.pager .page-numbers {
  border: none;
  font-size: 15px;
  margin: 2px 12px;
  padding: 10px 4px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out
}

.pager .page-numbers:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background-color: #2196f3;
  margin: auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.pager .page-numbers:hover, .pager .page-numbers.current {
  color: #2196f3
}

.pager .page-numbers:hover:after, .pager .page-numbers.current:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.pager .page-numbers.dots:hover {
  border-bottom: 0;
  color: #000
}

.pager .page-numbers.dots:after {
  content: none
}

.pager .page-numbers.prev {
  letter-spacing: 0.5em;
  margin-right: 30px
}

.pager .page-numbers.prev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-right: 20px
}

.pager .page-numbers.next {
  letter-spacing: 0.5em;
  margin-left: 30px
}

.pager .page-numbers.next:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  content: "?";
  display: inline-block;
  font-size: 13px;
  height: auto;
  line-height: 1;
  margin-left: 20px;
  position: static;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: auto
}

.pager .page-numbers.next:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background-color: #2196f3;
  margin: auto;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.pager .page-numbers.next:hover {
  color: #2196f3
}

.pager .page-numbers.next:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.form .required {
  color: #2196f3;
  text-align: center
}

.form input, .form select, .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  outline: 0;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out
}

.form input:hover, .form select:hover, .form textarea:hover {
  border-color: #ccc
}

.form input:focus, .form select:focus, .form textarea:focus {
  border-color: #2196f3
}

.form input[type="text"], .form input[type="email"], .form textarea {
  border-radius: 0;
  padding: 15px
}

.form input[type="radio"], .form input[type="checkbox"] {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px
}

.form input[type="radio"]:hover, .form input[type="checkbox"]:hover {
  background-color: #9e9e9e;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff
}

.form input[type="radio"]:checked, .form input[type="checkbox"]:checked {
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff
}

.form input[type="radio"] {
  border-radius: 10px
}

.form input[type="checkbox"] {
  border-radius: 0
}

.form select {
  background: url(/recruit/assets/images/common/icon-arrow-under.png) 95% center no-repeat #fff;
  border-radius: 0;
  padding: 15px 30px 15px 15px
}

.form textarea {
  height: 200px
}

.form label {
  display: inline-block;
  padding-right: 70px;
  vertical-align: top
}

.form .full {
  width: 100%
}

.form .half {
  width: 50%
}

.form .small {
  width: 15%
}

.form .error {
  color: #f44336;
  display: block;
  letter-spacing: 0.18em;
  margin-top: 10px
}

.form .mwform-radio-field {
  display: block;
  margin-top: 15px
}

.form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-top: 0
}

.bg-black {
  background-color: #000
}

.bg-white {
  background-color: #fff
}

.color-black {
  color: #000
}

.color-white {
  color: #fff
}

.mt1 {
  margin-top: 1rem
}

.mt2 {
  margin-top: 2rem
}

.mt3 {
  margin-top: 3rem
}

.mt4 {
  margin-top: 4rem
}

.mt5 {
  margin-top: 5rem
}

.mt6 {
  margin-top: 6rem
}

.mt7 {
  margin-top: 7rem
}

.mt8 {
  margin-top: 8rem
}

.mt05 {
  margin-top: .5rem
}

.mt15 {
  margin-top: 1.5rem
}

.mt25 {
  margin-top: 2.5rem
}

.mb1 {
  margin-bottom: 1rem
}

.mb2 {
  margin-bottom: 2rem
}

.mb3 {
  margin-bottom: 3rem
}

.mb4 {
  margin-bottom: 4rem
}

.mb5 {
  margin-bottom: 5rem
}

.mb6 {
  margin-bottom: 6rem
}

.mb7 {
  margin-bottom: 7rem
}

.mb8 {
  margin-bottom: 8rem
}

.mb05 {
  margin-bottom: .5rem
}

.mb15 {
  margin-bottom: 1.5rem
}

.mb25 {
  margin-bottom: 2.5rem
}

@font-face {
  font-family: 'fontello';
  src: local("fontello"), url("/recruit/assets/icon/fontello.eot");
  src: local("fontello"), url("/recruit/assets/icon/fontello.eot#iefix") format("embedded-opentype");
  src: local("fontello"), url("/recruit/assets/icon/fontello.woff2") format("woff2");
  src: local("fontello"), url("/recruit/assets/icon/fontello.woff") format("woff");
  src: local("fontello"), url("/recruit/assets/icon/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow-upper:before, .icon-arrow-upper-a:after {
  content: "?"
}

.icon-arrow-upper-thin:before, .icon-arrow-upper-thin-a:after {
  content: "?"
}

.icon-arrow-under:before, .icon-arrow-under-a:after {
  content: "?"
}

.icon-arrow-under-thin:before, .icon-arrow-under-thin-a:after {
  content: "?"
}

.icon-arrow-right:before, .icon-arrow-right-a:after {
  content: "?"
}

.icon-arrow-right-thin:before, .icon-arrow-right-thin-a:after {
  content: "?"
}

.icon-arrow-left:before, .icon-arrow-left-a:after {
  content: "?"
}

.icon-arrow-left-thin:before, .icon-arrow-left-thin-a:after {
  content: "?"
}

.icon-arrow-roll:before, .icon-arrow-roll-a:after {
  content: "?"
}

.icon-popup:before, .icon-popup-a:after {
  content: "?"
}

.icon-sns-facebook:before, .icon-sns-facebook-a:after {
  content: "?"
}

.icon-sns-twitter:before, .icon-sns-twitter-a:after {
  content: "?"
}

.icon-sns-instagram:before, .icon-sns-instagram-a:after {
  content: "?"
}

@font-face {
  font-family: 'TTNormsPro-Light';
  font-style: normal;
  src: local("TTNormsPro-Light"), url("/recruit/assets/fonts/TTNormsPro/MyFontsWebfontsKit/webFonts/TTNormsPro-Light/font.woff") format("woff")
}

@font-face {
  font-family: 'TTNormsPro-Regular';
  font-style: normal;
  src: local("TTNormsPro-Regular"), url("/recruit/assets/fonts/TTNormsPro/MyFontsWebfontsKit/webFonts/TTNormsPro-Regular/font.woff") format("woff")
}

@font-face {
  font-family: 'TTNormsPro-Bold';
  font-style: normal;
  src: local("TTNormsPro-Bold"), url("/recruit/assets/fonts/TTNormsPro/MyFontsWebfontsKit/webFonts/TTNormsPro-Bold/font.woff") format("woff")
}

@font-face {
  font-family: 'TTNormsPro-MediumItalic';
  font-style: italic;
  src: local("TTNormsPro-MediumItalic"), url("/recruit/assets/fonts/TTNormsPro/MyFontsWebfontsKit/webFonts/TTNormsPro-MediumItalic/font.woff") format("woff")
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular")
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic")
}

.ul-anno {
  overflow: hidden
}

.ul-anno li {
  padding-left: 1em
}

.ul-anno li:last-child {
  margin-bottom: 0
}

.ul-anno li:before {
  content: "*";
  margin-left: -1rem;
  width: 1rem
}

.ul-anno-z {
  overflow: hidden
}

.ul-anno-z li {
  padding-left: 1em
}

.ul-anno-z li:last-child {
  margin-bottom: 0
}

.ul-anno-z li:before {

  content: "驕ｯ�ｶ�ｽ�ｻ";
  margin-left: -1rem;
  width: 1rem
}

.ul-disc {
  overflow: hidden
}

.ul-disc li {
  padding-left: 1em
}

.ul-disc li:last-child {
  margin-bottom: 0
}

.ul-disc li:before {

  content: "驛｢譎｢�ｽ�ｻ";
  margin-left: -1rem;
  width: 1rem
}

.ul-dcircle {
  overflow: hidden
}

.ul-dcircle li {
  padding-left: 1em
}

.ul-dcircle li:last-child {
  margin-bottom: 0
}

.ul-dcircle li:before {

  content: "髫ｨ�ｳ�ｽ�ｽ";
  margin-left: -1rem;
  width: 1rem
}

.ul-hyp {
  overflow: hidden
}

.ul-hyp li {
  padding-left: 1em
}

.ul-hyp li:last-child {
  margin-bottom: 0
}

.ul-hyp li:before {
  content: "-";
  margin-left: -1rem;
  width: 1rem
}

.ol-number {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem
}

.ol-number li:last-child {
  margin-bottom: 0
}

.ol-lower {
  list-style-type: lower-alpha;
  overflow: visible;
  padding-left: 2rem
}

.ol-lower li:last-child {
  margin-bottom: 0
}

.ol-upper {
  list-style-type: upper-alpha;
  overflow: visible;
  padding-left: 2rem
}

.ol-upper li:last-child {
  margin-bottom: 0
}

.text-center {
  text-align: center
}

.text-center img {
  margin-left: auto;
  margin-right: auto
}

.text-center-large {
  text-align: center
}

.text-right {
  text-align: right
}

.text-right img {
  margin-left: auto;
  margin-right: 0
}

.text-right-large {
  text-align: right
}

.text-justify {
  text-align: justify
}

.bold {
  font-weight: bold
}

.nowrap {
  white-space: nowrap
}

.content-primary {
  margin-right: auto;
  margin-left: auto;
  width: 960px
}

.content-secondary {
  margin-right: auto;
  margin-left: auto;
  width: 800px
}

.content-grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px
}

.content-gridline {
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px
}

.content-gridsecondary {
  margin-right: auto;
  margin-left: auto;
  max-width: 840px
}

.content-gridmax {
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px
}

.content-gridriquid {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%
}

.content-gridriquid [class*="column"] {
  padding-right: 0;
  padding-left: 0
}

.for-small {
  display: none
}

.dl-side {
  overflow: hidden
}

.dl-side dt, .dl-side dd {
  float: left
}

.dl-side dt {
  clear: both;
  width: 25%
}

.dl-side dd {
  width: 75%
}

.dl-side.-border {
  border-top: 1px solid #ccc
}

.dl-side.-border dt, .dl-side.-border dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 12px 0
}

.dl-side.-column3-7 dt {
  width: 30%
}

.dl-side.-column3-7 dd {
  width: 70%
}

.dl-side.-column4-6 dt {
  width: 40%
}

.dl-side.-column4-6 dd {
  width: 60%
}

.dl-side.-half dt {
  width: 50%
}

.dl-side.-half dd {
  width: 50%
}

.block {
  display: block
}

.block-all {
  display: block
}

.google-map {
  height: 380px;
  margin: 30px 0 60px;
  width: 100%
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  width: 100%
}

.grid>[class*="column"] {
  padding-right: 20px;
  padding-left: 20px
}

.grid>.column1 {
  width: 8.33333%
}

.grid>.column2 {
  width: 16.66667%
}

.grid>.column3 {
  width: 25%
}

.grid>.column4 {
  width: 33.33333%
}

.grid>.column5 {
  width: 41.66667%
}

.grid>.column6 {
  width: 50%
}

.grid>.column7 {
  width: 58.33333%
}

.grid>.column8 {
  width: 66.66667%
}

.grid>.column9 {
  width: 75%
}

.grid>.column10 {
  width: 83.33333%
}

.grid>.column11 {
  width: 91.66667%
}

.grid>.column12 {
  width: 100%
}

.grid.-reflect {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.grid.-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.grid.-line>[class*="column"] {
  padding-right: 40px;
  padding-left: 40px
}

.grid.-line>[class*="column"]:not(:first-child) {
  border-left: 1px solid #ccc
}

.grid.-nest {
  margin-right: -20px;
  margin-left: -20px;
  width: auto
}

.hamburger {
  display: none
}

.hamburger .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hamburger .icon {
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  height: 1px;
  margin-bottom: 5px
}

.hamburger .icon:nth-child(1) {
  width: 60px
}

.hamburger .icon:nth-child(2) {
  width: 50px
}

.hamburger .icon:nth-child(3) {
  width: 40px;
  margin-bottom: 0
}

.hamburger .icon-color {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-color: #203156;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger:hover .icon:nth-child(2) {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.hamburger:hover .icon:nth-child(3) {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px)
}

.hamburger:active {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.hamburger.-open .icon:nth-child(1) {
  -webkit-animation: hamburger01 1s forwards;
  animation: hamburger01 1s forwards
}

.hamburger.-open .icon:nth-child(2) {
  -webkit-animation: hamburger02 1s forwards;
  animation: hamburger02 1s forwards
}

.hamburger.-open .icon:nth-child(3) {
  -webkit-animation: hamburger03 1s forwards;
  animation: hamburger03 1s forwards
}

@-webkit-keyframes hamburger01 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(6px) rotate(-30deg);
    transform: translateY(6px) rotate(-30deg);
    width: 50px
  }
}

@keyframes hamburger01 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(6px) rotate(-30deg);
    transform: translateY(6px) rotate(-30deg);
    width: 50px
  }
}

@-webkit-keyframes hamburger01-sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(5px) rotate(-30deg);
    transform: translateY(5px) rotate(-30deg);
    width: 42px
  }
}

@keyframes hamburger01-sp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(5px) rotate(-30deg);
    transform: translateY(5px) rotate(-30deg);
    width: 42px
  }
}

@-webkit-keyframes hamburger02 {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0);
    transform: translateX(100%) scaleX(0)
  }
}

@keyframes hamburger02 {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0);
    transform: translateX(100%) scaleX(0)
  }
}

@-webkit-keyframes hamburger02-sp {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translate(100%, 9.5px) scaleX(0);
    transform: translate(100%, 9.5px) scaleX(0)
  }
}

@keyframes hamburger02-sp {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translate(100%, 9.5px) scaleX(0);
    transform: translate(100%, 9.5px) scaleX(0)
  }
}

@-webkit-keyframes hamburger03 {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(30deg);
    transform: translateY(-6px) rotate(30deg);
    width: 50px
  }
}

@keyframes hamburger03 {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(30deg);
    transform: translateY(-6px) rotate(30deg);
    width: 50px
  }
}

@-webkit-keyframes hamburger03-sp {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(30deg);
    transform: translateY(-4px) rotate(30deg);
    width: 42px
  }
}

@keyframes hamburger03-sp {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(30deg);
    transform: translateY(-4px) rotate(30deg);
    width: 42px
  }
}

.img-fit {
  height: auto;
  width: 100%
}

.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.loading .loader {
  width: 21.6%;
  height: auto;
  overflow: hidden
}

.loading .loader svg {
  width: 100%;
  height: auto
}

.loading .loader path, .loading .loader polygon {
  -webkit-animation: loader 2s ease forwards;
  animation: loader 2s ease forwards;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.loading .loader .delay-2 {
  -webkit-animation-delay: .06s;
  animation-delay: .06s
}

.loading .loader .delay-3 {
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}

.loading .loader .delay-4 {
  -webkit-animation-delay: .18s;
  animation-delay: .18s
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loader {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.table-background thead th {
  background-color: #eeeeee
}

.table-background tbody tr:nth-child(even) {
  background-color: #eeeeee
}

.table-border {
  border: 1px solid #ccc;
  border-bottom: none
}

.table-border th, .table-border td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc
}

html, body {
  height: 100%
}

body.fixed .header {
  position: fixed;
  top: 0;
  margin-top: 0;
  background-color: #fff
}

body.fixed .header .header-logo path {
  fill: #203156
}

body.fixed .header .global-nav ul li span {
  color: #203156
}

body.fixed .header .hamburger .icon-color {
  background-color: #203156
}

.ja {
  font-family: YakuHanJPs, MyYuGothicM, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif
}

.blue {
  color: #203156
}

.white {
  color: #fff
}

.gray {
  color: #808080
}

.bg-blue {
  background: -webkit-linear-gradient(0deg, #0280e2, #00b4dd)
}

.bg-orange {
  background: -webkit-linear-gradient(0deg, #ff7717, #ff9f14)
}

.bg-green {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4)
}

.bg-navy {
  background: -webkit-linear-gradient(0deg, #00458c, #1e7fb4)
}

_:lang(x)+_:-webkit-full-screen-document .main-visual-inner-img, .home .main-visual-inner-img {
  height: -webkit-fill-available
}

_:lang(x)+_:-webkit-full-screen-document .head-primary, .home .head-primary {
  font-size: 110px !important
}

_:lang(x)+_:-webkit-full-screen-document .home-recruit .head-primary, .home .home-recruit .head-primary {
  font-size: 50px !important
}

_:lang(x)+_:-webkit-full-screen-document .home-about .head, .home .home-about .head {
  padding-right: 130px
}

_:lang(x)+_:-webkit-full-screen-document .home-about .head-primary span:not(.head-secondary), .home .home-about .head-primary span:not(.head-secondary) {
  text-shadow: 1px 1px #203156, -1px 1px #203156, -1px -1px #203156, 1px -1px #203156, 1px 0px #203156, 0px 1px #203156, -1px 0px #203156, 0px -1px #203156
}

_:lang(x)+_:-webkit-full-screen-document .home-about .text-secondary, .home .home-about .text-secondary {
  font-size: 20px
}

_:lang(x)+_:-webkit-full-screen-document .home-business .head-primary span:not(.head-secondary), _:lang(x)+_:-webkit-full-screen-document .home-recruit .head-primary span:not(.head-secondary), .home .home-business .head-primary span:not(.head-secondary), .home .home-recruit .head-primary span:not(.head-secondary) {
  text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px 0px #fff, 0px -1px #fff
}

_:lang(x)+_:-webkit-full-screen-document .home-person .head-primary span:not(.head-secondary), _:lang(x)+_:-webkit-full-screen-document .home-training .head-primary span:not(.head-secondary), .home .home-person .head-primary span:not(.head-secondary), .home .home-training .head-primary span:not(.head-secondary) {
  text-shadow: 1px 1px #203156, -1px 1px #203156, -1px -1px #203156, 1px -1px #203156, 1px 0px #203156, 0px 1px #203156, -1px 0px #203156, 0px -1px #203156
}

_:lang(x)+_:-webkit-full-screen-document .ja, :root .ja {
  font-family: 'Noto Sans JP', sans-serif
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .main-List li.active .txt-clip.-green, :root .each-contents-middle .main-List li.active .txt-clip.-green {
  -webkit-text-fill-color: seagreen
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .main-List li.active .txt-clip.-blue, :root .each-contents-middle .main-List li.active .txt-clip.-blue {
  -webkit-text-fill-color: initial
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .main-List li.active .txt-clip.-orange, :root .each-contents-middle .main-List li.active .txt-clip.-orange {
  -webkit-text-fill-color: darkorange
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .person-intro-contents .slide.active a.-green, :root .each-contents-middle .person-intro-contents .slide.active a.-green {
  -webkit-text-fill-color: seagreen
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .person-intro-contents .slide.active a.-blue, :root .each-contents-middle .person-intro-contents .slide.active a.-blue {
  -webkit-text-fill-color: initial
}

_:lang(x)+_:-webkit-full-screen-document .each-contents-middle .person-intro-contents .slide.active a.-orange, :root .each-contents-middle .person-intro-contents .slide.active a.-orange {
  -webkit-text-fill-color: darkorange
}

_:-ms-input-placeholder body, :root body {
  -ms-overflow-x: hidden
}

_:-ms-input-placeholder .ja, :root .ja {
  font-family: 'Noto Sans JP', sans-serif
}

_:-ms-input-placeholder .header-logo, :root .header-logo {
  height: 43px
}

_:-ms-input-placeholder .header-logo svg, :root .header-logo svg {
  fill: #fff
}

_:-ms-input-placeholder .global-nav .-left a .desvg, :root .global-nav .-left a .desvg {
  vertical-align: middle
}

_:-ms-input-placeholder .footer-official .desvg, :root .footer-official .desvg {
  vertical-align: middle;
  fill: #999
}

_:-ms-input-placeholder .more, :root .more {
  width: 190px
}

_:-ms-input-placeholder .home .main-visual-text img, :root .home .main-visual-text img {
  display: block
}

_:-ms-input-placeholder .home-training .headding .bg::after, :root .home-training .headding .bg::after {
  background: -ms-linear-gradient(0deg, #0280e2, #00b4dd)
}

_:-ms-input-placeholder .about-point .img .txt-big, :root .about-point .img .txt-big {
  background: -ms-linear-gradient(0deg, #0280e2, #00b4dd)
}

_:-ms-input-placeholder .business-field .wrapper .item.c-green .box, :root .business-field .wrapper .item.c-green .box {
  background: -ms-linear-gradient(0deg, #00a08c, #1ed2b4)
}

_:-ms-input-placeholder .business-field .wrapper .item.c-blue .box, :root .business-field .wrapper .item.c-blue .box {
  background: -ms-linear-gradient(0deg, #0280E3, #00B5DE)
}

_:-ms-input-placeholder .business-field .wrapper .item.c-orange .box, :root .business-field .wrapper .item.c-orange .box {
  background: -ms-linear-gradient(0deg, #FF7717, #FFA014)
}

_:-ms-input-placeholder .training-center .swiper-slide .txt, :root .training-center .swiper-slide .txt {
  overflow: auto
}

_:-ms-input-placeholder .training-center .swiper-slide .txt-small, :root .training-center .swiper-slide .txt-small {
  padding-right: 40px
}

_:-ms-input-placeholder .information .wrapper-02 a, :root .information .wrapper-02 a {
  display: inline-table;
  height: auto
}

_:-ms-input-placeholder .swiper-category.bg-orange, _:-ms-input-placeholder .swiper-category.bg-blue, :root .swiper-category.bg-orange, :root .swiper-category.bg-blue {
  width: 100px
}

_:-ms-input-placeholder .swiper-category.bg-green, :root .swiper-category.bg-green {
  width: 130px
}

_:-ms-input-placeholder .person-intro-list .txt-small.bg-orange, _:-ms-input-placeholder .person-intro-list .txt-small.bg-blue, _:-ms-input-placeholder .ippan-intro-list .txt-small.bg-orange, _:-ms-input-placeholder .ippan-intro-list .txt-small.bg-blue, _:-ms-input-placeholder .denryoku-intro-list .txt-small.bg-orange, _:-ms-input-placeholder .denryoku-intro-list .txt-small.bg-blue, _:-ms-input-placeholder .other-intro-list .txt-small.bg-orange, _:-ms-input-placeholder .other-intro-list .txt-small.bg-blue, :root .person-intro-list .txt-small.bg-orange, :root .person-intro-list .txt-small.bg-blue, :root .ippan-intro-list .txt-small.bg-orange, :root .ippan-intro-list .txt-small.bg-blue, :root .denryoku-intro-list .txt-small.bg-orange, :root .denryoku-intro-list .txt-small.bg-blue, :root .other-intro-list .txt-small.bg-orange, :root .other-intro-list .txt-small.bg-blue {
  width: 130px
}

_:-ms-input-placeholder .person-intro-list .txt-small.bg-green, _:-ms-input-placeholder .ippan-intro-list .txt-small.bg-green, _:-ms-input-placeholder .denryoku-intro-list .txt-small.bg-green, _:-ms-input-placeholder .other-intro-list .txt-small.bg-green, :root .person-intro-list .txt-small.bg-green, :root .ippan-intro-list .txt-small.bg-green, :root .denryoku-intro-list .txt-small.bg-green, :root .other-intro-list .txt-small.bg-green {
  width: 160px
}

_:-ms-input-placeholder .person-intro-contents .wrapper, _:-ms-input-placeholder .ippan-intro-contents .wrapper, _:-ms-input-placeholder .denryoku-intro-contents .wrapper, _:-ms-input-placeholder .other-intro-contents .wrapper, :root .person-intro-contents .wrapper, :root .ippan-intro-contents .wrapper, :root .denryoku-intro-contents .wrapper, :root .other-intro-contents .wrapper {
  width: 700px
}

_:-ms-input-placeholder .each-contents .inner .txt-small, :root .each-contents .inner .txt-small {
  width: 160px
}

_:-ms-input-placeholder .bg-blue, :root .bg-blue {
  background: -ms-linear-gradient(0deg, #0280e2, #00b4dd)
}

_:-ms-input-placeholder .bg-orange, :root .bg-orange {
  background: -ms-linear-gradient(0deg, #ff7717, #ff9f14)
}

_:-ms-input-placeholder .bg-green, :root .bg-green {
  background: -ms-linear-gradient(0deg, #00a08c, #1ed2b4)
}

_:-ms-input-placeholder .bg-navy, :root .bg-navy {
  background: -ms-linear-gradient(0deg, #00458c, #1e7fb4)
}

.Android .ja {
  font-family: 'Noto Sans JP', sans-serif
}

.Android .global-nav .wrapper>.between {
  padding: 30px 0 70px
}

.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}


.betweenarea {
    position: relative;
	padding: 1.5em 0 0 0;
}

.btnbetween {
    position: absolute;
    top: 55%;
    width: 47%;
    text-align: center;
    margin: 0em;
    line-height: 1.6;
	padding: 1.2em 0;
	border-radius: 5px;
}

.btnbetween p {
    font-size: 1.2em;
	font-weight:bold;
}

.btnbetween span {
    font-size: 0.9em;
}

a.btn.btn--bluegrade {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#0280e2), to(#00b4dd));
    background: linear-gradient(90deg, #0280e2, #00b4dd);
    border-radius: 5px;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    padding: 1.5em;
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .03em;
	line-height: 1.5;
}

.swiper-button {
  position: absolute;
  -webkit-transition: .25s;
  transition: .25s;
  border-radius: 100px;
  overflow: hidden;
  background-color: transparent
}

.swiper-button.disabled {
  pointer-events: none;
  opacity: .35
}

.swiper-button-next, .swiper-button-prev {
  width: 100%;
  height: 100%;
  background-image: url(/recruit/assets/images/common/swiper-arrow.svg);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 50%;
  margin-top: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1
}

.swiper-button-prev {
  -webkit-transform: translate(50%, -50%) scale(-1, 1);
  transform: translate(50%, -50%) scale(-1, 1);
  left: auto
}

.swiper-button span {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  border: 15px solid #0280e0;
  -o-border-image: linear-gradient(90deg, #0280e0, #00b2db);
  border-image: -webkit-gradient(linear, left top, right top, from(#0280e0), to(#00b2db));
  border-image: linear-gradient(90deg, #0280e0, #00b2db);
  border-image-slice: 1;
  border-image-repeat: round;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3
}

.swiper-button span::before {
  width: 55px;
  height: 55px;
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  background-color: #fff;
  display: block;
  border-radius: 100px
}

.swiper-button::before, .swiper-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #0080dd;
  z-index: 1
}

.swiper-button::before {
  top: 0;
  left: 0;
  -webkit-transition: height .25s ease-out .25s;
  transition: height .25s ease-out .25s
}

.swiper-button::after {
  bottom: 0;
  right: 0;
  -webkit-transition: height .25s ease-out;
  transition: height .25s ease-out
}

.swiper-button:hover span {
  border: none
}

.swiper-button:hover span::before {
  top: 2px;
  left: 2px
}

.swiper-button:hover::before, .swiper-button:hover::after {
  height: 100%
}

.swiper-button:hover::before {
  top: auto;
  bottom: 0
}

.swiper-button:hover::after {
  bottom: auto;
  top: 0
}

.header {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 20;
  position: absolute;
  top: -160px;
  margin-top: 160px;
  -webkit-transition: top 1s;
  transition: top 1s
}

.header-logo {
  width: 20%;
  margin: 19px 40px;
  position: relative;
  z-index: 100;
  max-width: 300px;
  min-width: 260px
}

.header-logo img {
  width: 100%;
  height: auto
}

.header-logo path {
  fill: #203156
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.95)
}

.header.sticky .header-logo {
  width: 16%
}

.header.sticky .hamburger .icon-color {
  background-color: #203156
}

.global-nav.-open .-list .-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.global-nav .-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.global-nav .-list .-item {
  padding-right: 14px;
}

.global-nav .-list .-item a, .global-nav .-list .-item .main {
  overflow: hidden;
  display: block
}

.global-nav .-list .-item a::after, .global-nav .-list .-item .main::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #203156;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.global-nav .-list .-item a:hover::after, .global-nav .-list .-item .main:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.global-nav .-list .-item .main {
  display: block
}

.global-nav .-list .-item.toggle {
  position: relative;
  cursor: pointer
}

.global-nav .-list .-item.toggle .add-icon::after {
  content: '+';
  font-family: 'TTNormsPro-Regular', sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .05em;
  color: #203156;
  padding-left: 5px
}

.global-nav .-list .-item.toggle .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 45px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: opacity 0.4s cubic-bezier(0.52, 0.08, 0.18, 1)
}

.global-nav .-list .-item.toggle .sub.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: opacity 0.4s cubic-bezier(0.37, 0.16, 0.12, 1)
}

.global-nav .-list .-item.toggle .sub.active .dropBox {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: transform 0.4s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: transform 0.4s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 0.4s cubic-bezier(0.37, 0.16, 0.12, 1)
}

.global-nav .-list .-item.toggle .sub .dropBox {
  min-width: 192px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.4s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}

.global-nav .-list .-item.toggle .sub .dropBox.width-large {
  min-width: 157px
}

.global-nav .-list .-item.toggle .sub .dropBox li {
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.global-nav .-list .-item.toggle .sub .dropBox li:last-of-type {
  margin-bottom: 0
}

.global-nav .-list .-item.toggle .sub .dropBox .ja {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .06em
}

.global-nav ul li span {
  color: #203156
}

.global-nav ul li .en {
  font-family: 'TTNormsPro-Regular', sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .05em
}

.global-nav ul li .ja {
  display: none
}

.global-nav ul li.blue-block span {
  color: #fff;
  display: block
}

.global-nav ul li.blue-block span.en {
  font-size: 10px;
  font-weight: normal
}

.global-nav ul.dropBox li span {
  color: #203156
}


.global-nav .header-snsarea{
display:flex;
}

@media screen and (max-width: 1024px) and (max-width: 736px) {
.global-nav .header-snsarea  {
       order: 3;
	   padding: 2em 0 0 0;
        margin: 0 auto;
}}


.global-nav .header-snsarea img{
width: 90%;
    padding: 0.2em;
}




.blue-block {
  width: 90px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  overflow: hidden
}

.blue-block.intern {
  background: -webkit-gradient(linear, left top, right top, from(#00a08c), to(#1ed2b4));
  background: linear-gradient(90deg, #00a08c, #1ed2b4)
}

.blue-block.n-grad {
  background: -webkit-gradient(linear, left top, right top, from(#0280e2), to(#00b4dd));
  background: linear-gradient(90deg, #0280e2, #00b4dd)
}

.blue-block.career {
  background: -webkit-gradient(linear, left top, right top, from(#00458c), to(#1e7fb4));
  background: linear-gradient(90deg, #00458c, #1e7fb4)
}

.blue-block.group {
  background: -webkit-gradient(linear, left top, right top, from(#00458c), to(#1e7fb4));
background: linear-gradient(90deg, #ffaa00, #b44c1e)
}

.blue-block:hover .group {
  -webkit-animation: btn-animation-out 0.8s cubic-bezier(0.2, 0.01, 1, 1);
  animation: btn-animation-out 0.8s cubic-bezier(0.2, 0.01, 1, 1)
}

.blue-block a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  cursor: pointer;
  padding-top: 30px
}

.blue-block .ja {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 3px;
  display: block
}

#container.home .section .inner {
  width: 80%;
  margin: 0 auto;
  min-width: 1200px
}

#container:not(.home) .section {
  min-width: 1240px;
  width: 100%
}

#container:not(.home) .inner {
  width: 80%;
  margin: 0 auto;
  min-width: 1200px
}

.chapter {
  position: relative;
  height: 403px;
  min-width: 1240px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding-top: 27%;
  margin-top: 90px
}

.chapter::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(51, 120, 158, 0.2);
  display: block;
  z-index: -1
}

.chapter .head {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%
}

.chapter .head-primary {
  font-size: 72px;
  padding-bottom: 45px
}

.chapter .head-secondary {
  font-size: 20px;
  display: block
}

.chapter .head::after {
  left: 50%;
  -webkit-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
  top: 50%
}

.footer {
  background-color: #000;
  overflow: hidden;
  position: relative;
  min-width: 1240px;
  width: 100%;
  z-index: 10
}

.footer-fixed {
  display: block;
  background-color: rgba(128, 128, 128, 0.8);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0
}

.footer-fixed img {
  width: 25px;
  height: auto
}

.footer-inner {
  width: 80%;
  min-width: 1200px;
  margin: 90px auto 0
}

.footer-inner .between:nth-of-type(2) {
  padding: 130px 0 50px
}

.footer-logo {
  width: 305px
}

.footer-logo img {
  width: 100%;
  height: auto
}

.footer-content {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 90px;
  column-gap: 90px
}

.footer-list {
  padding-bottom: 14px
}

.footer-list:nth-of-type(2), .footer-list:nth-of-type(5) {
  padding-bottom: 0
}

.footer-list-ttl {
  font-family: 'TTNormsPro-MediumItalic';
  font-style: italic;
  font-size: 16px;
  color: #808080;
  padding: 13px 0 10px 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid
}

.footer-list-link a {
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.footer-list-link a::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  margin-top: 5px;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.footer-list-link a:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.footer-list-link:not(:last-of-type) {
  padding-bottom: 15px
}

.footer-official {
  display: block
}

.footer-official a {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.footer-official a::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  margin-top: 5px;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.footer-official a:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.footer-official .en {
  font-family: 'TTNormsPro-Regular'
}

.footer-official .sns {
  display: inline-block;
  width: 8px;
  height: auto;
  vertical-align: top;
  margin: 0 5px
}

.footer-official .snsetc {
  display: inline-block;
  width: 15px;
  height: auto;
  vertical-align: top;
  margin: 0 5px
}

.footer-official .span {
  font-size: 14px;
  color: #999;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 10px;
  display: inline-block
}

.footer-copyright {
  font-family: 'TTNormsPro-Regular';
  font-size: 12px;
  letter-spacing: .05em;
  color: #999
}

.about .chapter {
  background-image: url(/recruit/assets/images/about/chapter-bg.jpg)
}

.about .txt-big {
  color: #263558
}

.about-intro {
  padding: 130px 0
}

.about-intro .ttl-main {
  padding-bottom: 75px
}

.about-intro .ttl-sub {
  padding-bottom: 40px
}

.about-intro .detail {
  width: 51.4%
}

.about-intro .img {
  width: 41.7%
}

.about-intro .img img {
  width: 100%;
  height: auto
}

.about-cm {
  background: url(/recruit/assets/images/about/content-bg.jpg) no-repeat top center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding-top: 31.25%;
  height: 403px
}

.about-cm::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(51, 120, 158, 0.2);
  display: block;
  z-index: -1
}

.about-cm .box {
  width: auto;
  padding: 0 50px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#0280e2), to(#00b4dd));
  background: linear-gradient(90deg, #0280e2, #00b4dd);
  border-radius: 5px;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%
}

.about-cm .box a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.about-cm .box a span {
  font-size: 14px;
  margin-left: 15px
}

.about-cm .box a:hover span {
  text-decoration: underline
}

.about-philosophy {
  padding-top: 145px
}

.about-philosophy ul {
  padding-top: 65px
}

.about-philosophy li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #f2f2f2;
  padding: 35px 45px
}

.about-philosophy li:first-of-type {
  border-top: 1px solid #f2f2f2
}

.about-philosophy li .ttl-main {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 100px
}

.about-philosophy li .txt-big {
  padding-bottom: 15px
}

.about-point {
  padding: 150px 0 200px
}

.about-point .ttl-main {
  padding-bottom: 70px
}

.about-point .ttl-sub {
  padding-bottom: 10px
}

.about-point li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.about-point li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.about-point li:not(:last-of-type) {
  margin-bottom: 130px
}

.about-point .img {
  width: 41.7%;
  position: relative
}

.about-point .img img {
  width: 100%;
  height: auto
}

.about-point .img .txt-big {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #0280e2, #00b4dd);
  width: 170px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px
}

.about-point .detail {
  width: 50.4%
}

.business #container .business-intro .inner {
  width: 60%
}

.business .chapter {
  background-image: url(/recruit/assets/images/business/chapter-bg.jpg)
}

.business section p, .business section h2 {
  color: #203156;
  text-align: justify
}

.business-intro {
  padding: 190px 0 20%
}

.business-intro .inner {
  position: relative;
  padding: 0 50px
}

.business-intro .wrapper {
  width: 67.5%;
  margin-right: auto
}

.business-intro .wrapper .txt-big {
  padding-left: 10px
}

.business-intro .wrapper .head-primary {
  font-size: 120px;
  margin: 20px 0 55px -10px
}

.business-intro .wrapper>.text-primary {
  width: 75%
}

.business-intro .wrapper ul {
  padding-top: 60px
}

.business-intro .wrapper ul li:not(:last-of-type) {
  padding-bottom: 5px
}

.business-intro .wrapper .img {
  position: absolute;
  z-index: -1;
  width: 45%;
  right: 50px;
  top: 30px;
  max-width: 600px
}

.business-intro .wrapper .img img {
  width: 100%;
  height: auto
}

.business-field {
  background-color: #F7F7F7
}

.business-field .inner {
  padding: 115px 50px 125px
}

.business-field .wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 4.5%
}

.business-field .wrapper:first-child {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-bottom: 0
}

.business-field .wrapper .-left {
  width: 40.5%;
  text-align: center
}

.business-field .wrapper .-left .img {
  width: 40.5%;
  margin: 30px auto 0
}

.business-field .wrapper .-right {
  width: 55%
}

.business-field .wrapper .-right .txt-big {
  padding-left: 10px
}

.business-field .wrapper .-right .head-primary {
  font-size: 75px;
  margin: 10px 0 25px
}

.business-field .wrapper .item {
  width: 30%
}

.business-field .wrapper .item:not(:last-of-type) {
  margin-bottom: 35px
}

.business-field .wrapper .item .text-secondary {
  font-weight: bold;
  margin: 0 auto 10px
}

.business-field .wrapper .item .box {
  border-radius: 10px;
  padding: 25px 15%
}

.business-field .wrapper .item .txt-big {
  color: #fff;
  padding: 25px 0;
  text-align: center;
  width: 100%
}

.business-field .wrapper .item .txt-big:not(:last-of-type) {
  border-bottom: 1px dashed #fff
}

.business-field .wrapper .item.c-green .text-secondary {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4);
  color: #00a08c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.business-field .wrapper .item.c-green .box {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4)
}

.business-field .wrapper .item.c-blue .text-secondary {
  background: -webkit-linear-gradient(0deg, #0280E3, #00B5DE);
  color: #0280E3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.business-field .wrapper .item.c-blue .box {
  background: -webkit-linear-gradient(0deg, #0280E3, #00B5DE)
}

.business-field .wrapper .item.c-orange .text-secondary {
  background: -webkit-linear-gradient(0deg, #FF7717, #FFA014);
  color: #FF7717;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.business-field .wrapper .item.c-orange .box {
  background: -webkit-linear-gradient(0deg, #FF7717, #FFA014);
  height: calc(100% - 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.business-field .wrapper .item.c-orange .txt-big {
  padding: 55px 0
}

.business-detail .headding {
  padding: 110px 0 85px
}

.business-detail .headding .txt-big {
  padding-bottom: 15px;
  text-align: center
}

.business-detail .headding .head-primary {
  font-size: 50px;
  text-align: center
}

.business-detail .bg-lightcolor {
  background-color: #f2f7f9;
  margin-bottom: 160px
}

.business-detail .bg-lightcolor .txt-small {
  color: #fff;
  font-size: 18px;
  letter-spacing: .03em;
  font-weight: bold;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 7px 0
}

.business-detail .inner {
  padding: 90px 0
}

.business-detail .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.business-detail .contents::after {
  content: '';
  width: 24%
}

.business-detail .contents .item {
  width: 24%
}

.business-detail .contents .item:nth-last-of-type(-n+3) {
  padding-top: 60px
}

.business-detail .contents .item:hover .img img:nth-of-type(2) {
  opacity: 1
}

.business-detail .contents .img {
  overflow: hidden;
  position: relative;
  width: 100%
}

.business-detail .contents .img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}

.business-detail .contents .img img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0
}

.business-detail .contents .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0 10px
}

.business-detail .contents .txt-big {
  font-size: 15px;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5px 0
}

.business-detail .contents .txt-middle {
  line-height: 1.8;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: .03em
}

.business-detail-about {
  padding: 155px 0 30px 10%
}

.business-detail-about .tate {
  font-family: 'TTNormsPro-MediumItalic', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: rgba(32, 49, 86, 0.03);
  font-size: 99px;
  line-height: 0.65
}

.business-detail-about .img {
  width: 90%;
  margin-left: auto
}

.business-detail-about .img img {
  width: 100%;
  height: auto
}

.business-detail-about .box {
  width: 90%;
  margin-left: auto;
  margin-top: -135px
}

.business-detail-about .bg-white {
  width: 658px;
  padding: 80px;
  padding-left: 30px;
  position: relative
}

.business-detail-about .bg-white .ttl-sub {
  line-height: 1.5
}

.business-detail-about .bg-white .txt-middle {
  padding-top: 15px
}

.business-detail-kind {
  background-color: rgba(78, 183, 223, 0.2)
}

.business-detail-kind .inner {
  padding: 80px 0 140px
}

.business-detail-kind .item {
  width: 50%;
  padding-bottom: 10px
}

.business-detail-kind .item:first-of-type {
  padding-right: 3%;
  border-right: 1px solid #fff
}

.business-detail-kind .item:last-of-type {
  padding-left: 3%
}

.business-detail-kind .item .img img {
  width: 100%;
  height: auto
}

.business-detail-kind .item .text-secondary {
  padding: 30px 0 10px
}


.business-detail-kind .orange-button {
    display: inline-block;
    position: relative;
    padding: 1rem;
    color: #FFF;
    border-radius: 0.5rem;
    background: -webkit-linear-gradient(0deg, #ff7717, #ff9f14);
    text-align: center;
    width: 58%;
    margin: 1em 0;
	line-height: 1.5;
	    font-weight: bold;
    font-size: 15px;
	}
	

	.business-detail-kind .orange-button span {
		    font-weight: normal;
	}

.business-detail-kind .orange-button span.workguide {
		    font-weight: bold;
		}
	


.business-detail-kind a:hover span.workguide {
  text-decoration: underline
}
.denki .chapter::after, .kucho .chapter::after, .system .chapter::after, .jouho .chapter::after, .haiden .chapter::after, .soden .chapter::after, .manage .chapter::after, .etc .chapter::after {
  content: none
}

.denki .chapter .txt-big, .kucho .chapter .txt-big, .system .chapter .txt-big, .jouho .chapter .txt-big, .haiden .chapter .txt-big, .soden .chapter .txt-big, .manage .chapter .txt-big, .etc .chapter .txt-big {
  font-family: 'TTNormsPro-MediumItalic', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 5px
}

.denki .ttl-main:not(.manage), .kucho .ttl-main:not(.manage), .system .ttl-main:not(.manage), .jouho .ttl-main:not(.manage), .haiden .ttl-main:not(.manage), .soden .ttl-main:not(.manage), .manage .ttl-main:not(.manage), .etc .ttl-main:not(.manage) {
  color: #fff
}

.denki .ttl-sub, .kucho .ttl-sub, .system .ttl-sub, .jouho .ttl-sub, .haiden .ttl-sub, .soden .ttl-sub, .manage .ttl-sub, .etc .ttl-sub {
  color: #203156
}

.denki .text-secondary, .kucho .text-secondary, .system .text-secondary, .jouho .text-secondary, .haiden .text-secondary, .soden .text-secondary, .manage .text-secondary, .etc .text-secondary {
  font-weight: bold;
  color: #203156;
  letter-spacing: .03em;
  line-height: 1;
  overflow: visible
}

.denki .head, .kucho .head, .system .head, .jouho .head, .haiden .head, .soden .head, .manage .head, .etc .head {
  width: 80%;
  margin: 0 auto;
  min-width: 1200px;
  text-align: left
}

.denki .head::after, .kucho .head::after, .system .head::after, .jouho .head::after, .haiden .head::after, .soden .head::after, .manage .head::after, .etc .head::after {
  content: none
}

.denki .head .inner, .kucho .head .inner, .system .head .inner, .jouho .head .inner, .haiden .head .inner, .soden .head .inner, .manage .head .inner, .etc .head .inner {
  padding: 0 70px
}

.denki .headding, .kucho .headding, .system .headding, .jouho .headding, .haiden .headding, .soden .headding, .manage .headding, .etc .headding {
  padding-bottom: 50px
}

.denki .headding .ttl-sub, .kucho .headding .ttl-sub, .system .headding .ttl-sub, .jouho .headding .ttl-sub, .haiden .headding .ttl-sub, .soden .headding .ttl-sub, .manage .headding .ttl-sub, .etc .headding .ttl-sub {
  font-family: 'TTNormsPro-MediumItalic', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1
}

.denki .headding .text-secondary, .kucho .headding .text-secondary, .system .headding .text-secondary, .jouho .headding .text-secondary, .haiden .headding .text-secondary, .soden .headding .text-secondary, .manage .headding .text-secondary, .etc .headding .text-secondary {
  padding-top: 25px
}

.denki .section:not(.each-contents-bottom) .txt-middle, .kucho .section:not(.each-contents-bottom) .txt-middle, .system .section:not(.each-contents-bottom) .txt-middle, .jouho .section:not(.each-contents-bottom) .txt-middle, .haiden .section:not(.each-contents-bottom) .txt-middle, .soden .section:not(.each-contents-bottom) .txt-middle, .manage .section:not(.each-contents-bottom) .txt-middle, .etc .section:not(.each-contents-bottom) .txt-middle {
  font-size: 15px;
  letter-spacing: .03em;
  font-weight: normal;
  line-height: 1.8
}

.denki .section:not(.each-contents-bottom) .txt-small, .kucho .section:not(.each-contents-bottom) .txt-small, .system .section:not(.each-contents-bottom) .txt-small, .jouho .section:not(.each-contents-bottom) .txt-small, .haiden .section:not(.each-contents-bottom) .txt-small, .soden .section:not(.each-contents-bottom) .txt-small, .manage .section:not(.each-contents-bottom) .txt-small, .etc .section:not(.each-contents-bottom) .txt-small {
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.5
}

.denki .each-contents-bottom, .kucho .each-contents-bottom, .system .each-contents-bottom, .jouho .each-contents-bottom, .haiden .each-contents-bottom, .soden .each-contents-bottom, .manage .each-contents-bottom, .etc .each-contents-bottom {
  padding: 130px 0 255px
}

.denki .each-contents-bottom .between, .kucho .each-contents-bottom .between, .system .each-contents-bottom .between, .jouho .each-contents-bottom .between, .haiden .each-contents-bottom .between, .soden .each-contents-bottom .between, .manage .each-contents-bottom .between, .etc .each-contents-bottom .between {
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.denki .each-contents-bottom .text-secondary, .kucho .each-contents-bottom .text-secondary, .system .each-contents-bottom .text-secondary, .jouho .each-contents-bottom .text-secondary, .haiden .each-contents-bottom .text-secondary, .soden .each-contents-bottom .text-secondary, .manage .each-contents-bottom .text-secondary, .etc .each-contents-bottom .text-secondary {
  line-height: 1.5
}

.denki .chapter {
  background-image: url(/recruit/assets/images/business/ippan/chapter-bg-denki.jpg)
}

.kucho .chapter {
  background-image: url(/recruit/assets/images/business/ippan/chapter-bg-kucho.jpg)
}

.system .chapter {
  background-image: url(/recruit/assets/images/business/ippan/chapter-bg-system.jpg)
}

.jouho .chapter {
  background-image: url(/recruit/assets/images/business/ippan/chapter-bg-jouho.jpg)
}

.haiden .chapter {
  background-image: url(/recruit/assets/images/business/denryoku/chapter-bg-haiden.jpg)
}

.soden .chapter {
  background-image: url(/recruit/assets/images/business/denryoku/chapter-bg-soden.jpg)
}

.manage .chapter, .etc .chapter {
  background-image: url(/recruit/assets/images/business/other/chapter-bg.jpg)
}

.manage-tab .inner, .etc-tab .inner {
  padding: 160px 100px 100px
}

.manage-tab-button, .etc-tab-button {
  width: 47%;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 20px 0
}

.manage-tab-button .txt-big, .etc-tab-button .txt-big {
  color: #203156;
  line-height: 1
}

.manage-tab-button.active, .etc-tab-button.active {
  background-color: #203156
}

.manage-tab-button.active .txt-big, .etc-tab-button.active .txt-big {
  color: #F7F7F7
}

.manage .business-detail-about, .etc .business-detail-about {
  padding-top: 0;
  padding-bottom: 0
}

.manage .business-detail-about::after, .etc .business-detail-about::after {
  content: '';
  width: 89%;
  height: 1px;
  display: block;
  background-color: #f2f2f2
}

.manage .business-detail-about .content, .etc .business-detail-about .content {
  padding-left: 80px
}

.manage .business-detail-about .content .ttl-main, .etc .business-detail-about .content .ttl-main {
  line-height: 1.5;
  font-size: 23px
}

.manage .business-detail-about .tate, .etc .business-detail-about .tate {
  line-height: 1
}

.manage .business-detail-about .img, .etc .business-detail-about .img {
  width: 75%
}

.manage .business-detail-about .img:first-of-type, .etc .business-detail-about .img:first-of-type {
  padding-top: 100px
}

.manage .business-detail-about .box, .etc .business-detail-about .box {
  width: 100%;
  margin-top: -90px
}

.manage .business-detail-about .bg-white, .etc .business-detail-about .bg-white {
  width: 756px;
  padding-top: 60px;
  padding-bottom: 150px;
  padding-left: 0
}

.manage .business-detail-about {
  padding: 0
}

.manage .business-detail-about::after {
  width: 80%;
  margin: 0 auto
}

.manage .business-detail-about .inner, .manage .business-detail-about .list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.manage .business-detail-about .content {
  padding-left: 140px;
  width: 100%
}

.manage .list {
  padding: 65px 0 75px;
  border-bottom: 1px solid #F2F2F2
}

.manage .list:last-of-type {
  border-bottom: none
}

.manage .list .text-secondary {
  min-width: 270px
}

.manage .list .txt-middle {
  width: 75%;
  text-align: justify
}

.system .business-detail-about, .jouho .business-detail-about {
  padding-bottom: 0
}

.head {
  position: relative
}

.head::after {
  content: '';
  display: block;
  background-color: #203156;
  height: 1px;
  width: 65px;
  position: absolute;
  
}

.head.white::after {
  background-color: #fff
}

.head-primary {
  font-family: 'TTNormsPro-MediumItalic', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1
}

.head-secondary {
  font-weight: bold
}

.text-primary {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 2
}

.text-secondary {
  white-space: nowrap;
  line-height: 2;
  font-size: 23px;
  letter-spacing: .1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative
}

.ttl-main {
  font-size: 30px;
  color: #263558;
  font-weight: bold;
  letter-spacing: .03em
}

.ttl-sub {
  font-size: 25px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: .03em
}

.txt-big {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em
}

.txt-middle {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .06em;
  padding: 0 0 0.5em 0;
}

.txt-middle-2 {
font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  padding: 0.5em;
  margin: 1em 0 -1em 0;
  border: 1px solid #ccc;
  display: block;
  display: inline-block;
  background-color: #f0eeee;
}

.txt-small {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 2;
  text-align: justify
}

.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 16px 45px;
  background-color: #e9f3f9;
  display: block;
  border-radius: 5px
}

.more:hover span {
  -webkit-animation: btn-animation-out 0.8s cubic-bezier(0.2, 0.01, 1, 1);
  animation: btn-animation-out 0.8s cubic-bezier(0.2, 0.01, 1, 1)
}

.more span {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  letter-spacing: .05em;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: inline-block;
  background: -webkit-linear-gradient(0, #0280e0, #00b1da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0280e0
}

body.home.fixed .header {
  top: 0
}

body.home.fixed .header.slideDown {
  top: 0
}

.home .header {
  background-color: transparent;
  top: -320px
}

.home .header.slideDown {
  top: -160px
}

.home .header.slideDown.sticky {
  top: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.95)
}

.home .header.slideDown.sticky .header-logo path {
  fill: #203156
}

.home .header.slideDown.sticky ul li:not(.blue-block) span {
  color: #203156
}

.home .header.slideDown.sticky .global-nav .-list .-item.toggle .add-icon::after {
  color: #203156
}

.home .header.slideDown.sticky .global-nav .-list .-item a::after, .home .header.slideDown.sticky .global-nav .-list .-item .main::after {
  background-color: #203156
}

.home .header.slideDown.sticky .hamburger .icon-color {
  background-color: #203156
}

.home .header-logo path {
  fill: #fff
}

.home .header ul li span {
  color: #fff
}

.home .header ul.dropBox li span {
  color: #203156
}

.home .header .global-nav .-list .-item.toggle .add-icon::after {
  color: #fff
}

.home .header .global-nav .-list .-item a::after, .home .header .global-nav .-list .-item .main::after {
  background-color: #fff
}

.home .header .global-nav .-list .-item .dropBox a::after {
  background-color: #203156
}

.home .header .hamburger .icon-color {
  background-color: #fff
}

.home .main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-width: 1240px
}

.home .main-visual-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

.home .main-visual-inner-img {
  width: 100%;
  height: 100%;
  position: relative
}

.home .main-visual-inner-img video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh
}

.home .main-visual-inner-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 50, 0.15);
  position: absolute;
  top: 0;
  left: 0
}

.home .main-visual-text {
  position: absolute;
  bottom: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%;
  z-index: 3;
  opacity: 0;
  display: none
}

.home .main-visual-text.anime {
  display: block;
  opacity: 1;
  -webkit-animation: lazy-in 1s ease 8s;
  animation: lazy-in 1s ease 8s
}

.home .main-visual-text img {
  display: none
}

.home .main-visual-text svg {
  width: 100%;
  height: auto;
  fill: #fff
}

.home .js-scroll {
  display: block;
  height: auto;
  width: 100%
}

.home .js-scroll>.element {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear
}

.home .js-scroll>.element.slideUp {
  opacity: 1
}

.home .js-scroll>.element .text {
  color: #fff;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding-bottom: 170px;
  position: relative
}

.home .js-scroll>.element .text::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  content: '';
  margin: 0 auto;
  height: 80px;
  width: 1px
}

.home .js-scroll>.element .border {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  text-align: center;
  width: 1px;
  overflow: hidden
}

.home .js-scroll>.element .border::before {
  background-color: #fff;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 3s infinite normal;
  animation: scroll 3s infinite normal
}

.home .head::after {
  left: 5px;
  bottom: -15px
}

.home .head-primary {
  font-size: 96px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5px
}

.home .head-primary span {
  display: inline-block
}

.home .head-primary span.head-secondary {
  font-style: normal
}

.home .head-secondary {
  font-size: 18px;
  margin-left: 25px
}

.home .text-detail {
  margin: 80px 0 0 5px
}

.home .text-primary {
  margin-bottom: 50px;
  font-size: 20px
}

.home .text-secondary {
  margin-bottom: 45px;
  color: #263558
}

.home-about {
  padding: 90px 20px 120px;
  min-width: 1240px;
  width: 100%
}

.home-about .head-primary span:nth-child(2) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.home-about .head-primary span:nth-child(3) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.home-about .head-primary span:nth-child(4) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.home-about .head-primary span:nth-child(5) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.home-about .head-primary span:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.home-about .head-primary span:nth-child(7) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.home-about .head-primary span:nth-child(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.home-about .head-primary span:nth-child(9) {
  -webkit-transition-delay: .48s;
  transition-delay: .48s
}

.home-about .head-primary span:nth-child(10) {
  -webkit-transition-delay: .54s;
  transition-delay: .54s
}

.home-about .head-primary span:nth-child(11) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.home-about .head-primary span:nth-child(12) {
  -webkit-transition-delay: .66s;
  transition-delay: .66s
}

.home-about .head-primary span:nth-child(13) {
  -webkit-transition-delay: .72s;
  transition-delay: .72s
}

.home-about .head-primary span:nth-child(14) {
  -webkit-transition-delay: .78s;
  transition-delay: .78s
}

.home-about .head-primary span:nth-child(15) {
  -webkit-transition-delay: .84s;
  transition-delay: .84s
}

.home-about .head-primary span:nth-child(16) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.home-about .head-primary span:nth-child(17) {
  -webkit-transition-delay: .96s;
  transition-delay: .96s
}

.home-business {
  position: relative;
  z-index: 1;
  padding: 53% 20px 115px;
  min-width: 1240px;
  width: 100%;
  height: auto
}

.home-business .bg {
  background: url(/recruit/assets/images/home/bg-img01.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.home-business .inner {
  width: 78%;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.home-business .inner .headding {
  width: 640px
}

.home-business .inner .headding .head-primary span:nth-child(2) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.home-business .inner .headding .head-primary span:nth-child(3) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.home-business .inner .headding .head-primary span:nth-child(4) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.home-business .inner .headding .head-primary span:nth-child(5) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.home-business .inner .headding .head-primary span:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.home-business .inner .headding .head-primary span:nth-child(7) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.home-business .inner .headding .head-primary span:nth-child(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.home-business .inner .headding .head-primary span:nth-child(9) {
  -webkit-transition-delay: .48s;
  transition-delay: .48s
}

.home-business .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 440px;
  margin-right: 10%
}

.home-business .content .button {
  width: 195px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.home-business .content .button:nth-of-type(-n+4).button-anime::before {
  background: -webkit-gradient(linear, left top, right top, from(#0280e2), to(#00b4dd));
  background: linear-gradient(90deg, #0280e2, #00b4dd);
  border-radius: 10px
}

.home-business .content .button:nth-of-type(5).button-anime::before, .home-business .content .button:nth-of-type(6).button-anime::before {
  background: -webkit-gradient(linear, left top, right top, from(#ff7717), to(#ff9f14));
  background: linear-gradient(90deg, #ff7717, #ff9f14);
  border-radius: 10px
}

.home-business .content .button:last-of-type {
  width: 100%
}

.home-business .content .button:last-of-type.button-anime::before {
  background: -webkit-gradient(linear, left top, right top, from(#00a08c), to(#1ed2b4));
  background: linear-gradient(90deg, #00a08c, #1ed2b4);
  border-radius: 10px
}

.home-business .content .button:not(:last-of-type) {
  margin-bottom: 35px
}

.home-business .content .button:hover {
  border: 1px solid rgba(255, 255, 255, 0)
}

.home-business .content .button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.home-business .content .button-icon {
  height: auto
}

.home-business .content .button-icon img {
  width: 100%;
  height: auto
}

.home-business .content .button-icon.denki {
  width: 25.5px
}

.home-business .content .button-icon.kucho {
  width: 39px
}

.home-business .content .button-icon.jouho {
  width: 45px
}

.home-business .content .button-icon.system {
  width: 32px
}

.home-business .content .button-icon.haiden {
  width: 25px
}

.home-business .content .button-icon.soden {
  width: 31px
}

.home-business .content .button-icon.other {
  width: 55px
}

.home-business .content .button-ttl {
  font-size: 17px;
  letter-spacing: .1em;
  color: #fff;
  padding-top: 10px
}

.home-person {
  position: relative
}

.home-person .inner .headding {
  padding: 120px 20px 70px
}

.home-person .inner .headding .head-primary span:nth-child(2) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.home-person .inner .headding .head-primary span:nth-child(3) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.home-person .inner .headding .head-primary span:nth-child(4) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.home-person .inner .headding .head-primary span:nth-child(5) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.home-person .inner .headding .head-primary span:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.home-person .inner .headding .head-primary span:nth-child(7) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.home-person .inner .headding .between .text-primary {
  margin-bottom: 0
}

.home-person .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 20px 95px 19%;
  min-width: 1240px
}

.home-person .swiper-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: calc(100% - 95px);
  display: block;
  background-color: #f2f2f2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s
}

.home-person .swiper-container.scrollin::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.home-person .swiper-image {
  overflow: hidden;
  position: relative
}

.home-person .swiper-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.home-person .swiper-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  z-index: 1
}

.home-person .swiper-slide:hover .swiper-image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.home-person .swiper-slide:hover .swiper-image::after {
  background-color: rgba(255, 255, 255, 0.3)
}

.home-person .swiper-category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 20px;
  padding: 0 20px
}

.home-person .swiper-name {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .06em;
  padding-bottom: 5px
}

.home-person .swiper-job {
  font-size: 12px;
  letter-spacing: .06em
}

.home-person .swiper-button {
  top: calc(50% - 120px);
  width: 59px;
  height: 59px;
  right: 7.5%;
  z-index: 2
}

.home-person .swiper-button2 {
  top: calc(50% - 80px);
  width: 59px;
  height: 59px;
  right: 7.5%;
  z-index: 2
}


.home-person .swiper-button:last-of-type {
  right: auto;
  left: 17%
}

.home-person .swiper-button-next, .home-person .swiper-button-prev {
  background-size: 20.8px 20.8px
}

.home-training {
  width: 90%;
  min-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 225px auto 340px 0
}

.home-training .img {
  width: 44.4%;
  overflow: hidden
}

.home-training .img img {
  width: 100%;
  height: auto
}

.home-training .headding {
  width: 56%;
  padding: 50px 75px 0;
  position: relative
}

.home-training .headding .head-primary span:nth-child(2) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.home-training .headding .head-primary span:nth-child(3) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.home-training .headding .head-primary span:nth-child(4) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.home-training .headding .head-primary span:nth-child(5) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.home-training .headding .head-primary span:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.home-training .headding .head-primary span:nth-child(7) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.home-training .headding .head-primary span:nth-child(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.home-training .headding .head-primary span:nth-child(9) {
  -webkit-transition-delay: .48s;
  transition-delay: .48s
}

.home-training .headding .bg {
  position: absolute;
  top: 100px;
  right: 0;
  width: 120%;
  min-width: 900px;
  height: 100%;
  overflow: hidden;
  z-index: -1
}

.home-training .headding .bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-100%) scaleX(0);
  transform: translateX(-100%) scaleX(0);
  display: block;
  background: -webkit-linear-gradient(0deg, #0280e2, #00b4dd);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s
}

.home-training .headding .bg.scrollin::after {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1)
}

.home-recruit {
  background: url(/recruit/assets/images/home/bg-img02.webp) no-repeat center center;
  background-size: cover;
  min-width: 1240px;
  width: 100%;
  height: 1600px;
  padding: 85px 0 0;
  position: relative
}

.home-recruit .head-primary {
  font-size: 50px
}

.home-recruit .head-primary span:nth-child(2) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.home-recruit .head-primary span:nth-child(3) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.home-recruit .head-primary span:nth-child(4) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.home-recruit .head-primary span:nth-child(5) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.home-recruit .head-primary span:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.home-recruit .head-primary span:nth-child(7) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.home-recruit .head-primary span:nth-child(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.home-recruit .head::after {
  width: 31px;
  bottom: -24px
}

.home-recruit.recruit-link .recruit-link-content {
  margin: 80px 0 30px
}

.home-recruit.recruit-link .recruit-link-content .button {
  border: 1px solid #fff
}

.home-recruit.recruit-link .recruit-link-content .button-ttl {
  color: #fff
}

.home-recruit.recruit-link .recruit-link-content .button-arrow path {
  fill: #fff
}

.home-recruit-element {
  text-align: center
}

.home-recruit-text {
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1.8;
  padding-top: 150px
}

.home-recruit .cover {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 650px;
  opacity: 0
}


.person .chapter, .ippan .chapter, .denryoku .chapter, .other .chapter {
  background-image: url(/recruit/assets/images/person/chapter-bg.jpg)
}

.person .section, .ippan .section, .denryoku .section, .other .section {
  overflow: hidden
}

.person .section .head-primary, .ippan .section .head-primary, .denryoku .section .head-primary, .other .section .head-primary {
  font-size: 98.7px;
  opacity: .03
}

.person .section .between, .ippan .section .between, .denryoku .section .between, .other .section .between {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.person .section .inner, .movie .section .inner, .ippan .section .inner, .denryoku .section .inner, .other .section .inner {
  padding: 135px 0 255px
}

.person .ttl-main, .ippan .ttl-main, .denryoku .ttl-main, .other .ttl-main {
  line-height: 1.5
}

.person-intro-contents, .ippan-intro-contents, .denryoku-intro-contents, .other-intro-contents, .movie-intro-contents {
  width: 100%;
  height: 100%;
  position: relative
}

.person-intro-contents .container, .ippan-intro-contents .container, .denryoku-intro-contents .container, .other-intro-contents .container , .movie-intro-contents  .container{
  padding: 20px 0;
  margin: 100px 0 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.person-intro-contents .wrapper, .ippan-intro-contents .wrapper, .denryoku-intro-contents .wrapper, .other-intro-contents .wrapper, .movie-intro-contents .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

.person-intro-contents .wrapper .slide, .ippan-intro-contents .wrapper .slide, .denryoku-intro-contents .wrapper .slide, .other-intro-contents .wrapper .slide , .movie-intro-contents .wrapper .slide {
  width: auto;
  font-size: 16px;
  letter-spacing: .06em;
  color: #ccc;
  font-weight: bold;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding: 0 30px
}

.movie-intro-contents .wrapper .slide {
  width: auto;
  font-size: 16px;
  letter-spacing: .06em;
  color: #263558;
  font-weight: bold;
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding: 0 30px
}

.movie-intro .jump_point {
  padding-top: 150px;
  margin-top:-150px;
}

.person-intro-contents .wrapper .slide:not(:last-of-type), .ippan-intro-contents .wrapper .slide:not(:last-of-type), .denryoku-intro-contents .wrapper .slide:not(:last-of-type), .other-intro-contents .wrapper .slide:not(:last-of-type), .movie-intro-contents .wrapper .slide:not(:last-of-type) {
  border-right: none
}

.person-intro-contents .wrapper .slide.blue, .ippan-intro-contents .wrapper .slide.blue, .denryoku-intro-contents .wrapper .slide.blue, .other-intro-contents .wrapper .slide.blue, .movie-intro-contents .wrapper .slide.blue {
  color: #263558;
  pointer-events: none
}

.person-intro-contents .wrapper .slide.c-green, .ippan-intro-contents .wrapper .slide.c-green, .denryoku-intro-contents .wrapper .slide.c-green, .other-intro-contents .wrapper .slide.c-green, .movie-intro-contents  .wrapper .slide.c-green {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4);
  color: #00a08c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none
}

.person-intro-contents .wrapper .slide.c-blue, .ippan-intro-contents .wrapper .slide.c-blue, .denryoku-intro-contents .wrapper .slide.c-blue, .other-intro-contents .wrapper .slide.c-blue, .movie-intro-contents  .wrapper .slide.c-blue {
  background: -webkit-linear-gradient(0deg, #0280E3, #00B5DE);
  color: #0280E3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none
}

.person-intro-contents .wrapper .slide.c-orange, .ippan-intro-contents .wrapper .slide.c-orange, .denryoku-intro-contents .wrapper .slide.c-orange, .other-intro-contents .wrapper .slide.c-orange, .movie-intro-contents .wrapper .slide.c-orange  {
  background: -webkit-linear-gradient(0deg, #FF7717, #FFA014);
  color: #FF7717;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none
}

.person-intro-contents .button, .ippan-intro-contents .button, .denryoku-intro-contents .button, .other-intro-contents .button,.movie-intro-contents .button {
  display: none
}

.person-intro-contents .button:active, .ippan-intro-contents .button:active, .denryoku-intro-contents .button:active, .other-intro-contents .button:active {
  opacity: .5
}

.person-intro-contents .button:last-of-type, .ippan-intro-contents .button:last-of-type, .denryoku-intro-contents .button:last-of-type, .other-intro-contents .button:last-of-type, .movie-intro-contents .button:last-of-type {
  right: auto;
  left: -15px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg)
}

.person-intro-contents .button-next, .person-intro-contents .button-prev, .ippan-intro-contents .button-next, .ippan-intro-contents .button-prev, .denryoku-intro-contents .button-next, .denryoku-intro-contents .button-prev, .other-intro-contents .button-next, .other-intro-contents .button-prev, .movie-intro-contents .button-next, .movie-intro-contents .button-prev {
  width: 100%;
  height: auto
}

.person-intro-list, .ippan-intro-list, .denryoku-intro-list, .other-intro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 92%;
  margin-left: auto;
  position: relative
}

.person-intro-list::before, .ippan-intro-list::before, .denryoku-intro-list::before, .other-intro-list::before {
  content: '';
  position: absolute;
  top: 95px;
  right: -13.5%;
  width: 122%;
  height: 100%;
  display: block;
  background-color: #F2F2F2;
  z-index: -1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s
}

.person-intro-list.scrollin::before, .ippan-intro-list.scrollin::before, .denryoku-intro-list.scrollin::before, .other-intro-list.scrollin::before {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.person-intro-list .txt-big, .ippan-intro-list .txt-big, .denryoku-intro-list .txt-big, .other-intro-list .txt-big {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .06em;
  padding-bottom: 5px
}

.person-intro-list .txt-middle, .ippan-intro-list .txt-middle, .denryoku-intro-list .txt-middle, .other-intro-list .txt-middle {
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: normal
}

.person-intro-list .txt-small, .ippan-intro-list .txt-small, .denryoku-intro-list .txt-small, .other-intro-list .txt-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 20px;
  padding: 0 20px
}

.person-intro-item, .ippan-intro-item, .denryoku-intro-item, .other-intro-item {
  width: 25%;
  padding-left: 3%
}

.person-intro-item:not(:nth-last-of-type(-n+4)), .ippan-intro-item:not(:nth-last-of-type(-n+4)), .denryoku-intro-item:not(:nth-last-of-type(-n+4)), .other-intro-item:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 90px
}

.person-intro-item .img, .ippan-intro-item .img, .denryoku-intro-item .img, .other-intro-item .img {
  overflow: hidden;
  width: 100%;
  position: relative
}

.person-intro-item .img img, .ippan-intro-item .img img, .denryoku-intro-item .img img, .other-intro-item .img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.person-intro-item .img::after, .ippan-intro-item .img::after, .denryoku-intro-item .img::after, .other-intro-item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  z-index: 1
}

.person-intro-item:hover .img img, .ippan-intro-item:hover .img img, .denryoku-intro-item:hover .img img, .other-intro-item:hover .img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.person-intro-item:hover .img::after, .ippan-intro-item:hover .img::after, .denryoku-intro-item:hover .img::after, .other-intro-item:hover .img::after {
  background-color: rgba(255, 255, 255, 0.3)
}

.each-mv {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 1240px;
  padding-top: 45%;
  margin-top: 90px
}

.each-mv-inner {
  width: 100%;
  height: auto
}

.each-mv-inner-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.each-mv-inner-img img {
  width: 100%;
  height: auto
}

.each-contents .inner {
  padding: 0 25px
}

.each-contents-top {
  padding: 0 3% 85px
}

.each-contents-top .txt-big {
  font-size: 25px;
  letter-spacing: .06em
}

.each-contents-top .txt-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 20px;
  padding: 0 20px
}

.each-contents-top .gray {
  font-size: 13px;
  letter-spacing: .06em;
  padding-top: 30px
}

.each-contents-middle .between {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 100px 0 150px
}

.each-contents-middle .sub-List {
  width: 32.5%;
  padding-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.each-contents-middle .person-intro-contents {
  padding: 0
}

.each-contents-middle .person-intro-contents .container {
  padding: 0;
  border: none;
  margin: 0
}

.each-contents-middle .person-intro-contents .wrapper {
  display: block;
  margin-left: 0
}

.each-contents-middle .person-intro-contents .slide {
  border: none
}

.each-contents-middle .person-intro-contents .slide:not(:last-of-type) {
  padding-bottom: 15px
}

.each-contents-middle .person-intro-contents .slide.active a.-green {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4);
  color: #00a08c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .person-intro-contents .slide.active a.-blue {
  background: -webkit-linear-gradient(0deg, #0280E3, #00B5DE);
  color: #0280E3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .person-intro-contents .slide.active a.-orange {
  background: -webkit-linear-gradient(0deg, #FF7717, #FFA014);
  color: #FF7717;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .person-intro-contents .slide a {
  display: block;
  color: #B2B2B2;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.each-contents-middle .person-intro-contents .slide .number {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  width: 30px;
  display: inline-block;
  margin-right: 10px
}

.each-contents-middle .person-intro-contents .slide .ja {
  font-size: 18px;
  letter-spacing: .1em
}

.each-contents-middle .main-List {
  width: 67.5%;
  color: #333
}

.each-contents-middle .main-List li:not(:last-of-type) {
  padding-bottom: 70px
}

.each-contents-middle .main-List li.active .txt-clip.-green {
  background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4);
  color: #00a08c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .main-List li.active .txt-clip.-blue {
  background: -webkit-linear-gradient(0deg, #0280E3, #00B5DE);
  color: #0280E3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .main-List li.active .txt-clip.-orange {
  background: -webkit-linear-gradient(0deg, #FF7717, #FFA014);
  color: #FF7717;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.each-contents-middle .main-List .en {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  letter-spacing: .05em;
  padding-right: 10px
}

.each-contents-middle .main-List .number {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px
}

.each-contents-middle .main-List .ttl-sub {
  letter-spacing: .3em;
  display: block;
  width: 100%;
  padding: 10px 0 30px
}

.each-contents-middle .main-List .txt-clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.each-contents-middle .main-List .txt-middle {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: justify
}

.each-contents-bottom {
  padding: 90px 0 260px;
  overflow: hidden
}

.each-contents-bottom .between {
  padding-bottom: 75px
}

.each-contents-bottom .head-primary {
  font-size: 25px
}

.each-contents-bottom .swiper-container {
  overflow: visible
}

.each-contents-bottom .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.each-contents-bottom .swiper-wrapper::before {
  right: -16.5%;
  width: 125.2%
}

.each-contents-bottom .swiper-button {
  display: none
}

.each-contents-bottom .swiper-button:last-of-type {
  right: 45px
}

.each-contents-bottom .swiper-button-next, .each-contents-bottom .swiper-button-prev {
  background-size: 14px 14px
}

.kawanishi .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-kawanishi.jpg)
}

.matsumoto .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-matsumoto.jpg)
}

.matsuura .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-matsuura.jpg)
}

.tanimoto .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-tanimoto.jpg)
}

.hashimoto .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-hashimoto.jpg)
}

.hukuhama .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-hukuhama.jpg)
}

.kataoka .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-kataoka.jpg)
}

.kojima .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-kojima.jpg)
}

.nakamura .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-nakamura.jpg)
}

.nakata .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-nakata.jpg)
}

.onishi .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-onishi.jpg)
}

.shintani .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-shintani.jpg)
}

.yamashita .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-yamashita.jpg)
}

.nakagawa .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-nakagawa.jpg)
}

.okatani .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-okatani.jpg)
}

.sawachika .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-sawachika.jpg)
}

.yamamoto .each-mv-inner-img {
  background-image: url(/recruit/assets/images/person/detail/mv-yamamoto.jpg)
}

.recruit-link-content {
  width: 100%;
  margin: 100px 0 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.recruit-link-content .button {
  width: 31.7%;
  height: 80px;
  border: 1px solid #333;
  padding: 0 2.5%;
  cursor: pointer;
  position: relative;
  z-index: 4;
  display: block
}

.recruit-link-content .button:hover .button-arrow {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.recruit-link-content .button:nth-of-type(-n+6) {
  margin-bottom: 30px
}

.recruit-link-content .button a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.recruit-link-content .button-ttl {
  color: #333;
  font-size: 20px;
  font-weight: bold
}

.recruit-link-content .button-arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.recruit-link-content .button-arrow svg {
  width: 100%;
  height: auto
}

.recruit-link-content .button-arrow path {
  fill: #333
}

.movie .chapter {
  background-image: url(/recruit/assets/images/recruit/movie/chapter-bg.jpg);
  background-position: top center;
}

.message .chapter, .new-graduate .chapter, .career .chapter, .information .chapter, .welfare .chapter, .QandA .chapter {
  background-image: url(/recruit/assets/images/recruit/message/chapter-bg.jpg);
  background-position: top center
}

.message .headding, .new-graduate .headding, .career .headding, .information .headding, .welfare .headding, .QandA .headding{
  padding: 135px 0 50px;
  border-bottom: 1px solid #f2f2f2
}

.message .ttl-main, .new-graduate .ttl-main, .career .ttl-main, .information .ttl-main, .welfare .ttl-main, .QandA .ttl-main, .movie.ttl-main {
  padding-bottom: 85px
}

.message .ttl-main {
  padding: 135px 0 85px
}

.message .ttl-sub {
  background: -webkit-linear-gradient(0deg, #0280E1, #00B3DC);
  color: #0280E1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  padding-bottom: 30px
}

.message .img img {
  width: 100%;
  height: auto
}

.message .txt-big {
  padding-bottom: 30px
}

.message .txt-middle {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 1.8;
  text-align: justify
}

.message .txt-small {
  padding-top: 55px;
  line-height: 1.5
}

.message .content {
  padding: 130px 65px 0
}

.message .content .wrapper:not(:last-of-type) {
  padding-bottom: 100px
}

.new-graduate .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0 200px;/*50px 0 120px*/
}

.new-graduate .link a {
  display: block;
  width: auto;
  height: 50px;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.new-graduate .link a:first-of-type {
  margin-right: 60px
}

.new-graduate .link a:hover {
  opacity: .5
}

.new-graduate .link a img {
  width: auto;
  /*height: 100%*/
}

.new-graduate .text-primary {
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.8
}

.new-graduate .txt-small {
  font-size: 15px;
  letter-spacing: .03em
}

.new-graduate .bg-blue {
  width: 335px;
  height: 85px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 30px
}

.new-graduate .bg-blue .txt-big {
  font-size: 16px;
  overflow: hidden
}

.new-graduate .bg-blue .txt-big::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.new-graduate .bg-blue:hover .txt-big::after {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.new-graduate .block:not(:nth-of-type(1)) {
  padding-top: 30px
}

.new-graduate .block .text-primary {
  line-height: 1.5;
  padding-bottom: 10px
}

.new-graduate .block .txt-small:not(:nth-of-type(-n+2)) {
  padding-top: 10px
}

.new-graduate .block .txt-small.indent {
  padding-left: 1em;
  text-indent: -1em
}

.new-graduate .block .img {
  margin: 30px 0
}

.new-graduate .block .img img {
  width: 100%;
  height: auto
}

.new-graduate .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.new-graduate .item-list:first-of-type {
  margin-right: 50px
}

.new-graduate .item-list .txt-middle:first-of-type {
  padding-bottom: 10px
}

.new-graduate .item-list .txt-small {
  font-weight: normal
}

.new-graduate .table {
  border: 1px solid rgba(153, 153, 153, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px
}

.new-graduate .table .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.new-graduate .table .row:not(:last-of-type) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1)
}

.new-graduate .table .row p {
  padding: 10px 20px;
  font-size: 14px
}

.new-graduate .table .row p.t-head {
  border-right: 1px solid rgba(153, 153, 153, 0.1);
  font-weight: bold;
  background-color: #f2f2f2;
  min-width: 121px
}

.new-graduate .txt-middle, .career .txt-middle {
  letter-spacing: .03em
}

.new-graduate .pb-space, .career .pb-space {
  padding-bottom: 15px
}

.new-graduate .part2.content .list, .career .part2.content .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #f2f2f2
}

.new-graduate .part2.content .list>p, .career .part2.content .list>p {
  width: 30%
}

.new-graduate .part2.content .list .wrapper, .career .part2.content .list .wrapper {
  width: 77%
}

.new-graduate .part2.content .list .wrapper .txt-middle, .career .part2.content .list .wrapper .txt-middle {
  line-height: 1.8
}

.new-graduate .part2.content .list .wrapper .txt-small, .career .part2.content .list .wrapper .txt-small {
  line-height: 1.5
}

.career .part1.headding .ttl-sub {
  padding-top: 55px
}

.career .part1.content {
  padding: 40px 0 50px;
  border-bottom: 1px solid #f2f2f2
}

.career .part1.content>p {
  width: 17.5%
}

.career .part1.content ul {
  width: 82.5%
}

.career .part1.content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2
}

.career .part1.content ul li:first-of-type {
  padding-top: 0
}

.career .part1.content ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none
}

.career .part1.content ul li.between {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.career .part1.content ul li .bg-navy {
  width: 165px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.career .part1.content ul li .bg-navy .txt-small {
  overflow: hidden
}

.career .part1.content ul li .bg-navy .txt-small::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

.career .part1.content ul li .bg-navy:hover .txt-small::after {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.career .part2.headding {
  padding-bottom: 0
}

.career .part2.headding .txt-middle {
  padding: 40px 0;
   line-height: 1.8;
}

.career .part3 {
  border-bottom: none;
  padding-bottom: 30px
}

.career .part3 .ttl-sub {
  padding-bottom: 30px
}

.career .table {
  border: 1px solid rgba(153, 153, 153, 0.1);
  margin-bottom: 15px
}

.career .table li {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.career .table li:not(:last-of-type) {
  border-right: 1px solid rgba(153, 153, 153, 0.1)
}

.career .table p {
  font-size: 16px;
  letter-spacing: .03em;
  font-weight: bold;
  line-height: 58px
}

.career .table p.td {
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  background-color: #f2f2f2
}

.career .right {
  text-align: right;
  letter-spacing: .06em;
  font-size: 14px
}

.information .headding {
  border-bottom: none;
  padding-bottom: 75px
}

.information .headding .txt-middle {
  line-height: 1.8;
  letter-spacing: .03em;
  text-align: justify
}

.information .headding .banner {
  width: 100%;
  border: 1px solid #1ed2b4;
  margin: 45px 0 60px
}

.information .headding .banner .txt-big {
  color: #fff;
  height: auto;
  padding: 11px 20px
}

.information .headding .banner .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: space-evenly;/*flex-start*/
  padding: 25px 40px
}
@media screen and (max-width: 1366px) and (max-width: 1230px) and (max-width: 1024px) and (max-width: 736px) {
    .information .headding .banner .link {
        flex-direction: column;
    }
}


.information .headding .banner .link a {
  display: block;
  width: auto;
 /* height: 50px;*/
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.information .headding .banner .link a:first-of-type {
  /*margin-right: 60px*/
}

.information .headding .banner .link a:hover {
  opacity: .5
}

.information .headding .banner .link a img {
  width: auto;
  height: 100%
}

.information .headding .training-intro ul {
  padding: 0
}

.information .headding .training-intro ul li p {
  font-size: 15px
}

.information .wrapper-02 .Link ,.information .wrapper-03 .Link{
  text-decoration: underline
}

.information .wrapper-02 .Link a , .information .wrapper-03 .Link a{
  padding: 0
}

.information .wrapper-02 .Link img {
  width: 10px;
  height: auto;
  margin-left: 2px
}

.information .wrapper-03 table {
  margin-bottom: 20px
}

.information .wrapper-03 td {
  height: 70px
}

.information .wrapper-03 .txt-small {
  margin-bottom: 75px;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1
}

.information .wrapper-04 table {
  margin-bottom: 20px
}

.information .wrapper-04 .txt-small {
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1
}

.welfare .headding {
  border-bottom: none;
  padding-bottom: 0
}

.welfare .wrapper .ttl-sub {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 50px
}

.welfare .wrapper .txt-small {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .03em
}

.welfare .wrapper .txt-middle {
  letter-spacing: .03em;
  padding-top: 15px
}

.welfare .wrapper-01 .between {
  padding: 0 0 50px
}

.welfare .wrapper-01 .between .txt-small {
  width: 33%;
  margin-right: 20px
}

.welfare .wrapper-01 .between .item {
  width: 30%
}

.welfare .wrapper-01 .between .item img {
  width: 100%;
  height: auto
}

.welfare .wrapper-02 .between {
  padding-bottom: 50px
}

.welfare .wrapper-02 .between>p {
  width: 33%;
  margin-right: 20px
}

.welfare .wrapper-02 .between>p a {
  text-decoration: underline
}

.welfare .wrapper-02 .between .item {
  width: 30%
}

.welfare .wrapper-02 .between .item img {
  width: 100%;
  height: auto
}

.welfare .wrapper-02 .between::after {
  content: '';
  width: 30%
}

.welfare .wrapper-03 .between {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.welfare .wrapper-03 .between::after {
  content: '';
  width: 385px;
  min-width: 32%
}

.welfare .wrapper-03 .between .list {
  width: 385px;
  padding-bottom: 30px;
  min-width: 32%
}

.welfare .wrapper-03 .between .list:nth-of-type(3n+1) {
  padding-right: 45px
}

.welfare .wrapper-03 .between .list:nth-of-type(3n+2) {
  width: 430px;
  padding: 0 45px;
  min-width: 32%;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2
}

.welfare .wrapper-03 .between .list:nth-of-type(3n+3) {
  padding-left: 45px
}

.welfare .wrapper-03 .between .list:nth-of-type(-n+3) {
  margin-bottom: 50px
}

.welfare .wrapper-03 .between .txt-big {
  width: 200px;
  height: 55px;
  background-color: #203156;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0
}

.welfare .wrapper-03 .between .txt-middle {
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  padding-top: 55px
}

.QandA .headding {
  border-bottom: none;
  padding-bottom: 0
}

.QandA .content li {
  width: 100%;
  border: 1px solid #203156
}

.QandA .content li:not(:last-of-type) {
  margin-bottom: 20px
}

.QandA .content .open {
  border-top: 1px solid #F2F2F2;
  display: none
}

.QandA .content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  position: relative
}

.QandA .content .item .ttl-main {
  font-family: 'TTNormsPro-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  width: 100px;
  background-color: #203156;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.QandA .content .item .txt-big, .QandA .content .item .txt-middle {
  color: #203156;
  padding: 0 50px;
  width: calc(100% - 100px)
}

.QandA .content .item .txt-middle {
  letter-spacing: .03em;
  font-weight: normal;
  line-height: 1.5
}

.QandA .content .item .txt-middle a {
  color: #203156;
  text-decoration: underline;
  cursor: pointer
}

.QandA .content .item .close {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px
}

.QandA .content .item .close::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 1px;
  background-color: #203156
}

.QandA .content .item .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 15px;
  background-color: #203156;
  -webkit-transition: .3s;
  transition: .3s
}

.QandA .content .item .close.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.training .chapter {
  background-image: url(/recruit/assets/images/training/chapter-bg.jpg)
}

.training .section .inner {
  border-bottom: 1px solid #f2f2f2
}

.training-intro .inner {
  padding: 160px 0 100px
}

.training-intro ul {
  padding: 0 105px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.training-intro ul li {
  width: 100%;
  height: 65px;
  border-radius: 5px
}

.training-intro ul li:not(:last-of-type) {
  margin-right: 30px
}

.training-intro ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.training-intro ul li a:hover p::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.training-intro ul li p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .03em;
  overflow: hidden
}

.training-intro ul li p::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}


.training-intro .betweenarea .btnbetween a:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}


.training-intro .betweenarea .btnbetween a::after {
  content: '';
  width: 40%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transform: translateX(-180%);
  transform: translateX(-180%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
        margin: 0 0 0 29%;
}

.training-intro .ttl-main {
  padding: 100px 0 20px
}

.training-intro .ttl-sub {
  padding-bottom: 20px
}

.training-intro .between {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 0 105px 125px 50px
}

.training-intro .detail {
  width: 53.9%;
  border: 1px solid #F2F2F2;
  padding: 30px 55px
}

.training-intro .img {
  width: 46.1%;
  padding-left: 10.7%
}

.training-intro .img img {
  width: 100%;
  height: auto
}

.training-intro .rotation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px
}

.training-intro .rotation-item:last-of-type {
  margin-top: 30px
}

.training-intro .rotation-item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.training-intro .rotation-item .job-ttl {
  background-color: rgba(78, 177, 217, 0.15);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  height: 100%;
  width: 11.7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.training-intro .rotation-item .job-content {
  border: 1px solid #F2F2F2;
  width: 88.3%;
  letter-spacing: .06em;
  color: #333333;
  padding-left: 50px
}

.training-program .inner {
  padding: 100px 0 100px
}

.training-program .ttl-main {
  padding-bottom: 50px
}

.training-program .detail:first-of-type .txt-small {
  padding: 10px 0 50px
}

.training-program .detail:last-of-type .txt-small:not(.right) {
  padding: 10px 0
}

.training-program .detail:last-of-type .txt-small.right {
  padding-bottom: 40px;
  text-align: right
}

.training-program .img {
  padding-bottom: 120px
}

.training-program .img img {
  width: 100%;
  height: auto
}

.training-program .toggle {
  cursor: pointer
}

.training-program .toggle:not(:last-of-type) {
  padding-bottom: 30px
}

.training-program .toggle-head {
  width: 100%;
  background-color: rgba(78, 177, 217, 0.15);
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px
}

.training-program .toggle-head p {
  letter-spacing: .1em
}

.training-program .toggle-head .close {
  width: 25px;
  height: 25px;
  position: relative
}

.training-program .toggle-head .close::before {
  font-family: YakuHanJPs, MyYuGothicM, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  content: '+';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.training-program .toggle-head.open .close::before {
  content: '-'
}

.training-program .toggle-list {
  display: none
}

.training-program .toggle-list li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(78, 177, 217, 0.15)
}

.training-program .toggle-list li p {
  width: 50%;
  padding: 0 50px;
  color: #263558;
  letter-spacing: .03em;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.training-program .toggle-list li p:first-of-type {
  border-right: 1px solid rgba(78, 177, 217, 0.15);
  width: 72%
}

.training-newemp .inner {
  padding: 100px 0
}

.training-newemp .inner>.txt-small {
  padding: 25px 0 20px
}

.training-newemp .inner>.img {
  padding-bottom: 80px
}

.training-newemp .inner>.img img {
  width: 100%;
  height: auto
}

.training-newemp .inner ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.training-newemp .inner ul li {
  width: 30%
}

.training-newemp .inner ul li:nth-of-type(3) .img::after {
  content: none
}

.training-newemp .inner ul li:last-of-type .img::after {
  content: none
}

.training-newemp .inner ul li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 35px
}

.training-newemp .inner ul li .img {
  position: relative
}

.training-newemp .inner ul li .img::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8.5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10.5px;
  height: 10.5px;
  display: block;
  background-color: #263558;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0)
}

.training-newemp .inner ul li .img img {
  width: 100%;
  height: auto
}

.training-newemp .inner ul li .text-primary {
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
  padding: 30px 0 5px
}

.training-newemp .inner ul li .txt-small {
  line-height: 1.3
}

.training-center {
  padding-bottom: 200px
}

.training-center.section {
  position: relative
}

.training-center.section .inner {
  border-bottom: none
}

.training-center.section .inner.part1 {
  padding: 100px 0 0
}

.training-center.section .inner.part1>.txt-small {
  padding: 25px 0 50px
}

.training-center.section .inner.part2 .bg-gray {
  background-color: #F2F2F2;
  padding: 70px
}

.training-center.section .inner.part2 .txt-small {
  padding-top: 10px
}

.training-center .swiper-container {
  padding-bottom: 150px;
  position: static
}

.training-center .swiper-slide {
  position: relative;
  cursor: pointer
}

.training-center .swiper-slide img {
  width: 100%;
  height: auto
}

.training-center .swiper-slide::before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
  display: block;
  width: 100%;
  height: 100%
}

.training-center .swiper-slide::after {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s
}

.training-center .swiper-slide .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 25px 40px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.training-center .swiper-slide .txt-big {
  letter-spacing: 0;
  padding-bottom: 15px
}

.training-center .swiper-slide .txt-small {
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.5;
  -webkit-transition: all 1ms;
  transition: all 1ms;
  display: none
}

.training-center .swiper-slide:hover::after {
  opacity: 1
}

.training-center .swiper-button {
  bottom: auto;
  top: 130px;
  width: 59px;
  height: 59px;
  right: 10%
}

.training-center .swiper-button:last-of-type {
  right: calc(10% + 70px)
}

.training-center .swiper-button-next, .training-center .swiper-button-prev {
  background-size: 20.8px 20.8px
}

.training-center .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  cursor: pointer
}

.training-center .modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.training-center .modal__content img {
  height: 80vh
}

.training-center .modal__content .detail {
  display: none;
  padding-top: 20px
}

.training-center .modal__content .js-modal-close {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px
}

.training-center .modal__content .js-modal-close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 1px;
  background-color: #fff
}

.training-center .modal__content .js-modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 25px;
  height: 1px;
  background-color: #fff
}

.training-center .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%
}

@media screen and (max-width: 736px) {
  .circles span, .circles:before, .circles:after {
    width: 8px;
    height: 8px
  }
  html {
    font-size: 13px
  }
  a {
    font-size: 13px
  }
  p, dt, dd, li {
    font-size: 13px
  }
  table {
    margin: 25px 0 50px;
    border: none
  }
  table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  table tr {
    display: inline-block;
    border: 1px solid rgba(78, 183, 223, 0.1);
    border-bottom: none
  }
  table tr:nth-of-type(odd) {
    width: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    border-right: none
  }
  table tr:nth-of-type(even) {
    width: 78%;
    margin-top: 20px
  }
  table th, table td, table a {
    border-bottom: 1px solid rgba(78, 183, 223, 0.1);
    height: 96px;
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  table th:not(:last-of-type), table td:not(:last-of-type), table a:not(:last-of-type) {
    border-right: none
  }
  table th {
    height: 96px;
    letter-spacing: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  table td, table a {
    padding: 20px;
    line-height: 1.3
  }
  .cms-content h1, .cms-content h2 {
    font-size: 18px
  }
  .cms-content h3 {
    font-size: 16px
  }
  .cms-content h4 {
    font-size: 13px
  }
  .cms-content li {
    font-size: 13px
  }
  .cms-content p {
    font-size: 13px
  }
  .pager .page-numbers {
    font-size: 13px;
    margin: 0 5px;
    padding: 0 5px
  }
  .pager .page-numbers:after {
    width: 100%
  }
  .pager .page-numbers.dots {
    font-size: 10px;
    padding: 0
  }
  .pager .page-numbers.prev {
    display: none
  }
  .pager .page-numbers.next {
    display: none
  }
  .pager .page-numbers.next:before {
    width: 100%
  }
  .form input, .form select, .form textarea {
    font-size: 16px
  }
  .form input[type="text"], .form input[type="email"], .form textarea {
    padding: 10px
  }
  .form textarea {
    height: 200px
  }
  .form label {
    display: block;
    padding-right: 0;
    padding-bottom: 10px
  }
  .form .half {
    width: 100%
  }
  .form .small {
    width: 27%
  }
  .form .error {
    font-size: 12px
  }
  .form .mwform-radio-field {
    margin-top: 0
  }
  .text-center-large {
    text-align: left
  }
  .text-center-small {
    text-align: center
  }
  .text-right-large {
    text-align: left
  }
  .text-right-small {
    text-align: right
  }
  .content-primary {
    margin-right: 20px;
    margin-left: 20px;
    width: auto
  }
  .content-secondary {
    margin-right: 20px;
    margin-left: 20px;
    width: auto
  }
  .content-grid {
    margin-right: 10px;
    margin-left: 10px;
    width: auto
  }
  .content-gridline {
    margin-right: 40px;
    margin-left: 40px;
    max-width: initial;
    width: auto
  }
  .content-gridsecondary {
    margin-right: 10px;
    margin-left: 10px;
    width: auto
  }
  .content-gridmax {
    margin-right: 10px;
    margin-left: 10px;
    width: auto
  }
  .for-large {
    display: none
  }
  .for-small {
    display: block
  }
  .dl-side dt, .dl-side dd {
    float: none
  }
  .dl-side dt {
    width: 100%
  }
  .dl-side dd {
    width: 100%
  }
  .dl-side.-column3-7 dt {
    width: 100%
  }
  .dl-side.-column3-7 dd {
    width: 100%
  }
  .dl-side.-column4-6 dt {
    width: 100%
  }
  .dl-side.-column4-6 dd {
    width: 100%
  }
  .dl-side.-half dt {
    width: 100%
  }
  .dl-side.-half dd {
    width: 100%
  }
  .block {
    display: inline-block
  }
  .grid>[class*="column"] {
    padding-right: 10px;
    padding-left: 10px
  }
  .grid>.column1 {
    width: 50%
  }
  .grid>.column2 {
    width: 50%
  }
  .grid>.column3 {
    width: 50%
  }
  .grid>.column4 {
    width: 100%
  }
  .grid>.column4:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column5 {
    width: 100%
  }
  .grid>.column5:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column6 {
    width: 100%
  }
  .grid>.column6:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column7 {
    width: 100%
  }
  .grid>.column7:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column8 {
    width: 100%
  }
  .grid>.column8:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column9 {
    width: 100%
  }
  .grid>.column9:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column10 {
    width: 100%
  }
  .grid>.column10:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column11 {
    width: 100%
  }
  .grid>.column11:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid>.column12 {
    width: 100%
  }
  .grid>.column12:nth-of-type(n+2) {
    margin-top: 20px
  }
  .grid.-line>[class*="column"] {
    padding-right: 20px;
    padding-left: 20px
  }
  .grid.-line>[class*="column"]:not(:first-child) {
    border-top: 1px solid #ccc;
    border-left: 0
  }
  .grid.-nest {
    margin-right: -10px;
    margin-left: -10px
  }
  .hamburger {
    display: block;
    position: relative;
    z-index: 100;
    width: 50px;
    height: 30px;
    margin: 0
  }
  .hamburger .icon {
    margin-bottom: 3.5px
  }
  .hamburger .icon:nth-child(1) {
    width: 50px
  }
  .hamburger .icon:nth-child(2) {
    width: 42px
  }
  .hamburger .icon:nth-child(3) {
    width: 33px
  }
  .hamburger:hover .icon:nth-child(2) {
    -webkit-transform: none;
    transform: none
  }
  .hamburger:hover .icon:nth-child(3) {
    -webkit-transform: none;
    transform: none
  }
  .hamburger:active .icon:nth-child(2) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  .hamburger:active .icon:nth-child(3) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
  }
  .hamburger.-open .icon:nth-child(1) {
    -webkit-animation: hamburger01-sp 1s forwards;
    animation: hamburger01-sp 1s forwards
  }
  .hamburger.-open .icon:nth-child(2) {
    -webkit-animation: hamburger02-sp 1s forwards;
    animation: hamburger02-sp 1s forwards
  }
  .hamburger.-open .icon:nth-child(3) {
    -webkit-animation: hamburger03-sp 1s forwards;
    animation: hamburger03-sp 1s forwards
  }
  .loading .loader {
    width: 64%
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%
  }
  _:lang(x)+_:-webkit-full-screen-document .home-recruit .head-primary, .home .home-recruit .head-primary {
    font-size: 45px !important
  }
  _:lang(x)+_:-webkit-full-screen-document .home-about .head, .home .home-about .head {
    padding-right: 0
  }
  _:lang(x)+_:-webkit-full-screen-document .home-about .head-primary span:not(.head-secondary), .home .home-about .head-primary span:not(.head-secondary) {
    text-shadow: .5px .5px #203156, -.5px .5px #203156, -.5px -.5px #203156, .5px -.5px #203156, .5px 0px #203156, 0px .5px #203156, -.5px 0px #203156, 0px -.5px #203156
  }
  _:lang(x)+_:-webkit-full-screen-document .home-about .text-secondary, .home .home-about .text-secondary {
    font-size: 15px
  }
  _:lang(x)+_:-webkit-full-screen-document .home-business .head-primary span:not(.head-secondary), _:lang(x)+_:-webkit-full-screen-document .home-recruit .head-primary span:not(.head-secondary), .home .home-business .head-primary span:not(.head-secondary), .home .home-recruit .head-primary span:not(.head-secondary) {
    text-shadow: .5px .5px #fff, -.5px .5px #fff, -.5px -.5px #fff, .5px -.5px #fff, .5px 0px #fff, 0px .5px #fff, -.5px 0px #fff, 0px -.5px #fff
  }
  _:lang(x)+_:-webkit-full-screen-document .home-person .head-primary span:not(.head-secondary), _:lang(x)+_:-webkit-full-screen-document .home-training .head-primary span:not(.head-secondary), .home .home-person .head-primary span:not(.head-secondary), .home .home-training .head-primary span:not(.head-secondary) {
    text-shadow: .5px .5px #203156, -.5px .5px #203156, -.5px -.5px #203156, .5px -.5px #203156, .5px 0px #203156, 0px .5px #203156, -.5px 0px #203156, 0px -.5px #203156
  }
  _:lang(x)+_:-webkit-full-screen-document .global-nav, :root .global-nav {
    padding-bottom: 180px
  }
  .swiper-button span::before {
    width: 38px;
    height: 38px;
    top: -14px;
    left: -14px
  }
  .swiper-button:hover span::before {
    top: 1px;
    left: 1px
  }
  .header {
    padding: 15px;
    top: -55px;
    margin-top: 55px
  }
  .header.sticky .header-logo {
    width: 59.5%
  }
  .global-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 27px 35px 130px;
    height: calc(100vh - 70px);
    background-color: #e9f3f9;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    display: none;
    margin-top: 60px
  }
  .global-nav .-list .-item a, .global-nav .-list .-item .main {
    overflow: visible
  }
  .global-nav .-list .-item a::after, .global-nav .-list .-item .main::after {
    content: none
  }
  .global-nav .-list .-item.between {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .global-nav .-list .-item.toggle .add-icon {
    position: relative
  }
  .global-nav .-list .-item.toggle .add-icon::after {
    position: absolute;
    top: 3px;
    right: -17px
  }
  .global-nav .-list .-item.toggle .sub {
    position: static;
    padding-top: 0;
    opacity: 1;
    pointer-events: auto;
    display: none;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    -webkit-transform: none;
    transform: none
  }
  .global-nav .-list .-item.toggle .sub .dropBox {
    min-width: 0;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .global-nav .-list .-item.toggle .sub .dropBox li {
    margin-bottom: 15px
  }
  .blue-block .en {
    font-size: 10px;
    font-weight: normal
  }
  .chapter::after {
    height: 50%
  }
  .chapter .white {
    color: #263558
  }
  .chapter .white::after {
    background-color: #263558
  }
  .chapter .head {
    top: auto;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .chapter .head-primary {
    font-size: 30px;
    padding-bottom: 30px
  }
  .chapter .head-secondary {
    font-size: 18px
  }
  .chapter .head::after {
    -webkit-transform: translate(-50%, 2px);
    transform: translate(-50%, 2px)
  }
  .footer-fixed {
    bottom: 85px;
    right: 15px;
    width: 40px;
    height: 40px
  }
  .footer-fixed img {
    width: 15px
  }
  .footer-inner .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer-inner .between:nth-of-type(2) {
    padding: 10px 0 60px
  }
  .footer-logo {
    width: 85%
  }
  .footer-content {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    padding-top: 40px
  }
  .footer-list {
    padding-bottom: 30px
  }
  .footer-list:nth-of-type(2), .footer-list:nth-of-type(5) {
    padding-bottom: 30px
  }
  .footer-list-ttl {
    font-size: 13px;
    padding-bottom: 10px
  }
  .footer-list-link a {
    font-size: 13px
  }
  .footer-list-link:not(:last-of-type) {
    padding-bottom: 10px
  }
  .footer-official {
    font-size: 12px;
    padding-bottom: 45px
  }
  .footer-official .sns {
    width: 6.5px
  }
  .footer-copyright {
    font-size: 10px
  }
  .about-intro .ttl-main {
    padding-bottom: 25px
  }
  .about-intro .ttl-sub {
    padding-bottom: 20px
  }
  .about-intro .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-intro .detail {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px
  }
  .about-intro .img {
    width: 100%
  }
  .about-cm {
    height: auto;
    background: url(/recruit/assets/images/about/content-bg-sp.jpg) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: 16px
  }
  .about-cm::after {
    content: none
  }
  .about-cm .box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px
  }
  .about-cm .box a span {
    margin-left: 0;
    font-size: 13px;
    margin-top: 5px
  }
  .about-philosophy ul {
    padding-top: 30px
  }
  .about-philosophy li {
    padding: 30px 0
  }
  .about-philosophy li .ttl-main {
    min-width: 0
  }
  .about-philosophy li .ttl-main.for-small {
    padding-right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    max-width: 35px
  }
  .about-philosophy li .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .about-philosophy li .txt-big {
    padding-bottom: 0;
    display: inline;
    max-width: calc(100% - 35px);
    line-height: 1.3
  }
  .about-philosophy li .txt-middle {
    padding-top: 15px
  }
  .about-point .ttl-main {
    padding-bottom: 30px
  }
  .about-point .ttl-sub {
    padding: 10px 0
  }
  .about-point li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .about-point li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-point li:not(:last-of-type) {
    margin-bottom: 50px
  }
  .about-point .img {
    width: 100%
  }
  .about-point .detail {
    width: 100%
  }
  .business section .txt-big {
    font-size: 15px
  }
  .business-intro .inner {
    padding: 0 25px
  }
  .business-intro .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .business-intro .wrapper .txt-big {
    padding-left: 0
  }
  .business-intro .wrapper .head-primary {
    font-size: 35px;
    margin: 5px 0 15px -5px
  }
  .business-intro .wrapper>.text-primary {
    width: 100%;
    margin-bottom: 20px
  }
  .business-intro .wrapper ul {
    padding: 40px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .business-intro .wrapper ul .text-primary {
    text-indent: -8.6em;
    padding-left: 8.6em;
    letter-spacing: .03em
  }
  .business-intro .wrapper .img {
    width: 100%;
    position: static;
    min-width: 0
  }
  .business-field .inner {
    padding: 45px 25px
  }
  .business-field .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 35px 20px 45px
  }
  .business-field .wrapper:first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 25px
  }
  .business-field .wrapper .-left {
    width: 100%;
    padding-bottom: 45px
  }
  .business-field .wrapper .-left .img {
    margin-top: 20px
  }
  .business-field .wrapper .-right .txt-big {
    padding-left: 0
  }
  .business-field .wrapper .-right .head-primary {
    font-size: 35px;
    margin: 5px 0 15px -5px
  }
  .business-field .wrapper .item {
    width: 100%
  }
  .business-field .wrapper .item .text-secondary {
    font-size: 18px
  }
  .business-field .wrapper .item .box {
    padding: 20px 35px
  }
  .business-field .wrapper .item .txt-big {
    padding: 20px 0
  }
  .business-field .wrapper .item.c-orange .txt-big {
    padding: 40px 0
  }
  .business-detail .headding {
    padding: 50px 0 35px
  }
  .business-detail .headding .head-primary {
    font-size: 35px
  }
  .business-detail .bg-lightcolor {
    margin-bottom: 100px
  }
  .business-detail .bg-lightcolor .txt-small {
    width: 200px;
    font-size: 15px;
    padding: 9px 0
  }
  .business-detail .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .business-detail .contents .item {
    width: 100%
  }
  .business-detail .contents .item:nth-last-of-type(-n+3) {
    padding-top: 30px
  }
  .business-detail .contents .item:nth-of-type(-n+3) {
    padding-bottom: 30px
  }
  .business-detail .contents .txt {
    padding: 20px 0 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .business-detail-about .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .business-detail-about .img {
    width: 100%;
    margin-left: 0
  }
  .business-detail-about .box {
    width: 100%;
    margin-top: 0;
    margin-left: 0
  }
  .business-detail-about .bg-white {
    width: 100%;
    padding: 30px 25px 50px
  }
  .business-detail-about .bg-white .ttl-sub {
    font-size: 16px;
    text-align: justify
  }
  .business-detail-kind .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .business-detail-kind .item {
    width: 100%;
    padding-bottom: 0
  }
  .business-detail-kind .item:first-of-type {
    padding-right: 0;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #fff
  }
  .business-detail-kind .item:last-of-type {
    padding-left: 0;
    padding-top: 40px
  }
  .business-detail-kind .item .text-secondary {
    font-size: 16px
  }
  .denki .business-detail-kind .item .text-secondary, .haiden .business-detail-kind .item .text-secondary, .soden .business-detail-kind .item .text-secondary {
    padding-top: 0
  }
  .denki .chapter, .kucho .chapter, .system .chapter, .jouho .chapter, .haiden .chapter, .soden .chapter, .manage .chapter, .etc .chapter {
    background-size: 100% 50%;
    padding-top: 37.5%
  }
  .denki .chapter .txt-big, .kucho .chapter .txt-big, .system .chapter .txt-big, .jouho .chapter .txt-big, .haiden .chapter .txt-big, .soden .chapter .txt-big, .manage .chapter .txt-big, .etc .chapter .txt-big {
    padding-bottom: 20px;
    font-size: 30px
  }
  .denki .ttl-main:not(.manage), .kucho .ttl-main:not(.manage), .system .ttl-main:not(.manage), .jouho .ttl-main:not(.manage), .haiden .ttl-main:not(.manage), .soden .ttl-main:not(.manage), .manage .ttl-main:not(.manage), .etc .ttl-main:not(.manage) {
    color: #203156
  }
  .denki .head, .kucho .head, .system .head, .jouho .head, .haiden .head, .soden .head, .manage .head, .etc .head {
    text-align: center
  }
  .denki .head::after, .kucho .head::after, .system .head::after, .jouho .head::after, .haiden .head::after, .soden .head::after, .manage .head::after, .etc .head::after {
    content: ''
  }
  .denki .head .inner, .kucho .head .inner, .system .head .inner, .jouho .head .inner, .haiden .head .inner, .soden .head .inner, .manage .head .inner, .etc .head .inner {
    padding: 0
  }
  .denki .headding, .kucho .headding, .system .headding, .jouho .headding, .haiden .headding, .soden .headding, .manage .headding, .etc .headding {
    padding-bottom: 30px
  }
  .denki .headding .ttl-sub, .kucho .headding .ttl-sub, .system .headding .ttl-sub, .jouho .headding .ttl-sub, .haiden .headding .ttl-sub, .soden .headding .ttl-sub, .manage .headding .ttl-sub, .etc .headding .ttl-sub {
    font-size: 20px
  }
  .denki .headding .text-secondary, .kucho .headding .text-secondary, .system .headding .text-secondary, .jouho .headding .text-secondary, .haiden .headding .text-secondary, .soden .headding .text-secondary, .manage .headding .text-secondary, .etc .headding .text-secondary {
    padding-top: 15px;
    line-height: 1.5
  }
  .denki .section:not(.each-contents-bottom) .txt-middle, .kucho .section:not(.each-contents-bottom) .txt-middle, .system .section:not(.each-contents-bottom) .txt-middle, .jouho .section:not(.each-contents-bottom) .txt-middle, .haiden .section:not(.each-contents-bottom) .txt-middle, .soden .section:not(.each-contents-bottom) .txt-middle, .manage .section:not(.each-contents-bottom) .txt-middle, .etc .section:not(.each-contents-bottom) .txt-middle {
    font-size: 14px;
    letter-spacing: .06em;
    text-align: justify
  }
  .denki .section:not(.each-contents-bottom) .txt-small, .kucho .section:not(.each-contents-bottom) .txt-small, .system .section:not(.each-contents-bottom) .txt-small, .jouho .section:not(.each-contents-bottom) .txt-small, .haiden .section:not(.each-contents-bottom) .txt-small, .soden .section:not(.each-contents-bottom) .txt-small, .manage .section:not(.each-contents-bottom) .txt-small, .etc .section:not(.each-contents-bottom) .txt-small {
    font-size: 14px;
    letter-spacing: .06em
  }
  .denki .each-contents-bottom .between, .kucho .each-contents-bottom .between, .system .each-contents-bottom .between, .jouho .each-contents-bottom .between, .haiden .each-contents-bottom .between, .soden .each-contents-bottom .between, .manage .each-contents-bottom .between, .etc .each-contents-bottom .between {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .denki .each-contents-bottom .swiper-wrapper::before, .kucho .each-contents-bottom .swiper-wrapper::before, .system .each-contents-bottom .swiper-wrapper::before, .jouho .each-contents-bottom .swiper-wrapper::before, .haiden .each-contents-bottom .swiper-wrapper::before, .soden .each-contents-bottom .swiper-wrapper::before, .manage .each-contents-bottom .swiper-wrapper::before, .etc .each-contents-bottom .swiper-wrapper::before {
    height: 100%
  }



  .denki .chapter {
    background-image: url(/recruit/assets/images/business/ippan/chapter-bg-denki-sp.jpg)
  }
  .kucho .chapter {
    background-image: url(/recruit/assets/images/business/ippan/chapter-bg-kucho-sp.jpg)
  }
  .system .chapter {
    background-image: url(/recruit/assets/images/business/ippan/chapter-bg-system-sp.jpg)
  }
  .jouho .chapter {
    background-image: url(/recruit/assets/images/business/ippan/chapter-bg-jouho-sp.jpg)
  }
  .haiden .chapter {
    background-image: url(/recruit/assets/images/business/denryoku/chapter-bg-haiden-sp.jpg)
  }
  .soden .chapter {
    background-image: url(/recruit/assets/images/business/denryoku/chapter-bg-soden-sp.jpg)
  }
  .manage .chapter, .etc .chapter {
    background-image: url(/recruit/assets/images/business/other/chapter-bg-sp.jpg)
  }
  .manage-tab .inner, .etc-tab .inner {
    padding: 40px 35px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .manage-tab-button, .etc-tab-button {
    width: 100%
  }
  .manage-tab-button .txt-big, .etc-tab-button .txt-big {
    font-size: 18px
  }
  .manage-tab-button:first-of-type, .etc-tab-button:first-of-type {
    margin-bottom: 10px
  }
  .manage .business-detail-about::after, .etc .business-detail-about::after {
    width: 90%;
    margin: 0 auto
  }
  .manage .business-detail-about .content, .etc .business-detail-about .content {
    padding-left: 0
  }
  .manage .business-detail-about .content .ttl-main, .etc .business-detail-about .content .ttl-main {
    padding: 0 25px 25px;
    font-size: 16px
  }
  .manage .business-detail-about .img, .etc .business-detail-about .img {
    width: 100%
  }
  .manage .business-detail-about .img:first-of-type, .etc .business-detail-about .img:first-of-type {
    padding-top: 0
  }
  .manage .business-detail-about .box, .etc .business-detail-about .box {
    margin-top: 0
  }
  .manage .business-detail-about .content .ttl-main {
    padding: 0
  }
  .manage .list {
    width: 100%;
    margin-left: 0;
    padding: 40px 0
  }
  .manage .list .txt-middle {
    width: 100%;
    padding-top: 15px;
    line-height: 1.5 !important
  }
  .head::after {
    width: 30px
  }
  .text-primary {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8
  }
  .text-secondary {
    white-space: normal;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em
  }
  .ttl-main {
    font-size: 18px
  }
  .ttl-sub {
    font-size: 14px;
    line-height: 1.5
  }
  .txt-big {
    font-size: 16px;
    line-height: 1.3
  }
  .txt-middle {
    font-size: 14px;
    line-height: 1.5
  }
  .txt-small {
    line-height: 1.5
  }
  .more span {
    margin-left: 5px
  }
  .home .header {
    padding: 15px
  }
  .home .header.slideDown {
    top: -55px;
    padding: 15px
  }
  .home .header.slideDown.sticky {
    padding: 15px
  }
  .home .header .global-nav .-list .-item.toggle .add-icon::after {
    color: #203156
  }
  .home .header .global-nav .-list .-item a::after, .home .header .global-nav .-list .-item .main::after {
    background-color: #203156
  }
  .home .main-visual-inner-img {
    height: calc(100vh - 70px)
  }
  .home .main-visual-inner-img video {
    width: auto;
    height: 100%
  }
  .home .js-scroll>.element .text::after {
    bottom: 0
  }
  .home .head::after {
    width: 65px;
    bottom: 60px
  }
  .home .head-primary span.head-secondary {
    display: block
  }
  .home .head-secondary {
    margin-left: 5px;
    display: block;
    margin-top: 55px
  }
  .home .text-detail {
    margin-top: 20px
  }
  .home .text-primary {
    font-size: 14px;
    margin-bottom: 20px
  }
  .home .text-secondary {
    margin-bottom: 20px
  }
  .home-about .head-primary span.nextrow {
    width: calc(100% - 165px)
  }
  .home-business .bg {
    background: none
  }
  .home-business .content .button {
    width: calc((100% - 30px) / 2);
    height: 75px;
    border-radius: 7px
  }
  .home-business .content .button:nth-of-type(-n+4) {
    background: -webkit-linear-gradient(0deg, #0280e2, #00b4dd);
    border: none
  }
  .home-business .content .button:nth-of-type(5), .home-business .content .button:nth-of-type(6) {
    background: -webkit-linear-gradient(0deg, #ff7717, #ff9f14);
    border: none
  }
  .home-business .content .button:last-of-type {
    background: -webkit-linear-gradient(0deg, #00a08c, #1ed2b4);
    border: none
  }
  .home-business .content .button:not(:last-of-type) {
    margin-bottom: 25px
  }
  .home-business .content .button-icon.denki {
    width: 15.5px
  }
  .home-business .content .button-icon.kucho {
    width: 24px
  }
  .home-business .content .button-icon.jouho {
    width: 27.5px
  }
  .home-business .content .button-icon.system {
    width: 19.5px
  }
  .home-business .content .button-icon.haiden {
    width: 19.5px
  }
  .home-business .content .button-icon.soden {
    width: 19.5px
  }
  .home-business .content .button-icon.other {
    width: 33.5px
  }
  .home-business .content .button-ttl {
    font-size: 12px;
    padding-top: 5px
  }
  .home-person .inner .headding {
    padding: 60px 25px 90px
  }
  .home-person .inner .headding .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .home-person .inner .headding .between .text-primary {
    margin-bottom: 20px
  }
  .home-person .swiper-category {
    font-size: 13px;
    margin: 20px 0 10px
  }
  .home-person .swiper-name {
    font-size: 18px;
    padding-bottom: 10px
  }
  .home-person .swiper-job {
    font-size: 13px
  }
  .home-person .swiper-button-next, .home-person .swiper-button-prev {
    width: 14px;
    height: 14px;
    background-size: 14px 14px
  }
  .home-training .img {
    width: 100%
  }
  .home-training .headding .bg {
    top: 85px;
    -webkit-transform: none;
    transform: none
  }
  .home-training .headding .bg::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  .home-recruit .head {
    text-align: center
  }
  .home-recruit .head::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .home-recruit.recruit-link .recruit-link-content {
    margin: 50px 0 10px
  }
  .home-recruit.recruit-link .recruit-link-content .button:nth-of-type(3) .button-ttl {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'
  }
  .home-recruit-text {
    font-size: 14px;
    letter-spacing: .06em;
    font-weight: normal;
    padding-top: 100px
  }
  .person .section .between, .ippan .section .between, .denryoku .section .between, .other .section .between, .movie.section .between {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .person-intro-contents, .ippan-intro-contents, .denryoku-intro-contents, .other-intro-contents, .movie-intro-contents {
    padding: 0 20px;
    margin: 35px 0 30px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2
  }
  .person-intro-contents .container, .ippan-intro-contents .container, .denryoku-intro-contents .container, .other-intro-contents .container, .movie-intro-contents .container {
    padding: 20px 0;
    overflow-x: scroll;
    margin: 0;
    border: none
  }
  .person-intro-contents .wrapper, .ippan-intro-contents .wrapper, .denryoku-intro-contents .wrapper, .other-intro-contents .wrapper, .movie-intro-contents .wrapper {
    margin: 0;
    white-space: nowrap
  }
  .person-intro-contents .wrapper .slide, .ippan-intro-contents .wrapper .slide, .denryoku-intro-contents .wrapper .slide, .other-intro-contents .wrapper .slide, .movie-intro-contents .wrapper .slide  {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    letter-spacing: .1em;
    font-weight: bold;
    border: none;
    padding: 0;
    font-size: 12px
  }
  .person-intro-contents .wrapper .slide:not(:last-of-type), .ippan-intro-contents .wrapper .slide:not(:last-of-type), .denryoku-intro-contents .wrapper .slide:not(:last-of-type), .other-intro-contents .wrapper .slide:not(:last-of-type), .movie-intro-contents .wrapper .slide:not(:last-of-type) {
    margin-right: 10px
  }
  .person-intro-contents .button, .ippan-intro-contents .button, .denryoku-intro-contents .button, .other-intro-contents .button ,.movie-intro-contents .button {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: -15px;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0
  }
  .person-intro-list, .ippan-intro-list, .denryoku-intro-list, .other-intro-list, .movie-intro-list{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 10%
  }
  .person-intro-list::before, .ippan-intro-list::before, .denryoku-intro-list::before, .other-intro-list::before {
    right: -10%
  }
  .person-intro-list .txt-big, .ippan-intro-list .txt-big, .denryoku-intro-list .txt-big, .other-intro-list .txt-big {
    font-size: 18px;
    padding-bottom: 10px
  }
  .person-intro-list .txt-middle, .ippan-intro-list .txt-middle, .denryoku-intro-list .txt-middle, .other-intro-list .txt-middle {
    font-size: 13px
  }
  .person-intro-list .txt-small, .ippan-intro-list .txt-small, .denryoku-intro-list .txt-small, .other-intro-list .txt-small {
    font-size: 13px;
    margin: 20px 0 10px
  }
  .person-intro-item, .ippan-intro-item, .denryoku-intro-item, .other-intro-item {
    width: 100%;
    padding-left: 0
  }
  .person-intro-item:not(:nth-last-of-type(-n+4)), .ippan-intro-item:not(:nth-last-of-type(-n+4)), .denryoku-intro-item:not(:nth-last-of-type(-n+4)), .other-intro-item:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 45px
  }
  .person-intro-item:nth-last-of-type(-n+4), .ippan-intro-item:nth-last-of-type(-n+4), .denryoku-intro-item:nth-last-of-type(-n+4), .other-intro-item:nth-last-of-type(-n+4) {
    margin-bottom: 45px
  }
  .each-mv-inner-img {
    position: static
  }
  .each-contents-top {
    padding: 15px 0 40px
  }
  .each-contents-top .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .each-contents-top .txt-big {
    font-size: 20px;
    letter-spacing: .03em;
    padding: 20px 0
  }
  .each-contents-top .txt-middle {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1
  }
  .each-contents-top .txt-small {
    font-size: 13px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 0
  }
  .each-contents-top .gray {
    padding-top: 15px
  }
  .each-contents-middle .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-top: none
  }
  .each-contents-middle .sub-List {
    position: static;
    top: 0;
    padding-top: 0;
    width: 100%
  }
  .each-contents-middle .person-intro-contents {
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    overflow: visible
  }
  .each-contents-middle .person-intro-contents .container {
    padding: 20px 0;
    position: static
  }
  .each-contents-middle .person-intro-contents .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .each-contents-middle .person-intro-contents .slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .each-contents-middle .person-intro-contents .slide:not(:last-of-type) {
    padding-bottom: 0;
    margin-right: 24px
  }
  .each-contents-middle .person-intro-contents .slide a {
    pointer-events: none
  }
  .each-contents-middle .person-intro-contents .slide .number {
    display: none
  }
  .each-contents-middle .person-intro-contents .slide .ja {
    font-size: 12px
  }
  .each-contents-middle .main-List {
    width: 100%;
    padding: 40px 0 45px
  }
  .each-contents-middle .main-List li {
    display: none
  }
  .each-contents-middle .main-List li:not(:last-of-type) {
    padding-bottom: 0
  }
  .each-contents-middle .main-List li.active {
    display: block
  }
  .each-contents-middle .main-List .en {
    font-size: 12px;
    padding-right: 5px
  }
  .each-contents-middle .main-List .number {
    font-size: 30px
  }
  .each-contents-middle .main-List .ttl-sub {
    font-size: 20px;
    padding: 0 0 20px
  }
  .each-contents-middle .main-List .txt-middle {
    font-size: 14px
  }
  .each-contents-bottom {
    padding: 40px 0 100px
  }
  .each-contents-bottom .inner {
    position: relative
  }
  .each-contents-bottom .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0
  }
  .each-contents-bottom .head-primary {
    font-size: 20px;
    padding-bottom: 20px
  }
  .each-contents-bottom .more span {
    font-size: 13px
  }
  .each-contents-bottom .swiper-container {
    padding-top: 85px
  }
  .each-contents-bottom .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .each-contents-bottom .swiper-wrapper::before {
    left: -10%;
    right: auto;
    width: 350%;
    height: 83.5%;
    top: 65px
  }
  .each-contents-bottom .swiper-button {
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 20px
  }
  .recruit-link-content {
    margin: 50px 0 80px
  }
  .recruit-link-content .button {
    width: calc((100% - 10px) / 2);
    height: 50px;
    padding: 0 10px
  }
  .recruit-link-content .button:nth-of-type(-n+3) {
    /*margin-bottom: 10px*/
  }
  .recruit-link-content .button a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .recruit-link-content .button-arrow {
    display: none
  }
  .message .headding, .new-graduate .headding, .career .headding, .information .headding, .welfare .headding, .QandA .headding {
    padding: 40px 0
  }
  .message .ttl-main, .new-graduate .ttl-main, .career .ttl-main, .information .ttl-main, .welfare .ttl-main, .QandA .ttl-main {
    padding-bottom: 20px
  }
  .message .message-intro .inner {
    padding: 0
  }
  .message .ttl-main {
    padding: 40px 25px 20px
  }
  .message .ttl-sub {
    padding-bottom: 20px
  }
  .message .img {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center
  }
  .message .txt-big {
    padding-bottom: 15px
  }
  .message .txt-middle {
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1.5
  }
  .message .txt-small {
    padding-top: 45px
  }
  .message .content .wrapper:not(:last-of-type) {
    padding-bottom: 50px
  }
  .new-graduate .link {
    margin: 40px 0 50px;
    justify-content: space-around;
  }
  .new-graduate .link a {
    width: 46.5%;
    height: auto
  }
  .new-graduate .link a:first-of-type {
    margin-right: 7%
  }
  .new-graduate .link a img {
    width: 100%;
    height: auto
  }
  .new-graduate .text-primary {
    line-height: 1.5
  }
  .new-graduate .txt-small {
    font-size: 14px;
    letter-spacing: .06em
  }
  .new-graduate .bg-blue {
    width: 100%;
    height: 60px;
    margin: 0
  }
  .new-graduate .bg-blue .txt-big {
    font-size: 18px
  }
  .new-graduate .block {
    width: 100%
  }
  .new-graduate .block .text-primary {
    line-height: 1.5;
    padding-bottom: 5px
  }
  .new-graduate .block .txt-small:not(:nth-of-type(-n+2)) {
    padding-top: 5px
  }
  .new-graduate .block .img {
    margin: 10px 0 0
  }
  .new-graduate .block .img img {
    width: 70%
  }
  .new-graduate .item-list:first-of-type {
    margin-right: 30px
  }
  .new-graduate .table {
    margin-top: 5px
  }
  .new-graduate .table .row p {
    width: 135px;
    padding: 10px;
    font-size: 13px
  }
  .new-graduate .table .row p.t-head {
    min-width: 0
  }
  .new-graduate .ttl-sub, .career .ttl-sub {
    font-size: 16px;
    line-height: 1
  }
  .new-graduate .part2.headding, .career .part2.headding {
    padding-bottom: 20px
  }
  .new-graduate .part2.content .list, .career .part2.content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0
  }
  .new-graduate .part2.content .list>p, .career .part2.content .list>p {
    width: 100%
  }
  .new-graduate .part2.content .list .wrapper, .career .part2.content .list .wrapper {
    width: 100%;
    padding-top: 20px
  }
  .new-graduate .part2.content .list .wrapper .txt-middle, .career .part2.content .list .wrapper .txt-middle {
    line-height: 1.5
  }
  .career .part1.headding {
    padding-bottom: 20px
  }
  .career .part1.headding .ttl-sub {
    padding-top: 40px
  }
  .career .part1.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 0
  }
  .career .part1.content>p {
    width: 100%
  }
  .career .part1.content ul {
    width: 100%
  }
  .career .part1.content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .career .part1.content ul li:first-of-type {
    padding-top: 30px
  }
  .career .part1.content ul li:last-of-type {
    padding-bottom: 30px
  }
  .career .part1.content ul li.between {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .career .part1.content ul li .bg-navy {
    width: 100%;
    height: 50px;
    margin-top: 15px
  }
  .career .part2.headding .txt-middle {
    display: none
  }
  .career .part3 {
    padding-bottom: 15px
  }
  .career .part3 .ttl-sub {
    padding-bottom: 20px
  }
  .career .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
  }
  .career .table li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .career .table li:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1)
  }
  .career .table p {
    font-size: 14px;
    width: 63%
  }
  .career .table p.td {
    border-bottom: none;
    width: 37%;
    min-width: 100px
  }
  .career .right {
    font-size: 13px
  }
  .information .headding .txt-middle {
    font-size: 15px;
    line-height: 1.5
  }
  .information .headding .banner {
    margin-bottom: 30px
  }
  .information .headding .banner .link a {
    /*width: 46.5%;*/
    height: auto;
	padding:1em 0;
  }
  .information .headding .banner .link a:first-of-type {
    /*margin-right: 7%*/
  }
  .information .headding .banner .link a img {
    width: 100%;
    height: auto
  }
  a.mypage-a img {
    width: 100%;
    height: auto
  }


  .information .wrapper-03 table {
    margin-bottom: 15px
  }
  .information .wrapper-03 th {
    height: 60px
  }
  .information .wrapper-03 td {
    height: 60px
  }
  .information .wrapper-03 .txt-small {
    margin-bottom: 45px;
    font-size: 13px;
    letter-spacing: .06em;
    line-height: 1.5
  }
  .information .wrapper-04 table {
    margin-bottom: 15px
  }
  .information .wrapper-04 .txt-small {
    font-size: 13px;
    letter-spacing: .06em;
    line-height: 1.5
  }
  .welfare .headding {
    padding-bottom: 0
  }
  .welfare .wrapper .ttl-sub {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px
  }
  .welfare .wrapper .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .welfare .wrapper .txt-small {
    font-size: 14px
  }
  .welfare .wrapper .txt-middle {
    padding-top: 10px;
    line-height: 1
  }
  .welfare .wrapper-01 .between .txt-small {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px
  }
  .welfare .wrapper-01 .between .item {
    width: 100%
  }
  .welfare .wrapper-01 .between .item:last-of-type {
    margin-top: 30px
  }
  .welfare .wrapper-02 .between>p {
    width: 100%;
    margin-right: 0
  }
  .welfare .wrapper-02 .between .item {
    width: 100%;
    margin-top: 20px
  }
  .welfare .wrapper-02 .between::after {
    width: 100%
  }
  .welfare .wrapper-03 .between .list:nth-of-type(3n+1) {
    padding-right: 0
  }
  .welfare .wrapper-03 .between .list:nth-of-type(3n+3) {
    padding-left: 0
  }
  .welfare .wrapper-03 .between .list:nth-of-type(-n+3) {
    margin-bottom: 0
  }
  .welfare .wrapper-03 .between .txt-big {
    font-size: 18px
  }
  .welfare .wrapper-03 .between .txt-middle {
    padding-top: 20px;
    letter-spacing: .06em
  }
  .QandA .headding {
    padding-bottom: 30px
  }
  .QandA .headding .ttl-main {
    padding-bottom: 0
  }
  .QandA .content .item {
    height: 100%;
    padding-right: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .QandA .content .item .ttl-main {
    width: 20%;
    height: auto
  }
  .QandA .content .item .txt-middle {
    padding: 20px 0 20px 20px;
    font-size: 12px;
    letter-spacing: .06em
  }
  .QandA .content .item .close::before {
    width: 12px
  }
  .QandA .content .item .close::after {
    height: 12px
  }
  .training .section .inner {
    border-bottom: none
  }
  .training .section .detail .txt-small {
    font-size: 15px;
    line-height: 1.8
  }
  .training-intro ul li {
    height: 60px
  }
  .training-intro ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px
  }
  .training-intro ul li p {
    font-size: 18px
  }
  .training-intro .ttl-main {
    padding: 50px 0 20px;
    font-size: 20px
  }
  .training-intro .ttl-sub {
    font-size: 16px
  }
  .training-intro .detail {
    width: 100%;
    padding: 30px
  }
  .training-intro .img {
    width: 100%;
    padding: 30px 0 40px
  }
  
  
  .betweenarea {
    position: static;
}

.btnbetween {
position: inherit;
width: 100%;
margin: 0 0 5em 0;
}


a.btn.btn--bluegrade {
    margin: 0;
}

  
  
  
  
  
  .training-intro .rotation {
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2
  }
  .training-intro .rotation-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
  }
  .training-intro .rotation-item .job-ttl {
    width: 100%;
    height: 60px;
    font-size: 16px
  }
  .training-intro .rotation-item .job-content {
    width: 100%;
    padding: 30px 20px;
    line-height: 1.5
  }
  .training-program .ttl-main {
    padding-bottom: 15px
  }
  .training-program .detail {
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2
  }
  .training-program .detail:first-of-type .txt-small {
    padding-bottom: 30px
  }
  .training-program .detail:last-of-type .txt-small.right {
    padding-bottom: 30px
  }
  .training-program .img {
    padding-bottom: 55px;
    overflow-x: scroll
  }
  .training-program .img img {
    width: auto;
    height: 500px
  }
  .training-program .toggle:not(:last-of-type) {
    padding-bottom: 10px
  }
  .training-program .toggle-head {
    height: 80px;
    padding: 0 20px
  }
  .training-program .toggle-list li p {
    padding: 0 20px;
    font-size: 12px;
    width: 28%
  }
  .training-newemp .inner>.txt-small {
    padding: 10px 0 5px
  }
  .training-newemp .inner>.img {
    overflow-x: scroll;
    padding-bottom: 20px
  }
  .training-newemp .inner>.img img {
    width: auto;
    height: 400px
  }
  .training-newemp .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2
  }
  .training-newemp .inner ul li {
    width: 100%;
    position: relative
  }
  .training-newemp .inner ul li:nth-of-type(3) .img::after {
    content: ''
  }
  .training-newemp .inner ul li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 0;
    padding-bottom: 40px
  }
  .training-newemp .inner ul li:not(:last-of-type) {
    padding-bottom: 40px
  }
  .training-newemp .inner ul li .img {
    position: static
  }
  .training-newemp .inner ul li .img::after {
    top: auto;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-clip-path: polygon(0 50%, 100% 50%, 50% 100%, 50% 100%);
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 50% 100%)
  }
  .training-newemp .inner ul li .text-primary {
    font-size: 16px;
    padding: 20px 0 10px
  }
  .training-newemp .inner ul li .txt-small {
    line-height: 1.8
  }
  .training-center {
    padding-bottom: 100px
  }
  .training-center.section .inner.part1>.txt-small {
    font-size: 16px;
    padding-bottom: 30px
  }
  .training-center.section .inner.part2 .bg-gray {
    padding: 30px 25px
  }
  .training-center.section .inner.part2 .ttl-sub {
    font-size: 16px
  }
  .training-center.section .inner.part2 .txt-small {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 20px
  }
  .training-center .swiper-container {
    padding-bottom: 110px;
    position: relative
  }
  .training-center .swiper-button {
    width: 40px;
    height: 40px;
    right: calc(50% - 22px);
    bottom: 50px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    top: auto
  }
  .training-center .swiper-button:last-of-type {
    right: calc(50% + 22px)
  }
  .training-center .swiper-button-next, .training-center .swiper-button-prev {
    background-size: 14px 14px
  }
}

@media screen and (min-width: 737px) {
  body {
    min-width: 1024px
  }
}

@media screen and (max-width: 1024px) {
  _:lang(x)+_:-webkit-full-screen-document .head-primary, .home .head-primary {
    font-size: 84px !important
  }
  .global-nav .-list .-item {
    padding-right: 7px
  }
  #container.home .section .inner {
    width: 100%;
    min-width: 0
  }
  #container:not(.home) .section {
    min-width: 0
  }
  #container:not(.home) .inner {
    width: 100%;
    min-width: 0
  }
  .footer {
    min-width: 0
  }
  .footer-inner {
    width: calc(100% - 50px);
    min-width: 0;
    margin-top: 50px
  }
  .about-intro {
    padding: 100px 60px
  }
  .about-cm .box {
    padding: 0 30px
  }
  .about-philosophy {
    padding: 145px 60px 0
  }
  .about-point {
    padding: 150px 60px 200px
  }
  .about-point .img .txt-big {
    width: 120px;
    height: 45px;
    font-size: 14px
  }
  .business #container .business-intro .inner {
    width: 100%
  }
  .business-intro {
    padding: 120px 0 5%
  }
  .business-field .wrapper .-right {
    width: 58%
  }
  .business-detail .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .business-detail-about {
    padding-left: 45px;
    padding-top: 100px
  }
  .business-detail-about .tate {
    font-size: 75px
  }
  .business-detail-kind .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .denki .head, .kucho .head, .system .head, .jouho .head, .haiden .head, .soden .head, .manage .head, .etc .head {
    width: 100%;
    min-width: 0
  }
  .denki .each-contents-bottom, .kucho .each-contents-bottom, .system .each-contents-bottom, .jouho .each-contents-bottom, .haiden .each-contents-bottom, .soden .each-contents-bottom, .manage .each-contents-bottom, .etc .each-contents-bottom {
    padding-left: 60px;
    padding-right: 60px
  }
  .manage .business-detail-about .inner, .etc .business-detail-about .inner {
    padding: 0 60px
  }
  .manage .list .text-secondary {
    font-size: 20px;
    min-width: 220px
  }
  .home .main-visual {
    min-width: 0
  }
  .home .main-visual-text {
    bottom: 200px
  }
  .home .js-scroll>.element .text {
    padding-bottom: 150px
  }
  .home .js-scroll>.element .border {
    height: 100px
  }
  .home .head-primary {
    font-size: 90px
  }
  .home-about {
    min-width: 0
  }
  .home-business {
    min-width: 0
  }
  .home-business .inner {
    width: 100%;
    min-width: 0
  }
  .home-business .inner .headding {
    width: 540px;
    padding-left: 45px
  }
  .home-business .content {
    margin-right: 0
  }
  .home-person .swiper-container {
    min-width: 0;
    padding: 0 0 40px 70px
  }
  .home-person .swiper-container::after {
    bottom: -40px;
    min-width: 0;
    height: 90%;
    width: 100%
  }
  .home-person .swiper-button {
    right: 68px
  }
  .home-person .swiper-button:last-of-type {
    left: 40px
  }

  
  
  .home-training {
    width: 100%;
    min-width: 0;
    margin: 120px auto 150px 0
  }
  .home-training .headding {
    padding: 50px 50px 0
  }
  .home-recruit {
    min-width: 0;
    padding: 50px 25px
  }
  .home-recruit .head-primary {
    font-size: 50px
  }
  .home-recruit .cover {
    left: 0;
    top: 700px
  }
  .person .section .head-primary , .movie .section .head-primary , .ippan .section .head-primary, .denryoku .section .head-primary, .other .section .head-primary{
    display: none
  }
  .person .section .inner, .ippan .section .inner, .denryoku .section .inner, .other .section .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .message .inner, .new-graduate .inner, .career .inner, .information .inner, .welfare .inner, .QandA .inner {
    padding: 0 60px
  }
  .message .content {
    padding: 100px 0 0
  }
  .career .part1.content ul li .txt-middle {
    padding-left: 1.4em;
    text-indent: -1.4em;
    width: 70%;
    line-height: 1.5
  }
  .information .headding .training-intro ul li {
    margin-right: 200px
  }
  .information .headding .training-intro ul li p {
    font-size: 15px
  }
  .welfare .wrapper-03 .between::after {
    width: 50%
  }
  .welfare .wrapper-03 .between .list {
    width: 50%;
    padding: 0 45px
  }
  .welfare .wrapper-03 .between .list:nth-of-type(3n+2) {
    width: 50%;
    border-right: none;
    border-left: none
  }
  .welfare .wrapper-03 .between .list:nth-of-type(odd) {
    border-right: 1px solid #f2f2f2
  }
  .QandA .content .item .txt-big, .QandA .content .item .txt-middle {
    width: calc(100% - 60px)
  }
  .QandA .content .item .txt-big {
    padding: 30px
  }
  .QandA .content .item .close {
    right: 20px
  }
  .training-intro .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .training-intro ul {
    padding: 0 0 25px
  }
  .training-intro .between {
    padding: 0 0 125px
  }
  .training-program .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .training-newemp .inner {
    padding-left: 60px;
    padding-right: 60px
  }
  .training-center.section .inner.part1 {
    padding-left: 60px;
    padding-right: 60px
  }
  .training-center.section .inner.part2 {
    padding: 0 60px
  }
  .training-center .swiper-slide .txt {
    padding: 0 20px
  }
  .training-center .swiper-slide .txt-big {
    font-size: 12px
  }
  .training-center .swiper-slide .txt-small {
    display: none !important
  }
  .training-center .modal__content {
    height: 75%
  }
  .training-center .modal__content img {
    height: 100%
  }
  .training-center .modal__content .detail {
    display: block
  }
  .training-center .modal__content .detail .txt-small {
    color: #fff;
    font-size: 13px;
    line-height: 1.5
  }
}

@media screen and (max-width: 1024px) and (max-width: 736px) {
  _:lang(x)+_:-webkit-full-screen-document .head-primary, .home .head-primary {
    font-size: 44px !important
  }
  .global-nav .-list .-item {
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
	  order: 2
  }
  .global-nav .-list .-item:nth-child(2) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
  }
  .global-nav .-list .-item:nth-child(3) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }
  .global-nav .-list .-item:nth-child(4) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
  }
  .global-nav .-list .-item:nth-child(5) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
  }
  .global-nav .-list .-item:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
  }
  .about-intro {
    padding: 40px 25px 60px
  }
  .about-cm .box {
    width: 85%;
    height: 70px;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none;
    position: static;
    padding: 0
  }
  .about-philosophy {
    padding: 40px 20px 0
  }
  .about-point {
    padding: 115px 20px 100px
  }
  .about-point .img .txt-big {
    width: 102.6px;
    height: 37.8px;
    font-size: 11px
  }
  .business-intro {
    padding: 40px 0 0
  }
  .business-field .wrapper .-right {
    width: 100%
  }
  .business-detail .inner {
    padding: 35px 25px
  }
  .business-detail-about {
    padding: 40px 0 0
  }
  .business-detail-about .tate {
    display: none
  }
  .business-detail-kind .inner {
    padding: 50px 25px
  }
  .denki .each-contents-bottom, .kucho .each-contents-bottom, .system .each-contents-bottom, .jouho .each-contents-bottom, .haiden .each-contents-bottom, .soden .each-contents-bottom, .manage .each-contents-bottom, .etc .each-contents-bottom {
    padding: 50px 25px 0
  }
  .manage .business-detail-about .inner, .etc .business-detail-about .inner {
    padding: 0 25px
  }
  .manage .list .text-secondary {
    font-size: 16px
  }
  .home .main-visual {
    height: 100%
  }
  .home .main-visual-text {
    width: 83%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .home .js-scroll>.element .border {
    bottom: 0;
    height: 140px
  }
  .home .head-primary {
    line-height: 1.3;
    font-size: 45px;
    display: block
  }
  .home-about {
    padding: 45px 25px 60px 10px
  }
  .home-business {
    padding: 0
  }
  .home-business .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: static;
    -webkit-transform: none;
    transform: none
  }
  .home-business .inner .headding {
    width: 100%;
    background: url(/recruit/assets/images/home/bg-img01-sp.jpg) no-repeat center right;
    background-size: cover;
    padding: 50px 25px 50px 20px
  }
  .home-business .content {
    width: 100%;
    padding: 40px 25px 35px;
    background-color: #f2f2f2
  }
  .home-person .swiper-button {
    top: calc(50% - 95px);
    width: 40px;
    height: 40px;
    right: calc(21% - 25px)
  }
   .home-person .swiper-button2 {
    top: calc(79% - 95px);
    width: 40px;
    height: 40px;
    right: calc(16% - 25px)
  }
  
  .home-person .swiper-button:last-of-type {
    left: 50px
  }
  .home-training {
    margin: 0 70px 110px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .home-training .headding {
    width: 100%;
    padding: 55px 20px 50px 25px
  }
  .home-recruit {
    height: 1500px
  }
  .home-recruit .head-primary {
    font-size: 45px
  }
  .person .section .inner, .movie .section .inner, .ippan .section .inner, .denryoku .section .inner, .other .section .inner {
    padding: 35px 25px 0
  }
  .message .inner, .new-graduate .inner, .career .inner, .information .inner, .welfare .inner, .QandA .inner {
    padding: 0 25px
  }
  .message .content {
    padding: 50px 25px 0
  }
  .career .part1.content ul li .txt-middle {
    width: auto;
    line-height: 1
  }
  .information .headding .training-intro ul li {
    margin-right: 0
  }
  .information .headding .training-intro ul li p {
    font-size: 16px
  }
  .welfare .wrapper-03 .between::after {
    content: none
  }
  .welfare .wrapper-03 .between .list {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    min-width: 0;
    padding: 0 0 30px
  }
  .welfare .wrapper-03 .between .list:nth-of-type(3n+2) {
    width: 100%;
    padding: 0 0 30px;
    min-width: 0
  }
  .welfare .wrapper-03 .between .list:nth-of-type(odd) {
    border-right: none
  }
  .QandA .content .item .txt-big, .QandA .content .item .txt-middle {
    width: 80%
  }
  .QandA .content .item .txt-big {
    font-size: 13px;
    text-align: justify;
    padding: 20px 32px 20px 20px
  }
  .QandA .content .item .close {
    width: 12px;
    height: 12px
  }
  .training-intro .inner {
    padding: 40px 25px 0
  }
  .training-intro ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
  }
  .training-intro .between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
  }
  .training-program .inner {
    padding: 50px 25px 0
  }
  .training-newemp .inner {
    padding: 40px 25px 0
  }
  .training-center.section .inner.part1 {
    padding: 50px 25px 0
  }
  .training-center.section .inner.part2 {
    padding: 0 25px
  }
  .training-center .modal__content {
    width: 90%;
    height: auto
  }
  .training-center .modal__content img {
    width: 100%;
    height: auto
  }
  
  .business-detail-kind .orange-button {
    width: 100%;
}


}

@media screen and (max-width: 1366px) {
  .header-logo {
    margin: 24px 10px 0;
    min-width: 140px
  }
  .global-nav .-list {
    height: 80px
  }
  .global-nav .-list .-item.toggle .sub .dropBox .ja {
    font-size: 12px
  }
  .global-nav ul li .en {
    font-size: 13px
  }
  .global-nav ul li .ja {
    font-size: 11px
  }
  .blue-block {
    width: 85px
  }
  .blue-block a {
    padding-top: 27px
  }
  .blue-block .ja {
    font-size: 10px
  }
  .chapter {
    margin-top: 80px
  }
  .manage .business-detail-about .bg-white, .etc .business-detail-about .bg-white {
    width: 658px;
    padding-top: 80px;
    padding-bottom: 80px
  }
  .home-recruit.recruit-link .recruit-link-content .button-ttl {
    font-size: 15px
  }
  .each-mv {
    margin-top: 80px
  }
  .recruit-link-content .button-ttl {
    font-size: 14px
  }
  .training-center .modal__content .js-modal-close {
    width: 25px;
    height: 25px;
    top: 0;
    right: -40px
  }
}

@media screen and (max-width: 1366px) and (max-width: 736px) {
  .header-logo {
    width: 59.5%;
    margin: 0;
    max-width: none;
    min-width: 0
  }
  .global-nav .-list {
    display: grid;/*display: block;*/
    width: 100%;
    margin: 0;
    height: auto
  }
  .global-nav .-list .-item.toggle .sub .dropBox .ja {
    letter-spacing: .05em
  }
  .global-nav ul li .en {
    font-size: 18px;
    letter-spacing: 0
  }
  .global-nav ul li .ja {
    display: block;
    font-weight: bold;
    padding-top: 5px
  }
  .blue-block {
    width: 25.5%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px
  }
    .blue-block:nth-last-child(2) {
    left: 62%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .blue-block:nth-last-child(3) {
    left: 37%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .blue-block:last-of-type {
    left: auto;
    right: 0
  }
  .blue-block a {
    padding-top: 22px
  }
  .manage .business-detail-about .bg-white, .etc .business-detail-about .bg-white {
    width: 100%;
    padding: 30px 25px 50px
  }
  .training-center .modal__content .js-modal-close {
    right: 0;
    top: -30px
  }
}

@media screen and (max-width: 1366px) and (max-width: 1024px) {
  .chapter {
    min-width: 0
  }
}






@media screen and (max-width: 1366px) and (max-width: 1024px) and (max-width: 736px) {
  .chapter {
    height: 240px;
    background-position: center top;
    background-size: auto 50%;
    margin-top: 60px
  }
}

@media screen and (max-width: 736px) and (max-width: 320px) {
  .home-recruit-text {
    font-size: 10px;
    padding-top: 70px
  }
  .training-program .img img {
    height: 400px
  }
  .training-program .toggle-list li p {
    padding: 0 15px
  }
  .training-newemp .inner>.img img {
    height: 265px
  }
}

@media screen and (max-width: 1366px) and (max-width: 1230px) {
  .each-mv {
    padding-top: 53.5%
  }
}

@media screen and (max-width: 1366px) and (max-width: 1230px) and (max-width: 1024px) {
  .each-mv {
    min-width: 0
  }
}

@media screen and (max-width: 1366px) and (max-width: 1230px) and (max-width: 1024px) and (max-width: 736px) {
  .each-mv {
    padding: 0;
    height: auto;
    margin-top: 60px
  }
}

.new-graduate .for-graduate h4 {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}


.pagelink{
padding-top: 100px;
    margin-top:-100px;
}

.pagelink3{
padding-top: 138px;
    margin-top:-100px;
}



.indent01 {
  padding: 0 0 0 0.7em;
}

.indent02 {
  padding: 0 0 0 0.6em;
}

  .rounded-button {
display: inline-block;
  padding: 20px;
  background-color: #3651A8;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin: 2em 0 0 0;
    }

    .rounded-button:hover {
      background-color: #2c4391; /* ホバー時に少し暗く */
    }