@charset "UTF-8";
/**
 LPのカラーパッレト
 */
/**
  LPは地域ごとにカラーバリエーションが異なるが、GMJとしてのカラーに差異は無い。
  GMJ用のカラー
  */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*---------------------------------------------------
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
----------------------------------------------------*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

a, img {
  display: block;
}

a {
  text-decoration: none;
}

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

.card02 {
  /* スライダー非活性時 */
}

.card02 .swiper:not(.swiper-initialized) {
  padding: 0;
}

.card02 .swiper:not(.swiper-initialized) .swiper-button-prev,
.card02 .swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.card02 .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: block;
}

.card02 .swiper:not(.swiper-initialized) .swiper-pagination-bullet {
  display: none;
}

.card02.case_contents .swiper:not(.swiper-initialized) {
  overflow: initial;
}

.card02.case_contents .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card02.case_contents .swiper:not(.swiper-initialized) .swiper-slide {
  height: auto;
}

.card02 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15px;
}

.card02 .swiper-button-next.swiper-button-disabled, .card02 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.card02 .swiper-button-next,
.card02 .swiper-button-prev {
  width: 36px;
}

.card02 .swiper-button-prev:after, .card02 .swiper-rtl .swiper-button-next:after {
  content: '';
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sct_case/btn_slider.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card02 .swiper-button-next:after, .card02 .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sct_case/btn_slider.svg);
}

.card02 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 11px;
  background: #fff;
  opacity: 1;
}

.card02 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FBF63C;
}

@media (max-width: 47.875em) {
  .card02 {
    overflow: hidden;
  }
  .card02 .swiper {
    overflow: visible;
    padding-left: calc(26 / 375 * 100%);
    padding-right: calc(26 / 375 * 100%);
  }
  .card02 .swiper-slide {
    width: 298px;
    margin-bottom: 62px;
    height: auto;
  }
  .card02.case_contents .slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 1rem;
  line-height: 2;
  overflow-x: hidden;
}

@media (max-width: 47.875em) {
  p {
    text-align: left;
  }
}

section {
  overflow-x: hidden;
}

.txt_barlow {
  font-family: 'Barlow', sans-serif;
}

.l-bg-gry-1 {
  background-color: #f8f8f8;
  padding: 56px 100px;
  position: relative;
}

@media (max-width: 47.875em) {
  .l-bg-gry-1 {
    padding: 56px 24px;
  }
}

.l-bg-blue {
  background-color: #f7f9fc;
  position: relative;
}

.l-bg-blue-2 {
  background-color: #183c85;
  position: relative;
}

.l-bg-blue-3 {
  background-color: #E5EEF7;
  position: relative;
}

.l-bg-blue-4 {
  background-color: #4763A0;
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  padding: 0 100px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .l-inner {
    padding: 0 40px;
  }
}

@media (max-width: 47.875em) {
  .l-inner {
    padding: 0 24px;
  }
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

a:hover {
  opacity: 0.5;
}

.-bold {
  font-weight: 700;
}

#wrapper {
  overflow: hidden;
}

#scroll-container {
  position: relative;
}

.br-sp {
  display: none;
}

.br-tb {
  display: none;
}

.br-pc {
  display: block;
}

@media (min-width: 48em) and (max-width: 48em) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media (max-width: 47.875em) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

.pb0 {
  padding-bottom: 0;
}

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headline {
  display: block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(42 / 28);
  position: relative;
  margin-bottom: 57px;
}

.headline span {
  color: #3666b0;
}

.headline::before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #3666b0;
  opacity: 0.5;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}

@media (max-width: 47.875em) {
  .headline {
    font-size: 22px;
    line-height: calc(33 / 22);
  }
}

.headline-border {
  display: inline-block;
  margin: auto;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  margin-bottom: 42px;
}

.headline-border::before, .headline-border::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #222;
  top: 0;
  bottom: 0;
  margin: auto;
}

.headline-border::before {
  left: -60px;
}

.headline-border::after {
  right: -60px;
}

@media (max-width: 47.875em) {
  .headline-border {
    font-size: 20px;
  }
  .headline-border::before, .headline-border::after {
    height: 1px;
  }
  .headline-border::before {
    left: -56px;
  }
  .headline-border::after {
    right: -56px;
  }
}

.head_q {
  display: inline-block;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: left;
  color: #3666b0;
  padding-left: 48px;
}

.head_q::before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../img/icon_q.svg);
  background-repeat: no-repeat;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

footer {
  background: #193C89;
  padding: 40px 100px;
}

@media (min-width: 48em) and (max-width: 48em) {
  footer {
    padding: 40px 24px;
  }
}

@media (max-width: 47.875em) {
  footer {
    padding: 40px 24px;
  }
}

footer .flexwrap {
  max-width: 715px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 47.875em) {
  footer .flexwrap {
    display: block;
  }
}

footer .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 47.875em) {
  footer .footerNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}

footer .navItem {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 16px;
  display: inline-block;
}

footer .navItem:not(:last-child) {
  border-right: solid 1px #fff;
}

@media (max-width: 47.875em) {
  footer .navItem {
    margin-bottom: 16px;
  }
}

footer .cv_btn {
  display: block;
  width: 166px;
  height: 23px;
  background: #fff;
  padding: 2px 16px;
  color: #193C89;
  text-align: left;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  margin: auto;
}

footer .cv_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  z-index: 1;
  width: 6px;
  height: 9px;
  background: url(../img/arrow_blue.svg);
}

@media (max-width: 47.875em) {
  footer .cv_btn {
    margin-bottom: 16px;
  }
}

footer .logo {
  max-width: 240px;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 12px 24px;
}

footer .copyright {
  color: #fff;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 64px;
  z-index: 999;
}

@media (max-width: 47.875em) {
  header {
    border-bottom: 1px solid #ddd;
  }
}

header .logo {
  position: absolute;
  top: 16px;
  left: 40px;
  max-width: 200px;
}

@media (max-width: 47.875em) {
  header .logo {
    left: 20px;
  }
}

header .flexwrap {
  max-width: 100%;
  margin: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .headerNav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 20px;
  margin-bottom: 14px;
}

@media (min-width: 77.5625em) {
  header .headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .navItem {
  font-size: 14px;
  line-height: 1;
  padding: 3px 16px;
  display: inline-block;
}

header .navItem:not(:last-child) {
  border-right: solid 1px #ddd;
}

header .navItem i {
  display: inline-block;
  margin-left: 16px;
  width: 9px;
  height: 6px;
  background: url(../img/arrow_lightblue.svg);
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

@media (max-width: 47.875em) {
  header .navItem {
    margin-bottom: 16px;
  }
}

header .cv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 228px;
  height: 64px;
  padding: 0 32px;
  background: #193c89;
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 24px;
}

header .cv_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right.svg);
}

