@charset "UTF-8";

#about,
#feature,
#benefits,
#price {
  position: relative;
  top: -130px;
}

.line {
  position: relative;
}

.line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.mainvisual {
  position: relative;
}

.mainvisual__slider {
  width: 68.46vw;
  height: 680px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.mainvisual__slider .mainvisual__slider__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 68.46vw;
  height: 680px;
}

.mainvisual__slider .mainvisual__slider__image.slide__01 {
  background-image: url(../img/img_slider_01_pc.jpg);
}

.mainvisual__slider .mainvisual__slider__image.slide__02 {
  background-image: url(../img/img_slider_02_pc.jpg);
}

.mainvisual__slider .mainvisual__slider__image.slide__03 {
  background-image: url(../img/img_slider_03_pc.jpg);
}

.mainvisual__slider .mainvisual__slider__image.slide__04 {
  background-image: url(../img/img_slider_04_pc.jpg);
}

.pageTitle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageTitle {
  line-height: 1;
}

.pageTitle__copy {
  font-size: 24px;
  margin-left: 25px;
}

.pageTitle__title {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  display: block;
  margin-top: 30px;
}

.pageTitle__title .text__02 {
  letter-spacing: -0.09em;
}

.mainvisual__inner {
  position: relative;
}

.pageTitle__ico {
  background-image: url(../img/ico_ktp.png);
  display: inline-block;
  width: 102px;
  height: 102px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mainvisual__text {
  font-size: 26px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 30px;
}

.mainvisual__text:before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainvisual__downloadText {
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #08ba8c;
  margin-top: 25px;
}

.mainvisual__box {
  background-color: #08ba8c;
  padding: 40px 50px 80px 0;
  color: #fff;
  margin-top: 40px;
}

.downloadButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.downloadButton__item a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 15px -3px #333;
  box-shadow: 0px 5px 15px -3px #333;
  border-radius: 6px;
}

.mainvisual__attention {
  margin-top: 30px;
}

.howto {
  background-color: #ecf0f2;
  padding-top: 215px;
}

.howto__inner {
  position: relative;
}

