@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : components.css
 author     : Ability Consultant
 style info : 共通パーツ用
=================================================================== */
/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */
.btn_basic {
  max-width: 440px;
  width: 100%;
  text-align: center;
  border: 4px solid #000;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic {
    font-size: 71%;
  }
}
.btn_basic a {
  display: block;
  padding: .55em 0;
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    padding: 1em 0;
  }
}
.btn_basic a span {
  position: relative;
}
.btn_basic a span:before, .btn_basic a span:after {
  transition: all .3s ease;
}
.btn_basic a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 26px;
  height: 1px;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a span:before {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span:before {
    right: -30px;
  }
}
.btn_basic a span:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 11px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a span:after {
    top: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span:after {
    top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a span:after {
    right: -51px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span:after {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a span:after {
    border-width: 5px 0 0 9px;
  }
}
.btn_basic a:hover span:before {
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a:hover span:before {
    right: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a:hover span:before {
    right: -35px;
  }
}
.btn_basic a:hover span:after {
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic a:hover span:after {
    right: -56px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a:hover span:after {
    right: -35px;
  }
}

.btn_large {
  max-width: 400px;
  width: 100%;
  text-align: center;
  border: 5px solid #007ec1;
  font-size: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large {
    font-size: 71%;
  }
}
.btn_large:before, .btn_large:after {
  transition: all .3s ease;
}
.btn_large:before {
  content: "";
  position: absolute;
  bottom: 26px;
  /* style */
  width: 34%;
  height: 1px;
  background: #000;
  left: 56.25%;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large:before {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large:before {
    bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large:before {
    left: 60%;
  }
}
.btn_large:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 87.5%;
  /* style */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 11px;
  border-color: transparent transparent transparent #000;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large:after {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large:after {
    bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large:after {
    left: 91.25%;
  }
}
.btn_large:hover:before {
  width: 36%;
  background: #fff;
}
.btn_large:hover:after {
  left: 89.5%;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  .btn_large:hover:after {
    left: 93.25%;
  }
}
.btn_large a {
  display: block;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large a {
    padding: 1em 0;
  }
}
.btn_large a span {
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn_large a span.jp {
  font-size: 177%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large a span.jp {
    font-size: 148%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large a span.jp {
    font-size: 142%;
  }
}
.btn_large a span.en {
  font-size: 106%;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large a span.en {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large a span.en {
    font-size: 95%;
  }
}
.btn_large a:after {
  position: absolute;
  content: "";
  /* style */
  width: 0;
  height: 100%;
  top: 0;
  left: -120px;
  background: linear-gradient(127deg, #0065a5 49%, #0078a5 100%);
  -webkit-transform: skew(127deg);
  transform: skew(127deg);
  z-index: 0;
  transition: all .6s ease;
}
.btn_large a:hover {
  color: #fff;
  opacity: 1 !important;
}
.btn_large a:hover:before {
  left: auto;
  right: 0;
}
.btn_large a:hover:after {
  width: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_large a:hover:after {
    width: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_large a:hover:after {
    width: 160%;
  }
}

.btn_cv {
  max-width: 370px;
  width: 100%;
  text-align: center;
  background: linear-gradient(127deg, #780505 0%, #930101 49%);
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_cv {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_cv {
    font-size: 71%;
  }
}
.btn_cv a {
  color: #fff;
  display: block;
  padding: .55em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn_cv a {
    padding: 1em 0;
  }
}
.btn_cv a span {
  position: relative;
  z-index: 1;
}
.btn_cv a:after {
  position: absolute;
  content: "";
  /* style */
  width: 0;
  height: 100%;
  top: 0;
  left: -40px;
  background: #780505;
  -webkit-transform: skew(127deg);
  transform: skew(127deg);
  z-index: 0;
  transition: all .6s ease;
}
.btn_cv a:hover:after {
  width: 150%;
}

.btn_list {
  text-align: center;
  border: 4px solid #fff;
}
.btn_list a {
  display: block;
  padding: .55em 0;
  color: #fff;
  transition: all .3s ease;
}
.btn_list a span:before {
  content: "\f481";
  font-family: "Ionicons";
  /* style */
  margin-right: .5em;
}
.btn_list:hover {
  /* style */
}
.btn_list:hover a {
  opacity: .8;
}
.btn_list--black {
  border: 4px solid #000;
}
.btn_list--black a {
  color: #000;
}

.btn_more {
  font-size: 118%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_more {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_more {
    font-size: 95%;
  }
}
.btn_more a {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.btn_more a:before, .btn_more a:after {
  transition: all .3s ease;
}
.btn_more a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  /* style */
  width: 147%;
  height: 1px;
  background: #000;
}
.btn_more a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -47%;
  /* style */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 11px;
  border-color: transparent transparent transparent #000;
}
.btn_more a span:before {
  content: "\f481";
  font-family: "Ionicons";
  /* style */
  margin-right: .5em;
}
.btn_more a:hover:before {
  width: 155%;
}
.btn_more a:hover:after {
  right: -55%;
}
.btn_more--white a {
  color: #fff;
}
.btn_more--white a:before {
  content: "";
  /* style */
}
.btn_more--white a:before {
  background: #fff;
}
.btn_more--white a:after {
  border-color: transparent transparent transparent #fff;
}

/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
.tl_basic {
  font-size: 295%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tl_basic {
    font-size: 236%;
  }
}
@media only screen and (max-width: 767px) {
  .tl_basic {
    font-size: 118%;
  }
}
.tl_basic .jp {
  position: relative;
  display: inline-block;
}
@-moz-document url-prefix() {
  .tl_basic .jp {
    display: inline-block;
  }
}
.tl_basic .jp:after {
  content: "";
  position: absolute;
  bottom: -18px;
  /* style */
  width: 100%;
  height: 10px;
  background: linear-gradient(127deg, #0065a5 0%, #0078a5 49%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tl_basic .jp:after {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tl_basic .jp:after {
    height: 10px;
  }
}
.tl_basic--center {
  text-align: center;
}

.st_basic {
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_basic {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .st_basic {
    font-size: 118%;
  }
}
.st_basic--center {
  text-align: center;
}

.ct_basic {
  font-size: 589%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ct_basic {
    font-size: 471%;
  }
}
@media only screen and (max-width: 767px) {
  .ct_basic {
    font-size: 353%;
  }
}
.ct_basic .en {
  display: block;
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
  font-size: 44%;
}
.ct_basic .en .initial {
  color: #0065a5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ct_basic .en {
    font-size: 70%;
    margin-left: -10px;
  }
}
.ct_basic .jp {
  display: block;
  font-size: 20%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ct_basic .jp {
    margin-left: -10px;
  }
}
.ct_basic--white {
  color: #fff;
}

.ct_sub {
  line-height: 1;
}
.ct_sub .en {
  font-size: 295%;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ct_sub .en {
    font-size: 236%;
  }
}
@media only screen and (max-width: 767px) {
  .ct_sub .en {
    font-size: 165%;
  }
}
.ct_sub .jp {
  font-size: 283%;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ct_sub .jp {
    font-size: 224%;
  }
}
@media only screen and (max-width: 767px) {
  .ct_sub .jp {
    font-size: 153%;
  }
}
.ct_sub--wb .jp {
  color: #fff;
}
.ct_sub--wb .en {
  color: #0065a5;
}

/* -----------------------------------------------------------
	アニメーション初期値
----------------------------------------------------------- */
.motion_bounce, .motion_flash, .motion_shake, .motion_swing, .motion_wobble,
.motion_bounceIn, .motion_bounceInDown, .motion_bounceInLeft, .motion_bounceInRight,
.motion_bounceInUp, .motion_bounceOut, .motion_bounceOutDown, .motion_bounceOutLeft,
.motion_bounceOutRight, .motion_bounceOutUp, .motion_fadeIn, .motion_fadeInDown,
.motion_fadeInDownBig, .motion_fadeInLeft, .motion_fadeInLeftBig, .motion_fadeInRight,
.motion_fadeInRightBig, .motion_fadeInUp, .motion_fadeInUpBig, .motion_fadeOut,
.motion_fadeOutDown, .motion_fadeOutDownBig, .motion_fadeOutLeft, .motion_fadeOutLeftBig,
.motion_fadeOutRight, .motion_fadeOutRightBig, .motion_fadeOutUp, .motion_fadeOutUpBig,
.motion_slideInUp, .motion_slideInDown, .motion_slideInLeft, .motion_slideInRight,
.motion_zoomIn, .motion_zoomOutDown, .motion_zoomOutUp, .bounceInUp_large, .motion_intro_bg_zoomOut {
  opacity: 0;
}
