@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

ul {
  list-style: none;
}

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

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

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  color: #191919;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: 700;
}

p {
  font-weight: 700;
}

@media screen and (min-width: 1020px) {
  .br-sp {
    display: none;
  }
}

.img_height_auto {
  height: auto;
}

.onlySp {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .onlySp {
    display: none !important;
  }
}

.onlyPc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .onlyPc {
    display: block !important;
  }
}

.scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/**
パフォーマンスの都合上
下記slickライブラリのcssファイルの中身（CDNで読み込んでいた）を記述した
slick-carousel@1.8.1/slick/slick.css
slick-carousel@1.8.1/slick/slick-theme.css
*/
.slick-prev, .slick-next {
  line-height: 0;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  background: transparent;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized, .slick-slide {
  display: block;
}
.slick-loading {
  visibility: hidden;
}

.Footer {
  position: relative;
  background: #FCF7F1;
  padding: 34px 34px 110px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.Footer_Text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 17px;
}
.Footer_Text:last-child {
  margin-bottom: 0;
}
.Footer_Link {
  text-decoration: underline;
}

.Cta {
  padding: 24px;
  background: #FFF0C7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.Cta_Box {
  padding: 24px 16px 18px;
  text-align: center;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 612px;
  margin: auto;
}
.Cta_Heading {
  position: relative;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .Cta_Heading {
    font-size: 28px;
  }
}
.Cta_Heading-Sub {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  margin-bottom: 4px;
}
.Cta_Heading-Sub:before {
  content: url(/assets/img/lp_wa/lp004/japan-map.svg);
  position: absolute;
  left: -26px;
  bottom: 0px;
  width: 24px;
  height: 25px;
}
@media screen and (min-width: 600px) {
  .Cta_Heading-Sub:before {
    left: -34px;
    width: 28px;
    height: 29px;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.Cta_Heading-Underline {
  border-bottom: 3px solid #FAD861;
}
.Cta_Heading-Weak {
  font-size: 0.7em;
}
.Cta_Heading-Strong {
  position: relative;
  margin-right: 46px;
  font-size: 1.65em;
}
.Cta_Heading-Strong:after {
  content: url(/assets/img/lp_wa/lp004/pamphlet_s.jpg);
  position: absolute;
  right: -64px;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.Cta_Contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7px auto -5px;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .Cta_Contents {
    max-width: 100%;
  }
}
.Cta_List {
  margin: 5px;
}
.Cta_Link {
  background: #DE3D2C;
  display: inline-block;
  padding: 16px 9px;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .Cta_Link {
    font-size: 18px;
  }
}
.Cta_Link:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: #ba2c1d;
}
.Cta_Link-Strong {
  font-size: 1.18em;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 375px) {
  .Cta_Link-Strong {
    font-size: 1.1em;
  }
}
.Cta_Link-Number {
  font-size: 1.86em;
}

.ctaTop {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7px auto -5px;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .ctaTop {
    max-width: 100%;
  }
}

.Trouble {
  position: relative;
  padding: 30px 32px;
  overflow: hidden;
  background: #F0F7F6;
  text-align: center;
}
.Trouble_Heading {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .Trouble_Heading {
    font-size: 33px;
  }
}
.Trouble_Heading:before {
  content: url(/assets/img/lp_wa/lp004/trouble-cloud.svg);
  position: absolute;
  left: -44px;
  top: -40px;
}
@media screen and (min-width: 600px) {
  .Trouble_Heading:before {
    left: -24px;
    top: -30px;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.Trouble_Heading:after {
  content: url(/assets/img/lp_wa/lp004/trouble-cloud.svg);
  position: absolute;
  right: -56px;
  bottom: -36px;
  -webkit-transform: scale(-0.88, 0.88);
          transform: scale(-0.88, 0.88);
}
@media screen and (min-width: 600px) {
  .Trouble_Heading:after {
    right: -35px;
    bottom: -24px;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
.Trouble_Heading-Strong {
  position: relative;
  z-index: 0;
  font-size: 30px;
  line-height: 2em;
}
.Trouble_Heading-Strong:before {
  content: url(/assets/img/lp_wa/lp004/trouble-cloud.svg);
  position: absolute;
  left: 19px;
  top: 3px;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Trouble_Heading-Strong:before {
    top: -16px;
    left: 61px;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}
@media screen and (min-width: 600px) {
  .Trouble_Heading-Strong {
    font-size: 55px;
  }
}
.Trouble_List {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 1em;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .Trouble_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 50px 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1020px) {
  .Trouble_List {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 640px;
  }
}
.Trouble_Item {
  position: relative;
  padding: 1em 0;
}
.Trouble_Item:nth-child(odd):before {
  content: url(/assets/img/lp_wa/lp004/trouble-cloud-border.svg);
  position: absolute;
  left: -16px;
  top: 48px;
}
@media screen and (min-width: 600px) {
  .Trouble_Item:nth-child(odd):before {
    left: -26px;
    top: 57px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.Trouble_Item:nth-child(even):before {
  content: url(/assets/img/lp_wa/lp004/trouble-cloud-border.svg);
  position: absolute;
  right: -19px;
  top: 42px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 600px) {
  .Trouble_Item:nth-child(even):before {
    right: -39px;
    top: 228px;
  }
}
.Trouble_Title {
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 0.12em;
}
.Trouble_Image {
  width: 211px;
  height: 211px;
  margin: 0 auto;
}
.Trouble_Text {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.4em;
}
.TroubleOffer {
  position: relative;
  margin: 10px 0 32px;
  font-size: 22px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .TroubleOffer {
    margin: 10px 0 78px;
    font-size: 37px;
  }
}
.TroubleOffer_Text-Red {
  color: #DE3D2C;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .TroubleOffer_Text-Red {
    font-size: 55px;
  }
}
.TroubleOffer_Text-Doubleline {
  position: relative;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .TroubleOffer_Text-Doubleline {
    font-size: 55px;
  }
}
.TroubleOffer_Text-Doubleline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #FAD861;
}
.TroubleOffer_Text-Doubleline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #FAD861;
}
.TroubleOffer_Arrow {
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .TroubleOffer_Arrow {
    height: 70px;
  }
}
.Trouble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 60px;
  border-radius: 50%;
  background: #FEF5E7;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 6px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 6px;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 6px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 6px;
  }
}
.Solution {
  position: relative;
  padding: 10px 30px 40px;
  background-color: #FEF5E7;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .Solution {
    padding: 10px 30px 62px;
  }
}
.Solution_Heading {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .Solution_Heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.Solution_Heading-Strong {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Solution_Heading-Strong {
    font-size: 37px;
  }
}
@media screen and (min-width: 1020px) {
  .Solution_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.Solution_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding: 6px 0;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .Solution_Item {
    padding: 16px 26px;
  }
}
.Solution_Image {
  width: 98px;
  height: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .Solution_Image {
    width: 108px;
    height: initial;
  }
}
.Solution_Text {
  width: 152px;
  font-size: 19px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .Solution_Text {
    width: initial;
    font-size: 22px;
  }
}
.Solution_Text-Underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(70%, #DE3D2C));
  background: linear-gradient(transparent 90%, #DE3D2C 70%);
}
.Solution_Arrow {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
}
@media screen and (min-width: 600px) {
  .Solution_Arrow {
    width: 62px;
    bottom: 26px;
  }
}

.Reason {
  padding: 4px 16px 20px;
  background-color: #FEF5E7;
}
@media screen and (min-width: 600px) {
  .Reason {
    padding: 14px 16px 20px;
  }
}
.Reason_Title {
  position: relative;
  margin-bottom: 24px;
  font-size: 22px;
  text-align: center;
  line-height: 2.1em;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .Reason_Title {
    font-size: 32px;
  }
}
.Reason_Title:before {
  content: "";
  position: absolute;
  width: 344px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14px;
  background: url(/assets/img/lp_wa/lp004/wavyline-white.svg) repeat-x;
  z-index: -1;
  top: 38px;
  bottom: initial;
}
@media screen and (min-width: 600px) {
  .Reason_Title:before {
    top: 50px;
    width: 516px;
  }
}
.Reason_Title:after {
  content: "";
  position: absolute;
  width: 344px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14px;
  background: url(/assets/img/lp_wa/lp004/wavyline-white.svg) repeat-x;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Reason_Title:after {
    bottom: -14px;
    width: 516px;
  }
}
.Reason_Title-Lead {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .Reason_Title-Lead {
    font-size: 22px;
  }
}
.Reason_Title-Red {
  color: #DE3D2C;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .Reason_Title-Red {
    font-size: 55px;
  }
}
.Reason_Title-Strong {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .Reason_Title-Strong {
    font-size: 55px;
  }
}
.Reason_List {
  padding: 16px 0;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .Reason_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
    margin: 50px auto 30px;
    padding: 30px 30px 12px;
  }
}
.Reason_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.Reason_Item-Box {
  margin-right: 16px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .Reason_Item-Box {
    margin-right: 17px;
  }
}
.Reason_Image {
  width: 77px;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .Reason_Image {
    width: 107px;
  }
}
.Reason_Text {
  width: 202px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .Reason_Text {
    width: 342px;
    font-size: 20px;
  }
}
.Reason_Text-Underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(70%, #DE3D2C));
  background: linear-gradient(transparent 90%, #DE3D2C 70%);
}
.Reason_Text-Attribute {
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .Reason_Text-Attribute {
    font-size: 13px;
  }
}

.Fact_VoiceImagination-Third, .Fact_VoiceImagination-Second, .Fact_VoiceImagination-First {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceImagination-Third, .Fact_VoiceImagination-Second, .Fact_VoiceImagination-First {
    font-size: 18px;
  }
}

.Fact_VoiceActual-Third, .Fact_VoiceActual-Second, .Fact_VoiceActual-First {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  background: #FFFFFF;
  width: 200px;
  padding: 16px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceActual-Third, .Fact_VoiceActual-Second, .Fact_VoiceActual-First {
    font-size: 18px;
    width: 310px;
  }
}

.Fact {
  padding: 4px 16px 20px;
  background-color: #FEF5E7;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .Fact {
    overflow: hidden;
  }
}
.Fact_Heading {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .Fact_Heading {
    font-size: 41px;
    margin-bottom: 90px;
  }
}
.Fact_Heading:after {
  content: "";
  position: absolute;
  width: 344px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 14px;
  background: url(/assets/img/lp_wa/lp004/wavyline-white.svg) repeat-x;
  z-index: -1;
  width: 255px;
  bottom: -15px;
}
@media screen and (min-width: 600px) {
  .Fact_Heading:after {
    width: 733px;
    bottom: -20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1020px) {
  .Fact_Heading:after {
    width: 453px;
  }
}
.Fact_Heading-Lead {
  display: inline-block;
  position: relative;
  font-size: 0.55em;
}
.Fact_Heading-Lead:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  top: 60%;
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  background: #191919;
}
.Fact_Heading-Lead:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  top: 60%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  background: #191919;
}
.Fact_Heading-Strong {
  font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  .Fact_Heading-Strong {
    font-size: 55px;
  }
}
.Fact_Heading-Blue {
  color: #006F85;
  font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  .Fact_Heading-Blue {
    font-size: 55px;
  }
}
.Fact_Heading-Red {
  color: #DE3D2C;
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .Fact_Heading-Red {
    font-size: 55px;
  }
}
.Fact_Contents {
  margin-bottom: 57px;
}
@media screen and (min-width: 600px) {
  .Fact_Contents {
    width: 50%;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .Fact_Contents:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1029px) {
  .Fact_Contents {
    margin-bottom: 57px;
  }
}
.Fact_Contents:last-child {
  margin-bottom: 0;
}
.Fact_ContentsHeading-Imagination {
  font-size: 16px;
  padding-left: 27px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeading-Imagination {
    font-size: 25px;
    text-align: right;
    padding-left: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
.Fact_ContentsHeading-Actual {
  font-size: 16px;
  width: auto;
  position: relative;
  max-width: 220px;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeading-Actual {
    font-size: 25px;
    max-width: 100%;
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
    display: inline-block;
  }
}
.Fact_ContentsHeading-Strong {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeading-Strong {
    font-size: 28px;
  }
}
.Fact_ContentsHeading-Blue {
  color: #006F85;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeading-Blue {
    font-size: 28px;
  }
}
.Fact_ContentsHeading-Red {
  color: #DE3D2C;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeading-Red {
    font-size: 28px;
  }
}
.Fact_ContentsHeadingSub-Actual {
  display: inline-block;
  position: relative;
  position: absolute;
  font-size: 12px;
  top: -20px;
  left: -56px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.Fact_ContentsHeadingSub-Actual:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  top: 60%;
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  background: #191919;
}
.Fact_ContentsHeadingSub-Actual:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  top: 60%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  background: #191919;
}
.Fact_ContentsHeadingSub-Actual:before {
  left: -5px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsHeadingSub-Actual {
    font-size: 13px;
  }
}
.Fact_ContentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
}
@media screen and (min-width: 1030px) {
  .Fact_ContentsWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1029px) {
  .Fact_ContentsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Fact_Contents-Imagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  height: 353px;
}
@media screen and (min-width: 600px) {
  .Fact_Contents-Imagination {
    width: 100%;
    height: 499px;
  }
}
.Fact_Contents-Imagination:after {
  content: "";
  position: absolute;
  background: #D4E8E5;
  width: 379px;
  height: 100%;
  top: 0;
  left: -79px;
  border-radius: 10% 66% 46% 65%/55% 94% 61% 37%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Fact_Contents-Imagination:after {
    width: 100%;
  }
}
.Fact_Contents-Actual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 0;
  height: 355px;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .Fact_Contents-Actual {
    width: 100%;
    height: 549px;
  }
}
.Fact_Contents-Actual:after {
  content: "";
  position: absolute;
  background: #FAD861;
  width: 379px;
  height: 100%;
  top: 0;
  right: -39px;
  border-radius: 94% 55% 37% 46%/66% 10% 46% 65%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Fact_Contents-Actual:after {
    width: 100%;
  }
}
.Fact_ContentsImage-Imagination {
  width: 264px;
  height: auto;
  margin-right: -30px;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsImage-Imagination {
    width: 320px;
    margin-top: 50px;
    margin-right: -40px;
  }
}
.Fact_ContentsImage-Actual {
  width: 252px;
  height: auto;
  margin-left: -52px;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .Fact_ContentsImage-Actual {
    width: 310px;
    margin-top: 50px;
    margin-left: -20px;
  }
}
.Fact_Voice {
  position: relative;
}
.Fact_VoiceImagination-First {
  width: 170px;
  height: 100px;
  background-image: url(/assets/img/lp_wa/lp004/fact-balloon1.png);
  padding-bottom: 11px;
  top: 27px;
  left: 37px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceImagination-First {
    width: 257px;
    height: 155px;
    top: 37px;
    left: auto;
    right: 200px;
    padding-bottom: 22px;
  }
}
.Fact_VoiceImagination-Second {
  width: 180px;
  height: 111px;
  background-image: url(/assets/img/lp_wa/lp004/fact-balloon2.png);
  padding-top: 14px;
  padding-left: 5px;
  bottom: 113px;
  left: -5px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceImagination-Second {
    width: 257px;
    height: 155px;
    left: auto;
    right: 182px;
  }
}
.Fact_VoiceImagination-Third {
  width: 168px;
  height: 87px;
  background-image: url(/assets/img/lp_wa/lp004/fact-balloon3.png);
  padding-top: 8px;
  bottom: 53px;
  left: 38px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceImagination-Third {
    width: 257px;
    height: 138px;
    left: auto;
    bottom: 20px;
    right: 142px;
  }
}
.Fact_VoiceImagination-Line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #D4E8E5));
  background: linear-gradient(transparent 80%, #D4E8E5 70%);
}
.Fact_VoiceActual-First {
  width: 230px;
  top: 10px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceActual-First {
    width: 290px;
    top: 62px;
    left: 240px;
    right: auto;
  }
}
.Fact_VoiceActual-First:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -5px;
  border-bottom: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.Fact_VoiceActual-Second {
  top: 146px;
  right: 10px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceActual-Second {
    left: 190px;
    top: 232px;
    right: auto;
  }
}
.Fact_VoiceActual-Second:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -5px;
  border-bottom: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.Fact_VoiceActual-Third {
  bottom: 10px;
  right: 64px;
}
@media screen and (min-width: 600px) {
  .Fact_VoiceActual-Third {
    left: 220px;
    bottom: 92px;
    right: auto;
  }
}
.Fact_VoiceActual-Third:after {
  content: "";
  position: absolute;
  left: 30px;
  top: -5px;
  border-top: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.Fact_VoiceActual-Line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #F9E598));
  background: linear-gradient(transparent 80%, #F9E598 70%);
}

.SelectSlider_ContentsTitle-SkyBlueBox, .SelectSlider_ContentsTitle-YellowBox, .SelectSlider_ContentsTitle-GreenBox {
  padding: 4px 0 14px;
  border-radius: 12px 12px 0 0;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.2em;
}

.Select_Title-Base, .Select_Title-SkyBlue, .Select_Title-Yellow, .Select_Title-Green {
  position: relative;
  z-index: 0;
  font-size: 24px;
}
.Select_Title-Base:before, .Select_Title-SkyBlue:before, .Select_Title-Yellow:before, .Select_Title-Green:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -3px;
  width: 30px;
  height: 30px;
  z-index: -1;
  border-radius: 50%;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .Select_Title-Base:before, .Select_Title-SkyBlue:before, .Select_Title-Yellow:before, .Select_Title-Green:before {
    top: 7px;
    left: -4px;
    width: 50px;
    height: 50px;
  }
}

