@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

.cta_btn {
  width: 300px;
}
.cta_sec {
  position: relative;
  background-image: url(../img/cta-bg@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 354px;
}
@media (max-width: 768px) {
  .cta_sec {
    height: 410px;
  }
}
@media (max-width: 480px) {
  .cta_sec {
    height: 300px;
  }
}
.cta_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
.cta_sec .inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 40px;
  width: 100%;
}
.cta_sec .inner .content .u_img {
  width: 290px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .u_img {
    width: 80%;
  }
}
.cta_sec .inner .content .u_img img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .u_img img.pc_only {
    display: none;
  }
}
.cta_sec .inner .content .u_img img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .u_img img.sp_only {
    display: block;
  }
}
.cta_sec .inner .content h2.ttl {
  text-align: center;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cta_sec .inner .content h2.ttl {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .content h2.ttl {
    font-size: 26px;
  }
}
.cta_sec .inner .content h2.ttl br.tab {
  display: none;
}
@media (max-width: 768px) {
  .cta_sec .inner .content h2.ttl br.tab {
    display: block;
  }
}
.cta_sec .inner .content h2.ttl br.sp {
  display: none;
}
@media (max-width: 480px) {
  .cta_sec .inner .content h2.ttl br.sp {
    display: block;
  }
}
.cta_sec .inner .content .btn1 {
  width: 400px;
  height: 76px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 {
    width: 310px;
    height: 60px;
  }
}
.cta_sec .inner .content .btn1 a {
  font-size: 20px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a {
    font-size: 14px;
  }
}
.cta_sec .inner .content .btn1 a:before {
  width: 52px;
  height: 52px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a:before {
    width: 40px;
    height: 40px;
  }
}
.cta_sec .inner .content .btn1 a:after {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a:after {
    width: 15px;
    height: 15px;
  }
}

.hdr_main {
  position: relative;
  width: 100%;
  height: 6.897vw;
}
@media (max-width: 950px) {
  .hdr_main {
    height: 4.414vw;
  }
}
.hdr_main .hdr_logo {
  width: 11.034vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.103vw;
  z-index: 10;
}
@media (max-width: 950px) {
  .hdr_main .hdr_logo {
    width: 15.104vw;
    top: 5.027vw;
    left: 4.427vw;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_logo {
    left: 4.8vw;
    top: 8.8vw;
    width: 30.933vw;
  }
}
.hdr_main .hdr_logo img {
  width: 100%;
}
.hdr_main .hdr_btn {
  width: 300px;
  position: fixed;
  z-index: 9999;
  right: 3.103vw;
  top: 1.379vw;
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn {
    width: 80%;
    height: 10.417vw;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 34px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn {
    width: 85%;
    height: auto;
    bottom: 7px;
  }
}
.hdr_main .hdr_btn a {
  font-size: 1.379vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a {
    font-size: 16px;
  }
}
.hdr_main .hdr_btn a:before {
  width: 3.586vw;
  height: 3.586vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a:before {
    width: 2.759vw;
    height: 2.759vw;
  }
}
.hdr_main .hdr_btn a:after {
  width: 1.379vw;
  height: 1.379vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a:after {
    width: 1.034vw;
    height: 1.034vw;
  }
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn a img.pc__only {
    display: none;
  }
}
.hdr_main .hdr_btn a img.tab__only {
  display: none;
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn a img.tab__only {
    display: block;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a img.tab__only {
    display: none;
  }
}
.hdr_main .hdr_btn a img.sp__only {
  display: none;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a img.sp__only {
    display: block;
  }
}

.fv_main {
  margin-top: -6.897vw;
  background-image: url(../img/mv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 98.207vw;
}
@media (max-width: 900px) {
  .fv_main {
    background-image: url(../img/tab-bg.png);
    height: 231.375vw;
  }
}
@media (max-width: 663px) {
  .fv_main {
    height: 245.375vw;
  }
}
@media (max-width: 480px) {
  .fv_main {
    background-image: url(../img/sp-mv-bg@2x.png);
    height: 407.75vw;
  }
}
.fv_main .fv_content {
  position: relative;
  padding-top: 7.586vw;
  margin-left: 2.759vw;
}
@media (max-width: 900px) {
  .fv_main .fv_content {
    padding-top: 13vw;
    margin-left: 6.51vw;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_content {
    padding-top: 21vw;
  }
}
.fv_main .fv_content h1 .mv_pic img.pc_only {
  width: 100%;
}
@media (max-width: 900px) {
  .fv_main .fv_content h1 .mv_pic img.pc_only {
    display: none;
  }
}
.fv_main .fv_content h1 .mv_pic img.tab_only {
  width: 100%;
  display: none;
}
@media (max-width: 900px) {
  .fv_main .fv_content h1 .mv_pic img.tab_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_content h1 .mv_pic img.tab_only {
    display: none;
  }
}
.fv_main .fv_content h1 .mv_pic img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 480px) {
  .fv_main .fv_content h1 .mv_pic img.sp_only {
    display: block;
  }
}
.fv_main .fv_content .cta_btn {
  position: absolute;
  width: 27.586vw;
  bottom: 4vw;
  left: 3vw;
}
@media (max-width: 900px) {
  .fv_main .fv_content .cta_btn {
    display: none;
  }
}
.fv_main .fv_content .cta_btn img {
  width: 100%;
}
@media (max-width: 1330px) {
  .fv_main .problem .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .fv_main .problem .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.fv_main .problem .inner .ttl {
  padding-top: 6.397vw;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4.138vw;
}
@media (max-width: 900px) {
  .fv_main .problem .inner .ttl {
    font-size: 40px;
    padding-top: 15.397vw;
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .fv_main .problem .inner .ttl {
    font-size: 28px;
    margin-bottom: 23px;
  }
}
.fv_main .problem .inner .ttl .sp {
  display: none;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .ttl .sp {
    display: block;
  }
}
.fv_main .problem .inner .p_wrap.pc {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 900px) {
  .fv_main .problem .inner .p_wrap.pc {
    display: none;
  }
}
.fv_main .problem .inner .p_wrap.pc .p_b {
  width: 400px;
}
.fv_main .problem .inner .p_wrap.pc .p_b img {
  width: 100%;
}
.fv_main .problem .inner .p_wrap.tab {
  display: none;
}
@media (max-width: 900px) {
  .fv_main .problem .inner .p_wrap.tab {
    display: block;
  }
}
.fv_main .problem .inner .p_wrap.tab .b_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .b_wrap {
    display: block;
  }
}
.fv_main .problem .inner .p_wrap.tab .b_wrap .p_b {
  width: 314px;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .b_wrap .p_b {
    margin-bottom: 20px;
    width: 100%;
  }
}
.fv_main .problem .inner .p_wrap.tab .b_wrap .p_b img.tab {
  width: 100%;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .b_wrap .p_b img.tab {
    display: none;
  }
}
.fv_main .problem .inner .p_wrap.tab .b_wrap .p_b img.sp {
  display: none;
  width: 100%;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .b_wrap .p_b img.sp {
    display: block;
  }
}
.fv_main .problem .inner .p_wrap.tab .b_wrap .p_b.last {
  margin-bottom: 0;
}
.fv_main .problem .inner .p_wrap.tab .p_b.last {
  width: 314px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .fv_main .problem .inner .p_wrap.tab .p_b.last {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .fv_main .problem .inner .p_wrap.tab .p_b.last {
    width: 47%;
  }
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .p_b.last {
    width: 100%;
  }
}
.fv_main .problem .inner .p_wrap.tab .p_b.last img.tab {
  width: 100%;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .p_b.last img.tab {
    display: none;
  }
}
.fv_main .problem .inner .p_wrap.tab .p_b.last img.sp {
  display: none;
  width: 100%;
}
@media (max-width: 480px) {
  .fv_main .problem .inner .p_wrap.tab .p_b.last img.sp {
    display: block;
  }
}

.solve .inner {
  width: 1250px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media (max-width: 1330px) {
  .solve .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .solve .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.solve .inner .s_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1330px) {
  .solve .inner .s_wrap {
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .solve .inner .s_wrap {
    display: block;
  }
}
.solve .inner .s_wrap h2.ttl.tab {
  margin-bottom: 50px;
  font-size: 36px;
  letter-spacing: 0.15em;
  display: none;
}
@media (max-width: 900px) {
  .solve .inner .s_wrap h2.ttl.tab {
    display: block;
  }
}
@media (max-width: 480px) {
  .solve .inner .s_wrap h2.ttl.tab {
    font-size: 24px;
  }
}
.solve .inner .s_wrap h2.ttl.tab span {
  position: relative;
  font-size: 40px;
  color: #e25050;
  background: linear-gradient(transparent 60%, #fff850 60%);
  /* 上60%は透明、下40%を黄色マーカーにする */
  display: inline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .solve .inner .s_wrap h2.ttl.tab span {
    font-size: 28px;
  }
}
.solve .inner .s_wrap .left {
  width: 530px;
  flex: 0 0 530px;
}
@media (max-width: 900px) {
  .solve .inner .s_wrap .left {
    flex: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.solve .inner .s_wrap .left img {
  width: 100%;
}
.solve .inner .s_wrap .right {
  width: 681px;
}
@media (max-width: 900px) {
  .solve .inner .s_wrap .right {
    width: 100%;
  }
}
.solve .inner .s_wrap .right h2.ttl.pc {
  margin-bottom: 50px;
  font-size: 36px;
  letter-spacing: 0.15em;
}
@media (max-width: 900px) {
  .solve .inner .s_wrap .right h2.ttl.pc {
    display: none;
  }
}
.solve .inner .s_wrap .right h2.ttl.pc span {
  position: relative;
  font-size: 40px;
  color: #e25050;
}
.solve .inner .s_wrap .right h2.ttl.pc span:after {
  position: absolute;
  width: 100%;
  height: 16px;
  background: #fff850;
  content: "";
  bottom: 0;
  z-index: -1;
  left: 0;
}
.solve .inner .s_wrap .right .p_txt {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 2;
}
.solve .inner .s_wrap .right .p_txt.last {
  margin-bottom: 0;
}

.understand {
  padding: 100px 0;
  background-image: url(../img/understand-bg@2x.png);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .understand {
    padding: 60px 0;
  }
}
.understand .inner {
  width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .understand .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .understand .inner {
    width: calc(100% - 60px);
  }
}
.understand .inner h2.ttl {
  font-size: 44px;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .understand .inner h2.ttl {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .understand .inner h2.ttl {
    font-size: 28px;
  }
}
.understand .inner h2.ttl br.tab {
  display: none;
}
@media (max-width: 768px) {
  .understand .inner h2.ttl br.tab {
    display: block;
  }
}
.understand .inner .u_wrap.pc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1160px) {
  .understand .inner .u_wrap.pc {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .understand .inner .u_wrap.pc {
    display: none;
  }
}
.understand .inner .u_wrap.pc .u_b {
  width: 520px;
}
.understand .inner .u_wrap.pc .u_b img {
  width: 100%;
}
.understand .inner .u_wrap.tab {
  display: none;
}
@media (max-width: 900px) {
  .understand .inner .u_wrap.tab {
    display: block;
  }
  .understand .inner .u_wrap.tab .u_t_b {
    margin-bottom: 20px;
  }
  .understand .inner .u_wrap.tab .u_t_b img {
    width: 100%;
  }
  .understand .inner .u_wrap.tab .u_t_b.last {
    margin-bottom: 0px;
  }
  .understand .inner .u_wrap.tab .u_t_b.last img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .understand .inner .u_wrap.tab {
    display: none;
  }
}
.understand .inner .u_wrap.sp {
  display: none;
}
@media (max-width: 480px) {
  .understand .inner .u_wrap.sp {
    display: block;
  }
  .understand .inner .u_wrap.sp .u_t_b {
    margin-bottom: 20px;
  }
  .understand .inner .u_wrap.sp .u_t_b img {
    width: 100%;
  }
  .understand .inner .u_wrap.sp .u_t_b.last {
    margin-bottom: 0;
  }
}

.contact {
  padding: 90px 0;
}
@media (max-width: 480px) {
  .contact {
    padding: 60px 0;
  }
}
.contact .inner {
  width: 1250px;
  margin: 0 auto;
}
.contact .inner .upper_img2 {
  width: 290px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .contact .inner .upper_img2 {
    width: 70%;
  }
}
.contact .inner .upper_img2 img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .contact .inner .upper_img2 img.pc_only {
    display: none;
  }
}
.contact .inner .upper_img2 img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .contact .inner .upper_img2 img.sp_only {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .contact .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .contact .inner {
    width: calc(100% - 60px);
  }
}
.contact .inner .upper_img {
  width: 602px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .contact .inner .upper_img {
    width: 80%;
  }
}
@media (max-width: 730px) {
  .contact .inner .upper_img {
    width: 100%;
  }
}
.contact .inner .upper_img img.pc_only {
  width: 100%;
}
@media (max-width: 570px) {
  .contact .inner .upper_img img.pc_only {
    display: none;
  }
}
.contact .inner .upper_img img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 570px) {
  .contact .inner .upper_img img.sp_only {
    display: block;
  }
}
.contact .inner h2.c_ttl {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact .inner h2.c_ttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contact .inner h2.c_ttl {
    font-size: 20px;
  }
}
.contact .inner h2.c_ttl .tab__only {
  display: none;
}
@media (max-width: 768px) {
  .contact .inner h2.c_ttl .tab__only {
    display: block;
  }
}
.contact .inner h2.c_ttl .sp__only {
  display: none;
}
@media (max-width: 480px) {
  .contact .inner h2.c_ttl .sp__only {
    display: block;
  }
}
.contact .inner .contact_con iframe {
  height: 1063px;
}

.ftr_main {
  padding: 40px 0 15px;
  background: #444;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .ftr_main {
    padding-bottom: 15vw;
  }
}
@media (max-width: 768px) {
  .ftr_main {
    padding-bottom: calc(10.417vw + 40px);
  }
}
@media (max-width: 480px) {
  .ftr_main {
    padding-bottom: 110px;
  }
}
.ftr_main .ftr_con {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .ftr_main .ftr_con {
    width: 100%;
  }
}
.ftr_main .ftr_con .ftr_logo {
  width: 160px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ftr_main .ftr_con .ftr_logo {
    width: 180px;
  }
}
.ftr_main .ftr_con .ftr_logo img {
  width: 100%;
}
.ftr_main .ftr_con .ftr_menu {
  margin: 30px auto 80px;
}
@media (max-width: 768px) {
  .ftr_main .ftr_con .ftr_menu {
    margin: 30px auto 70px;
  }
}
@media (max-width: 480px) {
  .ftr_main .ftr_con .ftr_menu {
    margin: 20px auto 60px;
  }
}
.ftr_main .ftr_con .ftr_menu nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li {
  position: relative;
  padding-left: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li:before {
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  left: 0;
  content: "";
  background: #fff;
}
.ftr_main .ftr_con .ftr_menu nav ul li:last-child {
  padding-right: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li:last-child:after {
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  right: 0;
  content: "";
  background: #fff;
}
.ftr_main .ftr_con .ftr_menu nav ul li a {
  color: #fff;
  font-size: 14px;
}
.ftr_main .ftr_con .privacy_policy {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 480px) {
  .ftr_main .ftr_con .privacy_policy {
    font-size: 10px;
  }
}

.download {
  padding: 110px 0 0;
}
@media (max-width: 480px) {
  .download {
    padding: 64px 0;
  }
}
.download .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .download .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.download .inner h2.ttl {
  font-size: 44px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .download .inner h2.ttl {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .download .inner h2.ttl {
    font-size: 28px;
  }
}
.download .inner h2.ttl br.tab {
  display: none;
}
@media (max-width: 768px) {
  .download .inner h2.ttl br.tab {
    display: block;
  }
}

.cta_sec {
  position: relative;
  background-image: url(../img/cta-bg@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 383px;
}
@media (max-width: 768px) {
  .cta_sec {
    height: 452px;
  }
}
@media (max-width: 480px) {
  .cta_sec {
    height: 380px;
  }
}
.cta_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .cta_sec .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .cta_sec .inner {
    width: calc(100% - 60px);
  }
}
.cta_sec .inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 8px;
  width: 100%;
}
@media (max-width: 550px) {
  .cta_sec .inner .content {
    padding: 0 40px;
  }
}
.cta_sec .inner .content h2.ttl {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cta_sec .inner .content h2.ttl {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .cta_sec .inner .content h2.ttl {
    font-size: 26px;
  }
}
.cta_sec .inner .content h2.ttl br.tab {
  display: none;
}
@media (max-width: 768px) {
  .cta_sec .inner .content h2.ttl br.tab {
    display: block;
  }
}
.cta_sec .inner .content h2.ttl br.sp {
  display: none;
}
@media (max-width: 480px) {
  .cta_sec .inner .content h2.ttl br.sp {
    display: block;
  }
}
.cta_sec .inner .content .btn1 {
  width: 400px;
  height: 76px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 {
    width: 310px;
    height: 60px;
    margin-top: 0;
  }
}
.cta_sec .inner .content .btn1 a {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a {
    font-size: 14px;
  }
}
.cta_sec .inner .content .btn1 a:before {
  width: 52px;
  height: 52px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a:before {
    width: 40px;
    height: 40px;
  }
}
.cta_sec .inner .content .btn1 a:after {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .cta_sec .inner .content .btn1 a:after {
    width: 15px;
    height: 15px;
  }
}/*# sourceMappingURL=lp.css.map */