html,
body {
  overflow-x: hidden;
}

.cta_btn {
  width: 300px;
  height: 60px;
  border-radius: 9999px;
  background: #fa7d01;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.cta_btn:hover a:after {
  transform: translateX(8px);
}
.cta_btn a {
  position: relative;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s;
  padding-left: 15px;
}
.cta_btn a:before {
  content: "";
  background-image: url(../img/btn-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 13px;
}
.cta_btn a:after {
  content: "";
  background-image: url(../img/btn-after.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  right: 20px;
  position: absolute;
  transition: 0.4s;
}

.cta_sec {
  position: relative;
  background-image: url(../img/cta-sec-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 354px;
}
@media (max-width: 768px) {
  .cta_sec {
    height: 400px;
  }
}
@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 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: 100px;
}
@media (max-width: 768px) {
  .hdr_main {
    height: 64px;
  }
}
.hdr_main .hdr_logo {
  width: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  z-index: 10;
}
@media (max-width: 768px) {
  .hdr_main .hdr_logo {
    width: 116px;
    left: 40px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_logo {
    left: 20px;
  }
}
.hdr_main .hdr_logo img {
  width: 100%;
}
.hdr_main .hdr_btn {
  position: fixed;
  z-index: 9999;
  right: 45px;
  top: 20px;
}
@media (max-width: 768px) {
  .hdr_main .hdr_btn {
    width: 80%;
    height: 76px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 25px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hdr_main .hdr_btn {
    width: 310px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .hdr_main .hdr_btn a {
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hdr_main .hdr_btn a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hdr_main .hdr_btn a:before {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hdr_main .hdr_btn a:before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .hdr_main .hdr_btn a:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .hdr_main .hdr_btn a:after {
    width: 15px;
    height: 15px;
  }
}

.fv_main {
  position: relative;
  z-index: 2;
}
.fv_main .mv_content1 {
  margin-top: 1.724vw;
  margin-left: 5.517vw;
  width: 36.138vw;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 {
    width: 485px;
    margin-left: 30px;
  }
}
@media (max-width: 550px) {
  .fv_main .mv_content1 {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.fv_main .mv_content1 .heading_img {
  margin-bottom: 0.69vw;
}
.fv_main .mv_content1 .heading_img img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .fv_main .mv_content1 .heading_img img.pc_only {
    display: none;
  }
}
.fv_main .mv_content1 .heading_img img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .fv_main .mv_content1 .heading_img img.sp_only {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.fv_main .mv_content1 .txt_con {
  position: relative;
  left: 1.379vw;
}
@media (max-width: 480px) {
  .fv_main .mv_content1 .txt_con br.pc_only {
    display: none;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con {
    left: 0;
    text-align: center;
  }
}
.fv_main .mv_content1 .txt_con .upper_txt {
  font-weight: bold;
  font-size: 1.517vw;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .upper_txt {
    font-size: 20px;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con .upper_txt {
    font-size: 18px;
  }
}
.fv_main .mv_content1 .txt_con .fv_sub_ttl {
  font-weight: bold;
  font-size: 2.207vw;
  color: #1e9500;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .fv_sub_ttl {
    font-size: 28px;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con .fv_sub_ttl {
    font-size: 24px;
  }
}
.fv_main .mv_content1 .txt_con .fv_sub_ttl span {
  font-weight: bold;
  font-size: 3.31vw;
  color: #1e9500;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .fv_sub_ttl span {
    font-size: 44px;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con .fv_sub_ttl span {
    font-size: 36px;
  }
}
.fv_main .mv_content1 .txt_con .main_ttl {
  font-size: 3.586vw;
  color: #1e9500;
  text-align: left;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .main_ttl {
    font-size: 48px;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con .main_ttl {
    font-size: 36px;
    text-align: center;
  }
}
.fv_main .mv_content1 .txt_con .main_ttl span {
  font-size: 4.414vw;
  color: #1e9500;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .main_ttl span {
    font-size: 60px;
  }
}
@media (max-width: 495px) {
  .fv_main .mv_content1 .txt_con .main_ttl span {
    font-size: 42px;
  }
}
.fv_main .mv_content1 .txt_con .lower_txt {
  margin-top: 0.69vw;
  margin-bottom: 2.414vw;
  display: inline-block;
  color: #7c7c7c;
  font-weight: bold;
  border-bottom: 2px dashed #7c7c7c;
  font-size: 1.241vw;
}
@media (max-width: 1450px) {
  .fv_main .mv_content1 .txt_con .lower_txt {
    font-size: 18px;
  }
}
@media (max-width: 875px) {
  .fv_main .mv_content1 .txt_con .lower_txt {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .fv_main .mv_content1 .txt_con .lower_txt {
    font-size: 16px;
  }
}
.fv_main .mv_content1 .txt_con .btn1 {
  width: 27.586vw;
  height: 5.241vw;
}
@media (max-width: 768px) {
  .fv_main .mv_content1 .txt_con .btn1 {
    display: none;
  }
}
.fv_main .mv_content1 .txt_con .btn1 a {
  font-size: 1.379vw;
}
.fv_main .mv_content1 .txt_con .btn1 a:before {
  width: 3.586vw;
  height: 3.586vw;
}
.fv_main .mv_content1 .txt_con .btn1 a:after {
  width: 1.379vw;
  height: 1.379vw;
}
.fv_main .mv_content2 {
  position: absolute;
  z-index: -1;
  top: -3.448vw;
  right: 0;
  width: 56.552vw;
}
@media (max-width: 768px) {
  .fv_main .mv_content2 {
    display: block;
    width: 100%;
    position: relative;
    top: -25px;
  }
}
.fv_main .mv_content2 img.pc_only {
  width: 100%;
}
@media (max-width: 768px) {
  .fv_main .mv_content2 img.pc_only {
    display: none;
  }
}
.fv_main .mv_content2 img.tab_only {
  display: none;
}
@media (max-width: 768px) {
  .fv_main .mv_content2 img.tab_only {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fv_main .mv_content2 img.tab_only {
    display: none;
  }
}
.fv_main .mv_content2 img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .fv_main .mv_content2 img.sp_only {
    display: block;
    width: 100%;
  }
}

.problem {
  position: relative;
  z-index: 1;
  margin-top: -37.931vw;
  background-image: url(../img/problem-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 1050px) {
  .problem {
    margin-top: -700px;
    height: 1800px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .problem {
    margin-top: -900px;
    height: 1950px;
    background-image: url(../img/problem-tab-bg.png);
  }
}
@media (max-width: 730px) {
  .problem {
    height: 2340px;
  }
}
@media (max-width: 495px) {
  .problem {
    margin-top: -700px;
  }
}
@media (max-width: 480px) {
  .problem {
    height: 1900px;
  }
}
@media (max-width: 390px) {
  .problem {
    margin-top: -570px;
    background-image: url(../img/problem-sp-bg.png);
    height: 1731px;
  }
}
.problem .inner {
  width: 1250px;
  margin: 0 auto;
  padding-top: 51.724vw;
}
@media (max-width: 1350px) {
  .problem .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media (max-width: 1050px) {
  .problem .inner {
    padding-top: 800px;
  }
}
@media (max-width: 768px) {
  .problem .inner {
    padding-top: 920px;
  }
}
@media (max-width: 495px) {
  .problem .inner {
    padding-top: 700px;
  }
}
@media (max-width: 390px) {
  .problem .inner {
    padding-top: 550px;
  }
}
.problem .inner h2.ttl {
  color: #fff;
  font-size: 44px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .problem .inner h2.ttl {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .problem .inner h2.ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.problem .inner .problem_con {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .problem .inner .problem_con {
    gap: 3%;
  }
}
@media (max-width: 1050px) {
  .problem .inner .problem_con {
    width: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    justify-items: center;
    gap: 3%;
    row-gap: 3%;
  }
  .problem .inner .problem_con .problem_b:nth-child(3) {
    grid-column: 1/span 2;
    justify-self: center;
  }
}
@media (max-width: 730px) {
  .problem .inner .problem_con {
    width: 100%;
    display: block;
  }
}
.problem .inner .problem_con .problem_b {
  position: relative;
  width: 390px;
  height: 390px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 1050px) {
  .problem .inner .problem_con .problem_b {
    width: 315px;
  }
}
@media (max-width: 730px) {
  .problem .inner .problem_con .problem_b {
    margin-bottom: 30px;
  }
  .problem .inner .problem_con .problem_b:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .problem .inner .problem_con .problem_b {
    height: auto;
  }
}
@media (max-width: 390px) {
  .problem .inner .problem_con .problem_b {
    width: 100%;
  }
}
.problem .inner .problem_con .problem_b .p_txt {
  font-size: 20px;
  padding: 32px;
  line-height: 1.75;
}
@media (max-width: 1050px) {
  .problem .inner .problem_con .problem_b .p_txt {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .problem .inner .problem_con .problem_b .p_txt {
    font-size: 18px;
    padding: 24px;
    padding-bottom: 141px;
  }
}
.problem .inner .problem_con .problem_b .p_txt span {
  font-size: 20px;
  font-weight: bold;
  background: #fffcad;
}
@media (max-width: 480px) {
  .problem .inner .problem_con .problem_b .p_txt span {
    font-size: 18px;
  }
}
.problem .inner .problem_con .problem_b .bg_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 173px;
}
@media (max-width: 480px) {
  .problem .inner .problem_con .problem_b .bg_img {
    width: 130px;
  }
}
.problem .inner .problem_con .problem_b .bg_img img {
  width: 100%;
  vertical-align: bottom;
}

.solve {
  position: relative;
  padding: 100px 0;
  background: #FAFAF5;
}
@media (max-width: 768px) {
  .solve {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .solve {
    padding: 60px 0;
  }
}
.solve .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .solve .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.solve .inner .left_con {
  position: relative;
  z-index: 1;
}
.solve .inner .left_con h2.ttl {
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.35;
}
@media (max-width: 1030px) {
  .solve .inner .left_con h2.ttl {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .solve .inner .left_con h2.ttl {
    font-size: 24px;
  }
}
.solve .inner .left_con h2.ttl br.sp {
  display: none;
}
@media (max-width: 480px) {
  .solve .inner .left_con h2.ttl br.sp {
    display: block;
  }
}
.solve .inner .left_con h2.ttl .span1 {
  position: relative;
  top: -4px;
  font-size: 44px;
  color: #1e9500;
}
@media (max-width: 480px) {
  .solve .inner .left_con h2.ttl .span1 {
    font-size: 36px;
    line-height: 1.25;
  }
}
.solve .inner .left_con h2.ttl .span1 .span2 {
  font-size: 56px;
  color: #1e9500;
}
@media (max-width: 480px) {
  .solve .inner .left_con h2.ttl .span1 .span2 {
    font-size: 44px;
  }
}
.solve .inner .left_con .s_txt {
  margin-top: 30px;
  line-height: 2;
  font-weight: bold;
  width: 580px;
  letter-spacing: 0.15em;
}
@media (max-width: 1030px) {
  .solve .inner .left_con .s_txt {
    width: 100%;
  }
}
.solve .solve_img {
  position: absolute;
  width: 44.828vw;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
}
@media (max-width: 1030px) {
  .solve .solve_img {
    width: 638px;
    position: static;
    margin-left: auto;
    transform: none;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .solve .solve_img {
    width: 83.073vw;
  }
}
@media (max-width: 480px) {
  .solve .solve_img {
    width: 94.073vw;
  }
}
.solve .solve_img img {
  width: 100%;
}

.point {
  padding: 110px 0;
  background: #fafaf5;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .point {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .point {
    padding: 60px 0;
  }
}
.point .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .point .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.point .inner h2.ttl {
  font-size: 44px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .point .inner h2.ttl {
    font-size: 40px;
    margin-bottom: 47px;
  }
}
@media (max-width: 480px) {
  .point .inner h2.ttl {
    font-size: 28px;
    margin-bottom: 37px;
  }
}
.point .inner h2.ttl br.tab {
  display: none;
}
@media (max-width: 768px) {
  .point .inner h2.ttl br.tab {
    display: block;
  }
}
@media (max-width: 480px) {
  .point .inner h2.ttl br.tab {
    display: none;
  }
}
.point .inner .point_con .point_b {
  position: relative;
  background: #fff;
  height: 365px;
  margin-bottom: 40px;
  border-radius: 16px;
}
@media (max-width: 1124px) {
  .point .inner .point_con .point_b {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .point .inner .point_con .point_b {
    margin-bottom: 16px;
  }
}
.point .inner .point_con .point_b .left_b {
  width: 650px;
  padding: 52px 0;
  padding-left: 48px;
}
@media (max-width: 1180px) {
  .point .inner .point_con .point_b .left_b {
    width: 580px;
  }
}
@media (max-width: 1124px) {
  .point .inner .point_con .point_b .left_b {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .point .inner .point_con .point_b .left_b {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .point .inner .point_con .point_b .left_b {
    padding: 20px;
  }
}
.point .inner .point_con .point_b .left_b .bg_txt {
  margin-bottom: 20px;
  background: #1e9500;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .point .inner .point_con .point_b .left_b .bg_txt {
    margin-bottom: 10px;
  }
}
.point .inner .point_con .point_b .left_b h3.ttl {
  font-size: 28px;
}
@media (max-width: 480px) {
  .point .inner .point_con .point_b .left_b h3.ttl {
    font-size: 22px;
  }
}
.point .inner .point_con .point_b .left_b h3.ttl span {
  color: #1e9500;
}
.point .inner .point_con .point_b .left_b p.txt {
  margin-top: 30px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .point .inner .point_con .point_b .left_b p.txt {
    margin-top: 16px;
  }
}
.point .inner .point_con .point_b .point_img {
  position: absolute;
  width: 475px;
  bottom: 0;
  right: 48px;
}
@media (max-width: 1124px) {
  .point .inner .point_con .point_b .point_img {
    position: static;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .point .inner .point_con .point_b .point_img {
    width: 360px;
  }
}
@media (max-width: 480px) {
  .point .inner .point_con .point_b .point_img {
    width: 90%;
  }
}
.point .inner .point_con .point_b .point_img img {
  width: 100%;
}

.ftr_main {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 43.703vw;
  margin-top: -550px;
}
@media (max-width: 1469px) {
  .ftr_main {
    height: 642px;
    margin-top: -600px;
  }
}
@media (max-width: 920px) {
  .ftr_main {
    height: auto;
    padding-top: 303px;
  }
}
@media (max-width: 768px) {
  .ftr_main {
    background-image: url(../img/ftr-tab-bg.png);
    height: 690px;
    margin-top: -500px;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .ftr_main {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ftr_main {
    background-image: url(../img/ftr-sp-bg.png);
    height: 600px;
  }
}
.ftr_main .ftr_con {
  width: 550px;
  margin: 0 auto;
  padding-top: 22.422vw;
}
@media (max-width: 1469px) {
  .ftr_main .ftr_con {
    padding-top: 300px;
  }
}
@media (max-width: 920px) {
  .ftr_main .ftr_con {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .ftr_main .ftr_con {
    padding-top: 250px;
  }
}
@media (max-width: 580px) {
  .ftr_main .ftr_con {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ftr_main .ftr_con {
    padding-top: 160px;
  }
}
.ftr_main .ftr_con .ftr_logo {
  width: 220px;
  margin: 0 auto;
  padding-top: 70px;
}
.ftr_main .ftr_con .ftr_logo img {
  width: 100%;
}
.ftr_main .ftr_con .ftr_menu {
  margin: 40px 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;
  }
}/*# sourceMappingURL=lp.css.map */