@charset "UTF-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-weight: 500;
}

hr {
  margin: 8vw 0 6vw;
  border-top: 0.27vw solid #a0a0a0;
}

picture {
  display: block;
}

.pc {
  display: none !important;
}

.sp {
  display: inline !important;
}

.txt-orange {
  color: #ff7900;
}

.txt-yellow {
  color: #fff049;
}

/* body */
.wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.header {
  background: #fff;
}

.header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 2vw 2vw 1.2vw;
}

.header_logo {
  width: 35vw;
}

.hero_body {
  background-color: #009c45;
}

.hero_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 6vw 2.7vw;
}

.hero_subttl {
  margin-bottom: -2vw;
}

.hero_ttl {
  margin-bottom: 37vw;
  z-index: 2;
}

.hero_img {
  position: absolute;
  bottom: 3vw;
  left: 6vw;
  width: 84.4vw;
}

.hero_badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90vw;
  z-index: 2;
}

.hero_badges>picture {
  width: 32.3%;
}

.cv_body {
  padding: 3.6vw 2.4vw 4.5vw;
  background: #fdffbd;
  color: #009c45;
  font-feature-settings: "palt";
}

.cv_ttl {
  margin-bottom: 0.5vw;
  font-size: 3.4vw;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-align: center;
  white-space: nowrap;
}

.cv_ttl_strong1 {
  margin: 0 0.1em;
  padding: 0 0.2em;
  background: #009c45;
  color: #fff;
  font-size: 4.6vw;
}

.cv_ttl_strong2 {
  font-size: 4.4vw;
}

.cv_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cv_button {
  position: relative;
  width: 48%;
  height: 12.4vw;
  color: #fff;
  background: #ff7900;
  text-decoration: none;
  border: 0.53vw solid #fff;
  border-radius: 6.67vw;
  box-shadow: 0px 0.4vw 0px 0px #8886;
}

.cv_button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.7vw);
  right: 3.2vw;
  width: 1.9vw;
  height: 3.4vw;
  background: url(/lp_km/free10/img/fig_arrow.svg) no-repeat center;
  background-size: contain;
}