@media (max-width: 47.875em) {
  header .cv_btn {
    margin-bottom: 16px;
    display: none;
  }
}

.menuBtn {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  padding-top: 13px;
  text-align: center;
  padding-bottom: 8px;
}

.menuBtn .linewrap {
  width: 24px;
  height: 24px;
  position: relative;
  margin: auto;
}

.menuBtn .linewrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #3666b0;
}

.menuBtn .linewrap span:nth-child(1) {
  top: 7px;
}

.menuBtn .linewrap span:nth-child(2) {
  bottom: 7px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .menuBtn {
    display: block;
  }
}

@media (max-width: 47.875em) {
  .menuBtn {
    display: block;
  }
}

.menuNav {
  display: none;
  position: fixed;
  z-index: 990;
  top: 62px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.menuNav .inner {
  padding: 6px 32px 32px;
}

.menuNav .navItem {
  border-bottom: 1px solid #ddd;
}

.menuNav .navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 25px 16px 22px;
}

.menuNav .navItem i {
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url(../img/arrow_lightblue.svg);
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

.menuNav .cv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 331px;
  height: 64px;
  background: #193c89;
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px auto 0;
}

.menuNav .cv_btn::after {
  content: '';
  display: block;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right.svg);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto 0;
  margin-left: 10px;
}

.menu_on {
  display: none;
}

.menu_off {
  display: block;
}

.js-open .menu_on {
  display: block;
}

.js-open .menu_off {
  display: none;
}

.js-open .menuNav {
  display: block;
}

.is-open body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.linkbtnWrap {
  margin: auto;
  margin-top: 56px;
  max-width: 440px;
  background: #193c89;
  border-bottom: 2px solid #222222;
  text-align: left;
}

@media (max-width: 47.875em) {
  .linkbtnWrap {
    max-width: 280px;
  }
}

.link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: calc(21 / 16);
  text-align: center;
  padding: 20px 56px;
  padding-right: 80px;
  position: relative;
  color: #fff;
}

.link_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  margin: auto;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right.svg);
}

@media (max-width: 47.875em) {
  .link_btn {
    padding: 9px 32px;
    padding-right: 56px;
  }
  .link_btn::before {
    right: 32px;
  }
}

.m-jobOfferCard {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%;
}

.m-jobOfferCard * {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ";
}

.m-jobOfferCard .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  position: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 1.4375rem 1.25rem 1.375rem 1.25rem;
}

.m-jobOfferCard[href] {
  cursor: pointer;
}

.m-jobOfferCard__recruitmentEnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  pointer-events: none;
}

.m-jobOfferCard__recruitmentEnd > .message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}

.m-jobOfferCard__company {
  width: 100%;
  position: relative;
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.35em;
  margin-bottom: 4px;
  display: block;
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .m-jobOfferCard__company {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-top: 0rem;
    line-height: 1.5em;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 47.9375em) {
  .m-jobOfferCard__company {
    font-size: 0.875rem;
    padding-top: 0;
  }
}

.m-jobOfferCard__image {
  width: 100%;
  height: 185px;
  margin-right: 6px;
  overflow: hidden;
}

.m-jobOfferCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (min-width: 48em) {
  .m-jobOfferCard__image {
    width: 100%;
    height: 185px;
    margin-right: 0;
  }
}

.m-jobOfferCard__title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.3125;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}

@media (min-width: 48em) {
  .m-jobOfferCard__title {
    margin-bottom: 0.625rem;
    line-height: 1.57;
  }
}

@media (max-width: 47.9375em) {
  .m-jobOfferCard__title {
    font-size: 0.875rem;
  }
}

.m-jobOfferCard__body {
  width: 100%;
  padding-top: 0.8125rem;
  border-top: 0.0625rem solid #d8d8d8;
}

.m-jobOfferCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-jobOfferCard__meta p {
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 6px;
  padding-left: 16px;
  position: relative;
}

@media (min-width: 48em) {
  .m-jobOfferCard__meta p {
    font-size: 0.875rem;
  }
}

.m-jobOfferCard__meta p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}

.m-jobOfferCard__meta p:first-child {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 48em) {
  .m-jobOfferCard__meta p:first-child {
    margin-top: 0;
  }
}

.m-jobOfferCard__meta p:first-child:before {
  width: 13px;
  height: 11px;
  top: 1px;
  background: url(../images/ico_job.svg) top left no-repeat;
}

.m-jobOfferCard__meta p:nth-child(2) {
  width: 100%;
}

@media (min-width: 48em) {
  .m-jobOfferCard__meta p:nth-child(2) {
    margin-top: 0.375rem;
    width: 4.625rem;
  }
}

.m-jobOfferCard__meta p:nth-child(2):before {
  background: url(../images/ico_area.svg) top left no-repeat;
  background-size: cover;
  width: 9px;
  height: 12px;
  left: 2px;
  top: 3px;
}

.m-jobOfferCard__meta p:nth-child(3) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 48em) {
  .m-jobOfferCard__meta p:nth-child(3) {
    margin-top: 0.375rem;
    width: calc(100% - 100px);
  }
}

.m-jobOfferCard__meta p:nth-child(3):before {
  background: url(../images/ico_money.svg) top left no-repeat;
  background-size: cover;
  width: 9px;
  height: 12px;
  top: 2px;
  left: 3px;
}

.m-jobOfferCard .m-jobOfferCard__employeeTag {
  position: absolute;
  top: -1.0625rem;
  right: 1.1875rem;
  color: #FFF;
  padding: 0.375rem 0.6875rem;
  font-size: 0.875rem;
}

.m-jobOfferCard .m-jobOfferCard__employeeTag.-sidejob {
  background-color: #000;
}

.m-jobOfferCard .m-jobOfferCard__employeeTag.-employee {
  background-color: #007680;
}

.m-jobOfferCard.-hiring:hover {
  opacity: .8;
}

.modal {
  display: none;
}

.modaal-wrapper .modaal-overlay {
  opacity: 0;
  cursor: auto;
}

.modaal-wrapper button.modaal-close {
  display: none;
}

.modaal-wrapper .modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-inner-wrapper {
  padding: 20px;
}

