
/* ============================================
  import
============================================ */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("reset.css");

/* ============================================
  common
============================================ */

html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 0;
  min-width: 1040px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none;
}
@media only screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
}

/* pc sp
--------------------------------- */
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: inline-block;
  }
}


/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}

/* ease
--------------------------------- */
.ease,
.ease *,
.ease *::after,
.ease *::before {
  -webkit-transition: .2s all ease;
     -moz-transition: .2s all ease;
      -ms-transition: .2s all ease;
       -o-transition: .2s all ease;
          transition: .2s all ease;
}

/* opacity
--------------------------------- */
.opacity a:hover {
  opacity: 0.7;
}

/* container
--------------------------------- */
.container {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* clearfix
--------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* font
--------------------------------- */
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-robot {
  font-family: 'Roboto', sans-serif;
}
.bold {
  font-weight: bold;
}
.fc-red {
  color: #cc0000;
}
.text-center {
  text-align: center;
}

a.blue-link {
  color: #0f0f69;
}

.bg_gray {
  background: #f8f8f8;
}

/* ============================================
  common
============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* inview
--------------------------------- */
.js-inview,
.js-inview-fadeIn,
.js-inview-fadeInUp,
.js-inview-bounceIn {
  opacity: 0;
  position: relative;
  -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
      -ms-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
          transition-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-inview_view {
  opacity: 1;
}

.wrapper .sec_ttl {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding: 50px 0;
  position: relative;
  transition: 0;
  transition-delay: 0;
  animation-delay: 0;
}
.sec_ttl::before {
  background: #cc0000;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .8s;
  transition-delay: .4s;
}
.sec_ttl .sec_num {
  height: 47px;
  display: inline-block;
  margin-right: 20px;
}
.sec_ttl.js-inview_view::before {
  width: 100%;
}
.sec_ttl.flex-center {
  text-align: left;
}

.i-guide-red {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../img/icon_gaibulink_red.png") no-repeat left center / 11px 10px;
  vertical-align: middle;
  margin-right: 4px;
}

/* ============================================
  mv
============================================ */
.header-logo {
  width: 200px;
  margin-bottom: 80px;
}
.header-logo img {
  width: 200px;
}
.mv_first_text {
  font-size: 18px;
}
.mv_in {
  margin: 0 auto 50px;
}
.mv_text_block {
  max-width: 1600px;
  width: 100%;
  padding: 20px 30px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.mv_img_block {
  width: 50%;
  background: url("../img/mv.jpg") no-repeat center bottom / cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 671px;
}
.mv_ttl {
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3;
  margin: 20px auto;
}
.mv_agora {
  position: absolute;
  left: 440px;
  top: 215px;
}
.mv_desc {
  font-size: 18px;
  max-width: 450px;
}
.mv_desc .border:first-child {
  border-top: 1px solid #ececec;
}
.mv_desc .border {
  display: block;
  padding: 10px;
  margin-left: -10px;
  border-bottom: 1px solid #ececec;
}

.main .view01 {
  animation-delay: 1s;
}
.main .view02 {
  animation-delay: 2s;
}
@media only screen and (min-width: 768px) {
  .main .view03 {
    animation-delay: 3s;
  }
  .main .view04 {
    animation-delay: 4s;
  }
  .main .view04.js-inview_view::before {
    transition-delay: 4s;
  }
}

/* ============================================
  method
============================================ */
.sec_method_in {
  padding: 125px 0;
}
.method_desc {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.method_link {
  width: 50%;
  text-align: center;
  padding: 50px 0;
}
.method_link:first-child {
  border-right: 1px solid #cc0000;
}
.method_link_img {
  width: 161px;
  margin: 35px auto 110px;
  position: relative;
}
.method_link_num {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  width: 30px;
  margin: 0 auto 25px;
}
.method_link_text {
  font-size: 20px;
}
.method_link_osusume {
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  line-height: 73px;
  display: block;
  border: 1px solid #cc0000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -134px;
  margin-top: -12px;
  background: #fff;
}
.method_link_detail {
  font-size: 14px;
}
.method_link_detail .arw {
  display: block;
  width: 60px;
  margin: 0 auto 5px;
}

/* ============================================
  step
============================================ */
.step_preparation {
  padding: 80px 0;
}
.step_preparation_in {
  max-width: 840px;
  margin: auto;
}
.step_preparation_block {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 10px;
}
.step_preparation_ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.step_preparation_list {
  padding: 30px 0 20px;
}
.step_preparation_list li {
  font-size: 20px;
  background: url("../img/icon_checkbox.png") no-repeat left center /  27px;
  padding-left: 40px;
  margin: 0 20px;
}
.step_preparation_help-link {
  text-align: right;
  font-size: 14px;
}
.step_preparation_help-link a:hover {
  text-decoration: underline;
}

.step_list_block .jalcard_login {
  display: block;
  margin: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  background: #cc0000;
  color: #fff;
  width: 300px;
  line-height: 60px;
}
.step_list_block .jalcard_login:hover {
  opacity: 0.7;
}
.step_list_block .jalcard_login .i-guide-white {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_gaibulink.png") no-repeat left center / 18px 18px;
  vertical-align: middle;
}
.step_list_block .jalcard_login .i-guide-white.pc {
  margin-right: 10px;
}
.step_list_block .jalcard_login .i-guide-white.sp {
  display: none;
  margin-left: 10px;
}

.step_list_block {
  padding: 120px 0;
  text-align: center;
}
.step_list_block .step {
  color: #cc0000;
  font-size: 26px;
  font-weight: bold;
}
.step_list_block .step::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin: 20px auto;
  background: #cc0000;
}
.step_list_block_ttl {
  color: #cc0000;
  font-size: 40px;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.step_list_block_desc {
  margin-bottom: 50px;
}
.step_list_block_pc {
  width: 737px;
  height: 473px;
  margin: auto;
  position: relative;
}
.step_list_block_pc .bg_pc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.step_list_block_pc .movie {
  width: 554px;
  position: absolute;
  left: 90px;
  top: 22px;
}

/* ============================================
  contact
============================================ */
.sec_contact_in {
  padding-top: 80px;
  padding-bottom: 120px;
}
.contact_desc {
  font-size: 22px;
  margin-bottom: 45px;
}
.contact_eigyo {
  max-width: 400px;
  margin: auto;
  border: 1px solid #dcdcdc;
}
.contact_freedial i {
  display: inline-block;
  width: 47px;
  vertical-align: middle;
}
.contact_freedial .num {
  display: inline-block;
  width: 315px;
  vertical-align: middle;
  margin-left: 15px;
}
.contact_tel {
  margin: 15px auto;
}
.contact_tel .num {
  display: inline-block;
  width: 166px;
  margin-left: 10px;
}

.anno_box_wrap {
  margin-bottom: -175px;
  position: relative;
  z-index: 1;
}
.anno_box {
  padding: 45px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.anno_box_ttl {
  font-size: 34px;
  color: #000033;
  text-align: center;
  margin-bottom: 40px;
}
.anno_box p {
  text-indent: -1em;
  padding-left: 2em;
}

/* ============================================
  footer
============================================ */

.copyright {
  padding-top: ;
  font-size: 14px;
  padding: 210px 10px 30px;
  text-align: center;
}


/* ============================================
  max-widt 767px
============================================ */
@media only screen and (max-width: 767px) {

  body {
    min-width: 100%;
  }

  .mv_text_block,
  .mv_img_block {
    width: 100%;
  }
  .mv_text_block {
    padding: 0 20px;
  }
  .mv_img_block {
    background: url(../img/mv_sp.jpg) no-repeat center bottom / cover;
    height: 90vh;
    min-height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sp_firstview {
    height: 90vh;
    min-height: 550px;
  }
  .header-logo {
    margin: 10px auto 30px;
    width: 50%;
  }
  .mv_text_block {
    text-align: center;
  }
  .mv_first_text {
    font-size: 3.5vw;
  }
  .mv_ttl {
    font-size: 8vw;
    font-weight: normal;
    line-height: 1.2;
    margin: 20px auto;
  }
  .mv_agora {
    position: static;
    max-width: 165px;
    width: 34%;
    margin: auto;
  }
  .mv_desc {
    font-size: 3.5vw;
    padding: 40px 0 0;
    max-width: 100%;
  }
  .mv_desc .border {
    padding: 6px 0;
    margin-left: 0;
  }

  .wrapper .sec_ttl {
    display: block;
    font-size: 6vw;
    padding: 20px 10px;
    text-align: center;
  }
  .wrapper .sec_ttl .sec_num {
    display: block;
    margin: 0 auto 10px;
    height: 32px;
  }
  .sec_method .sec_ttl {
    padding: 30px 10px;
  }

  .sec_method_in {
    padding: 40px 0;
  }
  .method_desc {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .method_link_list {
    padding: 0;
  }
  .method_link {
    padding: 20px;
  }
  .method_link_text {
    font-size: 3.5vw;
  }
  .method_link_img {
    margin: 35px auto 50px;
    width: 80%;
    max-width: 161px;
  }
  .method_link_num {
    width: 24px;
    margin: 0 auto 15px;
  }
  .method_link_detail .arw {
    width: 40px;
  }
  .method_link_detail {
    font-size: 12px;
  }
  .method_link_osusume {
    font-size: 10px;
    width: 50px;
    line-height: 48px;
    margin-left: -70%;
    margin-top: -24px;
  }

  .step_preparation {
    padding: 20px 0;
  }
  .step_preparation_list {
    display: block;
    padding: 20px 0 0;
  }
  .step_preparation_list li {
    font-size: 18px;
    background-size: 20px;
    padding-left: 30px;
    margin: 0 0 10px;
  }
  .step_list_block {
    padding: 40px 0;
  }
  .step_list_block_ttl {
    font-size: 7vw;
    line-height: 1.2;
  }
  .step_list_block_desc {
    font-size: 3.3vw;
    margin-bottom: 30px;
  }
  .step_list_block .step::after {
    margin: 10px auto 20px;
  }
  .step_list_block_sp {
    display: block;
    width: 280px;
    margin: auto;
    position: relative;
  }
  .step_list_block_sp .bg_sp {
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  .step_list_block_sp .movie {
    width: 200px;
    margin: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
  }
  .step_list_block .jalcard_login {
    width: 280px;
  }
  .step_list_block .jalcard_login .i-guide-white.pc {
    display: none;
  }
  .step_list_block .jalcard_login .i-guide-white.sp {
    display: inline-block;
  }

  .sec_contact_in {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .contact_desc {
    font-size: inherit;
    margin-bottom: 15px;
  }
  .contact_freedial i {
    width: 38px;
  }
  .contact_freedial .num {
    max-width: 300px;
    width: calc(100% - 70px);
  }
  .contact_tel .num {
    display: block;
    max-width: 200px;
    margin: auto;
    width: 50%;
  }
  .contact_eigyo {
    padding: 10px;
    font-size: 14px;
  }
  .anno_box_ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .anno_box {
    font-size: 12px;
    padding: 20px 10px;
  }


}
