@charset "UTF-8";
/* ============================================================================
 Update: 2010/01/05
 reset用CSS
============================================================================= */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, address, img, strong, figure,
del, ins, dfn, em, abbr, acronym, kbd, q, pre, cite, code, samp, sub, sup, var,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td,
dl, dt, dd, ol, ul, li {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font-style: normal;
  font-size: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

hr {
  display: none;
}

del, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}



body {
  color: #2F2F2F;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}

.font-zen {
  font-family: 'Zen Maru Gothic', sans-serif;
}

/*** コンテナ ***/
.lpContainer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

/*** section ***/
.sec {
  padding: 100px 30px 80px;
  position: relative;
}

.sec-inner {
  max-width: 1100px;
}

.sec-ttl {
  margin: 2em 0 2em;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  /*** コンテナ ***/
  .lpContainer {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  /*** section ***/
  .sec {
    padding: 50px 15px 50px;
    position: relative;
  }
  .sec-inner {
    max-width: 1100px;
  }
  .sec-ttl {
    margin: 2em 0 2em;
    font-size: 30px;
  }
}


/**********************************************************

スライダ―

***********************************************************/
.slider {
  overflow: hidden;
}

/**********************************************************

背景スタイル

***********************************************************/
/*** 波線 ***/
.bg-wave {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='60' height='50' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cpath fill='%23ff7a2b' d='M-5-15q5 5 10 0t10 0 10 0v12q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v12q-5 5-10 0t-10 0-10 0z'/%3e%3c/svg%3e") repeat-x;
  background-size: 50px 50px;
  
}
.reasonArea .bg-wave.bg-top {
  top: -1px;
  transform: scaleY(-1);
}
.bg-wave.bg-bottom {
  bottom: -20px;
}

/*** 斜め線 ***/
.bg-slope {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
}
.bg-slope svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ff7a2b;
}
.bg-slope.bg-slope-top {
  top: -50px;
}
.bg-slope.bg-slope-bottom {
  bottom: -50px;
  transform: rotate(180deg);
}


/*――――――――――――――――――――――――――――――――――――――――――――
/* 不要な箇所を非表示
――――――――――――――――――――――――――――――――――――――――――――――*/
#campaign_lp .section.information {
  display: none;
}

/**********************************************************

 mv

***********************************************************/
.mvArea {
  position: relative;
  z-index: 2;
  background-color: #022482;
  overflow: hidden;
}
.mvArea .sec-inner {
  position: relative;
  z-index: 5;
  background: url(../img/img_mv-human-001.svg) no-repeat center left 0px, url(../img/img_mv-human-002.svg) no-repeat top 50px right 20px;
}
.mv__mainImgBox {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}
.mv__mainImg {
  width: 100%;
  max-width: 587px;
  margin: 0 auto;
}
.mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mvBgInner {
  position: relative;
}
.mvBgInner::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 113px;
  margin: auto;
  background: linear-gradient(0deg, #022482 0%, rgba(0, 41, 134, 0) 100%);
  content: "";
}

.mvLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}

.mvTtl {
  display: flex;
  justify-content: center;
  margin: 0;
}

.mvTtl__img {
  width: 578px;
}

.mvFirstComeBox {
  display: flex;
  justify-content: center;
}

.mvFirstCome {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 58px;
  margin: 0 0 58px 0;
  font-size: 22px;
  width: 570px;
  color: #FFE943;
  font-weight: bold;
  background: url(../img/bg_first-come.svg) no-repeat center center;
  background-size: auto 100%;
}

.mvFirstCome__num {
  margin: 0 4px;
  color: #FC547B;
  font-weight: bold;
  font-size: 31px;
}

.mvTxt-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 0px 0;
  color: #fff;
}

.mvTxt-plan__get {
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
}

.mvTxt-course {
  margin: 0 0 35px 0;
}

.mvPrice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 45px 0;
}

.mvPrice__txt {
  position: relative;
}
.mvPrice__txt::after {
  display: block;
  position: absolute;
  top: -25px;
  right: -110px;
  width: 138px;
  height: 138px;
  background: url(../img/txt_mv-price-point_a.svg) no-repeat center / contain;
  content: "";
}
.mvPrice__txt--after .mvPrice__txtImg {
  width: 538px;
}

