@charset "UTF-8";
/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*@mixin mqPC*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@mixin mqSPMicro*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*メディアクエリ*/
/*wh一括指定*/
/*@mixin wh($w,$h)*/
/*wh一括指定*/
/*前後景色一括指定*/
/*@mixin colorSet($color,$background)*/
/*前後景色一括指定*/
/*フォントサイズpxとrem一括指定*/
/*@mixin fs($font)*/
/*フォントサイズpxとrem一括指定*/
/*font lineHeight一括指定*/
/*@mixin fontLineHeight($font,$lh)*/
/*font lineHeight一括指定*/
/*mixin集*/
/* CSS Document */
/* c-mainArea */
#g-nav ul li.menu a:before {
  display: none;
  content: "";
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lazyload {
  width: 12px;
  height: 12px;
}

.c-mainArea {
  font-family: 'Hiragino Kaku Gothic ProN','Arial','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',YuGothic,'Yu Gothic',sans-serif;
  /*@include mqPC{
    font-weight: bold;
  }*/
}

.text-red {
  color: #E6230F;
}

#l-headerArea .c-headerArea__logo {
  position: relative;
  top: 13px;
  left: 20px;
}

#l-headerArea .c-headerArea__logo a:first-of-type {
  display: inline-block;
  pointer-events: none;
}

#l-headerArea .c-headerArea__logo img {
  position: initial;
}

#l-headerArea .c-headerArea__login {
  display: none;
}

.p-img-guard {
  display: block;
  position: relative;
  pointer-events: none;
}

