@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .03em;
  color: #000;
}

.contents {
  overflow: hidden;
}
.contents a {
  -webkit-transition: .3s;
  transition: .3s;
}
.contents a:hover {
  opacity: .8;
}

.img {
  text-align: center;
}

.cv-area {
  padding: 35px 0;
  background: #e4e4e4;
}
.cv-area a.cv-btn {
  position: relative;
  width: 380px;
  height: 80px;
  margin: 0 auto;
  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: #ff9b33;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  border-radius: 15px;
}
.cv-area a.cv-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-mv {
  width: 100%;
  margin-bottom: 0;
  line-height: 0;
  background-image: url(/sc/web/landing_page/57/mv_bg_PC.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-mv h1 {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.l-mv div {
  position: relative;
  margin: 0 auto;
  background-color: #1c477f;
}
.l-mv picture {
  width: 100%;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.l-mv span {
  width: 100%;
  max-width: 1280px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-mv img {
  width: 100%;
}

.incentive {
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
. incentive h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.l-book {
  padding: 0 0 45px;
  background: #E0C097;
}
.l-book .inner {
  position: relative;
  width: 1025px;
  margin: 0 auto;
}
.l-book .inner h2 {
  display: table;
  font-size: 35px;
  text-align: center;
  margin: 0 50% 25px auto;
  line-height: 1.2;
}
.l-book .inner h2 strong {
  font-size: 59px;
}
.l-book .inner .cont {
  width: 810px;
  padding: 20px 0 25px 130px;
  margin-left: -56px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(62, 176, 102, 0)), color-stop(4%, rgba(62, 176, 102, 0.05)), color-stop(29%, rgba(57, 164, 150, 0.47)), color-stop(56%, #3398ca));
  background: linear-gradient(to right, rgba(62, 176, 102, 0) 1%, rgba(62, 176, 102, 0.05) 4%, rgba(57, 164, 150, 0.47) 29%, #3398ca 56%);
}


.l-book h3.sec-title{
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 100px;
  background-color: #265ad5;
  color: #fff;
}

.l-book .inner .cont h3 {
  font-size: 37px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(85, 79, 157, 0.8);
  margin-bottom: 10px;
}
.l-book .inner .cont ul {
  padding-left: 20px;
  line-height: 1.5;
}
.l-book .inner .cont ul li {
  font-size: 26px;
  font-weight: bold;
}
.l-book .inner .cont ul li::before {
  content: "・";
}
.l-book .inner .img {
  position: absolute;
  left: 545px;
  top: -75px;
  line-height: 1;
}
.l-book .inner span.note1 {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 20px 0 0 95px;
}

.l-book .inner span.note2 {
  position: absolute;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #333;
  right: 0;
  bottom: 0;
}

h2.sec-title {
  position: relative;
  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;
  width: 1025px;
  padding-bottom: 45px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: bottom;
}
h2.sec-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: url("/sc/web/landing_page/57/bdr_arw.svg") no-repeat;
  background-size: 100%;
  margin-top: 15px;
}
h2.sec-title span {
  position: relative;
  display: inline-block;
  background: #554f9d;
  line-height: 1.4em;
  border-radius: .7em;
  color: #fff;
  font-size: .5em;
  padding: 0 8px;
  margin: 0 5px;
}
h2.sec-title span::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #554f9d transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-point {
  margin-bottom: 80px;
  text-align: center;
  background: #E0C097;
}
.l-point .logo {
  margin-bottom: 50px;
}
.l-point h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 50px;
  background-color: #265ad5;
  color: #fff;
}
.l-point h3 em {
  position: relative;
  display: inline-block;
  font-style: normal;
  z-index: 1;
}
.l-point h3 em::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102%;
  height: 15px;
  background: #fff350;
  z-index: -1;
}
.l-point h3 .bubble {
  position: absolute;
  width: 170px;
  height: 100px;
  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;
  padding-top: 15px;
  border-radius: 50%;
  background: #554f9d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  top: -90px;
  left: 50%;
  margin-left: -395px;
}
.l-point h3 .bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -18px;
  border-style: solid;
  border-width: 0 37px 26px 0;
  border-color: transparent #554f9d transparent transparent;
}
.l-point h4 {
  width: 480px;
  line-height: 50px;
  margin: 0 auto 25px;
  border-radius: 20px;
  background: #554f9d;
  font-size: 20px;
  color: #fff;
}
.l-point .copy {
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.l-point .copy span {
  color: #e25a2b;
}
.l-point ul.gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.l-point ul.gifts li {
  margin: 0 5px;
}
.l-point .note {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px
}

.l-worldstrategy {
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.l-worldstrategy .img {
  margin-bottom: 30px;
  text-align: center;
}

.l-detail {
  width: 1025px;
  margin: 80px auto 150px;
}
.l-detail h2 {
  position: relative;
  font-size: 27px;
  text-align: center;
  margin-bottom: 30px;
}
.l-detail h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 1em;
}
.l-detail h2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.l-detail dl {
  padding-left: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-detail dl dt {
  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;
  width: 150px;
  line-height: 25px;
  background: #554f9d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.l-detail dl dd {
  width: calc(100% - 150px);
  padding-left: 25px;
  margin-bottom: 25px;
  font-size: 16px;
}
.l-detail dl dd .note {
  font-size: 14px;
}
.l-detail .l-notes {
  margin: 0 auto 100px;
  padding-left: 25px;
}
.l-detail .l-notes h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.l-detail .l-notes p {
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.7;
}
.l-detail .red {
  color: #eb1c24;
}

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: url("/sc/web/landing_page/57/totop.png") no-repeat;
  background-size: cover;
  z-index: 5;
}
#pagetop a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

@media all and (min-width: 768px) {
  body, html {
    min-width: 1100px;
  }

  img {
    height: auto;
  }

  .sp {
    display: none;
  }
}
@media all and (max-width: 767px) {
  body {
    letter-spacing: normal;
  }

  .cv-area {
    padding: 25px 5%;
  }
  .cv-area a.cv-btn {
    position: relative;
    width: 100%;
    height: 3em;
    padding-right: 25px;
    font-size: 23px;
  }
  .cv-area a.cv-btn::after {
    width: 16px;
    height: 16px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    right: 25px;
  }

  .l-mv picture {
    width: 100%;
  }

  .l-mv img {
    width: 100%;
  }

  .l-book {
    padding: 0 0 30px;
  }
  .l-book .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .l-book h3.sec-title {
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

  .l-book .inner h2 {
    display: table;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 10px;
    line-height: 1.2;
  }
  .l-book .inner h2 strong {
    font-size: 40px;
  }
  .l-book .inner .cont {
    width: 100%;
    padding: 50px 0 30px;
    margin-left: 0;
    margin-top: -40px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(62, 176, 102, 0)), color-stop(4%, rgba(62, 176, 102, 0.05)), color-stop(29%, rgba(57, 164, 150, 0.47)), color-stop(56%, #3398ca));
    background: linear-gradient(to top, rgba(62, 176, 102, 0) 1%, rgba(62, 176, 102, 0.05) 4%, rgba(57, 164, 150, 0.47) 29%, #3398ca 56%);
  }
  .l-book .inner .cont h3 {
    font-size: 27px;
    text-shadow: 0px 0px 6px rgba(85, 79, 157, 0.8);
    margin-bottom: 5px;
    text-align: center;
  }
  .l-book .inner .cont ul {
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .l-book .inner .cont ul li {
    font-size: 18px;
  }
  .l-book .inner .cont ul li::before {
    content: "・";
  }
  .l-book .inner .img {
    width: 65%;
    position: static;
    margin: 0 auto;
  }
  .l-book .inner span.note {
    position: absolute;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #333;
    right: 5%;
    bottom: 0;
  }

  .l-book .inner span.note1 {
    display: block;
    font-size: 11px;
    color: #333;
    margin: 0 30px;
  }

  .l-book .inner span.note2 {
    font-size: 11px;
    position: relative;
    margin: 5px 30px 0;
  }

  h2.sec-title {
    width: 90%;
    margin: 0 auto 20px;
    padding: 15px 0 35px;
    font-size: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  h2.sec-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 25px;
    content: "";
    background: url("/sc/web/landing_page/57/bdr_arw.svg") no-repeat center;
    background-size: cover;
    margin-top: 15px;
  }
  h2.sec-title span {
    display: inline-block;
    background: #554f9d;
    line-height: 1.4em;
    border-radius: .7em;
    color: #fff;
    font-size: .6em;
    padding: 0 8px;
    margin: 0 5px;
  }

 .l-point {
    margin-bottom: 60px;
  }
  .l-point .logo {
    width: 35%;
    margin: 0 auto 30px;
  }
  .l-point h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .l-point h3 em {
    position: relative;
    display: inline-block;
    font-style: normal;
    z-index: 1;
  }
  .l-point h3 em::after {
    bottom: 5px;
    width: 102%;
    height: .4em;
  }
  .l-point h3 .bubble {
    width: 110px;
    height: 60px;
    padding-top: 10px;
    font-size: 10px;
    top: -45px;
    left: 5%;
    margin-left: 0;
  }
  .l-point h3 .bubble::after {
    margin-top: -2px;
    margin-left: -14px;
    border-style: solid;
    border-width: 0 28px 18px 0;
  }
  .l-point h4 {
    width: 90%;
    line-height: 1.6em;
    margin: 0 auto 15px;
    border-radius: 15px;
    font-size: 22px;
  }
  .l-point .copy {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .l-point .copy span {
    color: #e25a2b;
  }
  .l-point ul.gifts {
    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;
    margin-bottom: 10px;
  }
  .l-point ul.gifts li {
    width: 45%;
    margin: 0;
  }
  .l-point .note {
    font-size: 11px;
  }
  .l-detail {
    width: 90%;
    margin: 60px auto 80px;
  }
  .l-detail h2 {
    position: relative;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .l-detail dl {
    padding-left: 0;
    margin-bottom: 30px;
    display: block;
  }
  .l-detail dl dt {
    width: 120px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .l-detail dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .l-detail dl dd .note {
    font-size: .9em;
  }
  .l-detail .l-notes {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .l-detail .l-notes h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .l-detail .l-notes p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .l-detail .l-notes p .red {
    color: #eb1c24;
  }

  #pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: url("/sc/web/landing_page/57/totop.png") no-repeat;
    background-size: 100%;
    z-index: 5;
  }
  #pagetop a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style.css.map */

body .cv-area a.cv-btn {
    font-size: min(6vw, 40px);
    line-height: 1.3;
     width: 14em;
    height: 2.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .cv-area a.cv-btn span {
    font-size: .6em;
}
  
@media (max-width: 639px){
  body .cv-area a.cv-btn span {
    font-size: .7em;
  }
}
  
.account_corporation {
    text-align: center;
    margin: 1.5em auto 0;
}
  
.account_corporation a {
    color: #EE5835;
    font-size:min(6vw, 25px);
    font-weight: bold;
    text-decoration: underline;
}
  
.account_corporation a:hover {
    text-decoration: none;
}
  
@media (max-width: 639px){
    .account_corporation {
      margin-top: 1.2em;
    }
  
    .account_corporation a {
      font-size: min(4.3vw, 20px);
    }
}