@charset "UTF-8";
body {
  font-family: "Amiko", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.second {
  font-family: "Noto Serif JP", serif;
}

body {
  font-weight: 400;
}

main {
  letter-spacing: 0.03em;
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.phrase {
  display: inline-block;
}

/* リキッドレイアウト対応 */
html {
  font-size: 62.5%;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

#lp .balloon-left__wrapper {
  margin-left: 27px;
}
@media screen and (max-width: 575px) {
  #lp .balloon-left__wrapper {
    margin-left: 0;
  }
}
#lp .balloon-left {
  position: relative;
  display: inline-block;
  padding: 17px 40px 8px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff3ea;
}
@media screen and (max-width: 575px) {
  #lp .balloon-left {
    padding: 22px 40px 22px;
  }
}
#lp .balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #fff3ea;
}
@media screen and (max-width: 575px) {
  #lp .balloon-left:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff3ea;
  }
}
#lp .balloon-left p {
  margin: 0;
  padding: 0;
  width: 386px;
  max-width: 100%;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

#lp .balloon-right__wrapper {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #lp .balloon-right__wrapper {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  #lp .balloon-right__wrapper {
    margin-right: 0;
  }
}
#lp .balloon-right {
  position: relative;
  display: inline-block;
  padding: 22px 40px 8px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff3ea;
}
@media screen and (max-width: 575px) {
  #lp .balloon-right {
    padding: 22px 40px 22px;
  }
}
#lp .balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #fff3ea;
}
@media screen and (max-width: 575px) {
  #lp .balloon-right:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff3ea;
  }
}
#lp .balloon-right p {
  margin: 0;
  padding: 0;
  width: 386px;
  max-width: 100%;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

#lp .balloon {
  position: relative;
  display: inline-block;
  padding: 10px 80px;
  min-width: 282px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ee9f8d;
  border-radius: 10px;
}
#lp .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 18px solid #ee9f8d;
}
#lp .balloon__txt {
  margin: 0;
  padding-top: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  /*
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
  */
}

.big-bg {
  background: url(/lps/hajimetekit/images/common/first-bg.png) center center/cover no-repeat;
}

.booklet {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  .booklet {
    padding-top: 0;
  }
}

.booklet__bg {
  position: relative;
  background: url(/lps/hajimetekit/images/common/booklet-bg-02.png) center center/cover no-repeat;
  z-index: -9998;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .booklet__bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.booklet__bg::after {
  position: absolute;
  content: "";
  width: 85.7638888889vw;
  height: 49.9305555556vw;
  max-height: 921px;
  left: 60px;
  top: 150px;
  right: 0;
  background: url(/lps/hajimetekit/images/common/booklet-bg-01.png) center center/cover no-repeat;
  z-index: -9999;
}
@media screen and (min-width: 1441px) {
  .booklet__bg::after {
    top: -10px;
  }
}

#lp .cta__wrapper--lg {
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 438px;
  max-width: 100%;
  z-index: 2;
  display: block;
}
#lp .cta__wrapper--lg:before {
  content: "";
  display: block;
  width: 438px;
  height: 100%;
  background-color: #F29985;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#lp .cta__wrapper--lg:hover:before {
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#lp .btn--large {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  width: 438px;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  border: solid 1px #333;
  padding: 24px 72px;
  padding: 24px 50px;
  background-color: transparent;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#lp .btn--large::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  max-width: 130px;
  width: 20%;
  height: 7px;
  background-image: url(/lps/hajimetekit/images/common/arrow.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#lp .btn--large:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#lp .cta__wrapper--lg:hover .btn--large::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#lp .cta__wrapper--md {
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 306px;
  max-width: 100%;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  #lp .cta__wrapper--md {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  #lp .cta__wrapper--md {
    width: 230px;
  }
}
#lp .cta__wrapper--md:before {
  content: "";
  display: block;
  width: 306px;
  height: 100%;
  background-color: #F29985;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
  #lp .cta__wrapper--md:before {
    width: 280px;
  }
}
@media screen and (max-width: 575px) {
  #lp .cta__wrapper--md:before {
    width: 230px;
  }
}
#lp .cta__wrapper--md:hover:before {
  top: 0;
  left: 0;
  background: linear-gradient(246.45deg, #FDCAA6 24.4%, #FAAF9F 74.52%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#lp .btn--medium {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  width: 306px;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  border: solid 1px #333;
  padding: 24px 50px;
  background-color: transparent;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
  #lp .btn--medium {
    width: 280px;
    padding: 18px 0px;
  }
}
@media screen and (max-width: 575px) {
  #lp .btn--medium {
    width: 230px;
  }
}
#lp .btn--medium::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  max-width: 130px;
  width: 20%;
  height: 7px;
  background-image: url(/lps/hajimetekit/images/common/arrow.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
  #lp .btn--medium::after {
    width: 15%;
    -webkit-transform: translate(40%, -50%);
            transform: translate(40%, -50%);
  }
}
#lp .btn--medium:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#lp .cta__wrapper--md:hover .btn--medium::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn-round {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #E98973;
  background: #fff;
  border: 2px solid #E98973;
  border-radius: 30px;
  padding: 15px 0px;
  width: 168px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.btn-round span::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/lps/hajimetekit/images/common/btn-arrow.png) center center/cover no-repeat;
}