.p-img-guard::after {
  content: "";
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(rgba(255, 255, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 255, 0), rgba(255, 255, 0, 0));
  line-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

picture img {
  vertical-align: bottom;
}

.offer-text {
  font-size: 16px;
  text-align: left;
  max-width: 816px;
  margin: 0 auto;
  margin-top: 12px;
  color: #2C2C2C;
}

@media (max-width: 768px) {
  .offer-text {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}

.p-kv {
  position: relative;
}

.p-kv__title {
  height: auto;
  margin: auto;
  text-align: center;
}

.p-kv__title img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-kv__title {
    width: auto;
    padding: 0;
  }
}

.p-intro {
  background-color: #FFE401;
}

@media (min-width: 769px) {
  .p-intro {
    padding-bottom: 112px;
  }
}

.p-intro__inner {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .p-intro__inner {
    padding: 8vw 5.33vw 29.87vw;
  }
}

.p-intro2 {
  position: relative;
  background-color: #D1ECFF;
}

@media (min-width: 769px) {
  .p-intro2 {
    padding-top: 24px;
    padding-bottom: 85px;
  }
}

.p-intro2::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #D1ECFF;
  width: 100%;
  top: -69px;
  height: 69px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (max-width: 768px) {
  .p-intro2::before {
    top: -14.67vw;
    height: 14.67vw;
  }
}

.p-intro2__inner {
  max-width: 750px;
  margin: auto;
}

@media (max-width: 768px) {
  .p-intro2__inner {
    padding: 0vw 5.33vw 14vw;
  }
}

@media (max-width: 768px) {
  .p-intro h3 {
    margin-top: 6.67vw;
  }
}

.p-intro__head {
  font-size: 4.82vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .p-intro__head {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.p-intro__head-att {
  font-size: 5.6vw;
  color: #E60012;
}

@media (min-width: 769px) {
  .p-intro__head-att {
    font-size: 25px;
  }
}

.p-intro__title {
  text-align: center;
}

.p-intro__img {
  text-align: center;
}

.p-intro__box__title {
  text-align: center;
  line-height: 1.5;
  margin: 5px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}

@media (max-width: 768px) {
  .p-intro__box__title {
    margin: 2.67vw auto;
  }
}

.p-intro__box__title-small {
  font-size: 24px;
}

@media (max-width: 768px) {
  .p-intro__box__title-small {
    font-size: 4.27vw;
  }
}

.p-intro__box__title-medium {
  font-size: 26px;
}

@media (max-width: 768px) {
  .p-intro__box__title-medium {
    font-size: 5.33vw;
  }
}

.p-intro__box__title-big {
  font-weight: 700;
  text-shadow: 2px 2px 0px white;
  font-size: 36px;
}

@media (max-width: 768px) {
  .p-intro__box__title-big {
    font-size: 7.47vw;
  }
}

.p-intro__box + .p-intro__box {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .p-intro__box + .p-intro__box {
    margin-top: 10.67vw;
  }
}

.p-intro__lead {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .p-intro__lead {
    font-size: 4.27vw;
    margin: 1.33vw 4vw;
  }
}

.p-intro__lead span {
  color: #E60012;
}

.p-intro__lead-emp {
  font-size: 26px;
}

@media (max-width: 768px) {
  .p-intro__lead-emp {
    font-size: 4.8vw;
  }
}

@media (min-width: 769px) {
  .p-intro__fuki {
    width: 690px;
    margin: 0 auto;
  }
  .p-intro__fuki img {
    width: 13%;
  }
}

.featureArea {
  position: relative;
  padding-bottom: 29.87vw;
}

@media (min-width: 769px) {
  .featureArea {
    padding-bottom: 112px;
  }
}

.featureArea::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url(/english/adlp/02/img/231120/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  height: 40px;
}

@media (max-width: 768px) {
  .featureArea::before {
    top: -3.5vw;
    height: 7vw;
  }
}

.featureArea .featureBox h2 {
  padding: 25px 0;
  text-align: center;
  font-size: 40px;
}

@media (max-width: 768px) {
  .featureArea .featureBox h2 {
    font-size: 22px;
  }
}

.featureArea .featureBox h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  .featureArea .featureBox h3 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .featureArea .featureBox__flex {
    width: 900px;
    margin: 40px auto 0;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .featureArea .featureBox__inner {
    width: 426px;
    float: left;
  }
  .featureArea .featureBox__inner + .featureBox__inner {
    float: right;
  }
}

.featureArea .box02 h2 {
  color: #000;
  letter-spacing: -1.5px;
}

.featureArea .box02 h3 {
  color: #000;
  letter-spacing: -1px;
}

@media (min-width: 769px) {
  .featureArea .box01, .featureArea .box02, .featureArea .box03, .featureArea .box04 {
    width: 1000px;
    margin: 0 auto 50px;
    background: #fff;
  }
  .featureArea p {
    text-align: left;
    font-size: 15px;
  }
}

.featureArea .box04 {
  background-image: url(/english/special/2_3years/images/220121/box04_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (max-width: 768px) {
  .featureArea .box04 {
    padding-bottom: 89.07vw;
    background-image: url(/english/special/2_3years/images/220121/img_box04.jpg);
    background-position: bottom center;
    background-size: contain;
  }
}

.featureArea .box04 .featureBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.featureArea .box04 .featureBox__flex .featureBox__inner {
  float: none;
}

.borderBlue {
  background: url(/english/m/special/2_3years/images/border_blue.gif) no-repeat bottom center;
  background-size: 100%;
}

@media (min-width: 769px) {
  .borderBlue {
    background: url(/english/special/2_3years/images/line_blue.gif) no-repeat bottom center;
  }
}

.borderGreen {
  background: url(/english/m/special/2_3years/images/border_green.gif) no-repeat bottom center;
  background-size: 100%;
}

@media (min-width: 769px) {
  .borderGreen {
    background: url(/english/special/2_3years/images/line_green.gif) no-repeat bottom center;
  }
}

.borderPink {
  background: url(/english/m/special/2_3years/images/border_pink.gif) no-repeat bottom center;
  background-size: 100%;
}

@media (min-width: 769px) {
  .borderPink {
    background: url(/english/special/2_3years/images/line_pink.gif) no-repeat bottom center;
  }
}

.axisB {
  letter-spacing: 1px;
  font-weight: bold;
}

.p-reason {
  position: relative;
  background-color: #00a7ea;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .p-reason {
    font-size: 4vw;
    padding-bottom: 29.87vw;
  }
}

.p-reason::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #00a7ea;
  width: 100%;
  top: -69px;
  height: 69px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

@media (max-width: 768px) {
  .p-reason::before {
    top: -14.67vw;
    height: 14.67vw;
  }
}

.p-reason h2, .p-reason h3 {
  text-align: center;
  line-height: 1.3;
}

.p-reason p {
  text-align: left;
}

@media (min-width: 769px) {
  .p-reason p {
    font-size: 18px;
  }
}

.p-reason__title {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-reason__title {
    font-size: 7.47vw;
    margin-bottom: 10.67vw;
  }
}

.p-reason__head {
  font-size: 26px;
  font-weight: 600;
  margin: 40px auto 20px;
}

@media (max-width: 768px) {
  .p-reason__head {
    font-size: 4.8vw;
    margin: 10.67vw auto 5.33vw;
  }
}

.p-reason__img {
  margin: 12px auto;
}

.p-reason__inner {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-reason__inner {
    padding: 6.67vw 5.33vw 0;
  }
  .p-reason__img {
    margin: 5.33vw auto;
  }
  .p-reason__img img + img {
    margin-top: 3.2vw;
  }
}

.title__logo {
  display: inline-block;
  width: 283px;
  background-color: #fff;
  padding: 5px 15px;
}

@media (max-width: 768px) {
  .title__logo {
    width: 58.13vw;
    padding: 0.5vw 1vw;
  }
}

.c-courseNav__list__txtArea__courseName__img {
  margin-left: 0;
}

.s-courseNav-title {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.3;
  position: relative;
}

.s-courseNav-title::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #FFF;
  width: 100%;
  top: -69px;
  height: 69px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (max-width: 768px) {
  .s-courseNav-title::before {
    top: -7.6vw;
    height: 7.67vw;
  }
}

@media (min-width: 769px) {
  .let {
    width: 100%;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FFE301;
    position: relative;
  }
  .let::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #FFE301;
    width: 100%;
    top: -69px;
    height: 69px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 100%);
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .let::before {
    top: -14.67vw;
    height: 14.67vw;
  }
}

@media (min-width: 769px) {
  .let img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .let-title-wrap {
    position: relative;
  }
  h2.let-title {
    text-align: center;
    font-weight: bold;
    background-color: #FFE301;
    color: #000;
    padding: 40px 0;
  }
  .let-title-img {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 10;
  }
  .let-title-img-bg {
    position: relative;
  }
  .let-cont .let-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0065D6;
    font-weight: bold;
  }
  img.let-title-icon {
    margin-right: 10px;
    max-height: 47px;
  }
  img.let-title-icon-wide {
    margin-right: 10px;
    max-height: 40px;
  }
  .let-title__main {
    display: block;
    font-size: 20px;
    line-height: 1.7;
  }
  .let-title__sub {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  .let-title__white-box {
    font-size: 1em;
    line-height: 1;
    padding: 0.3em 0.5em;
    color: #E7340B;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 0.2em;
  }
  .let-title__point {
    color: #fff;
    background-color: #FFE301;
    font-size: 18px;
    border-radius: 30px;
    padding: 0.4em 0.8em;
    display: inline-block;
    margin-bottom: 8px;
  }
  .let-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px 100px;
  }
  .let-cont-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .let-cont {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin-top: 40px;
  }
  .let-cont__col {
    margin-top: 14px;
  }
  .let-cont__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }
  .let-cost__price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .let-cost__price-num {
    font-size: 2em;
  }
  .let-cost__system {
    margin-top: 14px;
  }
  .let-system__points__point {
    padding: 16px;
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
  }
  .let-system__points__point:nth-child(n+2) {
    margin-top: 10px;
  }
  .let-system__points__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .let .let-system__points__point__img {
    width: 17%;
    margin-right: 3%;
  }
  .let-system__points__point__txt {
    font-size: 14px;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .let {
    background-color: #FFE301;
    position: relative;
  }
  .let::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #FFE301;
    width: 100%;
    top: -69px;
    height: 69px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 100%);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .let::before {
    top: -14.67vw;
    height: 14.67vw;
  }
}

@media (max-width: 768px) {
  .let-cont {
    padding: 10px 10px 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
  }
  h2.let-title {
    text-align: center;
    font-weight: bold;
    background-color: #FFE301;
    color: #000;
    padding: 40px 0 20px;
  }
  h2.let-title > span {
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
  }
  .let-title-img-bg {
    padding: 0 4vw;
  }
  .let-thumb img {
    max-width: 100%;
  }
  .let-inner {
    background: none;
    position: relative;
    margin: 0 1vw;
  }
  .let-box {
    padding: 0 4vw 16vw;
  }
  .let-explain {
    background-color: #fff;
    text-align: center;
    padding: 5vw;
    padding-top: 6vw;
    padding-bottom: 10vw;
  }
  .let-title-icon {
    margin-right: 4vw;
    max-height: 10.13vw;
    margin-bottom: 2vw;
  }
  .let-title-icon-wide {
    margin-right: 4vw;
    max-height: 8.53vw;
    margin-bottom: 2vw;
  }
  .let-cont .let-title {
    color: #0065D6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .let-cont__text {
    margin-top: 10px;
  }
  .let-title span {
    font-size: 4.8vw;
  }
  .let-icon {
    line-height: 1;
    margin: 0 auto;
    width: 28vw;
    background-color: #E7340B;
    border-radius: 7vw;
    text-align: center;
    padding: 1.5vw 1.5vw;
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 5vw;
  }
  .let-icon p {
    font-size: 3vw;
  }
  .let-icon p span {
    font-size: 6.4vw;
    font-weight: bold;
  }
  .let-point-title {
    font-weight: bold;
    font-size: 6vw;
  }
}

.let .requestbtn {
  background-color: #d20010;
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  margin: 10px auto;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .let .requestbtn {
    padding: 5% 20%;
  }
}

.s-adv {
  padding-top: 10px;
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
}
/*# sourceMappingURL=index_250621.css.map */