/*=========================================================================
//
// general
//
==========================================================================*/
/*-------------------------------------------------------------------------
 general
--------------------------------------------------------------------------*/
.g-clearfix {
  zoom: 1;
}

.g-clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}

.g-img-full {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.g-img-max {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.g-align-l {
  text-align: left !important;
}

.g-align-c {
  text-align: center !important;
}

.g-align-r {
  text-align: right !important;
}

.g-align-t {
  vertical-align: top !important;
}

.g-align-m {
  vertical-align: middle !important;
}

.g-align-b {
  vertical-align: bottom !important;
}

.g-align-c-mq {
  text-align: center !important;
}

@media screen and (max-width: 766.98px) {
  .g-align-c-mq {
    text-align: left !important;
  }
}

@media screen and (max-width: 1920px) and (min-width: 767px), screen and (min-aspect-ratio: 1 / 1) {
  .g-align-c-mq {
    text-align: center !important;
  }  
}
.g-center {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.g-left {
  display: table !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.g-right {
  display: table !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.g-nowrap {
  white-space: nowrap !important;
}

.g-block {
  display: block !important;
}

.g-inline {
  display: inline !important;
}

.g-block-pc {
  display: block !important;
}

.g-block-sp {
  display: none !important;
}

.g-inline-pc {
  display: inline !important;
}

.g-inline-sp {
  display: none !important;
}
@media screen and (max-width: 766.98px) {
  .g-block-pc {
    display: none !important;
  }
  .g-block-sp {
    display: block !important;
  }
  .g-inline-pc {
    display: none !important;
  }
  .g-inline-sp {
    display: inline !important;
  }
}

/* line-height
----------------------------------------------------------- */
.g-line-height-1 {
  line-height: 1;
}
.g-line-height-1\.1 {
  line-height: 1.1;
}
.g-line-height-1\.2 {
  line-height: 1.2;
}
.g-line-height-1\.3 {
  line-height: 1.3;
}
.g-line-height-1\.4 {
  line-height: 1.4;
}
.g-line-height-1\.5 {
  line-height: 1.5;
}
.g-line-height-1\.6 {
  line-height: 1.6;
}
.g-line-height-1\.7 {
  line-height: 1.7;
}
.g-line-height-1\.8 {
  line-height: 1.8;
}
.g-line-height-1\.9 {
  line-height: 1.9;
}
.g-line-height-2 {
  line-height: 2;
}

/* indent
----------------------------------------------------------- */
.g-indent-0\.25 {
  text-indent: -0.25em;
  padding-left: 0.25em;
}
.g-indent-0\.5 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.g-indent-0\.75 {
  text-indent: -0.75em;
  padding-left: 0.75em;
}
.g-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.g-indent-1\.25 {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.g-indent-1\.5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.g-indent-1\.75 {
  text-indent: -1.75em;
  padding-left: 1.75em;
}
.g-indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}
.g-indent-2\.25 {
  text-indent: -2.25em;
  padding-left: 2.25em;
}
.g-indent-2\.5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.g-indent-2\.75 {
  text-indent: -2.75em;
  padding-left: 2.75em;
}
.g-indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

/* margin, padding
----------------------------------------------------------- */
.g-mt-0 {
  margin-top: 0px !important;
}

.g-mt-5 {
  margin-top: 5px !important;
}

.g-mt-10 {
  margin-top: 10px !important;
}

.g-mt-15 {
  margin-top: 15px !important;
}

.g-mt-20 {
  margin-top: 20px !important;
}

.g-mt-25 {
  margin-top: 25px !important;
}

.g-mt-30 {
  margin-top: 30px !important;
}

.g-mt-35 {
  margin-top: 35px !important;
}

.g-mt-40 {
  margin-top: 40px !important;
}

.g-mt-45 {
  margin-top: 45px !important;
}

.g-mt-50 {
  margin-top: 50px !important;
}

.g-mt-55 {
  margin-top: 55px !important;
}

.g-mt-60 {
  margin-top: 60px !important;
}

.g-mb-0 {
  margin-bottom: 0px !important;
}

.g-mb-5 {
  margin-bottom: 5px !important;
}

.g-mb-10 {
  margin-bottom: 10px !important;
}

.g-mb-15 {
  margin-bottom: 15px !important;
}

.g-mb-20 {
  margin-bottom: 20px !important;
}

.g-mb-25 {
  margin-bottom: 25px !important;
}

.g-mb-30 {
  margin-bottom: 30px !important;
}

.g-mb-35 {
  margin-bottom: 35px !important;
}

.g-mb-40 {
  margin-bottom: 40px !important;
}

.g-mb-45 {
  margin-bottom: 45px !important;
}

.g-mb-50 {
  margin-bottom: 50px !important;
}

.g-ml-0 {
  margin-left: 0px !important;
}

.g-ml-5 {
  margin-left: 5px !important;
}

.g-ml-10 {
  margin-left: 10px !important;
}

.g-ml-15 {
  margin-left: 15px !important;
}

.g-ml-20 {
  margin-left: 20px !important;
}

.g-ml-25 {
  margin-left: 25px !important;
}

.g-ml-30 {
  margin-left: 30px !important;
}

.g-ml-35 {
  margin-left: 35px !important;
}

.g-ml-40 {
  margin-left: 40px !important;
}

.g-ml-45 {
  margin-left: 45px !important;
}

.g-ml-50 {
  margin-left: 50px !important;
}

.g-mr-0 {
  margin-right: 0px !important;
}

.g-mr-5 {
  margin-right: 5px !important;
}

.g-mr-10 {
  margin-right: 10px !important;
}

.g-mr-15 {
  margin-right: 15px !important;
}

.g-mr-20 {
  margin-right: 20px !important;
}

.g-mr-25 {
  margin-right: 25px !important;
}

.g-mr-30 {
  margin-right: 30px !important;
}

.g-mr-35 {
  margin-right: 35px !important;
}

.g-mr-40 {
  margin-right: 40px !important;
}

.g-mr-45 {
  margin-right: 45px !important;
}

.g-mr-50 {
  margin-right: 50px !important;
}

.g-pt-0 {
  padding-top: 0px !important;
}

.g-pt-5 {
  padding-top: 5px !important;
}

.g-pt-10 {
  padding-top: 10px !important;
}

.g-pt-15 {
  padding-top: 15px !important;
}

.g-pt-20 {
  padding-top: 20px !important;
}

.g-pt-25 {
  padding-top: 25px !important;
}

.g-pt-30 {
  padding-top: 30px !important;
}

.g-pt-35 {
  padding-top: 35px !important;
}

.g-pt-40 {
  padding-top: 40px !important;
}

.g-pt-45 {
  padding-top: 45px !important;
}

.g-pt-50 {
  padding-top: 50px !important;
}

.g-pt-55 {
  padding-top: 55px !important;
}

.g-pt-60 {
  padding-top: 60px !important;
}

.g-pt-65 {
  padding-top: 65px !important;
}

.g-pt-70 {
  padding-top: 70px !important;
}

.g-pt-75 {
  padding-top: 75px !important;
}

.g-pt-80 {
  padding-top: 80px !important;
}

.g-pb-0 {
  padding-bottom: 0px !important;
}

.g-pb-5 {
  padding-bottom: 5px !important;
}

.g-pb-10 {
  padding-bottom: 10px !important;
}

.g-pb-15 {
  padding-bottom: 15px !important;
}

.g-pb-20 {
  padding-bottom: 20px !important;
}

.g-pb-25 {
  padding-bottom: 25px !important;
}

.g-pb-30 {
  padding-bottom: 30px !important;
}

.g-pb-35 {
  padding-bottom: 35px !important;
}

.g-pb-40 {
  padding-bottom: 40px !important;
}

.g-pb-45 {
  padding-bottom: 45px !important;
}

.g-pb-50 {
  padding-bottom: 50px !important;
}

.g-pb-55 {
  padding-bottom: 55px !important;
}

.g-pb-60 {
  padding-bottom: 60px !important;
}

/* width
--------------------------------------------------------*/
.g-width-5 {
  width: 5% !important;
}

.g-width-10 {
  width: 10% !important;
}

.g-width-15 {
  width: 15% !important;
}

.g-width-20 {
  width: 20% !important;
}

.g-width-25 {
  width: 25% !important;
}

.g-width-30 {
  width: 30% !important;
}

.g-width-35 {
  width: 35% !important;
}

.g-width-40 {
  width: 40% !important;
}

.g-width-45 {
  width: 45% !important;
}

.g-width-50 {
  width: 50% !important;
}

.g-width-55 {
  width: 55% !important;
}

.g-width-60 {
  width: 60% !important;
}

.g-width-65 {
  width: 65% !important;
}

.g-width-70 {
  width: 70% !important;
}

.g-width-75 {
  width: 75% !important;
}

.g-width-80 {
  width: 80% !important;
}

.g-width-85 {
  width: 85% !important;
}

.g-width-90 {
  width: 90% !important;
}

.g-width-95 {
  width: 95% !important;
}

.g-width-100 {
  width: 100% !important;
}

.g-width-33 {
  width: 33% !important;
}

.g-width-full {
  width: 100% !important;
}

.g-width-auto {
  width: auto !important;
}

.g-width-pc-5 {
  width: 5% !important;
}

.g-width-pc-10 {
  width: 10% !important;
}

.g-width-pc-15 {
  width: 15% !important;
}

.g-width-pc-20 {
  width: 20% !important;
}

.g-width-pc-25 {
  width: 25% !important;
}

.g-width-pc-30 {
  width: 30% !important;
}

.g-width-pc-35 {
  width: 35% !important;
}

.g-width-pc-40 {
  width: 40% !important;
}

.g-width-pc-45 {
  width: 45% !important;
}

.g-width-pc-50 {
  width: 50% !important;
}

.g-width-pc-55 {
  width: 55% !important;
}

.g-width-pc-60 {
  width: 60% !important;
}

.g-width-pc-65 {
  width: 65% !important;
}

.g-width-pc-70 {
  width: 70% !important;
}

.g-width-pc-75 {
  width: 75% !important;
}

.g-width-pc-80 {
  width: 80% !important;
}

.g-width-pc-85 {
  width: 85% !important;
}

.g-width-pc-90 {
  width: 90% !important;
}

.g-width-pc-95 {
  width: 95% !important;
}

.g-width-pc-100 {
  width: 100% !important;
}

@media screen and (max-width: 766.98px) {
  .g-width-pc-5 {
    width: 100% !important;
  }
  .g-width-pc-10 {
    width: 100% !important;
  }
  .g-width-pc-15 {
    width: 100% !important;
  }
  .g-width-pc-20 {
    width: 100% !important;
  }
  .g-width-pc-25 {
    width: 100% !important;
  }
  .g-width-pc-30 {
    width: 100% !important;
  }
  .g-width-pc-35 {
    width: 100% !important;
  }
  .g-width-pc-40 {
    width: 100% !important;
  }
  .g-width-pc-45 {
    width: 100% !important;
  }
  .g-width-pc-50 {
    width: 100% !important;
  }
  .g-width-pc-55 {
    width: 100% !important;
  }
  .g-width-pc-60 {
    width: 100% !important;
  }
  .g-width-pc-65 {
    width: 100% !important;
  }
  .g-width-pc-70 {
    width: 100% !important;
  }
  .g-width-pc-75 {
    width: 100% !important;
  }
  .g-width-pc-80 {
    width: 100% !important;
  }
  .g-width-pc-85 {
    width: 100% !important;
  }
  .g-width-pc-90 {
    width: 100% !important;
  }
  .g-width-pc-95 {
    width: 100% !important;
  }
  .g-width-pc-100 {
    width: 100% !important;
  }
}

/*-------------------------------------------------------------------------
max-width
--------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .g-max-w-pc-960 {
    max-width: 960px;
  }
}

/*-------------------------------------------------------------------------
scroll animation
--------------------------------------------------------------------------*/
.js-scr-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scr-fadein.is-shown {
  opacity: 1;
  z-index: 1;
}

.js-scr-fadein-u, .js-scr-fadein-d {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scr-fadein-u.is-shown, .js-scr-fadein-d.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

.js-scr-fadein-u {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-scr-fadein-d {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.js-scr-fadein-r, .js-scr-fadein-l {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scr-fadein-r.is-shown, .js-scr-fadein-l.is-shown {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-scr-fadein-r {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.js-scr-fadein-l {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-scr-fadein-line {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scr-fadein-line.is-shown {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 766.98px) {
  .js-scr-fadein-line {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  .js-scr-fadein-line.is-shown {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.js-scr-dia-r, .js-scr-dia-l {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scr-dia-r.is-shown, .js-scr-dia-l.is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-scr-dia-r {
  -webkit-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
}

.js-scr-dia-l {
  -webkit-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
}

.js-scr-fadein-af::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.js-scr-fadein-af.is-shown::before {
  opacity: 1;
}

.js-scr-zoomin.is-shown::before {
  -webkit-animation: zoomIn 0.5s ease-out, fadeIn 0.5s backwards ease-out;
          animation: zoomIn 0.5s ease-out, fadeIn 0.5s backwards ease-out;
}

.js-scr-bounce.is-shown:nth-child(1) .m-careerPlan__bln {
  -webkit-animation: bounce 1s 0.3s linear;
          animation: bounce 1s 0.3s linear;
}

.js-scr-bounce.is-shown:nth-child(2) .m-careerPlan__bln {
  -webkit-animation: bounce 1s 0.7s linear;
          animation: bounce 1s 0.7s linear;
}

.js-scr-bounce.is-shown:nth-child(3) .m-careerPlan__bln {
  -webkit-animation: bounce 1s 1.1s linear;
          animation: bounce 1s 1.1s linear;
}

.js-scr-bounce.is-shown:nth-child(4) .m-careerPlan__bln {
  -webkit-animation: bounce 1s 1.5s linear;
          animation: bounce 1s 1.5s linear;
}

@media screen and (max-width: 766.98px) {
  .js-scr-bounce.is-shown:nth-child(1) .m-careerPlan__bln, .js-scr-bounce.is-shown:nth-child(2) .m-careerPlan__bln, .js-scr-bounce.is-shown:nth-child(3) .m-careerPlan__bln, .js-scr-bounce.is-shown:nth-child(4) .m-careerPlan__bln {
    -webkit-animation: bounce 1s linear;
            animation: bounce 1s linear;
  }
}

.js-scr-delay {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-scr-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.js-scr-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-scr-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-scr-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-scr-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
/* pagetop */
.m-pagetop {
  clear: both;
  position: fixed;
  margin: 0;
  padding: 0;
  right: 20px;
  bottom: 20px;
  top: auto;
  z-index: 100;
}

.m-pagetop > a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 50%;
  text-decoration: none;
  text-indent: -9999px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-pagetop > a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: center / cover no-repeat url(../img/common/ic-arrow-wh-top.svg);
  width: 16px;
  height: 21px;
}

.m-pagetop > a:hover {
  background-color: #b50081;
}

.m-pagetop > a:hover::after {
  -webkit-transform: translate(-50%,-70%);
          transform: translate(-50%,-70%);
}

.m-pagetop.is-btm {
  position: absolute;
  bottom: auto;
  margin-top: 20px;
}

@media screen and (max-width: 766.98px) {
  .m-pagetop > a {
    width: 48px;
    height: 48px;
  }
  .m-pagetop > a::after {
    background: center / cover no-repeat url(../img/common/ic-arrow-wh.svg);
    width: 12px;
    height: 13px;
    transform: translate(-50%,-50%) rotate(-90deg);
  }
  .m-pagetop > a:hover::after {
    -webkit-transform: translate(-50%,-70%) rotate(-90deg);
            transform: translate(-50%,-70%) rotate(-90deg);
  }
  .m-pagetop.is-btm {
    margin-top: -24px;
  }
}

/* slick slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