.modaal-wrapper .modaal-container {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.btn_modalclose {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sct_lesson/icon_modal_close.svg);
}

@media (min-width: 47.9375em) {
  .btn_modalclose {
    top: 20px;
    right: 18px;
  }
}

.l-modal-contain {
  position: relative;
  max-width: 688px;
}

.l-modal-contain::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../img/sct_lesson/bg_modal.png);
  background-size: 32px 25px;
}

.l-modal-contain .a-box {
  padding: 28px 26px 32px;
  margin-top: 0;
}

@media (min-width: 47.9375em) {
  .l-modal-contain .a-box {
    padding: 36px 32px;
  }
}

@media (min-width: 47.9375em) {
  .modal_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal_flex .img_modal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (min-width: 47.9375em) {
  .modal_text {
    margin-left: 24px;
  }
}

.modal_text .ttl {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: calc(29.4 / 22);
  text-align: center;
  margin-top: 26px;
}

@media (min-width: 47.9375em) {
  .modal_text .ttl {
    margin-top: 28px;
    text-align: left;
  }
}

.modal_text .txt_school {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3CD8DE;
  margin-top: 12px;
}

.modal_text .txt_school img {
  height: 9px;
}

@media (min-width: 47.9375em) {
  .modal_text .txt_school {
    padding-left: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.modal_text p {
  margin-top: 23px;
}

@media (min-width: 47.9375em) {
  .modal_text p {
    margin-top: 26px;
  }
}

.sectionAbout,
.sectionLesson,
.sectionCase,
.sectionEvent {
  position: relative;
  background: #3CD8DE;
}

.sectionSchedule,
.sectionFaq {
  position: relative;
  background: #FBF63C;
}

.sectionConversion,
.sectionInquiry {
  position: relative;
  background: url(../img/common/bg_pattern_pink.jpg);
  background-size: 375px, 310px;
  background-position: 180px 0px;
}

.section_bgimg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-section_bgimg img {
  max-width: initial;
  width: 767px;
}

@media (min-width: 47.9375em) {
  .a-section_bgimg img {
    width: 2000px;
  }
}

.section_inner {
  width: 100%;
  max-width: 768px;
  margin: auto;
  padding: 64px calc(26 / 375 * 100%) 60px;
  position: relative;
  z-index: 10;
}

.section_inner .section_heading {
  display: block;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: calc(30 / 25);
  margin-top: 16px;
}

.section_inner .section_intro {
  margin-top: 27px;
  font-weight: 500;
}

@media (min-width: 47.9375em) {
  .section_inner {
    padding: 120px 40px 120px;
  }
  .section_inner .section_heading {
    font-size: 2rem;
    margin-top: 24px;
  }
  .section_inner .section_intro {
    margin-top: 56px;
    font-size: 1.125rem;
  }
}

.o-jobOffer__body {
  line-height: 1;
  text-align: left;
}

.o-jobOfferHead {
  padding: 16px;
  background-color: #fff;
}

@media (min-width: 48em) {
  .o-jobOfferHead {
    position: relative;
    padding: 0 1rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-jobOffer__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 47.9375em) {
  .o-jobOffer__types {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.o-jobOffer__types::before {
  content: "絞り込み";
  margin-right: 24px;
}

@media (max-width: 47.9375em) {
  .o-jobOffer__types::before {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    display: block;
  }
}

@media (max-width: 47.9375em) {
  .o-jobOffer__type {
    margin-right: 0.625rem;
  }
}

.o-JobOffer__paged {
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 47.9375em) {
  .o-JobOffer__paged {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .o-JobOffer__paged {
    text-align: left;
    display: block;
    margin-top: 0;
    font-size: 1rem;
  }
}

.o-jobOffer__typeButton {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  background-color: transparent;
}

@media (max-width: 47.9375em) {
  .o-jobOffer__typeButton {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}

.o-jobOffer__typeButton::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: #fff;
  border: 0.0625rem solid #888;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-jobOffer__typeButton[aria-selected="true"] {
  border: none;
}

.o-jobOffer__typeButton[aria-selected="true"]::before {
  background-color: #10218B;
}

.o-jobOffer__typeButton[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
  height: 0.25rem;
  border-bottom: 0.125rem solid #FFF;
  border-left: 0.125rem solid #FFF;
}

.o-jobOffer__filterForm {
  display: none;
  width: 255px;
  margin: 24px auto 0;
}

@media (min-width: 48em) {
  .o-jobOffer__filterForm {
    margin: 25px auto 0;
    display: none;
    width: auto;
  }
}

@media (min-width: 48em) {
  .o-jobOffer__filterForm .title {
    font-size: 1.25rem;
  }
}

.o-jobOffer__filterForm .title:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #333;
  margin: 0 14px 0 5px;
}

@media (min-width: 48em) {
  .o-jobOffer__filterForm .title:after {
    width: 32px;
  }
}

@media (min-width: 48em) {
  .o-jobOffer__filterForm li {
    font-size: 1.125rem;
  }
}

.m-jobOfferFilterConditionForm {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-jobOfferFilterConditionForm li {
  margin-top: 10px;
}

@media (min-width: 48em) {
  .m-jobOfferFilterConditionForm {
    margin-top: 0;
  }
  .m-jobOfferFilterConditionForm li {
    margin-top: 0;
  }
}

.m-jobOfferFilterConditionForm .a-baseInput__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 22px;
  margin-right: 14px;
}

@media (min-width: 48em) {
  .m-jobOfferFilterConditionForm .a-baseInput__label {
    padding-left: 28px;
  }
}

.m-jobOfferFilterConditionForm .a-baseInput__label:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border: solid 2px #777;
}

@media (min-width: 48em) {
  .m-jobOfferFilterConditionForm .a-baseInput__label:before {
    width: 21px;
    height: 21px;
    margin-top: -13px;
  }
}

.m-jobOfferFilterConditionForm .a-baseInput input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 7px;
  width: 5px;
  height: 12px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #F36F21;
  border-right: 2px solid #F36F21;
}

@media (min-width: 48em) {
  .m-jobOfferFilterConditionForm .a-baseInput input:checked + span:after {
    top: -3px;
    left: 10px;
    width: 7px;
    height: 14px;
  }
}

.m-jobOfferFilterConditionForm input {
  display: none;
}

.a-jobOfferGrid {
  padding: 0 0;
}

@media (min-width: 48em) {
  .a-jobOfferGrid {
    padding: 0 0px 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .a-jobOfferGrid {
    width: 100%;
  }
}

.a-jobOfferGrid .a-jobOfferGrid__item {
  margin: 0.875rem auto 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-jobOfferGrid .a-jobOfferGrid__item:hover {
  opacity: .8;
}

.a-jobOfferGrid .a-jobOfferGrid__item:first-child {
  margin-top: 21px;
}

@media (min-width: 48em) {
  .a-jobOfferGrid .a-jobOfferGrid__item:first-child {
    border-top: none;
    margin-top: 24px;
  }
}

@media (min-width: 48em) {
  .a-jobOfferGrid .a-jobOfferGrid__item {
    width: 47.5%;
    padding: 0;
    margin: 1.5rem 5% 0 0;
    background-color: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .a-jobOfferGrid .a-jobOfferGrid__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .a-jobOfferGrid .a-jobOfferGrid__item {
    width: 32%;
    margin: 24px 2% 0 0;
  }
  .a-jobOfferGrid .a-jobOfferGrid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .a-jobOfferGrid .a-jobOfferGrid__item:nth-child(3n) {
    margin-right: 0;
  }
}

.o-jobOffer__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 48em) {
  .o-jobOffer__footer {
    margin-top: 27px;
  }
}

@media (max-width: 47.9375em) {
  .o-jobOffer__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-jobOffer__footer .swiper-pagination-bullets {
  text-align: center;
}

@media (min-width: 48em) {
  .o-jobOffer__footer .swiper-pagination-bullets {
    margin: 0 0.8125rem;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .o-jobOffer__footer .swiper-pagination-bullets {
    display: inline-block;
  }
}

.o-jobOffer__footer .swiper-pagination-bullets .page {
  border: 1px solid #777;
  color: #777;
  display: inline-block;
  font-weight: bold;
  width: 2.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 32px;
  margin: 0 7px;
  text-align: center;
  cursor: pointer;
}

.o-jobOffer__footer .swiper-pagination-bullets .page.-point {
  color: transparent;
  position: relative;
}

.o-jobOffer__footer .swiper-pagination-bullets .page.-point::before {
  content: "...";
  color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 48em) {
  .o-jobOffer__footer .swiper-pagination-bullets .page:first-child {
    margin-left: 0px;
  }
}

.o-jobOffer__footer .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #10218B;
  border: 1px solid #10218B;
  color: #fff;
}

.link {
  padding: 0 1.25rem;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
}

@media (max-width: 67.4375em) {
  .link {
    margin-top: 3.75rem;
  }
}

@media (max-width: 47.9375em) {
  .link {
    top: 0;
    position: relative;
    width: 100%;
    margin-top: 2.375rem;
  }
}

.link a {
  color: #333;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}

@media (min-width: 48em) {
  .link a {
    text-align: right;
    padding-right: 2.375rem;
  }
}

.link a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_arrow_black.svg) center center no-repeat;
}

@media (max-width: 47.9375em) {
  .link a::before {
    right: -1.25rem;
  }
}

#app-2 {
  position: relative;
}

.o-jobOffer__footer {
  position: initial;
}

@media (max-width: 67.4375em) {
  .o-jobOffer__footer {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 47.9375em) {
  .o-jobOffer__footer {
    margin-bottom: 0;
  }
}

.o-jobOffer__footer .swiper-button-next, .o-jobOffer__footer .swiper-button-prev {
  position: relative;
  top: inherit;
  left: initial;
  right: initial;
  border: 0.0625rem solid #777;
  width: 2.125rem;
  height: 2.125rem;
  margin-top: 0;
  background-image: none;
  display: inline-block;
}

.o-jobOffer__footer .swiper-button-next::before, .o-jobOffer__footer .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid #777;
  border-left: 0.0625rem solid #777;
}

.o-jobOffer__footer .swiper-button-next::after, .o-jobOffer__footer .swiper-button-prev::after {
  display: none;
}

.o-jobOffer__footer .swiper-button-next::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  left: calc(50% - 0.3125rem);
}

.o-jobOffer__footer .swiper-button-prev::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 0.125rem);
}

main {
  margin-top: 64px;
}

.mvinner {
  position: relative;
}

.mv_container {
  height: 720px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 47.875em) {
  .mv_container {
    height: 500px;
  }
}

.mv_slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv_slide picture {
  width: 100%;
  height: 100%;
}

.mv_slide picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pagerwrap {
  max-width: 188px;
  position: relative;
  margin: auto;
}

.mv_copy_wrap {
  position: absolute;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 106px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  pointer-events: none;
}

@media (min-width: 80.0625em) {
  .mv_copy_wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 47.875em) {
  .mv_copy_wrap {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mv_copy_wrap img {
  width: 300px;
}

@media (max-width: 47.875em) {
  .mv_copy_wrap img {
    width: 230px;
  }
}

.mv_copy_wrap .sub {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0px 0px 8px #00000099;
  text-align: left;
  margin-top: 32px;
  padding-left: 40px;
}

@media (max-width: 47.875em) {
  .mv_copy_wrap .sub {
    padding-left: 0;
    letter-spacing: 0;
    margin-top: 156px;
  }
}

.mv_copy_wrap .inner {
  position: relative;
  z-index: 1;
}

.mv_copy_wrap::after {
  content: '';
  display: block;
  width: 2620px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #183C85;
  opacity: 0.6;
  z-index: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  left: 480px;
}

@media (min-width: 80.0625em) {
  .mv_copy_wrap::after {
    left: 520px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .mv_copy_wrap::after {
    left: 520px;
  }
}

@media (max-width: 47.875em) {
  .mv_copy_wrap::after {
    width: 1000px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    left: 204px;
  }
}

.mv_copy_textarea {
  position: absolute;
  bottom: 42px;
  left: 55px;
  z-index: 100;
  text-align: left;
  margin-left: 0;
}

@media (max-width: 47.875em) {
  .mv_copy_textarea {
    left: 16px;
  }
}

.mv_copy_title {
  padding: 16px 32px;
  position: relative;
  display: inline-block;
}

@media (max-width: 47.875em) {
  .mv_copy_title {
    margin-left: 16px;
  }
}

.mv_copy_title span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.mv_copy_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #001F6A;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  left: 0;
  top: 0;
}

.mv_copy_main {
  position: relative;
  font-size: 64px;
  line-height: calc(80/64);
  letter-spacing: 0px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 0px 8px #222222cc;
  margin-top: 16px;
}

@media (max-width: 47.875em) {
  .mv_copy_main {
    font-size: 32px;
    margin-top: 8px;
    padding-left: 0;
  }
}

.sec_access .l-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1180px;
  margin: auto;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_access .l-inner {
    display: block;
    max-width: 720px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 47.875em) {
  .sec_access .l-inner {
    max-width: 608px;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}

.sec_access h2 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  display: block;
  margin-bottom: 16px;
}

.sec_access .flexwrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_access .flexwrap {
    display: block;
  }
}

@media (max-width: 47.875em) {
  .sec_access .flexwrap {
    display: block;
  }
}

.sec_access .mapWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(560 / 980 * 100%);
          flex: 0 0 calc(560 / 980 * 100%);
}

.sec_access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.sec_access .gmap iframe {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.sec_access .textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 40px;
  min-width: 280px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_access .textWrap {
    display: block;
    margin-left: auto;
    margin-top: 48px;
  }
}

@media (max-width: 47.875em) {
  .sec_access .textWrap {
    display: block;
    margin-left: auto;
    margin-top: 48px;
  }
}

.sec_access .textTitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}

@media (max-width: 47.875em) {
  .sec_access .textTitle {
    text-align: center;
  }
}

.sec_access .telwrap {
  position: relative;
  border: 1px solid #fff;
  padding: 24px;
  color: #fff;
}

.sec_access .telwrap .heading {
  display: inline-block;
  min-width: 128px;
  background: #4763a0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  padding: 0 16px;
  line-height: 1.5;
}

.sec_access .telwrap .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.sec_access .telwrap .num span {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}

.sec_access .telwrap .time {
  border-top: 1px solid #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  padding-top: 16px;
  text-align: center;
}

.sec_access .linkbtnWrap {
  margin-top: 32px;
  border-bottom: 4px solid #193c89;
  max-width: 360px;
}

.sec_access .link_btn {
  background: #fff;
  color: #183c85;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec_access .link_btn::before {
  right: 8%;
  background: url(../img/arrow_right_blue.svg);
}

.sec_info .l-bg-gry-1 {
  padding-top: 80px;
  padding-bottom: 58px;
}

@media (max-width: 47.875em) {
  .sec_info .l-bg-gry-1 {
    padding: 64px 11px 42px;
  }
}

.sec_info .inner {
  max-width: calc(340px*3 + 96px);
  margin: auto;
}

.sec_info .flexwrap {
  margin-left: -16px;
  margin-right: -16px;
}

.sec_info .imgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 32px);
          flex: 0 0 calc(33% - 32px);
  margin: 0 16px 22px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_info .flexwrap {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec_info .imgWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    margin: 0 8px 22px;
  }
}