canvas {
  position: absolute;
  bottom: -5px;
}

.card {
  width: calc(24.3% - 8px);
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #ccc;
          box-shadow: 0 2px 5px #ccc;
  height: 100%;
  overflow: hidden;
  max-height: 265px;
}
@media screen and (max-width: 767px) {
  .card {
    width: calc(50% - 15px);
    max-width: 250px;
    margin-bottom: 50px;
    max-height: none;
  }
}

.card__img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}

.card__content {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .card__content {
    padding: 10px 10px 45px;
  }
}
@media screen and (max-width: 575px) {
  .card__content {
    padding: 10px 10px 20px;
  }
}

.card__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 575px) {
  .card__title {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cards {
    margin-bottom: -30px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cards__item:not(:nth-child(4n+1)) {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .cards__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}

.cards__item:nth-child(n+5) {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .cards__item:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cards__item:nth-of-type(even) {
    margin-left: 30px;
  }
}

.chart {
  text-align: center;
  width: 105px;
  max-width: 100%;
}

.chart__item {
  position: relative;
}

.chart__number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}
.chart__number span {
  position: relative;
}
.chart__number span::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 23px;
  right: -30px;
  bottom: 3px;
  background: url(/lps/hajimetekit/images/common/chart-icon.png) center center/50% auto no-repeat;
}

.chart__img-wrapper {
  width: 100%;
  max-width: 88px;
  margin-right: auto;
  margin-left: auto;
}

.charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 285px;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .charts {
    width: 255px;
  }
}

#lp .contents {
  background: url(../images/common/contents-bg.png) center center/cover no-repeat;
}
@media screen and (max-width: 575px) {
  #lp .contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  #lp .contents__inner.inner-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
#lp .contents__cards {
  margin-top: 70px;
}
#lp .contents__btn-round {
  width: 100%;
  text-align: center;
  margin-top: 56px;
}
#lp .contents__sec-ttl__sub {
  margin-top: 20px;
}

.desc {
  width: calc(49% - 10px);
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .desc {
    width: 550px;
  }
}
@media screen and (max-width: 575px) {
  .desc {
    width: 300px;
  }
}