.howto__inner:before {
  content: "";
  background-image: url(../img/bg_howto_01_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 335.5px;
  height: 436px;
  position: absolute;
  left: 249px;
  bottom: 39px;
}

.howtoList {
  position: relative;
}

.howtoList:before {
  content: "";
  background-image: url(../img/img_human_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 92px;
  height: 180px;
  position: absolute;
  right: -7px;
  bottom: -30px;
}

.howtoList__item {
  background-color: #f0f3f5;
  font-size: 18px;
  font-weight: 700;
  color: #009a63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px;
  border: 1px solid #009a63;
  position: relative;
}

.howtoList__item:first-child {
  margin-top: 0;
}

.howtoList__item:before {
  content: "";
  background-image: url(../img/ico_hukidashi_01_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  right: -7px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.howtoList__textBox {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, from(#32c1e0), to(#039ed0));
  background: linear-gradient(to right, #32c1e0, #039ed0);
  position: relative;
  margin-top: 65px;
  -webkit-box-shadow: 0px 3px 10px -3px #039ed0;
  box-shadow: 0px 3px 10px -3px #039ed0;
}

.howtoList__textBox:before {
  content: "";
  background-image: url(../img/ico_marker.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 115px;
  height: 101px;
  position: absolute;
  top: -35px;
  left: 50px;
}

.howtoList__text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.818;
}

.feature {
  margin-top: -40px;
}

.feature__title__wrap {
  background-color: #ccc;
  background-image: url(../img/img_feature_01_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 355px;
  padding-top: 124px;
}

.feature__title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 2.25;
}

.featureList__item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.featureList__item:nth-child(2n) {
  background-color: #f4f5f6;
}

.featureList__item.item__01:before,
.featureList__item.item__02:before,
.featureList__item.item__03:before,
.featureList__item.item__04:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 30px 0 30px;
  border-color: #f4f5f6 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 0;
  margin: auto;
  z-index: 10;
}

.featureList__item.item__01:before {
  border-color: #009a63 transparent transparent transparent;
}

.featureList__item.item__02:before,
.featureList__item.item__04:before {
  border-color: #fff transparent transparent transparent;
}

.featureList__item.item__02 .featureList__title__wrap .ico,
.featureList__item.item__04 .featureList__title__wrap .ico {
  position: relative;
  top: 20px;
}

.featureList__item.item__01 .featureList__title__wrap .ico {
  position: relative;
}

.featureList__item.item__02 .featureList__title__wrap .ico {
  width: 93px;
  height: 79px;
  position: relative;
  top: 31px;
}

.featureList__item.item__02 .featureList__catchCopy {
  margin-top: 15px;
}

.featureList__item.item__02 .featureList__pass:before {
  background-image: url(../img/ico_pass_pc.png);
}

.featureList__item.item__03 .featureList__title__wrap .ico {
  width: 100px;
  height: 60px;
  position: relative;
  top: 40px;
}

.featureList__item.item__04 {
  margin-top: 70px;
}

.featureList__item.item__04 .featureList__title__wrap .ico {
  width: 78px;
  height: 82px;
  position: relative;
  top: 23px;
}

.featureList__item__inner {
  position: relative;
  padding-top: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featureList__pass {
  padding: 7px 20px 7px 50px;
  color: #009a63;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #009a63;
  text-align: right;
  position: relative;
}

.featureList__pass:before {
  content: "";
  background-image: url(../img/ico_pass_02_pc.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 49px;
  position: absolute;
  top: -21px;
  left: 7px;
}

.featureList__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featureList__title__wrap .ico {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 86px;
  height: 86px;
}

.featureList__title {
  color: #009a63;
  margin-left: 35px;
}

.featureList__title .point {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featureList__title .point:before {
  background-color: #009a63;
  bottom: -2px;
}

.featureList__title .number {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-left: 10px;
}

.featureList__title .title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.featureList__catchCopy {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.818;
  margin-top: 20px;
}

.featureList__text__wrap {
  color: #626262;
  margin-top: 15px;
}

.featureList__text {
  font-size: 16px;
  line-height: 1.625;
}

.featureList__attention {
  font-size: 12px;
  margin-top: 10px;
}

.passArea {
  padding-bottom: 10px;
}

.passArea__inner {
  position: relative;
  z-index: 100;
  background-color: #05b58d;
  padding: 50px 0 40px 0;
  -webkit-box-shadow: 0px 4px 7px -3px #05b58d;
  box-shadow: 0px 4px 7px -3px #05b58d;
}

.passArea__inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 0;
  margin: auto;
  z-index: 10;
}

.passArea__title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.passArea__text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.555;
  margin-top: 30px;
}

.passArea__button {
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 53px;
}

.passArea__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}

.passArea__button a:before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.passList {
  background-color: #fff;
  margin-top: 30px;
}

.passList__item.item__02 {
  position: relative;
}

.passList__item.item__02:before {
  content: "";
  display: block;
  width: 3px;
  height: 51%;
  background-color: #05b58d;
  position: absolute;
  top: -0.5%;
  left: 0;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.passList__item.item__02:after {
  content: "";
  display: block;
  width: 3px;
  height: 51%;
  background-color: #05b58d;
  position: absolute;
  bottom: -0.5%;
  left: 0;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

.passList__item.item__02 .passList__image {
  margin-top: 20px;
}

.passList__number {
  font-family: 'Open Sans', sans-serif;
  color: #05b58d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.passList__number .number {
  font-size: 40px;
  margin-left: 10px;
}

.passList__text {
  color: #05b58d;
  font-size: 16px;
  line-height: 1.625;
  display: block;
  margin-top: 5px;
}

.passList__caption {
  color: #05b58d;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.passList__caption .caption__01 {
  margin-left: 15px;
}

.passList__caption .caption__02 {
  margin-left: 70px;
}

.scene {
  background-image: url(../img/bg_scene_01_pc.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 70px 0 60px 0;
}

.scene__title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.sceneList {
  margin-top: 40px;
}

.sceneList__item {
  background-color: #fff;
}

.sceneList__item.item__01 .sceneList__photo {
  background-image: url(../img/img_scene_pc_01.jpg);
}

.sceneList__item.item__02 .sceneList__photo {
  background-image: url(../img/img_scene_pc_02.jpg);
}

.sceneList__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 189px;
}

.sceneList__contents {
  padding: 30px 30px 30px 30px;
}

.sceneList__title {
  font-size: 22px;
  font-weight: 700;
  color: #00c0ff;
}

.sceneList__text {
  color: #626262;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 10px;
}

.download {
  background-color: #05b58d;
  padding: 80px 0 40px 0;
  overflow: hidden;
}

.download__inner {
  position: relative;
}

.download__title {
  color: #fff;
  text-align: center;
}

.download__title .text__01 {
  font-size: 30px;
  font-weight: 900;
}

.download__title .text__02 {
  display: block;
  font-size: 60px;
  font-weight: 900;
  margin-top: 10px;
}

.download__title .text__03 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.downloadArea {
  padding: 90px 0 50px 0;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 100px;
  position: relative;
}

.downloadArea .downloadButton {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.downloadArea .downloadButton__item a {
  border-radius: 10px;
}

.download__icon {
  background-image: url(../img/ico_ktp.png);
  display: block;
  width: 135px;
  height: 135px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.downloadArea__title {
  background-color: #05b58d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes boyyyyon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}

@keyframes boyyyyon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}

@media print, screen and (min-width: 681px) {
  .mainvisual__inner {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainvisual__downloadText {
    width: 450px;
  }

  .mainvisual__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 620px;
  }

  .downloadButton {
    width: 450px;
  }

  .downloadButton__item {
    width: 216px;
    height: 62px;
  }

  .downloadButton__item:hover {
    position: relative;
    right: -2px;
    bottom: -2px;
  }

  .mainvisual__image {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 680px;
  }

  .mainvisual__image,
  .mainvisual__image img {
    width: 387px;
    height: 620px;
  }

  .howto {
    margin-top: -96px;
  }

  .howto__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .howto__image {
    position: absolute;
    left: -87px;
    bottom: -71px;
  }

  .howto__image,
  .howto__image img {
    width: 450px;
    height: 582px;
  }

  .howtoList {
    margin-left: 30px;
  }

  .howtoList__item {
    width: 487px;
    height: 55px;
    border-radius: 4px;
  }

  .howtoList__textBox {
    width: 623px;
    height: 258px;
  }

  .howto__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .featureList__item:first-child .featureList__item__inner,
  .featureList__item:nth-child(2n + 1) .featureList__item__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .featureList__item:nth-child(2n) .featureList__item__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .featureList__item:nth-child(2n) .featureList__photo {
    left: auto;
    right: -29px;
  }

  .featureList__item.item__02 .featureList__contents,
  .featureList__item.item__04 .featureList__contents {
    width: 442px;
  }

  .featureList__item.item__02 .featureList__photo,
  .featureList__item.item__02 .featureList__photo img,
  .featureList__item.item__04 .featureList__photo,
  .featureList__item.item__04 .featureList__photo img {
    width: 492px;
    height: 794px;
  }

  .featureList__item.item__02 .featureList__item__inner {
    padding-top: 140px;
    min-height: 530px;
  }

  .featureList__item.item__02 .featureList__contents {
    width: 427px;
    position: relative;
    right: -30px;
  }

  .featureList__item.item__02 .featureList__photo,
  .featureList__item.item__02 .featureList__photo img {
    width: 492.5px;
    height: 794px;
  }

  .featureList__item.item__03 .featureList__item__inner {
    padding-top: 140px;
    min-height: 500px;
  }

  .featureList__item.item__03 .featureList__contents {
    position: relative;
    left: -60px;
  }

  .featureList__item.item__03 .featureList__photo {
    bottom: -338px;
  }

  .featureList__item.item__03 .featureList__photo,
  .featureList__item.item__03 .featureList__photo img {
    width: 492.5px;
    height: 794px;
  }

  .featureList__item.item__04 .featureList__item__inner {
    padding-top: 130px;
    min-height: 479px;
  }

  .featureList__item.item__04 .featureList__contents {
    width: 427px;
  }

  .featureList__item.item__04 .featureList__photo {
    bottom: -370px;
  }

  .featureList__item.item__04 .featureList__photo,
  .featureList__item.item__04 .featureList__photo img {
    width: 492.5px;
    height: 794px;
  }

  .featureList__item__inner {
    width: 910px;
    min-height: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .featureList__photo {
    position: absolute;
    left: -100px;
    bottom: -300px;
    z-index: 10;
  }

  .featureList__photo,
  .featureList__photo img {
    width: 493px;
    height: 794px;
  }

  .featureList__contents {
    width: 405px;
  }

  .featureList__pass {
    width: 308px;
  }

  .passArea__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .passArea__button {
    width: 326px;
  }

  .passArea__button a,
  .passArea__button a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .passArea__button a:hover {
    color: #05b58d;
    background-color: #fff;
  }

  .passArea__button a:hover:before {
    right: 12px;
    border-color: #05b58d;
  }

  .passList {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .passList__item {
    width: 50%;
    padding: 30px 0 30px 50px;
  }

  .passList__item.item__02 {
    padding-left: 60px;
  }

  .passList__item.item__02 .passList__image {
    margin-left: 40px;
  }

  .passList__item.item__02 .passList__image,
  .passList__item.item__02 .passList__image img {
    width: 219px;
    height: 149px;
  }

  .passList__image,
  .passList__image img {
    width: 336px;
    height: 129px;
  }

  .scene__inner {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }

  .sceneList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sceneList__item {
    width: 400px;
    margin-left: 30px;
  }

  .sceneList__item:first-child {
    margin-left: 0;
  }

  .download__inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .downloadArea {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .downloadArea .downloadButton {
    width: 546px;
  }

  .downloadArea .downloadButton__item {
    width: 255px;
    height: 70px;
  }

  .downloadArea__title {
    width: 546px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
  }

  .download__image {
    position: absolute;
    right: -120px;
    bottom: -149px;
  }

  .download__image,
  .download__image img {
    width: 342px;
    height: 555px;
  }
}

@media screen and (min-width: 1330px) {
  .feature__title__wrap {
    min-width: 1330px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 680px) {
  #about,
  #feature,
  #benefits,
  #price {
    top: 0;
  }

  .mainvisual__slider {
    width: 100%;
    height: 77vw;
  }

  .mainvisual__slider .mainvisual__slider__image {
    width: 100%;
    height: 76.8vw;
  }

  .pageTitle__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageTitle__copy {
    font-size: 15px;
    margin-left: 15px;
  }

  .pageTitle__title {
    font-size: 35px;
    text-align: center;
    line-height: 1.1;
    margin-top: 10px;
  }

  .mainvisual__inner {
    padding-top: 76vw;
  }

  .pageTitle__ico {
    width: 44px;
    height: 44px;
  }

  .mainvisual__text {
    font-size: 14px;
    display: block;
    width: 174px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainvisual__box {
    padding: 20px 25px 15px 25px;
    margin-top: 0;
    position: relative;
    z-index: 30;
  }

  .downloadButton {
    margin-top: 10px;
  }

  .downloadButton__item {
    width: 43vw;
  }

  .mainvisual__image {
    position: absolute;
    z-index: 20;
    width: 62.13vw;
    top: 85px;
    right: 12px;
  }

  .mainvisual__attention {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
  }

  .howto {
    padding-top: 60px;
  }

  .howto__inner:before {
    width: 180px;
    height: 260px;
    left: 0;
    right: -131px;
    bottom: 30px;
    margin: auto;
    z-index: 0;
  }

  .howto__image {
    width: 232px;
    height: 286px;
    margin-top: 20px;
    margin-left: -24px;
    margin-bottom: -44px;
    position: relative;
    z-index: 10;
  }

  .howtoList:before {
    width: 61px;
    height: 110px;
    right: 0;
    bottom: -15px;
  }

  .howtoList__item {
    border-radius: 2px;
    font-size: 12px;
    width: 69vw;
    height: 45px;
    margin-top: 5px;
  }

  .howtoList__textBox {
    padding: 30px 0;
    margin-top: 25px;
  }

  .howtoList__textBox:before {
    width: 60px;
    height: 52px;
    top: -14px;
    left: 18px;
  }

  .howtoList__text {
    font-size: 13px;
    line-height: 1.769;
  }

  .howto__inner {
    margin-left: 25px;
    margin-right: 25px;
  }

  .feature {
    margin-top: -20px;
  }

  .feature__title__wrap {
    padding-top: 60px;
    height: 50.13333333vw;
  }

  .feature__title {
    font-size: 20px;
    line-height: 2.2;
  }

  .featureList__item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .featureList__item:not(:first-child) {
    margin-top: -53vw;
  }

  .featureList__item.item__02:before,
  .featureList__item.item__04:before {
    border-color: #009a63 transparent transparent transparent;
  }

  .featureList__item.item__03:before {
    border-color: #009a63 transparent transparent transparent;
  }

  .featureList__item.item__01 .featureList__title__wrap .ico {
    top: 13px;
  }

  .featureList__item.item__02 .featureList__title__wrap .ico {
    width: 66px;
    height: 64.5px;
    top: 25px;
  }

  .featureList__item.item__02 .featureList__catchCopy {
    margin-top: 10px;
  }

  .featureList__item.item__03 .featureList__title__wrap .ico {
    width: 81.5px;
    height: 49px;
    top: 30px;
  }

  .featureList__item.item__04 {
    margin-top: 35px;
    margin-bottom: -57vw;
    position: relative;
    z-index: -1;
  }

  .featureList__item.item__04 .featureList__title__wrap .ico {
    width: 70px;
    height: 70px;
    top: 9px;
  }

  .featureList__item__inner {
    padding-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featureList__photo {
    text-align: center;
  }

  .featureList__photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .featureList__photo img {
    position: relative;
    left: -6vw;
  }

  .featureList__contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .featureList__pass {
    font-size: 12px;
    width: 250px;
  }

  .featureList__pass:before {
    width: 50px;
  }

  .featureList__title__wrap .ico {
    width: 70px;
    height: 70px;
  }

  .featureList__title {
    margin-left: 30px;
  }

  .featureList__title .point {
    font-size: 16px;
  }

  .featureList__title .number {
    font-size: 32.5px;
  }

  .featureList__title .title {
    font-size: 32.5px;
  }

  .featureList__catchCopy {
    font-size: 17.5px;
    margin-top: 15px;
  }

  .featureList__text {
    font-size: 13px;
    line-height: 1.615;
  }

  .featureList__attention {
    font-size: 10px;
  }

  .passArea {
    margin-top: -59vw;
  }

  .passArea__inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .passArea__inner:before {
    border-color: #ededee transparent transparent transparent;
    top: -1px;
  }

  .passArea__title {
    font-size: 20px;
    line-height: 2.2;
  }

  .passArea__text {
    font-size: 13px;
    line-height: 1.615;
  }

  .passArea__button {
    font-size: 12px;
    height: 42.5px;
    margin-top: 30px;
  }

  .passList__item {
    padding: 35px 25px 35px 25px;
  }

  .passList__item.item__02:before {
    width: 51%;
    height: 3px;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  .passList__item.item__02:after {
    width: 51%;
    height: 3px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }

  .passList__item.item__02 {
    padding-top: 45px;
  }

  .passList__item.item__02 .passList__image {
    width: 143.5px;
    margin-left: auto;
    margin-right: auto;
  }

  .passList__number {
    font-size: 19px;
  }

  .passList__number .number {
    font-size: 26px;
  }

  .passList__text {
    font-size: 13px;
  }

  .passList__caption {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .passList__caption .caption__01 {
    margin-left: 3vw;
  }

  .passList__caption .caption__02 {
    margin-left: 13vw;
  }

  .passList__image {
    margin-top: 10px;
  }

  .scene {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .scene__title {
    font-size: 20px;
  }

  .scene__title {
    font-size: 18px;
  }

  .sceneList {
    margin-top: 25px;
  }

  .sceneList__item {
    margin-top: 25px;
  }

  .sceneList__item:first-child {
    margin-top: 0;
  }

  .sceneList__photo {
    height: 40.8vw;
  }

  .sceneList__contents {
    padding: 25px;
    min-height: 36.8vw;
  }

  .sceneList__title {
    font-size: 17px;
  }

  .sceneList__text {
    font-size: 13px;
  }

  .download {
    padding: 60px 25px 20px 25px;
  }

  .download__title .text__01 {
    font-size: 20px;
  }

  .download__title .text__02 {
    font-size: 35px;
    line-height: 1.2;
    margin-top: 20px;
  }

  .download__title .text__03 {
    font-size: 14px;
    margin-top: 20px;
  }

  .downloadArea {
    border-radius: 4px;
    padding: 85px 25px 30px 25px;
    margin-top: 80px;
  }

  .downloadArea .downloadButton {
    display: block;
  }

  .downloadArea .downloadButton__item {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .downloadArea .downloadButton__item:first-child {
    margin-top: 0;
  }

  .download__icon {
    width: 110px;
    height: 110px;
    top: -55px;
  }

  .downloadArea__title {
    font-size: 14px;
    line-height: 1.428;
    height: 55px;
  }

  .download__image {
    text-align: center;
    margin-bottom: -73vw;
  }

  .download__image img {
    position: relative;
    left: -8vw;
  }
}

@media screen and (max-width: 370px) {
  .pageTitle__title {
    font-size: 30px;
  }

  .howtoList__item {
    font-size: 10px;
    width: 66vw;
    height: 42px;
  }

  .feature__title {
    font-size: 18px;
  }

  .featureList__text {
    font-size: 12px;
  }

  .passList__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .passList__caption {
    font-size: 10px;
    margin-top: 7px;
  }

  .passList__caption .caption__02 {
    margin-left: 16vw;
  }
}