@media (max-width: 47.875em) {
  .sec_info .flexwrap {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec_info .imgWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    margin: 0 8px 22px;
  }
}

.sec_interview {
  position: relative;
  margin-top: 120px;
}

@media (max-width: 47.875em) {
  .sec_interview {
    margin-top: 64px;
  }
}

.sec_interview .l-inner {
  padding-right: 0;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

@media (max-width: 47.875em) {
  .sec_interview .l-inner {
    padding-right: 24px;
  }
}

.sec_interview .headline {
  color: #fff;
  margin-bottom: 97px;
}

@media (max-width: 47.875em) {
  .sec_interview .headline {
    margin-bottom: 56px;
  }
}

.sec_interview .headline:before {
  background: #fff;
}

.sec_interview .texstWrap {
  position: relative;
  z-index: 10;
  text-align: left;
  width: calc(560 / 1180 * 100% + 80px);
}

.sec_interview .texstWrap .inner {
  padding: 64px 40px 40px;
  background: #fff;
}

.sec_interview .texstWrap h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #193c89;
}

.sec_interview .texstWrap p {
  font-size: 14px;
  margin-top: 24px;
}

@media (max-width: 47.875em) {
  .sec_interview .texstWrap {
    width: 100%;
    max-width: 608px;
    margin: auto;
  }
  .sec_interview .texstWrap .inner {
    margin: auto;
    padding: 40px 24px;
    padding-right: 24px;
  }
}