.desc__contents {
  width: 332px;
  max-width: 100%;
  margin-top: -82px;
  margin-left: 193px;
}
@media screen and (max-width: 1000px) {
  .desc__contents {
    width: 500px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .desc__contents {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.desc__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .desc__ttl {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .desc__ttl {
    font-size: 2rem;
  }
}

.desc__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 14px;
}

.desc__img {
  padding-left: 20px;
}
.desc__img img {
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .desc__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .desc__img img {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1160px) {
  .descs {
    -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;
  }
}

.descs__desc {
  margin-right: 20px;
}
@media screen and (max-width: 1160px) {
  .descs__desc {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .descs__desc {
    margin-right: auto;
    margin-left: auto;
  }
}

.descs__desc:nth-of-type(even) {
  padding-top: 117px;
}

@media screen and (max-width: 1160px) {
  .descs__desc:nth-of-type(even) {
    padding-top: 0;
  }

  .descs__desc {
    margin-bottom: 50px;
  }
}
.felt__items {
  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;
}
@media screen and (max-width: 575px) {
  .felt__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.felt__items--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .felt__items--reverse {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .felt__items--reverse {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.felt__item--txt {
  width: 680px;
  max-width: 100%;
}
.felt__item--txt p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  /*
  line-height: 28.5px;
  */
  line-height: 35px;
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .felt__item--txt p {
    padding-top: 5px;
  }
}

.felt__item--txt--01 {
  margin-right: 20px;
}

.felt__item--img {
  width: 313px;
}
@media screen and (max-width: 575px) {
  .felt__item--img {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

.felt__item--img-01 {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .felt__item--img-01 {
    margin-right: auto;
    margin-left: auto;
  }
}

.felt__deco {
  font-size: 20px;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFD8CF));
  background: linear-gradient(transparent 60%, #FFD8CF 60%);
}

.felt__img-wrapper img {
  width: 312px;
  max-width: 100%;
}

.group {
  width: calc(49.9% - 31px);
  max-width: 370px;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .group {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .group {
    width: 100%;
  }
}

.group:nth-of-type(odd) {
  margin-right: 63px;
}
@media screen and (max-width: 930px) {
  .group:nth-of-type(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .group:nth-of-type(odd) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .group-mb {
    margin-bottom: -50px;
  }
}

.group__img img {
  width: 144px;
  margin-right: auto;
  margin-left: auto;
}

.group__label {
  margin-top: 0px;
}

.group__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.group__items {
  margin-top: 11px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .group__items {
    padding-left: 10px;
  }
}

.groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 901px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 52px 52px 24px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px 30px;
    width: 92%;
  }
}

* {
  word-wrap: break-word;
  word-wrap: break-word;
}

.groups > * {
  min-width: 0;
}

.groups__img {
  padding-top: 20px;
  padding-left: 70px;
}
@media screen and (max-width: 930px) {
  .groups__img {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .groups__img {
    margin-top: 30px;
  }
}
.groups__img img {
  width: 292px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .groups__img img {
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .groups__img img {
    margin-right: auto;
    margin-left: auto;
  }
}

#lp .voice__hearing {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #lp .voice__hearing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#lp .hearing {
  position: relative;
  width: 100%;
  max-width: 914px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 0 60px;
  border: 3px solid #e77c64;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  #lp .hearing {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}
#lp .hearing::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 144px;
  left: 5px;
  bottom: 0;
  background: url(../images/common/voice04.png) center center/cover no-repeat;
}
@media screen and (max-width: 990px) {
  #lp .hearing::before {
    width: 70px;
    height: 80px;
    left: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #lp {
    left: -0.625rem;
  }
}
#lp .hearing::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 154px;
  right: 5px;
  bottom: 0;
  background: url(../images/common/voice03.png) center center/cover no-repeat;
}
@media screen and (max-width: 990px) {
  #lp .hearing::after {
    width: 65px;
    height: 85px;
    right: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #lp .hearing::after {
    width: 65px;
    height: 85px;
    right: 10px;
    bottom: 0;
  }
}
#lp .hearing__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp .hearing__ttl {
    font-size: 2rem;
  }
}
#lp .hearing__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 611px;
  height: 7px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/hearing-ttl.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #lp .hearing__ttl::after {
    width: 95%;
  }
}
@media screen and (max-width: 575px) {
  #lp .hearing__ttl::after {
    width: 60%;
  }
}
#lp .hearing__items {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  #lp .hearing__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
  }
}
#lp .hearing__item--sec {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  #lp .hearing__item--sec {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  #lp .hearing__item--sec {
    margin-left: 0;
    margin-top: 20px;
  }
}
#lp .plus-a__new {
  display: block;
}
@media screen and (max-width: 575px) {
  #lp .plus-a__new {
    display: none;
  }
}

.howTo__descs {
  margin-top: 58px;
}
@media screen and (max-width: 1160px) {
  .howTo__descs {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .howTo__descs {
    margin-bottom: -50px;
  }
}

#lp .inner-lg {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1125px;
}
@media screen and (max-width: 767px) {
  #lp .inner-lg {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#lp .inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1070px;
}
@media screen and (max-width: 767px) {
  #lp .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.joint-top {
  margin-top: 70px;
}

.joint {
  padding: 0;
}

.joint__media {
  margin-top: 55px;
}

.label {
  width: 370px;
  max-width: 100%;
  padding: 7px 0;
  background: #FCAD9B;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 2rem;
    width: 100%;
  }
}

.media {
  position: relative;
}

.media::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 67%;
  background: linear-gradient(45deg, #fffbef, #fff3ea);
  z-index: -1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1160px) {
  .media::after {
    width: 85%;
  }
}

.media-reverse {
  position: relative;
}