.Select {
  padding: 20px 30px;
  overflow: hidden;
  background: #FCF7F1;
  z-index: 0;
}
.Select_Wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.Select_Title {
  position: relative;
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Select_Title {
    width: 600px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.Select_Title-Green {
  margin-right: -3px;
  color: #529669;
}
@media screen and (min-width: 600px) {
  .Select_Title-Green {
    font-size: 41px;
  }
}
.Select_Title-Yellow {
  margin-right: -3px;
  color: #EBBB10;
}
@media screen and (min-width: 600px) {
  .Select_Title-Yellow {
    font-size: 41px;
  }
}
.Select_Title-SkyBlue {
  margin-right: -3px;
  color: #169BAF;
}
@media screen and (min-width: 600px) {
  .Select_Title-SkyBlue {
    font-size: 41px;
  }
}
.Select_Title-Base {
  margin-right: -3px;
}
@media screen and (min-width: 600px) {
  .Select_Title-Base {
    font-size: 41px;
  }
}
.Select_Title-Strong {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .Select_Title-Strong {
    font-size: 50px;
  }
}
.Select_Title-Main {
  display: inline-block;
  margin-left: -14px;
  margin-top: 3px;
  padding: 0 14px;
  border-radius: 24px;
  background: #FFFFFF;
  line-height: 1.9em;
}
@media screen and (min-width: 600px) {
  .Select_Title-Main {
    padding: 0 24px;
    border-radius: 41px;
    font-size: 41px;
    line-height: 1.6em;
  }
}
.Select_Image {
  width: 111px;
  position: absolute;
  z-index: -1;
  top: 31px;
  right: -40px;
}
@media screen and (min-width: 600px) {
  .Select_Image {
    width: 151px;
    top: 50px;
    right: -70px;
  }
}
@media screen and (min-width: 600px) {
  .SelectSlider {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.SelectSlider_Balloon {
  width: 291px;
  position: relative;
  margin: 50px auto 0;
  padding: 13px 16px;
  border: solid 2px #191919;
  border-radius: 30px;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .SelectSlider_Balloon {
    width: 321px;
    border: solid 3px #191919;
    border-radius: 33px;
  }
}
.SelectSlider_Balloon:hover {
  cursor: pointer;
}
.SelectSlider_Balloon:before {
  content: "";
  position: absolute;
  right: 53px;
  bottom: 86px;
  width: 10px;
  height: 10px;
  border: solid 2px #191919;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .SelectSlider_Balloon:before {
    bottom: 89px;
    border: solid 3px #191919;
  }
}
.SelectSlider_Balloon:after {
  content: "";
  position: absolute;
  right: 69px;
  bottom: 67px;
  width: 15px;
  height: 15px;
  border: solid 2px #191919;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .SelectSlider_Balloon:after {
    bottom: 70px;
    border: solid 3px #191919;
  }
}
.SelectSlider_BalloonText {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .SelectSlider_BalloonText {
    font-size: 20px;
  }
}
.SelectSlider_BalloonText-Green {
  color: #529669;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .SelectSlider_BalloonText-Green {
    font-size: 22px;
  }
}
.SelectSlider_BalloonText-Yellow {
  color: #EBBB10;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .SelectSlider_BalloonText-Yellow {
    font-size: 22px;
  }
}
.SelectSlider_BalloonText-SkyBlue {
  color: #169BAF;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .SelectSlider_BalloonText-SkyBlue {
    font-size: 22px;
  }
}
.SelectSlider_Type3 .SelectSlider_Balloon {
  border-radius: 41px;
}
.SelectSlider_Type3 .SelectSlider_Balloon:before {
  bottom: 106px;
}
.SelectSlider_Type3 .SelectSlider_Balloon:after {
  bottom: 87px;
}
.SelectSlider_Type3 .SelectSlider_BalloonText {
  line-height: 1.4em;
}
.SelectSlider_Contents {
  margin-top: 22px;
  background: #FFFFFF;
  border-radius: 12px;
}
.SelectSlider_Contents:hover {
  cursor: pointer;
}
.SelectSlider_ContentsTitle {
  font-size: 35px;
  line-height: 1em;
}
.SelectSlider_ContentsTitle-GreenBox {
  background: #529669;
}
.SelectSlider_ContentsTitle-YellowBox {
  background: #F3D054;
}
.SelectSlider_ContentsTitle-YellowBox .SelectSlider_ContentsTitle {
  font-size: 32px;
  letter-spacing: initial;
}
.SelectSlider_ContentsTitle-SkyBlueBox {
  background: #169BAF;
}
.SelectSlider_ContentsText {
  padding: 14px;
}
.SelectSlider_ContentsText-Green {
  color: #529669;
}
.SelectSlider_ContentsText-Yellow {
  color: #EBBB10;
}
.SelectSlider_ContentsText-SkyBlue {
  color: #169BAF;
}
.SelectSlider .slick-slide {
  width: 315px;
  height: 430px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-slide {
    width: 525px;
    margin: 0 20px;
    font-size: 18px;
  }
}
.SelectSlider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SelectSlider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: solid 2px #191919;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 80px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-arrow {
    border: solid 3px #191919;
  }
}
.SelectSlider .slick-arrow:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #191919;
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-arrow:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.SelectSlider .slick-next {
  right: -20px;
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-next {
    right: 282px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1020px) {
  .SelectSlider .slick-next {
    right: 102px;
  }
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-next:before {
    left: 8px;
  }
}
.SelectSlider .slick-prev {
  left: -20px;
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-prev {
    left: 282px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1020px) {
  .SelectSlider .slick-prev {
    left: 102px;
  }
}
.SelectSlider .slick-prev:before {
  left: 6px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 600px) {
  .SelectSlider .slick-prev:before {
    left: 5px;
  }
}
.SelectSlider .slick-dots {
  text-align: center;
}
.SelectSlider .slick-dots li {
  display: inline-block;
}
.SelectSlider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.SelectSlider .slick-dots .slick-active button {
  background: #0a467d;
}

.slick-dotted.slick-slider {
  margin-bottom: initial;
}

.Merit_Head {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  position: relative;
  background: #FCF7F1;
  background-image: url(/assets/img/lp_wa/lp004/question-mark.svg);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 50% 100%, 0 81%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .Merit_Head {
    background-size: 80px;
  }
}
.Merit_HeadBox {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .Merit_HeadBox {
    max-width: 795px;
    margin: auto;
  }
}
.Merit_HeadLead {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .Merit_HeadLead {
    font-size: 25px;
  }
}
.Merit_HeadHeading {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 600px) {
  .Merit_HeadHeading {
    font-size: 40px;
  }
}
.Merit_HeadHeading-Strong {
  color: #DE3D2C;
  font-size: 1.4em;
}
.Merit_HeadHeading-Sub {
  font-size: 1.45em;
}
.Merit_HeadDecoration {
  position: absolute;
  left: 0;
  bottom: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .Merit_HeadDecoration {
    max-width: 795px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 244px;
  }
}
.Merit_HeadImage-Left {
  position: absolute;
  top: -30px;
  left: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 18px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .Merit_HeadImage-Left {
    width: 46px;
    top: 16px;
    left: 34px;
  }
}
.Merit_HeadImage-Right {
  position: absolute;
  top: 38px;
  right: 26px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  width: 21px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .Merit_HeadImage-Right {
    width: 46px;
    top: 110px;
    right: 34px;
  }
}
.Merit_HeadImageWrap {
  width: 50%;
  position: relative;
}
.Merit_Body {
  padding: 60px 30px 24px;
  margin-top: -44px;
  background: #FFF0C7;
  background-image: url(/assets/img/lp_wa/lp004/pamphlet_icon.png);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .Merit_Body {
    padding: 90px 14px 60px;
    background-position: center;
    background-size: 360px;
  }
}
.Merit_Service {
  padding: 18px 0;
}
.Merit_ServiceImage {
  height: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .Merit_ServiceImage {
    width: 374px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.Merit_ServiceDescription {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.9em;
}
@media screen and (min-width: 600px) {
  .Merit_ServiceDescription {
    font-size: 30px;
  }
}
.Merit_ServiceDescription-Strong {
  font-size: 1.5em;
  letter-spacing: initial;
}
.Merit_ServiceDescription-StrongColor {
  display: inline-block;
  margin-top: 4px;
  background: #FFFFFF;
  color: #DE3D2C;
  font-size: 1.5em;
  line-height: 1.2em;
}
.Merit_ServiceDescription-StrongColor:after {
  background: #FEEFDE;
}
.Merit_ServiceDescription-Point {
  position: relative;
  z-index: 0;
  display: inline-block;
  display: inline-block;
  margin-top: 14px;
  background: #FFFFFF;
  line-height: 1.2em;
}
.Merit_ServiceDescription-Point:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  z-index: -1;
  -webkit-transform: translateX(calc(-50% - 1px));
          transform: translateX(calc(-50% - 1px));
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DE3D2C;
}
.Merit_ContentsTitle {
  font-size: 36px;
  text-align: center;
  line-height: 0.95em;
}
@media screen and (min-width: 600px) {
  .Merit_ContentsTitle {
    margin-bottom: 15px;
    font-size: 55px;
  }
}
.Merit_ContentsTitle-Sub {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .Merit_ContentsTitle-Sub {
    font-size: 32px;
  }
}
.Merit_ContentsTitle-SubWeak {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .Merit_ContentsTitle-SubWeak {
    font-size: 22px;
  }
}
@media screen and (min-width: 1020px) {
  .Merit_ContentsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.Merit_ContentsItem {
  position: relative;
  margin: 70px auto 0;
  padding: 30px 20px 25px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .Merit_ContentsItem {
    width: 340px;
  }
}
.Merit_ContentsItem:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  border: 1px solid #F3D054;
  border-radius: 12px;
  content: "";
}
.Merit_ContentsItem-Lead {
  display: inline-block;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  text-align: center;
}
.Merit_ContentsItem-Number {
  color: #DE3D2C;
  font-size: 64px;
  line-height: 0.7em;
}
@media screen and (min-width: 600px) {
  .Merit_ContentsItemImage {
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Merit_ContentsItemTitle {
  margin: 12px 0 8px;
  font-size: 23px;
  text-align: center;
  line-height: 1.5em;
}
.Merit_ContentsItemTitle-Red {
  color: #DE3D2C;
}
.Merit_ContentsItemText {
  line-height: 1.8em;
}

.Flow_ItemImg-3, .Flow_ItemImg-2, .Flow_ItemImg-1 {
  display: block;
  position: relative;
  left: 36px;
  margin-left: auto;
}

.Flow {
  padding: 20px 30px;
  overflow: hidden;
  background: #FCF7F1;
}
.Flow_Title {
  font-size: 35px;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (min-width: 600px) {
  .Flow_Title {
    font-size: 55px;
  }
}
.Flow_Title-Dots {
  padding-bottom: 0.4em;
  background-image: radial-gradient(circle at 2px center, #FCC6BC, #FCC6BC 2px, transparent 2px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .Flow_Title-Dots {
    padding-bottom: 0.3em;
    font-size: 32px;
  }
}
.Flow_List {
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .Flow_List {
    max-width: 600px;
    margin: 40px auto 20px;
  }
}
.Flow_Item {
  position: relative;
  padding-bottom: 5px;
}
.Flow_ItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Flow_ItemPoint {
  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: 61px;
  height: 61px;
  border-radius: 50%;
  background: #191919;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.Flow_ItemPoint-Support-Money {
  background: #DE3D2C;
  line-height: 1.2em;
}
.Flow_ItemLead {
  position: relative;
  margin-left: 17px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .Flow_ItemLead {
    font-size: 16px;
  }
}
.Flow_ItemLead:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  top: -11px;
  left: -1px;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
  background: #191919;
}
.Flow_ItemLead:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  bottom: -15px;
  left: -1px;
  -webkit-transform: rotate(111deg);
          transform: rotate(111deg);
  background: #191919;
}
.Flow_ItemLead-Support-Money {
  color: #DE3D2C;
}
.Flow_ItemTitle {
  display: inline;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0%, #FFFFFF));
  background: linear-gradient(transparent 0, #FFFFFF 0%);
}
@media screen and (min-width: 600px) {
  .Flow_ItemTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .Flow_ItemTitle {
    font-size: 17px;
  }
}
.Flow_ItemTitleBox {
  margin-top: 5px;
  margin-left: 76px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemTitleBox {
    margin-top: 18px;
  }
}
.Flow_ItemImg-1 {
  width: 235px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-1 {
    width: 295px;
  }
}
.Flow_ItemImg-2 {
  margin-top: 17px;
  width: 257px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-2 {
    width: 300px;
  }
}
.Flow_ItemImg-3 {
  margin-top: 17px;
  width: 284px;
  left: 20px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-3 {
    width: 414px;
  }
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-Support-Money {
    margin-top: 15px;
  }
}
.Flow_ItemLine {
  position: absolute;
  top: 60px;
  left: 29px;
  width: 3px;
  height: 0;
  background-color: #191919;
  z-index: 0;
}

.Recommend {
  position: relative;
  overflow: hidden;
  padding: 30px 0 24px;
  background: #FCF7F1;
}
.Recommend_Heading {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .Recommend_Heading {
    font-size: 32px;
  }
}
.Recommend_Heading-Lead {
  font-size: 1.3em;
}
.Recommend_Heading-Strong {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 1.9em;
  color: #DE3D2C;
}
.Recommend_Heading-Strong:after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 14px;
  z-index: -1;
  background: #FAECE9;
  content: "";
}
.Recommend_Contents {
  max-width: 661px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: auto;
}
.Recommend_Badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2px;
}
.Recommend_BadgeImage {
  width: 152px;
  height: 136px;
  margin: 2px;
}
@media screen and (min-width: 600px) {
  .Recommend_BadgeImage {
    width: 248px;
    height: 222px;
  }
}
.Recommend_Image-Men {
  position: absolute;
  width: 112px;
  height: auto;
  bottom: 0;
  left: -10px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Recommend_Image-Men {
    width: 190px;
  }
}
.Recommend_Image-Women {
  position: absolute;
  width: 110px;
  height: auto;
  bottom: 0;
  right: -14px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .Recommend_Image-Women {
    width: 190px;
  }
}
.Recommend_Notice {
  font-size: 10px;
  font-weight: 700;
  max-width: 223px;
  margin: auto;
}

.Faq {
  padding: 38px 30px;
  background: #F0F7F6;
}
.Faq_Heading {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.23px;
  margin-bottom: 26px;
}
@media screen and (min-width: 600px) {
  .Faq_Heading {
    font-size: 19px;
  }
}
.Faq_Heading-Lead {
  display: inline-block;
  border-bottom: 1px solid #191919;
  padding-bottom: 2px;
  margin-bottom: 4px;
}
.Faq_Heading-Strong {
  font-size: 2.4em;
  display: inline-block;
  position: relative;
}
.Faq_Heading-Strong:before {
  content: url(/assets/img/lp_wa/lp004/faq-image.svg);
  position: absolute;
  width: 31px;
  height: 40px;
  top: -25px;
  left: -25px;
}
.Faq_Contents {
  background: #FFFFFF;
  padding: 36px 20px;
  border-radius: 12px;
  max-width: 825px;
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.Faq_List {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #EAEAEA;
}
.Faq_List:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}
.Faq_Term {
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
}
.Faq_Term:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  color: #9CC0B9;
}
.Faq_Description {
  font-size: 16px;
}
.Faq_Description-Heading {
  position: relative;
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 10px;
}
.Faq_Description-Heading:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: #DE3D2C;
}
.Faq_Description-Text {
  padding-left: 24px;
}