.sec_interview .moreWrap {
  text-align: right;
}

@media (max-width: 47.875em) {
  .sec_interview .moreWrap {
    text-align: center;
  }
}

.sec_interview .more {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #193c89;
  padding-bottom: 6px;
  border-bottom: 2px solid #3666b0;
  margin-top: 55px;
}

.sec_interview .more i {
  content: '';
  display: inline-block;
  margin-left: 25px;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right_blue.svg);
}

.sec_interview .imgWrap {
  display: block;
  position: absolute;
  z-index: -1;
  background: #ddd;
  width: calc(600 / 640 * 100%);
  height: 338px;
  top: -40px;
  left: calc(100% - 60px);
}

.sec_interview .imgWrap img {
  width: auto;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 47.875em) {
  .sec_interview .imgWrap {
    position: relative;
    width: 100%;
    height: 185px;
    top: auto;
    left: auto;
  }
  .sec_interview .imgWrap img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.interview_bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/background_interview.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 47.875em) {
  .interview_bg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.sec_job {
  padding-top: 68px;
  padding-bottom: 64px;
}

@media (max-width: 47.875em) {
  .sec_job {
    padding-bottom: 32px;
  }
}

.sec_job .l-inner {
  padding: 0 40px;
  max-width: 1280px;
  margin: auto;
}

.sec_job .jobwrap {
  max-width: 632px;
  margin: auto;
}

@media (min-width: 80.0625em) {
  .sec_job .jobwrap {
    max-width: 1064px;
  }
}

.sec_job .flexwrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 47.875em) {
  .sec_job .flexwrap {
    display: block;
    margin: auto;
  }
}

.sec_job .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin: 0 8px 16px;
  background: #164184;
  color: #fff;
}

.sec_job .item .heading {
  font-weight: bold;
  line-height: calc(30 / 16);
  text-align: center;
  background: #001F6A;
  padding: 4px 0;
}

.sec_job .item .text {
  font-size: 14px;
  line-height: calc(24.5/14);
  text-align: left;
  padding: 16px;
}

.sec_job .item:nth-child(n+1):nth-child(-n+5) {
  background: #7F79B5;
}

.sec_job .item:nth-child(n+1):nth-child(-n+5) .heading {
  background: #4A3984;
}

@media (max-width: 47.875em) {
  .sec_job .item {
    margin: 0 auto 32px;
    width: 100%;
    max-width: 331px;
  }
}

.sec_lead {
  padding-top: 80px;
}

.sec_lead h2.lead {
  display: inline-block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(42 / 28);
  color: #193c89;
  position: relative;
}

