@charset "UTF-8";
/*=============================================================
 02_home.css
=============================================================*/
.header__title {
  display: none;
}

.footer {
  border-top: none;
}


@media (min-width: 769px) {
  .appBtn {
    /* pointer-events: none; */
  }
  .appBtn:hover {
    opacity: 1;
  }
}

/* mv
================================================ */
/*.mv {
  width: 100%;
  height: calc(100vw / 1366 * 640);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/img/wentz01_pc.png);
  position: relative;
}
.mv__inner {
  position: relative;
}
.mv__lead {
  position: absolute;
  top: 270px;
  left: 100px;
  color: #fff;
  text-shadow: 2px 2px 4px #a3a7b0;
  font-size: 4.0rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .mv {
    width: auto;
    height: calc(100vw / 750 * 775);
    background-image: url(/img/wentz01_sp.png);
    margin-left: -18px;
    margin-right: -18px;
  }
  .mv__lead {
    top: calc(100vw / 750 * 415);
    left: calc(100vw / 750 * 75);
    font-size: calc(100vw / 750 * 40);
  }
}*/



/* accountArea
================================================ */
.accountArea {
  text-align: center;
  padding: 60px 0;
}
.accountArea__inner {
  display: inline-block;
  overflow: hidden;
}
.accountArea__btn {
  display: block;
  float: left;
  width: 388px;
  height: 106px;
  line-height: 106px;
  border-radius: 16px;
  color: #fff;
  font-size: 2.6rem;
  text-align: left;
  max-width: 48%;
}
.accountArea__btn:nth-of-type(2) {
  margin-left: 25px;
}
.accountArea__btn.is_entry {
  background-color: #adc646;
  padding-left: 56px;
}
.accountArea__btn.is_login {
  background-color: #e71e19;
  padding-left: 90px;
}
.accountArea__btn span {
  display: inline-block;
  padding-left: 88px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: ;
  background-size: 50px auto;

}
.accountArea__btn.is_entry span {
  background-image: url(/img/icon_entry.png);
}
.accountArea__btn.is_login span {
  background-image: url(/img/icon_login.png);
}

@media (max-width: 768px) {
  .accountArea {
    padding: 12px 0;
  }
  .accountArea__inner {
    display: flex;
  }
  .accountArea__btn {
    width: calc((100% - 12px) / 2);
    height: 53px;
    line-height: 53px;
    border-radius: 8px;
    font-size: 1.6rem;
    text-align: center;
  }
  .accountArea__btn:nth-of-type(2) {
    margin-left: 12px;
  }
  .accountArea__btn.is_entry {
    padding-left: 0;
  }
  .accountArea__btn.is_login {
    padding-left: 0;
  }
  .accountArea__btn span {
    padding-left: 25px;
    background-size: 20px auto;

  }
  .accountArea__btn.is_entry span {
    background-image: url(/img/icon_entry.png);
  }
  .accountArea__btn.is_login span {
    background-image: url(/img/icon_login.png);
  }
}

/* newsArea
================================================ */
.newsArea {
  margin-bottom: 60px;
}
.newsArea__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #e6e6e6;
}
.newsArea__title {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.newsList {
  width: 540px;
  margin: 0 auto;
}
.newsList__unit {
  display: block;
  position: relative;
}
.newsList__unit:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e71e19;
  border-right: 1px solid #e71e19;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.newsList__unit:hover:after {
  right: -5px;
}
.newsList__inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}
.newsList__title {
  width: 85px;
  font-size: 1.4rem;
  letter-spacing: -1px;
}
.newsList__cont {
  flex: 1 1 0%;
  padding-right: 15px;
  word-break: break-all;
}
.newsArea__link {
  text-align: center;
  margin-top: 30px;
}
.newsArea__link a {
  text-decoration: underline;
}
.newsArea__link a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .newsArea {
    margin-bottom: 12px;
  }
  .newsArea__inner {
    max-width: inherit;
    padding: 20px;
  }
  .newsArea__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .newsList {
    width: auto;
  }
  .newsList__unit {
  }
  .newsList__unit:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .newsList__inner {
    padding: 10px 0;
  }
  .newsList__title {
    width: 60px;
    font-size: 1.0rem;
  }
  .newsList__cont {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .newsArea__link {
    margin-top: 15px;
  }
}