.cv_button>p {
  margin-left: 1.8vw;
  margin-right: 5.4vw;
  font-size: 4.6vw;
  line-height: 12.4vw;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.intro {
  padding: 7.733vw 0 0;
  text-align: center;
}

.intro_ttl {
  margin-bottom: 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.333;
}

.intro_mv {
  position: relative;
  width: 90%;
  margin: 0 auto 5.2vw;
}

.intro_mv::after {
  content: "";
  position: absolute;
  bottom: -15vw;
  left: calc(50% - 20vw);
  width: 0;
  height: 0;
  border-left: 20vw solid transparent;
  border-right: 20vw solid transparent;
  border-top: 10vw solid #fff;
}

.intro_mv_txt {
  margin-left: 1.5vw;
  margin-bottom: -2.1vw;
}

.intro_talk {
  padding-top: 18.9vw;
  padding-bottom: 13.6vw;
  background-color: #fdffbd;
}

.talk_wrap {
  margin: 0 auto;
  padding: 0 3.7vw;
}

.talk_item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.talk_item:not(:last-of-type) {
  margin-bottom: 4vw;
}

.talk_item.item-left {
  flex-direction: row;
}

.talk_item.item-right {
  flex-direction: row-reverse;
}

.talk_img {
  position: absolute;
  width: 18vw;
}

.item-left>.talk_img {
  left: 0;
}

.item-right>.talk_img {
  right: 0;
}

.talk_txt {
  position: relative;
  width: 70vw;
  padding: 1.6vw 3.6vw;
  border: 0.3vw solid #000;
  border-radius: 2.8vw;
  background-color: #fff;
  font-size: 3.7vw;
  line-height: 1.43;
  text-align: justify;
  letter-spacing: -0.02em;
}

.item-left>.talk_txt {
  margin-left: 20.4vw;
}

.item-right>.talk_txt {
  margin-right: 20.4vw;
}

.talk_txt::after {
  content: "";
  position: absolute;
  top: calc(50% + 1.8vw);
  width: 4.4vw;
  height: 3.6vw;
  background-image: url(/lp_km/free10/img/frame_bubble_outlet.png);
  background-position: top left;
  background-size: contain;
}

.item-left>.talk_txt::after {
  left: -4.3vw;
}

.item-right>.talk_txt::after {
  right: -4.3vw;
  transform: scaleX(-1);
}

.points {
  margin-bottom: 13vw;
}

.points_ttl {
  position: relative;
  margin-bottom: 8vw;
  padding: 4vw;
  color: #fff;
  background: #009c45;
  text-align: center;
  z-index: 5;
}

.points_ttl_sub {
  margin-bottom: 2vw;
}

.point_item {
  position: relative;
  margin-bottom: 8vw;
}

.point_ttl {
  position: relative;
  margin-bottom: 5.6vw;
  padding: 1.2vw 6vw;
  background: #fdffbd;
}

.point_ttl_icon {
  position: absolute;
  top: -1.7vw;
  left: 3.9vw;
  width: 13.6vw;
  height: 12.8vw;
}

.point_ttl_txt {
  display: block;
  width: 88vw;
  margin: 0 auto;
}

.inform_img {
  position: absolute;
  bottom: -1.5vw;
  right: 0;
  width: 24.4vw;
}

.inform_txt {
  width: 72vw;
  margin-right: 20.4vw;
  margin-bottom: -1.5vw;
  padding: 1.6vw 3.2vw 1.6vw 2.8vw;
  border: 0.4vw dashed #009c45;
  border-radius: 2.8vw;
  background-color: #fff;
  font-size: 3.7vw;
  line-height: 1.43;
  text-align: left;
}

.point_table {
  margin-bottom: 8vw;
}

.supports_ttl {
  position: relative;
  margin-bottom: 8vw;
  padding: 4vw;
  color: #fff;
  background: #009c45;
  text-align: center;
  z-index: 5;
}

.supports_ttl_sub {
  margin-bottom: 2vw;
}

.support_item {
  position: relative;
}

.support_item:not(:last-of-type) {
  margin-bottom: 8vw;
}

.support_ttl {
  margin-bottom: 8vw;
  text-align: center;
}

.support_ttl_icon {
  width: 25.2vw;
  margin: 0 auto 2.5vw;
}

.talk_note {
  margin-top: 2.4vw;
  font-size: 2.4vw;
  line-height: 1.1;
  letter-spacing: 0;
}

.talk_note.txt-closely {
  letter-spacing: -0.05em;
}

.supports_img {
  justify-content: flex-start;
  margin: 6.5vw auto 8vw !important;
}

.finale {
  margin: 0 auto;
  padding: 5vw 3vw 0;
  text-align: center;
}

.footer {
  padding: 2.3vw 0;
  background: #009c45;
  color: #fff;
}

.footer_copy {
  font-size: 2.67vw;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px),
print {
  hr {
    margin: 60px -145px;
    border-top-width: 2px;
  }

  .pc {
    display: inline !important;
  }

  .sp {
    display: none !important;
  }

  .wrapper {
    min-width: 900px;
    margin: 0 auto;
  }

  .header_inner {
    width: 940px;
    padding: 14px 0 12px;
  }

  .header_logo {
    width: 188px;
  }

  .hero_inner {
    padding: 40px 0;
  }

  .hero_subttl {
    margin-bottom: 10px;
  }

  .hero_ttl {
    margin-bottom: 208px;
  }

  .hero_img {
    bottom: 62px;
    width: 896px;
    left: calc(50% - 896px / 2);
  }

  .hero_badges {
    width: 800px;
  }

  .hero_badges>picture {
    width: auto;
  }

  .cv_body {
    padding: 15px 0 24px;
  }

  .cv_ttl {
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: 0;
  }

  .cv_ttl_strong1 {
    margin: 0 4px;
    padding: 0 4px;
    font-size: 28px;
  }

  .cv_ttl_strong2 {
    font-size: 28px;
  }

  .cv_buttons {
    width: 588px;
    margin: 0 auto;
  }

  .cv_button {
    width: 267px;
    height: 67px;
    border-width: 4px;
    box-shadow: 0 3px 0 0 #8886;
  }

  .cv_button::after {
    top: calc(50% - 10px);
    right: 20px;
    width: 12px;
    height: 20px;
  }

  .cv_button>p {
    margin-left: 18px;
    margin-right: 33px;
    font-size: 28px;
    line-height: 67px;
  }

  .intro {
    padding-top: 36px;
  }

  .intro_ttl {
    margin-bottom: 36px;
    font-size: 28px;
  }

  .intro_mv {
    margin-bottom: 36px;
  }

  .intro_mv::after {
    bottom: -110px;
    left: calc(50% - 150px);
    border-left-width: 150px;
    border-right-width: 150px;
    border-top-width: 75px;
  }

  .intro_mv_txt {
    margin-left: 10px;
    margin-bottom: -30px;
  }

  .intro_talk {
    padding-top: 108px;
    padding-bottom: 100px;
  }

  .talk_wrap {
    width: 686px;
    padding: 0 15px;
  }

  .talk_item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .talk_img {
    width: 106px;
  }

  .talk_txt {
    width: 540px;
    padding: 15px 24px;
    border-width: 2px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .talk_txt.line-single {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .item-left>.talk_txt {
    margin-left: 145px;
  }

  .item-right>.talk_txt {
    margin-right: 145px;
  }

  .talk_txt::after {
    top: 50%;
    width: 33px;
    height: 27px;
  }

  .item-left>.talk_txt::after {
    left: -32px;
  }

  .item-right>.talk_txt::after {
    right: -32px;
  }

  .points {
    margin-bottom: 0px;
  }

  .points_ttl {
    margin-bottom: 0px;
    padding: 30px 0;
  }

  .points_ttl_sub {
    margin-bottom: 10px;
  }

  .points_bg {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
    background-image: url(/lp_km/free10/img/points_bg-l.png), url(/lp_km/free10/img/points_bg-r.png);
    background-repeat: repeat-y;
    background-size: 480px 1270px;
    background-position: top 70px left calc(50% - 690px + 100px), top 270px left calc(50% + 690px - 80px);
  }

  .point_item {
    margin: 0 auto;
  }

  .point_item:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .point_ttl {
    width: 680px;
    margin: 0 auto 45px;
    padding: 8px 0 12px;
  }

  .point_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 71px solid #fff;
  }

  .point_ttl_icon {
    top: calc(50% - 48px);
    left: -20px;
    width: 102px;
    height: 96px;
  }

  .point_ttl_txt {
    width: 660px;
    margin-right: 20px;
  }

  .inform_img {
    bottom: -15px;
    right: 5px;
    width: 145px;
  }

  .inform_txt {
    width: 540px;
    margin-right: 130px;
    margin-bottom: -15px;
    padding: 15px 30px 15px 18px;
    border: 2px dashed #009c45;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .point_table {
    margin-bottom: 40px;
  }

  .supports_ttl {
    margin-bottom: 0px;
    padding: 30px 0;
  }

  .supports_ttl_sub {
    margin-bottom: 10px;
  }

  .supports_bg {
    margin: 0 auto;
    padding-top: 60px;
    background-image: url(/lp_km/free10/img/supports_bg-l.png), url(/lp_km/free10/img/supports_bg-r.png);
    background-repeat: repeat-y;
    background-size: 480px 1270px;
    background-position: top 0px left calc(50% - 690px + 90px), top 180px left calc(50% + 690px - 90px);
  }

  .support_item {
    width: 690px;
    margin: 0 auto;
    background: #fff;
  }

  .support_item:not(:last-of-type) {
    margin-bottom: 45px;
  }

  .support_ttl {
    margin-bottom: 60px;
  }

  .support_ttl_icon {
    width: 189px;
    margin-bottom: 20px;
  }

  .talk_note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 1em;
    text-indent: -1em;
  }

  .talk_note.txt-closely {
    letter-spacing: 0;
  }

  .supports_img {
    margin: 50px 0 !important;
  }

  .finale {
    width: 690px;
    padding: 70px 0 0;
  }

  .footer {
    padding: 18px 0;
  }

  .footer_copy {
    font-size: 14px;
  }
}

/* parts */
.cvbar_body {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 22vw;
  font-feature-settings: "palt";
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1.33vw 4vw rgba(0, 0, 0, 0.5);
  transform: translateY(28vw);
  transition: transform 0.5s ease 0s;
}

.cvbar_body.visible {
  transform: none
}

.cvbar_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.4vw;
}

@media screen and (min-width: 768px) {
  .cvbar_body {
    height: 90px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(130px);
  }
}

@media print {
  .cvbar_body {
    display: none;
  }
}