.sec_lead h2.lead::before, .sec_lead h2.lead::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 16px;
  height: 24px;
  background: url(../img/line.svg);
}

.sec_lead h2.lead::before {
  top: 4px;
  left: -24px;
}

.sec_lead h2.lead::after {
  bottom: 4px;
  right: -24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 47.875em) {
  .sec_lead h2.lead {
    font-size: 18px;
  }
  .sec_lead h2.lead::before {
    top: 1px;
  }
  .sec_lead h2.lead::after {
    bottom: 1px;
  }
}

.sec_lead h3 {
  display: block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(42 / 28);
  position: relative;
  margin-top: 7px;
}

.sec_lead h3 span {
  color: #3666b0;
}

@media (max-width: 47.875em) {
  .sec_lead h3 {
    font-size: 22px;
  }
}

.sec_lead .l-bg-gry-1 {
  padding: 0;
  margin-top: 110px;
}

.sec_lead .l-bg-gry-1 .inner {
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 47.875em) {
  .sec_lead .l-bg-gry-1 .inner {
    display: block;
  }
}

.sec_lead .l-bg-gry-1 .inner picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(720 / 1280 * 100%);
          flex: 0 0 calc(720 / 1280 * 100%);
  max-width: 720px;
  margin-top: -72px;
  height: 405px;
}

.sec_lead .l-bg-gry-1 .inner picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (max-width: 47.875em) {
  .sec_lead .l-bg-gry-1 .inner picture {
    margin-top: auto;
    max-width: 100%;
    height: 250px;
  }
  .sec_lead .l-bg-gry-1 .inner picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.sec_lead .l-bg-gry-1 .inner .textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(560 / 1280 * 100%);
          flex: 1 0 calc(560 / 1280 * 100%);
  padding: 56px 24px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 80.0625em) {
  .sec_lead .l-bg-gry-1 .inner .textWrap {
    padding-right: 100px;
  }
}

.sec_lead .l-bg-gry-1 .inner .textWrap .heading {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.sec_lead .l-bg-gry-1 .inner .textWrap .heading::before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background: #3666b0;
  left: 0;
  bottom: -22px;
}

.sec_lead .l-bg-gry-1 .inner .textWrap .text {
  margin-top: 54px;
  text-align: left;
}

.sec_lead .l-bg-gry-1 .inner .textWrap .more {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #193c89;
  padding: 0px 5px 6px;
  border-bottom: 2px solid #3666b0;
  margin-top: 27px;
}

.sec_lead .l-bg-gry-1 .inner .textWrap .more i {
  content: '';
  display: inline-block;
  margin-left: 8px;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right_blue.svg);
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_lead .l-bg-gry-1 .inner .textWrap {
    padding-right: 40px;
  }
}

@media (max-width: 47.875em) {
  .sec_lead .l-bg-gry-1 .inner .textWrap {
    padding: 40px 24px 56px;
  }
}

@media (max-width: 47.875em) {
  .sec_lead .l-bg-gry-1 {
    margin-top: 40px;
  }
}

.sec_merit {
  padding-top: 120px;
}

@media (max-width: 47.875em) {
  .sec_merit {
    padding-top: 80px;
  }
}

.sec_merit .l-inner {
  max-width: 1280px;
  margin: auto;
}

.sec_merit .l-bg-gry-1 {
  padding: 0;
  margin-top: 80px;
}

@media (max-width: 47.875em) {
  .sec_merit .l-bg-gry-1 {
    margin-top: 64px;
  }
}

.sec_merit .headline-border {
  margin-top: 80px;
}

@media (max-width: 47.875em) {
  .sec_merit .headline-border {
    margin-top: 64px;
  }
}

.sec_merit .flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 47.875em) {
  .sec_merit .flexwrap {
    display: block;
    margin: auto;
  }
}

.sec_merit .headingwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
}

.sec_merit .headingwrap h2 {
  font-size: 20px;
  font-weight: bold;
  color: #193C89;
}

.sec_merit .textWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(560/920*100% - 60px);
          flex: 0 0 calc(560/920*100% - 60px);
  margin-left: 40px;
}

@media (max-width: 47.875em) {
  .sec_merit .textWrap {
    margin-left: auto;
    margin-top: 20px;
  }
}

.m-merit {
  position: relative;
  border: 2px solid #3666b0;
  padding: 38px 78px;
}

.m-merit + .m-merit {
  margin-top: 50px;
}

@media (max-width: 47.875em) {
  .m-merit {
    padding: 38px 30px 30px;
  }
  .m-merit + .m-merit {
    margin-top: 52px;
  }
}

.m-merit .label {
  position: absolute;
  top: -20px;
  left: 60px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #3666b0;
  text-align: center;
  background: #fff;
  padding: 0 20px;
}

.m-merit .label .num {
  font-size: 24px;
}

.flowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 47.875em) {
  .flowWrap {
    display: block;
    margin: auto;
  }
}

.o-flow .l-inner {
  padding-top: 80px;
  padding-bottom: 56px;
  max-width: 1160px;
  margin: auto;
}

@media (max-width: 47.875em) {
  .o-flow .l-inner {
    max-width: 608px;
    padding-top: 64px;
  }
  .o-flow .l-inner picture {
    max-width: 327px;
    margin: auto;
  }
}

.o-flow .imgWrap {
  background: #fff;
}

.o-flow .moreWrap {
  text-align: right;
}

@media (max-width: 47.875em) {
  .o-flow .moreWrap {
    text-align: center;
  }
}

.o-flow .more {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #193c89;
  padding-bottom: 6px;
  border-bottom: 2px solid #3666b0;
  margin-top: 24px;
}