/* searchArea
================================================ */
.searchArea {
  margin-bottom: 60px;
}
.searchArea__inner {
  display: flex;

}
.searchArea__unit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 282px;
  height: 286px;
  padding-top: 220px;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  border-radius: 16px;
  text-align: center;
}
.searchArea__unit:hover {
  opacity: 0.8;
}
.searchArea__unit.is_area {
  background-image: url(/img/search_img_area.png);
  background-size: 122px auto;
  background-position: center 58px;
}
.searchArea__unit.is_date {
  background-image: url(/img/search_img_date.png);
  background-size: 128px auto;
  background-position: center 58px;
}
.searchArea__unit.is_cate {
  background-image: url(/img/search_img_cate.png);
  background-size: 107px auto;
  background-position: center 58px;
}
.searchArea__unit.is_other {
  background-image: url(/img/search_img_other.png);
  background-size: 115px auto;
  background-position: center 58px;
  background-color: #ffd4d4;
}
.searchArea__unit span {
  display: inline-block;
  font-size: 2.2rem;
}
@media (min-width: 769px) {
  .searchArea__unit:not(:first-of-type) {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  .searchArea {
    margin-bottom: 20px;
  }
  .searchArea__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .searchArea__unit {
    display: block;
    width: calc(100vw / 750 * 338);
    height: calc(100vw / 750 * 338);
    padding-top: calc(100vw / 750 * 275);
    border-radius: 8px;
  }
  .searchArea__unit:nth-of-type(even) {
    margin-left: calc(100vw / 750 * 12);
  }
  .searchArea__unit:nth-of-type(n + 3) {
    margin-top: 12px;
  }
  .searchArea__unit.is_area {
    background-size: calc(100vw / 750 * 143) auto;
    background-position: center calc(100vw / 750 * 70);
  }
  .searchArea__unit.is_date {
    background-size: calc(100vw / 750 * 143) auto;
    background-position: center calc(100vw / 750 * 70);
  }
  .searchArea__unit.is_cate {
    background-size: calc(100vw / 750 * 128) auto;
    background-position: center calc(100vw / 750 * 70);
  }
  .searchArea__unit.is_other {
    background-size: calc(100vw / 750 * 137) auto;
    background-position: center calc(100vw / 750 * 80);
  }
  .searchArea__unit span {
    font-size: 1.5rem;
  }
}



/* aboutArea
================================================ */
.aboutArea {
  margin-bottom: 50px;
}
.aboutArea__inner {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.aboutArea__link {
  padding-left: 25px;
  font-size: 1.7rem;
  position: relative;
  text-decoration: underline;
}
.aboutArea__link:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(/img/icon_manual.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .aboutArea {
    margin-bottom: 0;
  }
  .aboutArea__inner {
    padding: 0;
    margin-bottom: 70px;
    text-align: center;
    border: none;
  }
  .aboutArea__link {
    padding-left: 22px;
  }
  .aboutArea__link:before {
    /*width: 14px;*/
    /*height: 18px;*/
  }
}
@media (max-width: 480px) {
}


/* MV
================================================ */
.mv {
    height: auto;
    background-image: none;
    position: relative;
    z-index: 1;
}
.mv:before,
.mv:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mv:before {
    background-color: #EA2719;
    left: 0;
}
.mv:after {
    background-color: #EA2719;
    right: 0;
}
.mv__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.mv__pic img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .mv:before,
    .mv:after {
        content: none;
    }
    .mv__inner {
      max-width: inherit;
      margin: 0 -18px;
    }
}



/* SLIDER
================================================ */
.slider {
  padding-bottom: 0;
  background-color: #FCFCFC;
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider__item {
  width: 220px;
  margin: 0 3px 20px;
}
.slider__item > a {
  display: block;
}
.slider__pic {
  position: relative;
}
.slider__pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slider__meta {
}
.slider__meta .status {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  /*background-color: #F8ED50;
  border-radius: 10px;
  color: #333333;
  font-size: 1.1rem;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px auto;
  background-image: url(/img/icon_new.png);
  text-indent: -9999px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
}
.slider__meta .place {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 34px;
  left: 10px;
  z-index: 2;
}
.slider__meta .time {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.slider__cont {
  padding: 20px 10px;
  background-color: #F7F7F7;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.07);
}
.slider__cont .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.slider__cont .salary {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.slider__cont .salary span {
  display: inline-block;
  font-size: 2rem;
  color: #E75454;
  font-weight: bold;
  vertical-align: bottom;
  padding: 0 5px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .slider {
    margin: 0 -18px;
  }
}




/* HEADLINE
================================================ */
.secHeadline {
    padding: 50px 0 100px;
}
.secHeadline__ttl {
    text-align: center;
}
.headlineList {
    display: flex;
    justify-content: center;
    margin: 60px 0 40px;
}
.headlineList__item {
    margin: 0 60px;
    max-width: 162px;
}
.secHeadline__text {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.86;
}
@media (max-width: 768px) {
    .secHeadline {
        padding: 30px 0 70px;
    }
    .secHeadline__ttl {
        width: calc(100vw / 375 * 216);
        margin: 0 auto;
    }
    .headlineList {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 60px 0 50px;
    }
    .headlineList__item {
        margin: 0;
        padding: 0 10px;
        width: 50%;
        max-width: inherit;
    }
    .headlineList__item:nth-child(n + 3) {
        margin-top: 35px;
    }
    .secHeadline__text {
        max-width: inherit;
    }
}



/* FEATURE
================================================ */
.secFeature {
    background-color: #F5F4EF;
    padding: 110px 0 0;
    position: relative;
}
.secFeature__ttl {
    text-align: center;
}
.secFeature__ttlMain {
    max-width: 216px;
    margin: 0 auto;
}
.secFeature__ttlSub {
    max-width: 165px;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.featureList {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0 0;
    padding: 0 20px;
}
.featureList__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.featureList__item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-left: 40px;
}
.featureList__item:nth-of-type(n + 2) {
}
.featureList__cont {
    max-width: 554px;
    padding-right: 56px;
}
.featureList__item:nth-of-type(even) .featureList__cont {
    padding-right: 0;
    padding-left: 40px;
}
.featureList__contText {
    padding: 30px 0 30px 40px;
    font-size: 15px;
    line-height: 1.86;
}
.featureList__pic {
    max-width: 343px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.featureList__pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #C1C0C0;
    border-radius: 28px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
}
.featureList__pic img {
    border-radius: 28px;
    border: 3px solid #333333;
}
.featureList__picText {
    width: 100%;
    position: absolute;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 14%;
}
.featureList__item:nth-of-type(2) {
    margin-top: 40px;
}
.featureList__item:nth-of-type(3) {
    margin-top: 40px;
}
@media screen and (max-width: 1194px) {
  .featureList__picText {
    font-size: calc(100vw / 1280 * 14);
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
    .secFeature {
        margin: 0 -18px;
        padding: 110px 20px 0;
    }
    .featureList {
        width: 100%;
        position: static;
        transform: none;
        margin: 40px 0 0;
        padding: 0;
    }
    .featureList__item {
        display: block;
    }
    .featureList__item:nth-of-type(even) {
        margin-left: 0;
    }
    .featureList__item:nth-of-type(n + 2) {
        margin: 40px 0 0;
    }
    .featureList__cont {
        max-width: inherit;
        padding: 0;
    }
    .featureList__item:nth-of-type(even) .featureList__cont {
        padding: 0;
    }
    .featureList__contTtl {
        margin: 0 0 20px 10px;
    }
    .featureList__contTtl img {
        width: auto;
        max-height: calc(100vw / 375 * 101);
    }
    .featureList__contText {
        padding: 0;
    }
    .featureList__pic {
        max-width: inherit;
        margin-top: 20px;
    }
    .featureList__pic img {
        width: 100%;
        height: auto;
    }
    .featureList__picText {
        width: 100vw;
        bottom: 10px;
        font-size: 13px;
        margin-left: 0;
        white-space: nowrap;
    }
    .featureList__item:nth-of-type(2) {
        margin-top: inherit;
    }
    .featureList__item:nth-of-type(3) {
        margin-top: inherit;
    }
}



/* PR
================================================ */
.secPr {
    padding: 100px 0 150px;
}
.prList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}
.prList__item {
    width: calc(100% / 3);
    max-width: 240px;
    text-align: center;
}
.prList__item:nth-of-type(n + 4) {
    margin-top: 140px;
}
.prList__pic {
    max-width: 150px;
    margin: 0 auto;
}
.prList__pic img {
    width: 100%;
    height: auto;
}
.prList__ttl {
    padding: 20px 0 25px;
    font-size: 16px;
    font-weight: bold;
}
.prList__text {
    font-size: 14px;
    line-height: 1.714;
}
@media (max-width: 768px) {
    .secPr {
        padding: 40px 0;
    }
    .prList {
        padding: 0 8px;
        max-width: inherit;
    }
    .prList__item {
        width: calc((100% - 35px) / 2);
        max-width: inherit;
    }
    .prList__item:nth-of-type(even) {
        margin-left: 35px;
    }
    .prList__item:nth-of-type(n + 3) {
        margin-top: 40px;
    }
    .prList__item:last-of-type {
      display: none;
    }
    .prList__pic {
        max-width: inherit;
    }
    .prList__ttl {
        padding: 20px 0 25px;
        font-size: 15px;
        white-space: nowrap;
    }
}




/* MOVIE
================================================ */
.secMovie {
    padding-bottom: 96px;
}
.secMovie__ttl {
    margin-bottom: 30px;
    text-align: center;
}
.movieArea {
  max-width: 820px;
  margin: 0 auto;
}
.movieArea video {
    width: 100%;
    height: auto;
}
@media (min-width: 769px) {
  /*.movieArea {
    position: relative;
  }
  .movieArea:before {
    content: "";
    display: block;
    width: 122px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(/img/movie_icon.png);
  }*/
  .movieArea video {
    cursor: pointer;
  }
}
@media (max-width: 768px) {
    .secMovie {
        padding: 40px 8px;
    }
    .secMovie__ttl {
        width: calc(100vw / 375 * 292);
        margin: 0 auto 20px;
    }
}


/* HOWTO
================================================ */
.secHowto {
    padding: 50px 0 90px;
    background-color: #F5F4EF;
}
.secHowto__ttl {
    text-align: center;
    margin-bottom: 20px;
}
.secHowto__ttlMain {
    max-width: 328px;
    margin: 0 auto;
}
.secHowto__ttlSub {
    display: block;
    max-width: 195px;
    margin: 0 auto 35px;
}
.howtoList {
    max-width: 815px;
    margin: 0 auto;
    padding: 0 20px;
}
.howtoList__item {
    display: flex;
    justify-content: center;
}
.howtoList__item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.howtoList__item:nth-of-type(n + 2) {
    margin-top: 30px;
}
.howtoList__pic {
    width: 322px;
}
.howtoList__pic img {
    width: 100%;
    height: auto;
}
.howtoList__cont {
    flex: 1 1 0%;
    padding-left: 30px;
    padding-top: 90px;
}
.howtoList__item:nth-of-type(even) .howtoList__cont {
    padding-left: 0;
    padding-right: 60px;
}
.howtoList__contTtl {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.howtoList__contText {
    font-size: 15px;
}
.howtoList__contBtn {
    margin-top: 15px;
    font-size: 0;
}
.howtoList__contBtn .appBtn {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}
.howtoList__contBtn .appBtn img {
    width: auto;
    max-height: 36px;
}
@media (max-width: 768px) {
    .secHowto {
        margin: 0 -18px;
        padding: 50px 20px 30px;
    }
    .secHowto__ttl {
        margin-bottom: 55px;
    }
    .secHowto__ttlSub {
    }
    .howtoList {
        max-width: inherit;
        padding: 0;
    }
    .howtoList__item {
        display: block;
    }
    .howtoList__item:nth-of-type(n + 2) {
        margin-top: 70px;
    }
    .howtoList__pic {
        width: 100%;
        padding: 0 8px;
    }
    .howtoList__cont {
        flex: 1 1 0%;
        padding: 25px 0 0;
    }
    .howtoList__item:nth-of-type(even) .howtoList__cont {
        padding-left: inherit;
        padding-right: 0;
    }
    .howtoList__contTtl {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .howtoList__contBtn .appBtn img {
        max-height: calc(100vw / 375 * 36);
    }
}




/* AREA INFO
================================================ */
.secInfo {
    padding: 85px 20px;
}
.areaInfo {
    display: flex;
    justify-content: center;
}
.areaInfo__pic {
    max-width: 300px;
}
.areaInfo__pic img {
    width: 100%;
    height: auto;
}
.areaInfo__cont {
    padding-left: 56px;
}
.areaInfo__contTtl {
    margin: 40px 0;
    font-size: 34px;
    font-weight: bold;
}
.areaList {
    font-size: 14px;
    line-height: 2;
}
.areaList__ttl {
    width: 108px;
    color: #FF9D9A;
    float: left;
    clear: both;
    line-height: 2;
    font-weight: bold;
}
.areaList__cont {
    margin-left: 108px;
    line-height: 2;
}
@media (max-width: 768px) {
    .secInfo {
        padding: 50px 8px 40px;
    }
    .areaInfo {
        display: block;
    }
    .areaInfo__pic {
        max-width: inherit;
        padding: 0 20px;
    }
    .areaInfo__cont {
        padding-left: 0;
    }
    .areaInfo__contTtl {
        margin: 40px 0 30px;
        font-size: 30px;
        text-align: center;
    }
    .areaList {
    }
    .areaList__ttl {
        width: auto;
        float: none;
    }
    .areaList__cont {
        margin-left: 0;
        font-size: 13px;
    }
}



/* CV
================================================ */
.cvArea {
    margin-bottom: 120px;
    background-color: #EA2719;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url(/img/home/cv_bg.png);
}
.cvArea__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-left: 177px;
    padding-top: 32px;
}
.cvArea__pic {
    width: 323px;
    position: relative;
}
.cvArea__pic img {
    width: 100%;
    height: auto;
}
.cvArea__picText {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.571;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.cvArea__cont {
    flex: 1 1 0%;
    padding: 0 0 0 60px;
}
.cvArea__ttl {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.666;
}
.cvArea__ttl span {
    display: block;
    font-weight: bold;
}
.cvArea__text {
    max-width: 610px;
    font-size: 15px;
    line-height: 1.86;
    color: #fff;
}
.cvArea__btn {
    margin: 20px 0 0;
    font-size: 0;
}
.cvArea__btn a.appBtn {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.cvArea__btn a.appBtn img {
    width: auto;
    max-height: 53px;
}
.cvArea__btnNote {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 1199px) {
  .cvArea__inner {
      padding: 0 calc(100vw / 1199 * 50);
  }
  .cvArea__pic {
    width: calc(100vw / 1199 * 323);
  }
  .cvArea__picText {
    font-size: calc(100vw / 1199 * 14);
  }
  .cvArea__ttl {
    font-size: calc(100vw / 1199 * 30);
  }
  .cvArea__text {
    font-size: calc(100vw / 1199 * 15);
  }
  .cvArea__btn a.appBtn img {
    height: calc(100vw / 1199 * 53);
  }
  .cvArea__btnNote {
    font-size: calc(100vw / 1199 * 15);
  }
}
@media (max-width: 768px) {
    .cvArea {
        margin: 0 -18px 60px;
        padding: 40px 20px 0;
    }
    .cvArea__inner {
        flex-direction: column-reverse;
        padding: 0;
        height: 493px;
    }
    .cvArea__pic {
        width: calc(100vw / 375 * 276);
        margin-top: 0;
    }
    .cvArea__picText {
        bottom: 15px;
        font-size: 13px;
        white-space: nowrap;
    }
    .cvArea__cont {
        padding: 0;
    }
    .cvArea__ttl {
        margin: 0 0 25px;
        font-size: 30px;
        text-align: center;
    }
    .cvArea__ttl span {
        display: none;
    }
    .cvArea__text {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .cvArea__btn {
        margin: 25px 0 0;
    }
    .cvArea__btn a.appBtn {
        margin-right: 0;
    }
    .cvArea__btn a.appBtn img {
        width: auto;
        height: calc(100vw / 375 * 51);
        max-height: inherit;
    }
    .cvArea__btn a.appBtn:nth-of-type(n + 2) {
        margin-left: 10px;
    }
    .cvArea__btnNote {
        font-size: 13px;
        margin-top: 32px;
    }
}



/* fade
================================================ */
.js-fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .6s, transform .6s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s;
}

.js-fadeRight {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity .8s, transform .8s;
}
.js-fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .5s;
}

.js-fadeLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity .8s, transform .8s;
}
.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .5s;
}