@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

body {
  font-size: 18px;
  color: #000000;
  font-family: "Noto Sans JP", "Roboto", serif !important;
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  margin: 0 auto;
  max-width: 1100px !important;
}

.pink-base {
  color: #E0F1FF;
}

.t-ac {
  text-align: center;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

br.sp {
  display: none;
}

br.tb {
  display: none;
}

br.pc {
  display: block;
}

h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}

.text-normal {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}

.number {
  font-family: "Roboto", serif;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.button-y {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 17px;
  width: 475px;
  height: 59px;
  background: #FFD400;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  margin-bottom: 29px;
  padding-right: 25px;
  position: relative;
}
.button-y::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000000;
  border-right: 0;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button-y:hover {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.button-y:hover {
  background: #FFA600;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.button-g {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 17px;
  width: 475px;
  height: 59px;
  background: #CDF461;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  margin-bottom: 29px;
  padding-right: 25px;
  position: relative;
}
.button-g::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000000;
  border-right: 0;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button-g:hover {
  background: #9FF218;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.header {
  height: 90px;
  background: white;
}
.header .header-pc {
  display: block;
}
.header .header-sp {
  display: none;
}
.header .header-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 20px 65px;
  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;
}
.header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .left .title {
  padding-left: 90px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right .time {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  padding-right: 16px;
}
.header .right .tel-link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  position: relative;
  padding-left: 46px;
}
.header .right .tel-link::after {
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  background-image: url(../images/lp/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.header nav {
  max-width: 728px;
}
.header .sponsor {
  color: #DB6980;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  width: 48.115%;
  margin-top: 8px;
}
.header .sponsor .project {
  color: #333;
}
.header .sponsor .syusai {
  margin-top: 8px;
}
.header .sponsor .syusai .syusai-title {
  background-color: #DB6980;
  color: #fff;
  padding: 0 4px;
  font-size: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.header nav {
  max-width: 52.753%;
}
.header nav ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header nav ul li {
  display: inline;
}
.header nav ul li a {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header nav ul li .link01, .header nav ul li .link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px 0px;
  position: relative;
  height: 100%;
  padding: 16px;
}
.header nav ul li .link01::after, .header nav ul li .link02::after {
  width: 17px;
  height: 12px;
  display: block;
  content: "";
  background-image: url(../images/lp/nav-arrow.png);
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.header nav ul li a.button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px 0 40px;
  background: #DA1682;
  border-radius: 80px;
  color: #fff;
  height: 62px;
  position: relative;
}
.header nav ul li a.button01::before {
  width: 17px;
  height: 11px;
  display: block;
  content: "";
  background-image: url(../images/lp/btn-top-arrow.png);
  bottom: 50%;
  top: 50%;
  margin: auto;
  left: 16px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.header nav ul li a.button02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px 0 40px;
  background: #FBFFCA;
  border-radius: 80px;
  height: 62px;
  position: relative;
}
.header nav ul li a.button02::before {
  width: 17px;
  height: 11px;
  display: block;
  content: "";
  background-image: url(../images/lp/btn-top-arrow2.png);
  bottom: 50%;
  top: 50%;
  margin: auto;
  left: 16px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainvisual {
  width: 100%;
  overflow: hidden;
  margin-top: 92px;
}
.mainvisual .sp-visual {
  display: none;
}
.mainvisual .bg {
  background: #E0F1FF;
}
.mainvisual .mainvisual-wrap {
  margin: 0 auto;
  max-width: 1100px;
  min-height: 700px;
  padding-top: 86px;
}
.mainvisual .mainvisual-wrap .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainvisual .left {
  width: 475px;
  padding: 30px 0 0;
}
.mainvisual .left .main-text {
  text-align: center;
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 45px;
  line-height: 64px;
}
.mainvisual .right {
  width: calc(100% - 475px);
  position: relative;
  padding-left: 75px;
}
.mainvisual .right .img-box {
  position: absolute;
  display: block;
  width: 759px;
  height: 495px;
  max-height: 495px;
}
.mainvisual .right .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section p {
  font-size: 1rem;
  color: #000000;
}

.problem {
  background-color: #E0F1FF;
  padding-top: 76px;
}
.problem h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 48px;
}
.problem .problem-wrap {
  padding-bottom: 104px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.problem .problem-wrap .card {
  width: 32%;
  text-align: center;
}
.problem .problem-wrap .card .text {
  background: #fff;
  height: 137.51px;
  border-radius: 18.3352px;
  padding: 30px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36.67px;
  text-align: left;
}

.solution {
  background-color: #E0F1FF;
  padding-bottom: 93px;
}
.solution h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 57px;
}
.solution h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  margin-bottom: 26px;
}
.solution .text-normal {
  margin-bottom: 40px;
}
.solution .box01 {
  width: 100%;
  background: linear-gradient(84.62deg, #C4E8FF -1.09%, #E7E9FF 101.03%);
  border-radius: 18.3793px;
  padding: 56px 103px 70px 56px;
  margin-bottom: 95px;
}
.solution .box01 .box-in {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution .box01 .box-in .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution .box01 .box-in .right .img {
  display: block;
}
.solution .box02 {
  width: 100%;
  background: linear-gradient(84.62deg, #C4E8FF -1.09%, #E7E9FF 101.03%);
  border-radius: 18.3793px;
  margin-bottom: 95px;
  padding: 26px 48px 25px 30px;
}
.solution .box02 .box-in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
}
.solution .box02 .box-in .left {
  padding-top: 34px;
}
.solution .box02 .box-in .left .text-normal {
  text-align: right;
}
.solution .box02 .box-in .left .float-r {
  float: right;
}
.solution .box02 .box-in .banner-box {
  max-width: 407.1px;
  background: #FFFFFF;
  border-radius: 18.3793px;
  padding: 27px 41px;
}
.solution .box02 .box-in .banner-box .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: 22px;
}
.solution .box02 .box-in .banner-box .flex-container .item {
  width: 50%;
  height: 51.46px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution .box02 .box-in .banner-box .text-small {
  font-size: 13.78px;
  font-weight: 600;
  line-height: 18.38px;
  text-align: center;
}
.solution .box03 {
  width: 100%;
  background: linear-gradient(84.62deg, #C4E8FF -1.09%, #E7E9FF 101.03%);
  border-radius: 18.3793px;
  padding: 56px 103px 70px 56px;
}
.solution .box03 .box-in {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution .box03 .box-in .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution .box03 .box-in .right .img {
  display: block;
}

.specification {
  background-color: #E0F1FF;
  padding-bottom: 100px;
}
.specification h2 {
  margin-bottom: 38px;
}
.specification table {
  border-spacing: 0;
  margin-bottom: 45px;
}
.specification table tr:first-child th, .specification table tr:first-child td {
  border-top: 0;
}
.specification table th {
  width: 248px;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background: #BED5FF;
  border-top: 0.91px solid #909090;
}
.specification table td {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  background: #fff;
  padding: 20px 27px;
  border-top: 0.91px solid #909090;
}
.specification table td:first-child {
  border-top: 0;
}
.specification .button-box .button-y {
  margin: 0 auto;
}

.cta {
  background-color: #E0F1FF;
  padding-bottom: 133px;
}
.cta .box {
  background: url(../images/lp/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18.3793px;
  padding: 42px 22px 55px 81px;
}
.cta .box h2 {
  margin-bottom: 40px;
}
.cta .box .flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta .box .flex-container .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .box .flex-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 37px;
  padding-top: 35px;
}
.cta .box .flex-container .right .button-box {
  margin-bottom: 9px;
}
.cta .box .flex-container .right .button-box .button-y {
  margin-bottom: 16px;
}
.cta .box .flex-container .right .contact-tel .time {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
}
.cta .box .flex-container .right .contact-tel .tel-link {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  position: relative;
  padding-left: 46px;
}
.cta .box .flex-container .right .contact-tel .tel-link::after {
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  background-image: url(../images/lp/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 36px;
  position: absolute;
}

.footer {
  background-color: #fff;
  text-align: center;
  padding: 43px 0 68px;
}
.footer .flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-logo {
  width: 162px;
  height: 121px;
}
.footer .profile .company-name {
  font-size: 20px;
  margin-bottom: 5px;
}
.footer .profile p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding: 0 55px;
}
.footer .small-link {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .small-link a {
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
}
.footer .information h2 {
  font-size: 26px;
  line-height: 90px;
  text-align: center;
  color: #DA1682;
  margin-bottom: 12px;
}
.footer .information .name {
  font-weight: 800;
  font-size: 34px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.footer .information .tel-link {
  position: relative;
  font-weight: 700;
  font-size: 46px;
  line-height: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 16px;
}
.footer .information .tel-link::after {
  content: "";
  display: block;
  width: 39px;
  height: 42px;
  background-image: url(../images/lp/tel-icon.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -60px;
}
.footer .information .reception {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
.footer .information .mail {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.footer .information .mail::after {
  content: "";
  display: block;
  width: 35px;
  height: 38px;
  background-image: url(../images/lp/mail-icon.png);
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: -50px;
}
.footer .copyright {
  padding: 80px 0 10px;
  font-weight: 500;
  font-size: 1rem;
}

.hamberger-header {
  background: #ddd;
  height: 64px;
  padding: 1em;
}

.hamberger-sitename {
  font-weight: 700;
  font-size: 18px;
}

.hamburger-nav-menubox * {
  font-size: 16px;
}

.hamburger-nav-menubox li {
  font-size: 14px;
  border-bottom: 3px solid #e6adb8;
}

/* hamburger */
.input-hidden {
  display: none;
}

.hamburger-nav-switch {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 13px;
  z-index: 9999;
  width: 4em;
  height: 4em;
}

#hamburger-nav1:checked ~ .hamburger-nav-switch {
  position: fixed;
}

.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #E0F1FF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

.hamburger-switch-line1 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger-switch-line1:before {
  -webkit-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
}

.hamburger-switch-line1:after {
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}

#hamburger-nav1:checked ~ .hamburger-nav-switch .hamburger-switch-line1 {
  width: 0;
}

#hamburger-nav1:checked ~ .hamburger-nav-switch .hamburger-switch-line1:before {
  -webkit-transform: rotate(45deg) translate(-40%, 325%);
          transform: rotate(45deg) translate(-40%, 325%);
}

#hamburger-nav1:checked ~ .hamburger-nav-switch .hamburger-switch-line1:after {
  -webkit-transform: rotate(-45deg) translate(-40%, -325%);
          transform: rotate(-45deg) translate(-40%, -325%);
}

.hamburger-nav-menuwrap {
  position: fixed;
  height: 100%;
  background: #fafafa;
  padding: 5em 3% 2em;
  z-index: 9998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  top: 0;
  left: 100%;
  width: 70%;
}

/* メニューリスト */
.hamburger-nav-menulist {
  margin-right: 3%;
  padding-left: 5% !important;
  list-style: none;
}

.hamburger-nav-menulist li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 1.2em 0;
}

#hamburger-nav1:checked ~ .hamburger-nav-menuwrap {
  left: 30%;
}

#hamburger-nav1:checked ~ .hamburger-nav-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.hamburger-nav-menubox {
  display: none;
}

@media screen and (max-width: 1100px) {
  /* 1100px以下に適用されるCSS */
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  html {
    font-size: 14px;
  }
  .inner {
    margin: 0 auto;
    max-width: 98%;
    width: 98%;
  }
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  br.sp {
    display: none;
  }
  br.tb {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  /* 780px以下に適用されるCSS */
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
  }
  .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 10.5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  br.sp {
    display: block;
  }
  br.tb {
    display: none;
  }
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 1574px) {
  .title-sub {
    display: none;
  }
  .header .left .title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .header .left .title {
    display: none;
  }
  .mainvisual .right {
    width: calc(100% - 475px);
    position: relative;
    padding-left: 10px;
  }
  .problem .problem-wrap .card {
    width: 32.33%;
  }
  .problem .problem-wrap .card .text {
    width: auto;
    font-size: 1.2rem;
  }
  .box-container {
    max-width: 708px;
    margin: 0 auto;
  }
  .solution .box01 .box-in h3, .solution .box02 .box-in h3, .solution .box03 .box-in h3 {
    text-align: center;
  }
  .solution .box01 .box-in .img img, .solution .box02 .text-normal .box-in img img, .solution .box03 .box-in img {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .box01 .box-in.flex-container .left, .box03 .box-in.flex-container .left {
    width: 100%;
  }
  .solution .box01, .solution .box02, .solution .box03 {
    padding: 56px 30px 56px 30px;
  }
  .solution .box02 .box-in .left .text-normal {
    text-align: center;
  }
  .solution .box02 .box-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solution .box02 .box-in .left .float-r {
    float: none;
  }
  .text-normal {
    text-align: center;
  }
  .banner-box {
    margin: 0 auto;
  }
  table {
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .header .header-wrap {
    padding: 20px 10px;
  }
  .solution {
    padding-bottom: 5rem;
  }
  .box-container {
    max-width: 708px;
  }
  .solution .box01, .solution .box02, .solution .box03 {
    padding: 28px 10px;
    margin-bottom: 2.75rem;
  }
  .solution .box02 .box-in .left .text-normal {
    text-align: center;
    margin-bottom: 1.4rem;
  }
  .solution .box02 .box-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution .box02 .box-in .banner-box {
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 18.3793px;
    padding: 16px 20px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
  .solution .box02 .box-in .banner-box .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 6px;
  }
  .solution .box02 .box-in .banner-box .flex-container .item {
    width: 48%;
    padding: 2px 2px;
  }
  .solution .box02 .box-in .banner-box .flex-container .item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    max-height: 66px;
  }
  .solution .box02 .box-in .banner-box .text-small {
    font-size: 0.98rem;
  }
  .footer-logo {
    width: 126.5px;
    height: 94.5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .btn-tel {
    display: none;
  }
  .button-box {
    width: 100%;
    text-align: center;
  }
  .button-y, .button-g {
    margin: 0 auto;
    margin-bottom: 29px;
  }
  .mainvisual {
    height: auto;
    min-height: auto;
    padding-top: 0;
    margin-top: 0;
  }
  .mainvisual .mainvisual-wrap {
    min-height: auto;
  }
  .mainvisual .bg {
    padding-top: 22px;
    height: auto;
    padding-bottom: 46.5px;
  }
  .mainvisual .left {
    width: 100%;
    padding: 0;
  }
  .mainvisual .left .main-text {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 40px;
  }
  .mainvisual .right {
    display: none;
  }
  .mainvisual .sp-visual {
    display: block;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 31px;
  }
  .mainvisual .pc-visual {
    display: none;
  }
  .cta .box {
    background: url(../images/lp/cta-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9.15px;
    padding: 2.4rem 2.6rem;
  }
  .cta .box .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta .box h2 {
    font-size: 1.8rem;
    line-height: 2.75rem;
  }
  .cta .box .flex-container img {
    width: 100%;
    margin-bottom: 2.75rem;
  }
  .cta .box .flex-container .right {
    padding-left: 0;
  }
  .cta .box .flex-container .right .button-box {
    margin-bottom: 9px;
  }
  .cta {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  /* 780px以下に適用されるCSS（スマホ用） */
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-normal {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .mainvisual .bg {
    padding-bottom: 31.5px;
  }
  .button-box .button-y, .button-box .button-g {
    margin-bottom: 15px;
    padding-right: 27px;
  }
  .button-y::after, .button-g::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #000000;
    right: 15px;
  }
  .header .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 0;
  }
  .header .right {
    width: 100%;
    background: #000241;
    color: #fff;
    padding: 19px 0 19px 8%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 47px;
  }
  .header .left {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .left .title {
    padding-left: 10px;
    font-size: 11.71px;
    display: block;
  }
  .header-logo {
    width: 143px;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .right .tel-link {
    font-size: 13.75px;
    padding-left: 32px;
    color: #fff;
  }
  .header .right .tel-link a {
    color: #fff;
  }
  .header .right .time {
    color: #fff;
    font-size: 10px;
  }
  .header .right .tel-link::after {
    width: 23.6px;
    height: 23.6px;
    background-image: url(../images/lp/tel-icon-w.png);
  }
  .button-y, .button-g {
    max-width: 301px;
    width: 100%;
    font-size: 14.42px;
    margin: 0 auto;
    margin-bottom: 4px;
    height: 42px;
    -webkit-box-shadow: 0px 5.68px 5.68px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 5.68px 5.68px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .problem {
    padding-top: 0;
  }
  .problem h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .problem .problem-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
  .problem .problem-wrap .card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17.5px;
  }
  .problem .problem-wrap .card .text {
    background: #fff;
    width: 100%;
    height: auto;
    border-radius: 9.15px;
    padding: 12.5px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }
  .problem .problem-wrap {
    padding-bottom: 32.5px;
  }
  .img.problem-img img {
    width: auto;
    height: 51px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .solution .box01 .box-in .text-normal {
    margin-bottom: 15px;
  }
  .solution h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 28px;
    padding-bottom: 0;
  }
  .solution .box01 .box-in h3, .solution .box02 .box-in h3, .solution .box03 .box-in h3 {
    font-size: 20px;
    line-height: 27.54px;
    margin-bottom: 22px;
    text-align: center;
  }
  .solution .box02 .box-in .left {
    padding-top: 0;
  }
  .box01 .left .img, .box03 .left .img {
    height: 180px;
    width: auto;
    margin-bottom: 23px;
    display: block;
  }
  .box01 .left .img img, .box03 .left .img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .solution .text-normal {
    margin-bottom: 16px;
  }
  .specification h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 21px;
  }
  .specification table th {
    width: 76.5px;
    height: 4.25rem;
    font-size: 1rem;
  }
  .specification table td {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    background: #fff;
    padding: 0 7.5px;
    line-height: 1.2em;
  }
  .specification table {
    margin-bottom: 24px;
  }
  .specification {
    padding-bottom: 5rem;
  }
  .cta .box .flex-container .right .button-box {
    margin-bottom: 24px;
  }
  .cta .box h2 {
    margin-bottom: 20px;
  }
  .cta .box .flex-container .right {
    padding-top: 0;
  }
  .footer .profile .company-name {
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
  }
  .footer .profile p {
    font-family: Roboto;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: left;
    padding: 0;
  }
  .profile {
    margin-bottom: 25px;
  }
  .footer-logo {
    margin-bottom: 25.5px;
  }
  .footer .small-link {
    font-size: 9.5px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: left;
  }
  .footer .flex-container {
    max-width: 302.5px;
    margin: 0 auto;
  }
  .footer {
    padding: 38px 0 30px;
  }
}