@media screen and (max-width: 767px) {
  .mvArea {
    padding-top: 25px;
    padding-bottom: 65px;
    position: relative;
    z-index: 2;
    background: url(../img/bg_mv.jpg) no-repeat top center;
    background-size: 100%;
    background-color: #022482;
  }
  .mvArea .sec-inner {
    padding: 30px 0 0;
    position: relative;
    background: none;
    /* background: url(../img/img_mv-human-002.svg) no-repeat top 0px right 0px;
    background-size: 70px, 70px; */
  }
  .mvLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .mvLogo__img {
    width: 130px;
  }
  .mvTtl {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  .mvTtl__img {
    max-width: 84%; 
  }
  .mvFirstComeBox {
    display: flex;
    justify-content: center;
  }
  .mvFirstCome {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 37px;
    margin: 0 0 38px 0;
    padding: 5px 0 0 0;
    font-size: 15px;
    width: 570px;
    color: #FFE943;
    font-weight: bold;
    background: url(../img/bg_first-come.svg) no-repeat center center;
    background-size: auto 100%;
  }
  .mvFirstCome__num {
    margin: 0 4px;
    color: #FC547B;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
  }
  .mvTxt-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 45px 0 10px 0;
    color: #fff;
    position: relative;
  }
  .mvTxt-plan::before {
    /* display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 70px;
    height: 60px;
    background: url(../img/img_mv-human-001.svg) no-repeat top left;
    background-size: 100%; */
    content: normal;
  }
  .mvTxt-plan__get {
    display: flex;
    justify-content: center;
    max-width: 220px;
    margin: 0 0 10px 0;
  }
  .mvTxt-plan__first {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .mvTxt-plan__second {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .mvTxt-course {
    width: 90%;
    margin: 0 0 15px 0;
  }
  .mvPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px 40px -10px;
  }
  .mvPrice__txt {
    width: 80%;
    height: auto;
  }
  .mvPrice__txt::after {
    top: -27px;
    right: -50px;
    width: 85px;
    height: 85px;
  }
  .mvPrice__txt--after .mvPrice__txtImg {
    max-width: 330px;
    width: 100%;
  }
  
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* contactBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.contactLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 90px;
  padding: 0 20px 0 0px;
  border-radius: 50px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.contactLink::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 30px;
  height: 23px;
  margin: auto;
  background: url(../img/icon_arrow-white.svg) no-repeat top left;
  content: "";
}
.contactLink.contactLink--reserve {
  color: #fff;
  background-color: #E53874;
  border: solid 5px transparent;
}
.contactLink.contactLink--reserve::before {
  background-image: url(../img/icon_arrow-white.svg);
}
.contactLink.contactLink--contact {
  margin-left: 40px;
  color: #E53874;
  background-color: #fff;
  border: solid 5px #E53874;
}
.contactLink.contactLink--contact::before {
  background-image: url(../img/icon_arrow-red.svg);
}
.contactBox .lead {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .contactLink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
  }
  .contactLink::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 22px;
    height: 18px;
    margin: auto;
    background: url(../img/icon_arrow-white.svg) no-repeat top left;
    background-size: 100%;
    content: "";
  }
  .contactLink.contactLink--reserve {
    color: #fff;
    background-color: #E53874;
    border: solid 3px transparent;
  }
  .contactLink.contactLink--reserve::before {
    background-image: url(../img/icon_arrow-white.svg);
  }
  .contactLink.contactLink--contact {
    margin: 20px 0 0 0;
    color: #E53874;
    background-color: #fff;
    border: solid 3px #E53874;
  }
  .contactLink.contactLink--contact::before {
    background-image: url(../img/icon_arrow-red.svg);
  }
}
/* キャンペーンセクション */
.campaignArea {
  background: url(../img/bg_mv-02_pc.jpg)no-repeat center / cover;
  padding-top: 75px;
  padding-bottom: 90px;
}
.campaignArea .mvPrice {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .campaignArea {
    background: url(../img/bg_mv-02.sp.jpg)no-repeat center / cover;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .campaignArea .mvTtl {
    margin-top: 0;
  }
}