.o-flow .more i {
  content: '';
  display: inline-block;
  margin-left: 25px;
  z-index: 1;
  width: 16px;
  height: 10px;
  background: url(../img/arrow_right_blue.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sec_movie {
  padding-top: 80px;
  margin-top: 120px;
  padding-bottom: 80px;
  background: -o-linear-gradient(315deg, white 0%, #bdb1d6 100%);
  background: linear-gradient(135deg, white 0%, #bdb1d6 100%);
}

.sec_movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 47.9375em) {
  .sec_movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec_movie__item {
  width: 100%;
  text-align: left;
}

@media (min-width: 47.9375em) {
  .sec_movie__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2.5rem) /2);
            flex: 0 0 calc((100% - 2.5rem) /2);
    width: 100%;
    max-width: calc((100% - 2.5rem) / 2);
    margin-left: 2.5rem;
    margin-top: 0px;
  }
}

@media all and (min-width: 47.9375em) and (-ms-high-contrast: none) {
  .sec_movie__item {
    max-width: calc((100% - 2.5rem) / 2 - 0.0625rem);
  }
}

@media (min-width: 47.9375em) {
  .sec_movie__item:nth-child(2n - 1) {
    margin-left: 0;
  }
  .sec_movie__item:nth-child(1) {
    margin-top: 0;
  }
  .sec_movie__item:nth-child(2) {
    margin-top: 0;
  }
}

.sec_movie__itemTitle {
  font-size: 20px;
  font-weight: 500;
  color: #193C89;
  margin-bottom: 8px;
  line-height: 1.3;
}

.sec_movie__itemText {
  font-size: 16px;
  line-height: 1.6;
}

.sec_movie__itemYoutube {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 8px;
}

.sec_movie__itemYoutube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec_outcome .l-bg-blue-2 {
  background: #bdb1d6;
  background: -o-linear-gradient(285deg, #bdb1d6 0%, #001f6a 100%);
  background: linear-gradient(165deg, #bdb1d6 0%, #001f6a 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_outcome .l-bg-blue-2 {
    padding: 80px 40px 84px;
  }
}

@media (max-width: 47.875em) {
  .sec_outcome .l-bg-blue-2 {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sec_outcome .l-bg-blue {
  padding-top: 56px;
  padding-bottom: 80px;
}

@media (max-width: 47.875em) {
  .sec_outcome .l-bg-blue {
    padding-bottom: 64px;
  }
}

.sec_outcome .lead {
  display: block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(42 / 28);
  position: relative;
  margin-bottom: 23px;
  color: #fff;
}

@media (max-width: 47.875em) {
  .sec_outcome .lead {
    font-size: 22px;
    line-height: calc(33 / 22);
  }
}

.sec_outcome .bg_parts {
  max-width: 60px;
  margin: auto;
  margin-bottom: 60px;
}

@media (max-width: 47.875em) {
  .sec_outcome .bg_parts {
    margin-bottom: 84px;
  }
}

.m-card_bg {
  position: relative;
  background: #fff;
  max-width: 1080px;
  margin: auto;
  padding: 100px 80px 40px;
}

.m-card_bg:not(:last-child) {
  margin-bottom: 140px;
}

@media (max-width: 47.875em) {
  .m-card_bg {
    padding: 73px 20px 20px;
  }
  .m-card_bg:not(:last-child) {
    margin-bottom: 124px;
  }
  .m-card_bg:last-child {
    padding-top: 100px;
  }
}

.m-card_bg .flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 47.875em) {
  .m-card_bg .flexwrap {
    display: block;
  }
}

.m-card_bg .textWrap {
  position: relative;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 280px);
          flex: 1 1 calc(100% - 280px);
}

.m-card_bg .textWrap h3 {
  display: inline-block;
  padding: 10px 18px 9px;
  border: 2px solid #3666B0;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(24/18);
  color: #3666B0;
  margin-bottom: 19px;
}

.m-card_bg .support {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  background: #193C89;
  padding: 16px 20px;
  margin: auto;
  margin-left: 40px;
  margin-top: 0;
}

.m-card_bg .support .text {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.m-card_bg .support .salary {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 47.875em) {
  .m-card_bg .support {
    margin-left: auto;
    margin-top: 20px;
  }
}

.card_label {
  position: absolute;
  top: -60px;
  left: -100px;
  width: 476px;
  background: #222222;
  border-left: 36px solid #3666b0;
  padding: 15px 0 25px 64px;
  color: #fff;
  text-align: left;
  z-index: 10;
}

.card_label h2 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.card_label .text-s {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 4px;
}

.card_label .ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 3px;
}

.card_label .ver i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_vs.svg);
  background-repeat: no-repeat;
  margin-right: 16px;
}

.card_label .card_label_bg {
  display: block;
  height: 100%;
  background: #3666b0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
  width: 50vw;
  position: absolute;
  top: 0;
  z-index: 0;
}

@media (min-width: 48em) and (max-width: 48em) {
  .card_label {
    left: -40px;
  }
}

@media (max-width: 47.875em) {
  .card_label {
    left: -10px;
    width: 345px;
    border-left: 20px solid #3666b0;
    padding: 20px 0 20px 24px;
  }
  .card_label h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .card_label .ver {
    font-size: 16px;
  }
}

.pro {
  position: relative;
  margin-top: 36px;
  background: #F8F8F8;
  padding: 24px 40px;
  padding-left: 144px;
  text-align: left;
}

@media (max-width: 47.875em) {
  .pro {
    margin-top: 32px;
    padding: 24px 20px;
  }
}

.pro .matching {
  position: absolute;
  top: -12px;
  left: 0;
  margin: auto;
  display: inline-block;
  background: #3666B0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.pro .img {
  position: absolute;
  top: 23px;
  left: 40px;
  margin: auto;
  width: 88px;
  height: 88px;
}

@media (max-width: 47.875em) {
  .pro .img {
    top: 24px;
    left: 20px;
  }
}

.pro .pro_heading {
  text-align: left;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(24/18);
}

@media (max-width: 47.875em) {
  .pro .pro_heading {
    padding-left: 96px;
    margin-bottom: 7px;
  }
}

.pro .pro_info {
  text-align: left;
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(20/14);
}

@media (max-width: 47.875em) {
  .pro .pro_info {
    margin: auto;
    padding-left: 96px;
  }
}

@media (max-width: 47.875em) {
  .pro .wrap {
    min-height: 88px;
  }
}

.pro p {
  padding-top: 10px;
  font-size: 14px;
  line-height: calc(24.5/14);
  text-align: left;
}

