@charset "utf-8";
:root {
  --black:#333;
  --white:#fff;
  --primary:#00ACAB;
  --sub01:#E6FAFA;
  --yellow:#FFEB00;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after {
	content: "";
	content: none
}
q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
* {
	margin: 0;
	padding: 0;
	outline: none
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--black);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 0
}
@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden
	}
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast
}
.l-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.l-flex--start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.l-flex--end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.l-flex--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.l-flex--align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.l-flex--align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.l-flex--align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.l-flex--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial
}
.l-flex--no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.l-section__inner{
  width: 1140px;
  max-width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
@media(max-width:768px){
  .l-section__inner{
    padding: 45px 15px 50px;
  }  
}


/* .l-header */
.l-header {
	width: 100%;
	padding: 0;
  background: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	transition: .3;
}
.l-header__inner{
  padding: 0 0 0 12px;
}
.l-header__logo{
  width: 220px;
  margin-right: 20px;
}
.l-header__wrap{
  height: 100%;
}
.l-header__hamburger-inner{
  gap:30px;
  margin-right: 30px;
}
.l-header__hamburger-wrap-title{
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.l-header__hamburger-wrap-title-text{
  color: var(--black);
  transition: .3s;
}
@media(any-hover: hover){
  .l-header__hamburger-wrap-title:hover .l-header__hamburger-wrap-title-text{
    color: var(--primary);
  }
}
.l-header__hamburger-buttons{
  align-items: normal;
}
.l-header__hamburger-buttons-item{
  height:100px;
  background: #06C755;
  font-weight: bold;
  color: var(--white);
  transition: .3s;
}
@media(any-hover: hover){
  .l-header__hamburger-buttons-item:hover{
    background: #C2F0F0;
    color: var(--black);
  }
}
.l-header__hamburger-buttons-item--sample{
  background: #53CFCE;
}
.l-header__hamburger-buttons-item--calc{
  background: var(--primary);
}
.l-header__hamburger-buttons-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding:17px 15px 15px;
}
.l-header__hamburger-buttons-item--calc span{
  display: inline-block;
  position: relative;
}
.l-header__hamburger-buttons-item--calc span::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(../img/sample-lp/new/icon/tab.svg)no-repeat center center / contain;
  margin-left: 1px;
}
.l-header__hamburger-buttons-item a img{
  width: 31px;
  margin-bottom: 9px;
}
.l-header__hamburger-buttons-item--sample a img{
  width: 28px;
}
.l-header__hamburger-buttons-item--calc a img{
  width: 19px;
}
.l-header__hamburger-buttons-item a span{
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.l-header__hamburger-buttons-item a span.u-sp{
  display: none;
}
.l-header__button {
  display: none;
}
.l-header__hamburger-close{
  display: none;
}

@media(max-width:1450px){
  .l-header__logo{
    width:160px;
  }
  .l-header__hamburger-inner{
    gap:20px;
  }
  .l-header__hamburger-wrap-title{
    font-size: 16px;
  }
  .l-header__hamburger-buttons-item a{
    padding: 17px 10px 15px;
  }
}
@media(max-width:1250px){
  .l-header__logo{
    width:140px;
  }
  .l-header__hamburger-inner{
    gap:15px;
  }
  .l-header__hamburger-wrap-title{
    font-size: 15px;
  }
  .l-header__hamburger-buttons-item a{
    padding: 17px 5px 15px;
  }
  .l-header__hamburger-buttons-item a span{
    font-size: 14px;
  }
}
@media(max-width:1120px){
  .l-header__logo{
    width:120px;
  }
  .l-header__hamburger-inner{
    gap:15px;
  }
  .l-header__hamburger-wrap-title{
    font-size: 14px;
  }
  .l-header__hamburger-buttons-item a{
    padding: 17px 5px 15px;
  }
  .l-header__hamburger-buttons-item a span{
    font-size: 12px;
  }
}
@media(max-width:1024px){
  .l-header{
    height: 74px;
  }
  .l-header__inner{
    padding: 15px;
  }
  .l-header__logo{
    width: 150px;
    margin-right: 10px;
  }
  .l-header__hamburger{
    display: none;
  }
  .l-header__button-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    width: 80px;
    height: 74px;
    background:var(--white);
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .open #js-menu-open{
    display: none;
  }
  .l-header__hamburger{
    width: 100%;
    height: 100%;
    height: 100lvh;
    padding: 15px 15px 150px;
    background: var(--primary);
    position: fixed;
    top:75px;
    left: 0;
    overflow-y: scroll;
  }
  .l-header__button-menu-bar{
    display: block;
    width: 35px;
    height: 2px;
    background: var(--primary);
    margin: 21px auto 0;
  }
  .l-header__button-menu-bar--02{
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .l-header__button-menu-text{
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: var(--primary);
  }
  .l-header__hamburger-close{
    display: none;
  }
  .l-header.open .l-header__hamburger-close{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    width: 80px;
    height: 74px;
    background:var(--white);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
  }
  .l-header__hamburger-close-bar{
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/sample-lp/new/icon/closse.svg)no-repeat center center / contain;
    margin-top: 12px;
  }
  .l-header__hamburger-close-text{
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: var(--primary);
    margin-top: 3px;
  }
  .l-header__hamburger-inner{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .l-header__hamburger-wrap{
    width: 100%;
    padding:0;
    border-bottom: solid 1px #53CFCE;
    line-height: 1;
    color: var(--white);
  }
  .l-header__hamburger-wrap-title{
    display: block;
    width: 100%;
    padding: 15px 0;
    background: url(../img/sample-lp/new/icon/arrow--white.svg)no-repeat center right / 9px;
  }
  .l-header__hamburger-wrap-title-text{
    color: var(--white);
  }
  .l-header__hamburger-buttons{
    margin: 0 auto;
  }
  .l-header__hamburger-buttons-item{
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 0;
    border-radius: 50px;
    background: #06C755;
    border: solid 2px var(--white);
    color: var(--white);
    margin: 0 auto 10px;
  }
  .l-header__hamburger-buttons-item--sample{
    background: #53CFCE;
  }
  .l-header__hamburger-buttons-item--calc{
    background: var(--primary);
  }
  .l-header__hamburger-buttons-item a{
    height: 100%;
    padding:15px;
    background: url(../img/sample-lp/new/icon/arrow--white.svg)no-repeat center right 22px / 9px;
  }
  .l-header__hamburger-buttons-item a img{
    display: none;
  }
  .l-header__hamburger-buttons-item a span{
    width: 100%;
    font-size: 21px;
  }
  .l-header__hamburger-buttons-item a span.u-pc{
    display: none;
  }
  .l-header__hamburger-buttons-item a span.u-sp{
    display: block;
  }
  .l-header__hamburger-buttons-item--calc span::after{
    background: url(../img/sample-lp/new/icon/tab--green.svg)no-repeat center center / contain;
    margin-bottom: 1px;
  }

  .l-header__hamburger-buttons-item--sample {
    background: var(--white);
  }
  .l-header__hamburger-buttons-item--sample a{
    background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center right 22px / 9px;
  }
  .l-header__hamburger-buttons-item--calc {
    background: var(--yellow);
    border: solid 2px var(--yellow);
  }
  .l-header__hamburger-buttons-item--calc a{
    background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center right 22px / 9px;
  }
  .l-header__hamburger-sp-content.u-sp{
    display: block;
    text-align: center;
    margin: 25px auto 0;
  }
  .l-header__hamburger-sp-content-text{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .l-header__hamburger-sp-content-tel {
    display: block;
    margin-bottom: 12px;
  }
  .l-header__hamburger-sp-content-tel span{
    display: inline-flex;
    padding-left: 45px;
    padding-bottom: 2px;
    background: url(../img/sample-lp/new/icon/tel--white.svg)no-repeat center left / contain;
    font-size: 36px;
    font-weight: bold;
    color: var(--white);
  }
  .l-header__hamburger-sp-content-info{
    padding: 10px;
    background: var(--white);
    font-weight: bold;
    margin-bottom: 7px;
  }
  .l-header__hamburger-sp-content-info span{
    display: inline-block;
    margin-right: 7px;
  }
  .l-header__hamburger-sp-content-note{
    font-size: 12px;
  }
}

/* .l-footer */
.l-footer-inner{
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  padding: 60px 20px 45px;
  margin: 0 auto;
}
.l-footer__logo{
  width: 286px;
}
.l-footer-box{
  width: calc(100% - 346px);
}
.l-footer__company{
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.l-footer__company span{
  display: inline-block;
  padding: 10px 18px;
  background: var(--sub01);
  font-size: 18px;
  margin-right: 10px;
}
.l-footer__text{
  margin-bottom: 30px;
}
.l-footer__time{
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-footer__time span{
  display: inline-block;
  padding: 8px 7px;
  border: solid 1px var(--primary);
  font-size: 14px;
  color: var(--primary);
  margin-right: 7px;
}
.l-footer__note{
  font-size: 14px;
}
.l-footer__copyright{
  padding: 10px;
  background: var(--sub01);
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

@media(max-width:800px){
  .l-footer-inner{
    padding: 30px 20px;
  }
  .l-footer__logo{
    width:258px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .l-footer-box{
    width: 100%;
  }
  .l-footer__company{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .l-footer__company span{
    padding: 6px 6px 7px;
    font-size: 14px;
    margin-right: 8px;
    transform: translateY(-1px);
  }
  .l-footer__text{
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .l-footer__time{
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .l-footer__time span{
    padding: 5px 5px 6px;
    font-size: 10px;
    margin-right: 6px;
    transform: translateY(-1px);
  }
  .l-footer__note{
    text-align: center;
    font-size: 11px;
  }
  .l-footer__copyright{
    padding: 8px;
    font-size: 10px;
  }
}

@media(max-width:768px){
  .l-footer{
    margin-bottom: 75px;
  }
}
/* .l-fix-button */
.l-fix-button{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 998;
}
.l-fix-button-item{
  width: calc(100% / 3);
  width: 50%;
  height: 75px;
  background: #06C755;
  font-weight: bold;
  color: var(--white);
  transition: .3s;
}
.l-fix-button-item--sample{
  background: #53CFCE;
}
.l-fix-button-item--calc{
  background: var(--primary);
}
.l-fix-button-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding:13px;
}
.l-fix-button-item a img{
  width: 26px;
  margin-bottom: 6px;
}
.l-fix-button-item--sample a img{
  width: 24px;
}
.l-fix-button-item--calc a img{
  width: 16px;
}
.l-fix-button-item a span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
.l-fix-button-item a span.u-sp{
  display: none;

}
.l-fix-button-item--calc a span::after{
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(../img/sample-lp/new/icon/tab.svg)no-repeat center center / contain;
  margin-left: 1px;
  transform: translateY(1px);
}
@media(min-width:769px){
  .l-fix-button{
    display: none;
  }
}


/* .c-button */
.c-button-box {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.c-button {
	display: inline-block;
	padding: 22px 48px 22px;
	background: var(--primary);
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	transition: .3s
}
.c-button::before {
  content: '';
  display: block;
  width: 11px;
  height: 100%;
  background: url(../img/sample-lp/new/icon/arrow--white.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right: 18px;
}
.c-button--yellow {
	background: var(--yellow);
	color: var(--primary);
}
.c-button--yellow::before {
  background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center center / contain;
}
.c-button--white {
	background: var(--white);
	color: var(--primary);
}
.c-button--white::before {
  background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center center / contain;
}
.c-button--submit-box{
	border-radius: 50px;
  position: relative;
}
.c-button--submit-box::before {
  content: '';
  display: block;
  width: 11px;
  height: 100%;
  background: url(../img/sample-lp/new/icon/arrow--white.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right: 18px;
  z-index: 2;
}
.c-button--submit{
  border: none;
}
.c-button--submit::before{
  display: none;
}
.c-button__text{
  position: relative;
}
.c-button__text--tub{
  padding-right: 22px;
  background: url(../img/sample-lp/new/icon/tab--green.svg)no-repeat top 6px right / 18px;
}

@media(any-hover: hover){
  .c-button:hover{
    background:#C2F0F0;
    color: var(--primary); 
    transform: scale(1.05);
  }
  .c-button:hover::before {
    background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center center / contain;
  }
  .c-button--submit-box:hover::before {
    background: url(../img/sample-lp/new/icon/arrow.svg)no-repeat center center / contain;
  }
}
@media(max-width:768px){
  .c-button__text--tub{
    background: url(../img/sample-lp/new/icon/tab--green.svg)no-repeat center right / 18px;
  }

}

.u-pc {
	display: block
}
@media screen and (max-width: 1000px) {
	.u-pc {
		display: none
	}
}
.u-sp {
	display: none
}
@media screen and (max-width: 1000px) {
	.u-sp {
		display: block
	}
}
.u-text-green{
  color: var(--primary);
}
.u-text-yellow{
  color: var(--yellow);
}

/* .c-section-title */
.c-section-title{
  text-align: center;
  line-height: 1.3;
  font-size: 64px;
  font-weight:bold;
  margin: 0 auto 50px;
}
.c-section-title__sub{
  display: inline-block;
  font-size: 36px;
}
.c-section-title__line-text{
  display: block;
  padding: 0 48px;
  font-size: 30px;
  position: relative;
  margin: 10px auto 0;
}
.c-section-title__line-text-inner{
  display: inline-block;
  padding: 0 48px;
  position: relative;
}
.c-section-title__line-text-inner span{
  display: inline-block;
  padding: 0 8px;
  background: var(--sub01);
  position: relative;
  z-index: 2;
}
.c-section-title__line-text-inner:before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top:calc(50% - 1px);
  left: 0;
  z-index: 1;
}
@media(max-width:768px){
  .c-section-title{
    font-size: 40px;
    margin: 0 auto 35px;
  }
  .c-section-title__sub{
    font-size: 25px;
  }
  .c-section-title__line-text{
    padding:0;
    font-size: 17px;
    position: relative;
    margin: 10px auto 0;
  }
  .c-section-title__line-text-inner{
    display: inline-block;
    padding: 0 30px;
    position: relative;
  }
  .c-section-title__line-text-inner span{
    padding: 0 10px;
  }
  .c-section-title__line-text-inner:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    top:calc(50% - 1px);
    left: 0;
    z-index: 1;
  }
}


/* .l-contact-section */
.l-contact-section{
  background: var(--primary);
}
.l-contact-section .l-section__inner{
  gap:30px;
  padding: 45px 50px 50px 280px;
  color: var(--white);
  position: relative;
}
.l-contact-section .l-section__inner::before{
  content: '';
  display: block;
  width: 315px;
  height: 377px;
  background: url(../img/sample-lp/new/contact/woman.png)no-repeat center bottom / contain;
  position: absolute;
  left: -60px;
  bottom: -7px;
  z-index: 1;
}
.l-contact-section-buttons{
  width: 395px;
}
.l-contact-section-buttons-text{
  text-align: center;
  line-height: 1.3;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.l-contact-section-buttons .c-button-box{
  flex-wrap: wrap;
}
.l-contact-section-buttons .c-button{
  width: 100%;
  text-align: center;
}
.l-contact-section-box{
  display: inline-block;
  padding: 40px 15px;
  background: var(--yellow);
  text-align: center;
  color: var(--black);
}
.l-contact-section-box__title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.l-contact-section-box__tel{
  display: block;
  padding-left: 50px;
  padding-bottom: 10px;
  background: url(../img/sample-lp/new/icon/tel.svg)no-repeat center left / 43px;
  font-size: 43px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 6px;
}
.l-contact-section-box__info{
  padding: 10px;
  background: var(--white);
  text-align: center;
  font-weight: bold;
  margin: 0 auto 15px;
}
.l-contact-section-box__info span{
  margin-right: 10px;
}
.l-contact-section-box__note{
  font-size: 14px;
}

@media(max-width:1150px){
  .l-contact-section .l-section__inner{
    justify-content: center;
    padding: 45px 20px 50px 240px;
  }
  .l-contact-section .l-section__inner::before{
    width: 300px;
  }
  .l-contact-section-buttons{
    width: 320px;
  }
  .l-contact-section-buttons-text{
    font-size: 26px;
  }
  .l-contact-section-box__title{
    font-size: 18px;
  }
  .l-contact-section-box__tel{
    display: inline-block;
    padding-top: 2px;
    padding-left: 35px;
    background: url(../img/sample-lp/new/icon/tel.svg)no-repeat center left / 33px;
    font-size: 35px;
  }
  .l-contact-section-box__info{
    padding: 10px;
    background: var(--white);
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
  }
  .l-contact-section-box__info span{
    margin-right: 10px;
  }
  .l-contact-section-box__note{
    font-size: 14px;
  }
}

@media (max-width:1000px) {
  .l-contact-section .l-section__inner{
    display: block;
    gap:0;
    padding:40px 0 0;
  }
  .l-contact-section .l-section__inner::before{
    display: none;
  }
  .l-contact-section-buttons{
    width: 100%;
    max-width: 500px;
    padding: 0 20px 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .l-contact-section-buttons::before{
    display: none;
    content: '';
    display: block;
    width: 280px;
    height:330px;
    background: url(../img/sample-lp/new/contact/woman.png)no-repeat center bottom / contain;
    position: absolute;
    left: -65px;
    bottom: -6px;
    z-index: 1;
  }
  .l-contact-section-buttons-text{
    display: block;
    padding-left: 140px;
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  .l-contact-section-buttons .c-button-box{
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .l-contact-section-buttons .c-button{
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
  .l-contact-section-box{
    display: block;
    padding: 30px 24px;
  }
  .l-contact-section-box__title{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .l-contact-section-box__tel{
    padding-left: 50px;
    padding-bottom: 6px;
    background: url(../img/sample-lp/new/icon/tel.svg)no-repeat center left / contain;
    font-size: 34px;
    margin-bottom: 6px;
  }
  .l-contact-section-box__info{
    font-size: 14px;
    margin: 0 auto 8px;
  }
  .l-contact-section-box__info span{
    margin-right: 5px;
  }
  .l-contact-section-box__note{
    font-size: 12px;
  }
}
@media(max-width:380px){
  .l-contact-section-box__tel{
    font-size: 30px;
  }
}

/* .pg-top-visual */
.pg-top-visual{
  background: url(../img/sample-lp/new/mv-bg.jpg)no-repeat center center / cover;
  margin-top: 100px;
}
.pg-top-visual__inner{
  width: 1210px;
  max-width: 100%;
  padding: 68px 20px 20px;
  margin: 0 auto;
}
.pg-top-visual__title{
  width: 783px;
  max-width: 70%;
  position: relative;
  margin-left: auto;
}
.pg-top-visual__title::before{
  content: '';
  display: block;
  width: 516px;
  max-width: 100%;
  height: 100%;
  background: url(../img/sample-lp/new/mv-photo.png)no-repeat right bottom / contain;
  position: absolute;
  left: -522px;
  bottom: -20px;
}

@media(max-width:1024px){
  .pg-top-visual{
    margin-top: 74px;
  }
}
@media(max-width:768px){
  .pg-top-visual__inner{
    padding: 0;
  }
  .pg-top-visual__title{
    max-width: 100%;
  }
  .pg-top-visual__title::before{
    display: none;
  }
}

/* .pg-top-reason */
.pg-top-reason .c-section-title{
  margin-top: -20px;
}
.pg-top-reason__list{
  align-items:inherit;
  align-content: inherit;
  gap:20px;
}
.pg-top-reason__list-item{
  width: calc(25% - 15px);
  padding:30px 20px 20px;
  border-radius: 20px;
  background: var(--sub01);
}
.pg-top-reason__list-img{
  width: 140px;
  max-width: 90%;
  margin: 0 auto 25px;
}
.pg-top-reason__list-item-title{
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
  margin: 0 auto 25px;
}
.pg-top-reason__list-item-text{
  line-height: 1.6;
}
@media(max-width:1000px){
  .pg-top-reason__list{
    gap:14px;
  }
  .pg-top-reason__list-item{
    width: calc(50% - 7px);
  }
}
@media(max-width:768px){
  .pg-top-reason__list{
    gap:14px;
    margin-bottom: 10px;
  }
  .pg-top-reason__list-item{
    width: calc(50% - 7px);
    padding:20px 15px;
    border-radius: 10px;
  }
  .pg-top-reason__list-img{
    width: 80px;
    margin: 0 auto 20px;
  }
  .pg-top-reason__list-item-title{
    font-size: 18px;
    margin: 0 auto 16px;
  }
  .pg-top-reason__list-item-text{
    font-size: 14px;
  }
}


/* .pg-top-price */
.pg-top-price{
  background: var(--sub01);
}
.pg-top-price__list {
  gap:30px 40px;
  align-items: inherit;
  align-content: inherit;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.pg-top-price__list--sp{
  display: none;
}
.pg-top-price__list li{
  width: calc(50% - 20px);
  padding: 20px 30px 69px;
  border-radius: 20px;
  background: var(--white);
  position: relative;
}
.pg-top-price__list-img{
  width: 256px;
  position: relative;
  margin: 0 auto 23px;
}
.pg-top-price__list-img::before{
  content: '';
  display: block;
  width: 98px;
  height: 98px;
  background: url(../img/sample-lp/new/price-batch01.svg)no-repeat center center / contain;
  position: absolute;
  top:10px;
  left: -75px;
}
.pg-top-price__list-img--02::before{
  background: url(../img/sample-lp/new/price-batch02.svg)no-repeat center center / contain;
}
.pg-top-price__list-img--03::before{
  background: url(../img/sample-lp/new/price-batch03.svg)no-repeat center center / contain;
}
.pg-top-price__list-img--04::before{
  background: url(../img/sample-lp/new/price-batch04.svg)no-repeat center center / contain;
}
.pg-top-price__list-title{
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 20px;
}
.pg-top-price__list-title span{
  display: inline-block;
  padding:8px 9px 9px;
  background: var(--primary);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  margin-right: 8px;
}
.pg-top-price__list-text{
  display: block;
  padding:6px 17px;
  background: #F4F4F4;
  line-height: 1.6;
  margin: 0 auto 15px;
}
.pg-top-price__list-price {
  text-align: right;
}
.pg-top-price__list-price img{
  width: 205px;
  height: 44px;
  position: absolute;
  right: 30px;
  bottom: 27px;
}
.pg-top-price__list-price--04 img{
  width: 181px;
}
.pg-top-price__option{
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.pg-top-price__option-text{
  display: inline-block;
  padding-top: 74px;
  padding-right: 336px;
  text-align: left;
  line-height: 1.3;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.pg-top-price__option-text::before{
  content: '';
  display: block;
  width: 296px;
  height: 100%;
  background: url(../img/sample-lp/new/option-img01.svg)no-repeat left bottom / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pg-top-price__option-text .pg-top-price__other-text .u-text-green{
  font-size: 48px;
}

.pg-top-price__other-text{
  display: inline-block;
  padding-top: 74px;
  padding-right: 336px;
  text-align: left;
  line-height: 1.3;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

@media(max-width:1100px){
  .pg-top-price__list {
    gap:10px;
    margin: 0 auto 20px;
  }
  .pg-top-price__list li{
    width:calc(50% - 5px);
    padding: 15px 20px 25px;
    border-radius: 15px;
  }
  .pg-top-price__list-img{
    width: 230px;
    max-width: 70%;
    margin: 0 auto 24px;
  }
  .pg-top-price__list-title{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .pg-top-price__list-title span{
    padding:5px 6px 6px;
    font-size: 12px;
    margin-right: 5px;
    transform: translateY(-3px);
  }
  .pg-top-price__list-text{
    padding:16px 12px 18px;
    font-size: 12px;
    margin: 0 auto 20px;
  }
  .pg-top-price__option-text{
    display:block;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .pg-top-price__option-text::before{
    content: '';
    display: block;
    width: 200px;
    height: 122px;
    background: url(../img/sample-lp/new/option-img01.svg)no-repeat left bottom / contain;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto 25px;
    transform: translateX(30px);
  }
.pg-top-price__other-text{
    display:block;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .pg-top-price__option-text .u-text-green{
    font-size: 26px;
  }
  .pg-top-price__list-price img{
    position: relative;
    right: auto;
    bottom: auto;
  }
  .pg-top-price__list-img::before{
    width: 65px;
    height: 65px;
    top:16px;
    left: -23px;
  }
}
@media(max-width:768px){
  .pg-top-price__list {
    gap:10px;
    margin: 0 auto 20px;
  }
  .pg-top-price__list--pc{
    display: none;
  }
  .pg-top-price__list--sp{
    display: flex;
    flex-wrap: wrap;
  }
  .pg-top-price__list li{
    width:100%;
    padding: 0;
    border-radius: 15px;
  }
}


/* .pg-top-case */
.pg-top-case .swiper{
  overflow: inherit;
}
.pg-top-case .swiper-slide{
  height: auto;
  transition-delay: .3s !important;
  transition: .3s;
}
.pg-top-case__slider-item{
  padding: 30px;
  background: var(--sub01);
  border-radius: 20px;
}
.pg-top-case__slider-item-head{
  align-items: flex-start;
  margin: 0 auto 20px;
}
.pg-top-case__slider-item-head-icon{
  width: 106px;
  margin-right: 35px;
}
.pg-top-case__slider-item-head-icon span{
  display: block;
  text-align: center;
  font-size: 20;
  font-weight: bold;
  margin: 12px auto 0;
}
.pg-top-case__slider-item-head-text{
  width: calc(100% - 141px);
  padding-top: 8px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
}
.pg-top-case__slider-item table{
  width: 100%;
  border-top:solid 2px #E0E0E0;
  margin: 0 auto 20px;
}
.pg-top-case__slider-item table tr{
  border-bottom:solid 2px #E0E0E0;
}
.pg-top-case__slider-item table th{
  padding: 14px 14px 14px 0;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
}
.pg-top-case__slider-item table td{
    padding: 14px 0;
  text-align: left;
  line-height: 1.6;
}
.pg-top-case__slider-item-price {
  text-align: right;
}
.pg-top-case__slider-item-price img{
  width: auto;
}
#sample-lp .swiper-button-item{
  width:50px;
  height: 50px;
  background: url(../img/sample-lp/new/case/arrow-left.svg)no-repeat center center / contain;
  left: 24%;
  transition: .3s;
}
#sample-lp .swiper-button-next{
  background: url(../img/sample-lp/new/case/arrow-right.svg)no-repeat center center / contain;
  left: auto;
  right: 24%;
}
#sample-lp .swiper-button-item:after{
  display: none;
}
#sample-lp .swiper-horizontal>.swiper-pagination-bullets, 
#sample-lp .swiper-pagination-bullets.swiper-pagination-horizontal,
#sample-lp .swiper-pagination-custom,
#sample-lp .swiper-pagination-fraction{
  bottom: -40px;
}
#sample-lp .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#sample-lp .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
#sample-lp .swiper-pagination-bullet{
  background: #F4F4F4;
  opacity: 1;
}
#sample-lp .swiper-pagination-bullet-active{
  background: var(--primary);
}
@media(min-width:1001px){
  .pg-top-case .swiper{
    margin-top: 100px;
  }
  .pg-top-case .swiper-slide.swiper-slide-active{
    transform: translateY(-40px);
  }
}
@media(max-width:1100px){  
  #sample-lp .swiper-button-item{
    left: 14%;
  }
  #sample-lp .swiper-button-next{
    left: auto;
    right: 14%;
  }
}
@media(max-width:950px){  
  #sample-lp .swiper-button-item{
    left: 1%;
  }
  #sample-lp .swiper-button-next{
    left: auto;
    right: 1%;
  }
}
@media(max-width:768px){
  .pg-top-case .l-section__inner{
    padding-bottom: 75px;
  }
  .pg-top-case__slider-item{
    padding: 20px;
    border-radius: 10px;
  }
  .pg-top-case__slider-item-head{
    margin: 0 auto 15px;
  }
  .pg-top-case__slider-item-head-icon{
    width: 80px;
    margin-right: 10px;
  }
  .pg-top-case__slider-item-head-icon span{
    font-size: 12px;
    margin: 8px auto 0;
  }
  .pg-top-case__slider-item-head-text{
    width: calc(100% - 90px);
    padding-top: 8px;
    font-size: 15px;
  }
  .pg-top-case__slider-item table{
    border-top:solid 1px #E0E0E0;
    margin: 0 auto 15px;
  }
  .pg-top-case__slider-item table tr{
    border-bottom:solid 1px #E0E0E0;
  }
  .pg-top-case__slider-item table th{
    padding: 10px 10px 10px 0;
    font-size: 12px;
  }
  .pg-top-case__slider-item table td{
    padding: 10px 0;
    font-size: 12px;
  }
  .pg-top-case__slider-item-price img{
    width: auto;
    max-width: 180px;
  }
  #sample-lp .swiper-button-item{
    left: -6%;
  }
  #sample-lp .swiper-button-next{
    left: auto;
    right: -6%;
  }
  #sample-lp .swiper-button-item:after{
    display: none;
  }
  #sample-lp .swiper-horizontal>.swiper-pagination-bullets, 
  #sample-lp .swiper-pagination-bullets.swiper-pagination-horizontal,
  #sample-lp .swiper-pagination-custom,
  #sample-lp .swiper-pagination-fraction{
    bottom: -30px;
  }
  #sample-lp .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #sample-lp .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #sample-lp .swiper-pagination-bullet{
    background: #F4F4F4;
    opacity: 1;
  }
  #sample-lp .swiper-pagination-bullet-active{
    background: var(--primary);
  }
}

/* .pg-top-flow */
.pg-top-flow{
  background: var(--sub01);
}
.pg-top-flow__list{
  align-content: inherit;
  align-items: inherit;
  gap:60px;
  position: relative;
}
.pg-top-flow__list::before{
  content: '';
  display: block;
  width: 774px;
  max-width: 100%;
  height: 4px;
  background: url(../img/sample-lp/new/line-dots.svg)no-repeat center center / contain;
  position: absolute;
  top:calc(50% - 2px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pg-top-flow__list-item{
  width: calc(100% / 3 - 40px);
  padding:50px 30px 30px;
  border-radius: 20px;
  background: var(--white);
  position: relative;
  margin-top: 18px;
}
.pg-top-flow__list-item-num{
  display: inline-block;
  width: 116px;
  max-width: 100%;
  padding: 11px 18px;
  background: var(--primary);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  position: absolute;
  top:-18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pg-top-flow__list-item-img{
  text-align: center;
  margin: 0 auto 28px;
}
.pg-top-flow__list-item-img img{
  width: 83px;
  height: 72px;
  object-fit: contain;
}
.pg-top-flow__list-item-title{
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  color: var(--black);
  margin: 0 auto 25px;
}
.pg-top-flow__list-item-text{
  line-height: 1.8;
}
.pg-top-flow__list-item-text span{
  display: block;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 15px;
}

@media(max-width:768px){
  .pg-top-flow__list{
    gap:30px;
  }
  .pg-top-flow__list::before{
    width: 2px;
    height: 100%;
    background: url(../img/sample-lp/new/line-dots-sp.svg)no-repeat center center / contain;
    top:0;
    left:49px;
    right: auto;
    margin: 0;
  }
  .pg-top-flow__list-item{
    width:100%;
    padding:0 0 0 115px;
    background:none;
    position: relative;
    margin-top: 14px;
  }
  .pg-top-flow__list-item-num{
    width: 80px;
    padding: 7px 10px;
    font-size: 12px;
    top:-14px;
    left: 10px;
    right: auto;
    z-index: 2;
  }
  .pg-top-flow__list-item-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: var(--white);
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    margin: 0;
  }
  .pg-top-flow__list-item-img img{
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .pg-top-flow__list-item-title{
    display: block;
    text-align: left;
    font-size: 20px;
    margin: 0 0 12px 0
  }
  .pg-top-flow__list-item-text{
    display: block;
    font-size: 14px;
    margin-top:0;
  }
}

/* .pg-top-form */
.pg-top-form{
  background: var(--sub01);
  text-align: center;
}
.pg-top-form__title{
  display: inline-block;
  padding: 20px 30px 22px;
  background: var(--primary);
  line-height: 1.2;
  font-size: 48px;
  font-weight: bold;
  color: var(--white);
  position: relative;
  margin: 0 auto 65px;
}
.pg-top-form__title::before{
  content: '';
  display: block;
  width: 43px;
  height: 18px;
  background: url(../img/sample-lp/new/title-arrow.svg)no-repeat top center / contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: 0 auto;
}
.pg-top-form__text{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 60px;
}
.pg-top-form__text span{
  font-size: 38px;
}
.pg-top-form__text .u-bg-yellow{
  display: inline-block;
  padding: 8px 10px 9px;
  background: var(--yellow);
  line-height: 1;
}

.pg-top-form__sub-title{
  display: block;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin: 0 auto 35px;
}
.pg-top-form__sub-title span{
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
.pg-top-form__sub-title span::before{
  content: '';
  display: block;
  width: 24px;
  height: 100%;
  background: url(../img/sample-lp/new/icon/emphasis-left.svg)no-repeat left bottom / contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pg-top-form__sub-title span::after{
  content: '';
  display: block;
  width: 24px;
  height: 100%;
  background: url(../img/sample-lp/new/icon/emphasis-right.svg)no-repeat right bottom / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pg-top-form__sample{
  gap:32px;
  width: 840px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.pg-top-form__sample-item{
  width: calc(50% - 16px);
  text-align: center;
}
.pg-top-form__sample-item-img{
  margin-bottom: 35px;
}
.pg-top-form__sample-item-title{
  font-size: 26px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 25px;
}
.pg-top-form__sample-item-text{
  line-height: 1.6;
  font-size: 16px;
}
.pg-top-form__form{
  width: 840px;
  max-width: 100%;
  padding: 40px;
  background: var(--white);
  margin: 0 auto;
}
.pg-top-form__form-inner{
  text-align: left;
  margin-bottom: 40px;
}
.pg-top-form__form-title{
  display: block;
  padding: 18px 18px 20px;
  background: var(--sub01);
  text-align: left;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 34px;
}
.pg-top-form__form-name{
  font-weight: bold;
  margin-bottom: 12px;
}
.pg-top-form__form-name--mb-l{
  margin-bottom: 20px;
}
.pg-top-form__form-name span{
  display: inline-block;
  padding: 4px 8px 5px;
  border-radius: 20px;
  background: var(--yellow);
  line-height: 1;
  font-size: 14px;
  margin-left: 10px;
  transform: translateY(-1px);
}
.pg-top-form__form-input{
  width: 100%;
  margin-bottom: 24px;
}
.pg-top-form__form-input input[type="text"]{
  width: 100%;
  padding: 13px 14px;
  border: solid 1px #B8B8B8;
  font-size: 16px;
  line-height: 1.6;
}
.pg-top-form__form-input input[type="text"]::placeholder{
  color: #B8B8B8;
}
.pg-top-form__form-input textarea{
  width: 100%;
  height: 120px;
  padding: 13px 14px;
  border: solid 1px #B8B8B8;
  resize: vertical;
  font-size: 16px;
  line-height: 1.6;
}
.pg-top-form__form-input textarea::placeholder{
  color: #B8B8B8;
}
.pg-top-form__form-input label{
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.pg-top-form__form-input-note{
  display: block;
  line-height: 1.7;
  margin-top: 12px;
}
.pg-top-form__form-privacy{
  display: block;
  font-weight: bold;
  margin: 0 auto 40px;
}
.pg-top-form__form-privacy a{
  color:#FF0000;
  text-decoration: underline;
}
@media(any-hover: hover){
  .pg-top-form__form-privacy a:hover{
    opacity: .6;
  }
}
.pg-top-form .c-button{
  width: 354px;
}

@media(max-width:1100px){
  .pg-top-form__text .u-sp{
    display: block;
  }
  .pg-top-form__text .u-bg-yellow{
    margin-top: 10px;
  }
  .pg-top-form .c-button--submit-box{
    width:80%;
    margin: 0 auto;
  }
  .pg-top-form .c-button{
    width: 100%;
  }
}

@media(max-width:1000px){
  .pg-top-form .l-section__inner{
    padding: 0;
  }
  .pg-top-form__title{
    display: block;
    padding: 20px 15px 17px;
    font-size: 32px;
    margin: 0 auto 45px;
  }
  .pg-top-form__title::before{
    width: 22;
    height: 10px;
    background: url(../img/sample-lp/new/title-arrow.svg)no-repeat top center / contain;
    bottom: -9px;
  }
  .pg-top-form__text{
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .pg-top-form__text span{
    font-size: 25px;
  }
  .pg-top-form__text .u-bg-yellow{
    padding: 8px 7px 9px;
    margin-top: 10px;
  }
  .pg-top-form__sub-title{
    font-size: 32px;
    margin: 0 auto 30px;
  }
  .pg-top-form__sub-title span{
    padding: 0 25px;
  }
  .pg-top-form__sub-title span::before{
    width: 14px;
  }
  .pg-top-form__sub-title span::after{
    width: 14px;
  }
  .pg-top-form__sample{
    width: 700px;
    max-width: 100%;
    gap:20px;
    padding: 0 15px;
    margin: 0 auto 40px;
  }
  .pg-top-form__sample-item{
    width: 100%;
    padding-left: 180px;
    text-align: left;
    position: relative;
  }
  .pg-top-form__sample-item-img{
    width: 165px;
    margin: 0;
    position: absolute;
    top:0;
    left: 0;
  }
  .pg-top-form__sample-item-title{
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .pg-top-form__sample-item-text{
    font-size: 14px;
  }
  .pg-top-form__form{
    padding: 20px 15px 50px;
    background: var(--sub01);
  }
  .pg-top-form__form-inner{
    margin-bottom: 25px;
  }
  .pg-top-form__form-title{
    padding: 13px 10px;
    background: #C2F0F0;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pg-top-form__form-name{
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pg-top-form__form-name--mb-l{
    margin-bottom: 15px;
  }
  .pg-top-form__form-name span{
    padding: 4px 8px 5px;
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(-1px);
  }
  .pg-top-form__form-input{
    width: 100%;
    margin-bottom: 18px;
  }
  .pg-top-form__form-input input[type="text"]{
    padding: 10px;
  }
  .pg-top-form__form-input textarea{
    height: 80px;
    padding: 10px;
  }
  .pg-top-form__form-input label{
    display: inline-block;
    padding-left: 20px;
    line-height: 1.4;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .pg-top-form__form-input label input{
    position: absolute;
    top:6px;
    left: 0;
  }
  .pg-top-form__form-input-note{
    font-size: 11px;
  }
  .pg-top-form__form-privacy{
    line-height: 1.6;
    font-size: 14px;
    margin: 0 auto 25px;
  }
  .pg-top-form__form-privacy a{
    color:#FF0000;
    text-decoration: underline;
  }
  .pg-top-form .c-button{
    width: 100%;
  }
}
#sample-lp .mw_wp_form .horizontal-item + .horizontal-item{
  display:inline-block;
  margin-left: 0;
  margin-bottom: 10px;
}
@media(max-width:768px){  
  .pg-top-form__form-input label input{
    top:3px;
  }
}