.media-reverse::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 67%;
  background: -webkit-gradient(linear, left top, left bottom, from(#feecdf), to(#fde2dc));
  background: linear-gradient(180deg, #feecdf, #fde2dc);
  z-index: -1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1160px) {
  .media-reverse::after {
    width: 85%;
  }
}

.media__inner {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.media__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .media__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .media__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media__img-wrapper {
  width: 330px;
}

.media .media__img-wrapper {
  padding-left: 20px;
}
@media screen and (max-width: 575px) {
  .media .media__img-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.media-reverse .media__img-wrapper {
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .media-reverse .media__img-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.media__contents {
  width: 628px;
  max-width: 100%;
  padding: 50px 0;
}

.media__contents--right {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .media__contents--right {
    margin-left: 0;
  }
}

.media__contents--left {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .media__contents--left {
    margin-right: 0;
  }
}

.media__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .media__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .media__ttl {
    font-size: 2rem;
  }
}
.media__ttl span {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 20px;
}
@media screen and (max-width: 575px) {
  .media__ttl span {
    font-size: 1.8rem;
  }
}

.media__txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .media__txt {
    line-height: 1.8;
  }
}

.mv-bg {
  /*
  background: url(../images/common/mv-bg.png) center center/cover no-repeat;
  background: url(../images/item/top_2.png) top center/contain no-repeat;
  background: url(../images/item/top_2.png) top -300px center/cover no-repeat;
  background: url(../images/item/top-copy.jpg) top -500px center no-repeat;
  */
  background: url(../images/item/top_3_wide.jpg) top -150px center no-repeat;
  position: relative;
}

.mv-bg-ed {
  /*
  background: url(../images/common/mv-bg.png) center center/cover no-repeat;
  background: url(../images/item/top_2.png) top center/contain no-repeat;
  background: url(../images/item/top-copy.jpg) top -500px center no-repeat;
  */
  background: url(../images/item/top_2.png) top -300px center/cover no-repeat;
  /*background: url(../images/item/top_3_wide.jpg) top -150px center no-repeat;
  background: url(../images/common/open.jpg) top -150px center no-repeat;
  */
  position: relative;
}
@media screen and (max-width: 575px) {
  .mv-bg {
    background: url(../images/item/top_3_wide.jpg) top 55px center/cover no-repeat;
    position: relative;
  }
  .mv-bg-ed {
    background: url(../images/item/top_2.png) top center/cover no-repeat;
    position: relative;
  }
}


.mv__inner {
  /*
  padding-top: 205px;
  */
  padding-top: 500px;
  padding-bottom: 172px;
}

.mv__inner_single {
  padding-top: 155px;
  padding-bottom: 72px;
}

@media screen and (max-width: 800px) {
  .mv__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .mv__inner {
    /*
    padding-top: 80px;
    */
    padding-top: 390px;
    padding-bottom: 100px;
  }
}

.mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 860px) {
  .mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.mv__container {
  text-align: center;
  width: 473px;
  max-width: 100%;
  margin-left: 25px;
  position: relative;
  margin-right: 100px;
}
@media screen and (max-width: 1120px) {
  .mv__container {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 860px) {
  .mv__container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .mv__container {
    margin-right: auto;
    margin-left: auto;
  }
}

.mv__img img {
  width: 471px;
  margin-top: -100px;
}
@media screen and (max-width: 1120px) {
  .mv__img img {
    width: 370px;
  }
}
@media screen and (max-width: 860px) {
  .mv__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .mv__img img {
    width: 270px;
  }
}

.mv__ttl {
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.42;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .mv__ttl {
    /*
    font-size: 8vw;
    */
    font-size: 4.5vw;
  }
}
.mv__ttl span {
  position: relative;
  display: block;
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 575px) {
  .mv__ttl span {
    font-size: 9.3333333333vw;
  }
}

.mv__ttl::after {
  position: absolute;
  content: "";
  width: 389px;
  max-width: 100%;
  height: 7px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/mv-line.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .mv__ttl::after {
    width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .mv__ttl::after {
    width: 61.3333333333vw;
    height: 10px;
    bottom: 0px;
  }
}

/*
.mv__ttl span::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 23px;
  left: 0;
  top: 0;
  background: url(../images/common/mv__left.svg) center center/cover no-repeat;
}
*/
@media screen and (max-width: 767px) {
  .mv__ttl span::before {
    width: 25px;
    height: 18px;
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .mv__ttl span::before {
    width: 18px;
    height: 14px;
    left: 0px;
  }
}

/*
.mv__ttl span::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 23px;
  right: 0;
  top: 0;
  background: url(../images/common/mv__right.svg) center center/cover no-repeat;
}

*/
@media screen and (max-width: 767px) {
  .mv__ttl span::after {
    width: 25px;
    height: 18px;
    right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .mv__ttl span::after {
    width: 18px;
    height: 14px;
    right: 0px;
  }
}

.mv__btn {
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.nayami {
  background: url(../images/common/nayami-bg01.png) left 10% bottom/12% auto no-repeat, url(../images/common/nayami-bg02.png) right 10% top/12% auto no-repeat;
}

.nayami__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .nayami__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nayami__item--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 40px;
}
@media screen and (max-width: 575px) {
  .nayami__item--txt {
    padding-left: 10px;
  }
}

.nayami__img-wrapper--1st {
  width: 159px;
  height: 151px;
}
@media screen and (max-width: 767px) {
  .nayami__img-wrapper--1st {
    width: 139px;
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .nayami__img-wrapper--1st {
    display: none;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 159px;
    height: 151px;
  }
}

.nayami__img-wrapper--2nd {
  width: 186px;
  height: 179px;
}
@media screen and (max-width: 767px) {
  .nayami__img-wrapper--2nd {
    width: 159px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .nayami__img-wrapper--2nd {
    width: 186px;
    height: 179px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

.nayami__items--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .nayami__items--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.nayami__balloon {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .nayami__balloon {
    margin-top: 50px;
  }
}

.nayami__txt {
  text-align: center;
  margin-top: 30px;
}
.nayami__txt p {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}

.nayami__txt--deco {
  color: #E77C64;
  font-size: 28px;
  font-size: 2.8rem;
}

#lp .img {
  margin-top: 57px;
}
#lp .img img {
  width: 787px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#lp .voice__order {
  margin-top: 80px;
}
#lp .order {
  background: url(../images/common/voice-bg-02.png) left 10% bottom/25% auto no-repeat, url(../images/common/voice-bg-01.png) center center/cover no-repeat;
  padding: 75px 0 65px;
  z-index: 0;
  position: relative;
}
#lp .order__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  #lp .order__ttl {
    font-size: 2rem;
  }
}
#lp .order__txt {
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  #lp .order__txt {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
#lp .order__item {
  text-align: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 575px) {
  .qa {
    padding-bottom: 100px;
  }
}

.qa__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .qa__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -50px;
  }
}

.qa__item {
  width: 488px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 45px 0;
}
@media screen and (max-width: 1100px) {
  .qa__item {
    width: 370px;
  }
}
@media screen and (max-width: 880px) {
  .qa__item {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}

.qa__item-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.qa__item-ttl::after {
  position: absolute;
  content: "";
  width: 89px;
  height: 7px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/ttl-deco.png) center center/cover no-repeat;
}

.qa__charts {
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
}

.chart__age {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

#lp .sec-ttl {
  text-align: center;
  margin-bottom: 35px;
}
#lp .sec-ttl__main {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #lp .sec-ttl__main {
    font-size: 2.2rem;
  }
}
#lp .sec-ttl__sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
#lp .sec-ttl__deco--red::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/ttl-circle.png) center center/cover no-repeat;
  z-index: -1;
}
#lp .sec-ttl__deco--white::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/ttl-circle-white.png) center center/cover no-repeat;
  z-index: -1;
}
#lp .sec-ttl__main::after {
  position: absolute;
  content: "";
  width: 89px;
  height: 7px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/ttl-deco.png) center center/cover no-repeat;
}