.sec_qa {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 47.875em) {
  .sec_qa {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec_qa .l-inner {
  max-width: 1160px;
  margin: auto;
}

.sec_qa .cnt {
  padding: 40px;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
  text-align: left;
}

.sec_qa .cnt + .cnt {
  margin-top: 40px;
}

.sec_qa .cnt p {
  font-size: 14px;
  margin-top: 24px;
}

.sec_qa .cnt .l-bg-gry-1 {
  padding: 20px 24px;
  margin-top: 24px;
}

.sec_qa .cnt .l-bg-gry-1 h3 {
  font-size: 16px;
  font-weight: bold;
}

.sec_qa .cnt .l-bg-gry-1 p {
  margin-top: 8px;
}

@media (max-width: 47.875em) {
  .sec_qa .cnt {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec_qa .box_a {
  padding: 20px 24px;
  background-color: #F8F8F8;
  margin-top: 24px;
}

.sec_qa .box_a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.sec_qa .box_a_title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.sec_recruit {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: white;
  background: -o-linear-gradient(285deg, white 0%, #bce4f8 100%);
  background: linear-gradient(165deg, white 0%, #bce4f8 100%);
}

.sec_recruit__inner {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.sec_task {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

.sec_task::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  background-image: url("../img/arrow_task.svg");
  width: 60px;
  height: 44px;
  background-size: contain;
}

.sec_task__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 47.875em) {
  .sec_task__list {
    font-size: 16px;
  }
}

.sec_task__list li {
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 16px 32px;
  position: relative;
}

.sec_task__list li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 47.875em) {
  .sec_task__list li {
    margin-right: 0;
  }
}

.sec_task__list li span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.sec_task__list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #001F6A;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  left: 0;
  top: 0;
}

.sec_topic .l-inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 47.875em) {
  .sec_topic .l-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.sec_topic .topic_sub {
  color: #193c89;
  margin-bottom: 8px;
  text-align: center;
}

.sec_topic h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.m-topic_card {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 47.875em) {
  .m-topic_card {
    display: block;
  }
}

.m-topic_card .imgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(320 / 800 * 100%);
          flex: 0 0 calc(320 / 800 * 100%);
  min-width: 296px;
  height: 180px;
}

@media (max-width: 47.875em) {
  .m-topic_card .imgWrap {
    height: auto;
  }
}

.m-topic_card .imgWrap img {
  height: 100%;
}

.m-topic_card .textWrap {
  padding: 32px;
}

.m-topic_card .textWrap .heading {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #3666b0;
  padding-left: 40px;
  margin-bottom: 12px;
}

.m-topic_card .textWrap .icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.m-topic_card .textWrap .icon.-pdf {
  width: 24px;
  height: 20px;
  top: 14px;
  background-image: url(../img/icon_douwnload.svg);
}

.m-topic_card .textWrap .icon.-movie {
  width: 24px;
  height: 24px;
  top: 0;
  background-image: url(../img/icon_movie.svg);
}

@media (max-width: 47.875em) {
  .m-topic_card .textWrap .icon.-movie {
    top: 12px;
  }
}

.m-topic_card .textWrap p {
  font-size: 14px;
}

.sec_trend {
  padding-top: 120px;
}

.sec_trend .l-bg-blue {
  margin-top: 56px;
  padding-top: 64px;
}

@media (max-width: 47.875em) {
  .sec_trend .l-bg-blue {
    margin-top: 35px;
  }
}

.sec_trend .l-inner {
  max-width: 1000px;
  margin: auto;
}

.sec_trend .head_q {
  margin-bottom: 40px;
}

.sec_trend picture {
  margin-bottom: 40px;
}

@media (min-width: 48em) and (max-width: 48em) {
  .sec_trend picture {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 47.875em) {
  .sec_trend picture {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec_trend .text {
  font-size: 14px;
  text-align: left;
}

.sec_trend h3 {
  display: block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(42 / 28);
  position: relative;
  margin-top: 100px;
}

.sec_trend h3 span {
  color: #3666b0;
}

@media (max-width: 47.875em) {
  .sec_trend h3 {
    font-size: 22px;
    line-height: calc(33 / 22);
    margin-top: 64px;
  }
}

.sec_whats {
  overflow: hidden;
  padding-top: 80px;
}

.sec_whats__text {
  margin-bottom: 40px;
  max-width: 807px;
  margin-left: auto;
  margin-right: auto;
}

.sec_whats__img {
  padding-bottom: 80px;
  position: relative;
  max-width: 1020px;
  margin: auto;
}

.sec_whats__img img {
  position: relative;
  z-index: 1;
}

.sec_whats__img::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 100vw;
  background-image: url("../img/bg_whats_01.png");
  background-repeat: repeat;
  height: 233px;
  background-size: contain;
  /* background-position: center; */
}

@media (max-width: 47.875em) {
  .sec_whats__img::after {
    height: 100px;
  }
}

.u-accordion_cnt {
  display: block;
}

@media (max-width: 47.875em) {
  .u-accordion_cnt {
    display: none;
  }
}

.u-accordion_wrap {
  position: relative;
}

.u-accordion_toggle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-right: 0;
  background: #222;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
}

.u-accordion_toggle span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.u-accordion_toggle span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-accordion_active .u-accordion_toggle span:first-child {
  -webkit-animation: fadeout 0.5s forwards;
          animation: fadeout 0.5s forwards;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media (max-width: 47.875em) {
  .u-accordion_toggle {
    display: block;
  }
}

.js-curtain {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.-curtain_mask {
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  will-change: transform;
  -o-text-overflow: inherit;
     text-overflow: inherit;
  overflow: hidden;
  position: relative;
}

.-curtain {
  display: inline-block;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  z-index: 2000;
}

.o-Navigation .-curtain {
  width: 100%;
  height: 0;
}

.-curtain2 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  z-index: 1000;
}

.o-Navigation .-curtain2 {
  width: 100%;
  height: 0;
}

.-reberse .-curtain2 {
  background: #222;
}

.u-hover {
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.u-hover img {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.u-hover:hover {
  opacity: .5;
}

@media (max-width: 47.875em) {
  .u-hover:hover {
    opacity: 1;
  }
  .u-hover:hover img {
    opacity: 1;
  }
}

.lazyload {
  width: 100%;
  display: block;
}

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.lazyload.-fadeIn,
.lazyloading.-fadeIn {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.lazyloaded.-fadeIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.-scrollArea {
  position: relative;
  z-index: 0;
}

.-scrollArea.-front {
  z-index: 100;
}

.page_anim_wrap {
  z-index: 10000;
  pointer-events: none;
  position: absolute;
  width: 102vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10000;
}

.page_anim_wrap .-imgWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 80px;
  z-index: 99999;
}

.page_anim_wrap .-page_anim_ylw {
  width: 102vw;
  height: 100vh;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  overflow: hidden;
  left: 0;
  top: 0;
}

.page_anim_wrap .-page_anim_blk {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 99995;
  pointer-events: none;
  left: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide .page_anim_wrap {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-visiblity-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
     * (スクリーンリーダー中には height と width が 0 のものを無視するため)
     */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
     * コンテンツを非表示にする設定  */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
     * それに加えていくつか問題もあるそうです
     * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
     */
  margin: -1px;
}
