@charset "UTF-8";

.easingWrap.is-show .easingFade {
  -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.easingWrap.is-show .easingImg__inner {
  -webkit-transition: all .9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all .9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.easingWrap.is-show .ease_01 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.easingWrap.is-show .ease_02 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.easingWrap .easingFade {
  -webkit-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
  opacity: 0
}

.easingWrap .easingImg {
  overflow: hidden
}

.easingWrap .easingImg__inner {
  opacity: 0;
  -webkit-transform: scale(1.16);
  transform: scale(1.16)
}

.texteffect {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .9s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
  display: inline-block;
  position: relative;
  opacity: 0
}

.texteffect__df {
  display: inline-block;
  opacity: 0
}

.texteffect__clone, .texteffect__cover {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.texteffect__cover {
  opacity: 0.25
}

.texteffect-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.texteffect-animated .texteffect__df {
  opacity: 1
}

.sec00_point.texteffect__df{
  opacity: 1;
}

.mod-btn {
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  width: 37rem;
  padding: 2.2rem 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 5rem;
  overflow: hidden;
  background-color: #ff0048;
}

.mod-btn .inner {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mod-btn .bg {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #00A556, #0D5F76);
  background: linear-gradient(135deg, #00A556, #0D5F76)
}

.mod-btn .bg:after {
  -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #0C6374
}

.mod-btn .bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

html.notouch .mod-btn:hover .bg:after {
  left: 0;
  width: 100%
}

.mod-btn.secondary:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg)
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

html.notouch .mod-btn.secondary:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s
}

.mod-btn.tertiary {
  border-radius: 0;
  width: 32rem;
  position: relative
}

.mod-btn.tertiary:before {
  content: '\e400';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  right: 0.5rem
}

.mod-btn.tertiary .bg {
  background: #468F74
}

@media only screen and (max-width: 768px) {
  .mod-btn.secondary {
    width: 100%;
    padding: 1.5rem 0
  }
}

.mod-apply {
  margin-top: 12rem
}

.mod-apply a {
  padding: 9rem 0;
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #00A556, #0D5F76);
  background: linear-gradient(135deg, #00A556, #0D5F76)
}

.mod-apply .apply__inner {
  display: inline-block;
  border: solid 4px #ffffff;
  padding: 2rem 0 2.6rem;
  width: 50rem;
  color: #ffffff;
  position: relative
}

.mod-apply .apply__inner:before {
  content: '\e400';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  bottom: 0.7rem;
  right: 0.7rem;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mod-apply .apply__inner .bg {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.mod-apply .apply__inner .bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ffffff
}

.mod-apply .apply__en {
  position: relative;
  z-index: 1;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mod-apply .apply__jp {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.8rem;
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

html.notouch .mod-apply:hover .apply__inner:before {
  color: #468F74
}

html.notouch .mod-apply:hover .apply__en {
  color: #468F74
}

html.notouch .mod-apply:hover .apply__jp {
  color: #468F74
}

html.notouch .mod-apply:hover .bg:after {
  left: 0;
  width: 100%
}
