/** Shopify CDN: Minification failed

Line 592:0 Comments in CSS use "/* ... */" instead of "//"
Line 632:0 Expected "}" to go with "{"

**/
.lp-page-width {
  padding: 0 2rem;
}

@media (min-width: 750px) {
  .lp-page-width {
    width: 83rem;
    margin: auto;
    padding: 0 5.5rem;
  }
}

.content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-col .grid_half {
  width: 100%;
}

@media (min-width: 750px) {
  .content-col .grid_half {
    width: calc(100% * 1/2);
  }
}

.content-col .grid_twothird-pc {
  width: 100%;
}

@media (min-width: 750px) {
  .content-col .grid_twothird-pc {
    width: calc(100% * 2/3);
  }
}

.content-col .grid_onethird-pc {
  width: 100%;
}

@media (min-width: 750px) {
  .content-col .grid_onethird-pc {
    width: calc(100% * 1/3);
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-btn {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 5rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.cta-btn:hover {
  background-color: #BF2F4C;
}

ul {
  list-style-type: none;
  padding: 0;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 750px) {
  h2 {
    font-size: 3rem;
  }
}

.contents {
  padding: 2rem 0;
}

.cta-btn-feild {
  margin-bottom: 2rem;
}

@media (min-width: 750px) {
  .cta-btn-feild {
    width: 500px;
    margin: 2rem auto;
  }
}

.hero {
  position: relative;
}

.hero h1 {
  font-size: 0;
  margin: 0;
}

.hero .cover {
  height: 60vh;
}

@media (max-width: 749px) {
  .hero .cover {
    padding: 4rem 2rem;
  }
}

@media (min-width: 750px) {
  .hero .cover {
    height: 400px;
    padding-top: 2rem;
  }
}

.hero .cover h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0;
}

@media (min-width: 750px) {
  .hero .cover h2 {
    font-size: 4.5rem;
  }
}

.hero .cover h2 .small {
  font-size: 2.5rem;
}

@media (min-width: 750px) {
  .hero .cover h2 .small {
    font-size: 3rem;
  }
}

.hero .hero_img {
  width: 100%;
  height: 28rem;
}

@media (min-width: 750px) {
  .hero .hero_img {
    height: 29rem;
  }
}

.hero .hero_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hero_cta {
  height: 100%;
  padding-left: 1rem;
  position: relative;
  padding-top: 6rem;
}

.hero_cta p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
}

@media (max-width: 749px) {
  .hero_cta p {
    display: none;
  }
}

.hero_cta .hero_cta-btn {
  width: 100%;
}

.hero_cta .hero_cta-btn a {
  display: inline-block;
}

@media (min-width: 750px) {
  .hero_cta .hero_cta-btn {
    position: absolute;
    bottom: 2rem;
  }
}

.cover_content {
  position: absolute;
  top: 40%;
}

@media (min-width: 750px) {
  .cover_content {
    height: 29.5rem;
    left: 50%;
    top: 16rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 749px) {
  .cover_content .sp_order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cover_content .sp_order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.achievement {
  margin-top: 15rem;
}

@media (min-width: 750px) {
  .achievement {
    margin: 6rem 0;
  }
}

.achievement .heading {
  font-size: 3rem;
  text-align: center;
}

@media (min-width: 750px) {
  .achievement .heading {
    font-size: 3.5rem;
  }
}

.achievement p {
  color: #959a9d;
  font-size: 1.2rem;
  margin-top: 2rem;
}

@media (min-width: 750px) {
  .achievement p {
    text-align: center;
  }
}

.achievement_sub {
  font-size: 1.5rem;
  width: 100%;
  border-radius: 5rem;
  padding: 0.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.logo_list {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  padding: 0;
}

.logo_list li {
  width: calc(100% * 1/3);
  max-width: 10rem;
  height: 4rem;
  margin: 2rem 0;
}

@media (min-width: 750px) {
  .logo_list li {
    width: calc(100% * 1/6);
    height: 6rem;
  }
}

.logo_list img {
  -o-object-fit: contain;
     object-fit: contain;
}

.okomari li {
  padding: 1.5rem;
}

.okomari li .q {
  position: relative;
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 1.5rem;
}

.okomari li .q h3 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
}

.okomari li .a {
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
}

.okomari li .a p {
  font-size: 1.3rem;
}

.okomari_img {
  height: 10rem;
}

@media (min-width: 750px) {
  .okomari_img {
    height: 100%;
  }
}

.okomari_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.feature .heading {
  color: #fff;
}

.feature li {
  -webkit-box-shadow: 0px 0px 8px 1px #798c9c inset;
          box-shadow: 0px 0px 8px 1px #798c9c inset;
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem;
}

.feature li .content-col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 749px) {
  .feature li .content-col .sp_order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature li .content-col .sp_order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.feature .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 750px) {
  .feature .content-col .grid_onethird-pc {
    width: calc(100% * 1/3 - 10px);
  }
}

.feature_grid_img {
  width: calc(100% * 1/3);
}

@media (min-width: 750px) {
  .feature_grid_img {
    width: 100%;
  }
}

.feature_grid_txt {
  width: calc(100% * 2/3);
  padding: 0 1rem;
}

@media (min-width: 750px) {
  .feature_grid_txt {
    width: 100%;
  }
}

.feature_grid_txt h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (min-width: 750px) {
  .feature_grid_txt h3 {
    text-align: center;
  }
}

.feature_grid_txt p {
  margin: 0.3rem 0;
  font-size: 1.4rem;
}

@media (min-width: 750px) {
  .feature_grid_txt p {
    text-align: center;
  }
}

.feature_img {
  width: 8rem;
  height: 8rem;
  margin: auto;
}

@media (min-width: 750px) {
  .feature_img {
    margin: auto;
    margin-bottom: 1rem;
  }
}

.review li {
  margin-bottom: 2rem;
}

.review_card-title {
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 1.5rem;
}

.review_card-title h3 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 1.9rem;
}

@media (min-width: 750px) {
  .review_card-title h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 750px) {
  .review_card-title {
    padding: 1.5rem 1.5rem 1.5rem 35rem;
    height: 6.9rem;
  }
}

.review_card-text {
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 1.5rem;
  position: relative;
}

.review_card-text p {
  font-size: 1.3rem;
  margin: 0;
}

@media (min-width: 750px) {
  .review_card-text {
    padding: 1.5rem 1.5rem 1.5rem 35rem;
    height: 16rem;
  }
}

.review_card-text .thumb {
  width: 70vw;
  margin: auto;
  padding-top: 2rem;
}

@media (min-width: 750px) {
  .review_card-text .thumb {
    position: absolute;
    left: 2rem;
    top: -6.5rem;
    width: 30rem;
    height: 20rem;
  }
}

.push h2, .push h3, .push .text {
  text-align: center;
}

.push li {
  width: 50%;
  padding: 2rem;
}

@media (min-width: 750px) {
  .push li {
    width: calc(100% * 1/4);
  }
}

.push_img {
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  margin: auto;
}

@media (min-width: 750px) {
  .push_img {
    width: 15rem;
    height: 15rem;
  }
}

.push_img img {
  border-radius: 50%;
}

.push_oshitxt {
  text-align: center;
}

.push_oshitxt .large {
  font-size: 2.8rem;
  font-weight: 600;
}

.push_note {
  font-size: 1.2rem;
  padding: 0 1rem;
}

@media (min-width: 750px) {
  .push_note {
    padding: 0 3rem;
  }
}

.last_cta {
  height: 25rem;
  margin-top: 3rem;
}

.last_cta .cta-btn-feild {
  margin: 7rem auto;
}

footer.footer.color-background-1.gradient.section-footer-padding {
  margin-top: 0;
}
/*# sourceMappingURL=lp3.css.map */

//横幅640px以上の時は適用しない
@media screen and (min-width:640px) {
 .sp {
  display:none;
 }
}

/* ここからカスタマイズ*/

.hero .cover h1,
.hero .cover h2 {
    color: black; /* テキストの色を黒に設定 */
}

@media (max-width: 749px) {
  .cover_content {
    position: relative; /* 絶対位置指定を相対位置指定に変更 */
    top: auto; /* トップ位置の指定を自動に設定 */
    transform: none; /* トランスフォームの設定を無効化 */
    padding-top: 0px; /* 上部に余白を追加 */
  }

  .hero_cta {
    padding-top: 0rem; /* CTAの上部余白を調整 */
  }

  

/* スマートフォン表示のためのスタイル */
@media (max-width: 749px) {
  .cover_content .grid_half.sp_order_1 {
    order: 2; /* ボタンを下に */
  }
  .cover_content .grid_half.sp_order_2 {
    order: 1; /* 画像をボタンの上に */
  }
}

.subheading {
  text-align: left;