.sv {
  padding: 0;
}

.sv-top {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sv__media {
  margin-top: 55px;
}

.sv__media--2nd {
  margin-top: 150px;
}

#lp .txt-w-check {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #lp .txt-w-check {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  #lp .txt-w-check {
    display: block;
  }
}
#lp .txt-w-check:not(:first-child) {
  margin-top: 18px;
}
#lp .txt-w-check::after {
  position: absolute;
  content: "";
  width: 23.75px;
  width: 2.375rem;
  height: 21.875px;
  height: 2.1875rem;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/check.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #lp .txt-w-check::after {
    left: 6px;
  }
}

.u-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EE9F8D));
  background: linear-gradient(transparent 80%, #EE9F8D 60%);
}

#lp .voice-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 640px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  #lp .voice-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp .voice-media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  #lp .voice-media-reverse {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp .voice-media__img-wrapper {
  width: 123px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #lp .voice-media__img-wrapper {
    width: 123px;
  }
}
@media screen and (max-width: 575px) {
  #lp .voice-media__img-wrapper {
    width: 150px;
    margin-top: 30px;
  }
}
#lp .voice-media__img-wrapper--left {
  width: 182px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #lp .voice-media__img-wrapper--left {
    width: 182px;
  }
}

#lp .voice {
  padding-top: 0;
  background: url(../images/common/voice-bg-03.png) right 13% top 5%/10% auto no-repeat, url(../images/common/voice-bg-04.png) left 12% top 53%/11% auto no-repeat;
}

.what__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .what__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .what__sec-ttl {
    margin-top: 60px;
  }
}

.what__item--txt {
  width: 520px;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .what__item--txt {
    margin-top: 5px;
  }
}
.what__item--txt p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
}

.what__item--img {
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .what__item--img {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

.what__img-wrapper img {
  width: 393px;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .what__img-wrapper img {
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
