.mv-section {
  padding: 60px 10px 0;
}
.mv-section .news {
  margin: 40px auto 0;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
}
.mv-section .news a {
  padding: 10px 20px;
  display: block;
  color: #d21533;
  font-weight: 800;
}

.campaign-wrap {
  background-color: #fff;
  padding: 40px;
  margin: 40px 0 0;
  border-radius: 30px;
}
.campaign-wrap h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 600;
  color: #007b98;
}
.campaign-wrap p {
  line-height: 1.6;
  margin: 1em 0;
}
.campaign-wrap ul {
  margin: 10px 0 10px 20px;
}
.campaign-wrap .cta-btn {
  margin: 20px 0;
}

@media screen and (max-width: 1023.98px) {
  .mv-section {
    padding: 40px 10px 0;
  }
  .mv-section .news {
    font-size: 14px;
  }
}
.asm-cta-wrap {
  max-width: 134rem;
  background: #f4f4f4;
  padding: 32px 20px;
  margin: 80px auto 0;
  border-radius: 30px;
  max-width: 1100px;
}
.asm-cta-wrap .asm-cta-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #007b98;
}
.asm-cta-wrap .asm-cta-heading .br {
  display: block;
}
.asm-cta-wrap .asm-cta-body {
  margin-top: 24px;
}
.asm-cta-wrap .asm-cta-body .asm-cta-img {
  max-width: 400px;
  margin: 0 auto;
}
.asm-cta-wrap .asm-cta-body .asm-cta-text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .asm-cta-wrap {
    padding: 40px;
    margin: 120px auto 0;
  }
  .asm-cta-wrap .asm-cta-heading {
    font-size: 3.5rem;
  }
  .asm-cta-wrap .asm-cta-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .asm-cta-wrap .asm-cta-body .asm-cta-img {
    width: 48%;
    margin: 0;
  }
  .asm-cta-wrap .asm-cta-body .asm-cta-text {
    width: 48%;
    max-width: 400px;
    margin-left: 4%;
    margin-top: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023.98px) {
  .asm-cta-wrap .asm-cta-heading .br-sp {
    display: block;
  }
}
.plan-enterprise .plan-cost .cost {
  font-size: 3.2rem;
  padding: 0.35rem 0;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .plan-enterprise .plan-cost .cost {
    font-size: 4rem;
    padding: 0.85rem 0;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-enterprise .plan-cost .cost {
    font-size: 3.8rem;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .plan-enterprise .plan-cost .cost {
    font-size: 4.4rem;
    padding: 0.7rem 0;
  }
}
.sss-erc {
  margin: 40px auto 0;
}
.sss-erc .sss-erc-text .sss-erc-text-title {
  font-weight: 700;
  color: #023;
  margin: 0 0 8px;
  font-size: 1.6rem;
}
.sss-erc .sss-erc-text p {
  font-size: 1.4rem;
}
.sss-erc .sss-erc-logo {
  margin-top: 24px;
}
.sss-erc .sss-erc-logo img {
  max-height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: none;
}
.sss-erc .sss-erc-logo span {
  color: #000;
  margin-top: 16px;
  display: block;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .sss-erc {
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sss-erc .sss-erc-text .sss-erc-text-title {
    font-size: 1.8rem;
  }
  .sss-erc .sss-erc-text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sss-erc .sss-erc-logo {
    margin: 0 0 0 32px;
  }
}
.guidelines-list {
  margin: 3.2rem 0;
}

.guidelines-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 2.4rem 2rem;
  border-radius: 1.5rem;
}
.guidelines-item h3 {
  font-weight: 700;
  text-align: center;
  color: #007B98;
  padding-bottom: 2rem;
  border-bottom: solid #ddd 1px;
  margin-bottom: 2rem;
}
.guidelines-item h3 p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .guidelines-item + .guidelines-item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 138rem;
    margin: 6.4rem auto;
  }
  .guidelines-item {
    padding: 0 2.4rem 4rem;
    border-radius: 3rem;
    width: 49%;
  }
  .guidelines-item h3 {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 112px;
    padding: 0;
  }
  .guidelines-item p {
    font-size: 1.6rem;
  }
  .guidelines-item + .guidelines-item {
    margin-left: 2%;
  }
  .guidelines-description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .guidelines-list .guidelines-item:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .guidelines-list .guidelines-item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .guidelines-item {
    width: 32%;
  }
  .guidelines-list .guidelines-item:nth-of-type(n+4) {
    margin-top: 2%;
  }
  .guidelines-list .guidelines-item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ft-siteseal-item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1024px), print {
  .plan-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .global-nav-download {
    margin-bottom: 2rem;
  }
}
.mv-btn {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-btn .btn + .btn {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px), print {
  .mv-btn {
    -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;
    margin: 0;
  }
  .mv-btn .btn {
    width: 48%;
  }
  .mv-btn .btn + .btn {
    margin: 0 0 0 4%;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-btn .btn {
    width: 48%;
  }
}
.free-cta-header .sub-heading {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.free-cta-header .sub-heading .br-sp {
  display: block;
}
.free-cta-header .free-cta-heading .br-sp {
  display: block;
  margin-bottom: 0.5rem;
}

.free-cta-body .free-cta-main {
  margin-top: 24px;
}
.free-cta-body .free-cta-main p .br-sp {
  display: none;
}
.free-cta-body .free-cta-main p + p {
  margin-top: 16px;
}
.free-cta-body .free-cta-main .cta-btn {
  text-align: center;
  margin-top: 24px;
}
.free-cta-body .free-cta-main .cta-btn span {
  margin: 0 0 1rem;
  color: #d21533;
  font-size: 1.4rem;
  display: block;
}

@media screen and (min-width: 768px), print {
  .free-cta-header .sub-heading {
    font-size: 2.4rem;
  }
  .free-cta-header .sub-heading .br-sp {
    display: none;
  }
  .free-cta-header .free-cta-heading .br-sp {
    display: none;
  }
  .free-cta-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-cta-body .free-cta-img {
    width: 40%;
  }
  .free-cta-body .free-cta-main {
    width: 56%;
    margin: 0;
  }
  .free-cta-body .free-cta-main p .br-sp {
    display: block;
  }
}
.diagnose-inner .cta .cta-download {
  margin: 0 0 3rem;
}

@media screen and (min-width: 768px), print {
  .diagnose-inner .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diagnose-inner .cta .cta-download {
    margin: 0 32px 0 0;
  }
}
.btn-free {
  background-color: #007b98;
}

.btn-enterprise {
  background-color: #d21533;
}

.plan-enterprise .plan-foot span {
  color: #d21533;
  text-align: center;
  margin: 0 0 1rem;
  display: block;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (hover: hover) and (pointer: fine) {
  .btn-free:hover {
    background-color: #409cb2;
  }
  .btn-enterprise:hover {
    background-color: #dd5066;
  }
}
.asm-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 4rem 0 3rem;
  color: #007b98;
}

@media screen and (min-width: 768px), print {
  .asm-title {
    font-size: 2.4rem;
    margin: 6rem 0 3rem;
  }
  .asm-body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .asm-title {
    font-size: 2.8rem;
    margin: 8rem 0 3rem;
  }
}
.contact-body .contact-main .contact-sample {
  margin-bottom: 24px;
}
.contact-body .contact-main p + p {
  margin-top: 16px;
}
.contact-body .contact-main h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 16px 0;
}
.contact-body .contact-main ul {
  padding-left: 1.6rem;
}
.contact-body .contact-main ul li + li {
  margin-top: 4px;
}
.contact-body .contact-main ul li ul {
  list-style: disc;
  margin-top: 8px;
}
.contact-body .contact-form {
  margin-top: 32px;
}

@media screen and (min-width: 768px), print {
  .contact-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-body .contact-main {
    width: 48%;
  }
  .contact-body .contact-main h3 {
    font-size: 2rem;
    margin: 24px 0;
  }
  .contact-body .contact-form {
    width: 48%;
    margin: 0;
  }
}
.faq-q {
  cursor: pointer;
  padding-right: 4rem;
  position: relative;
}
.faq-q::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #009abf;
  border-right: 1px solid #009abf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-q.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.fix-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 184px;
  z-index: 999999999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fix-banner a {
  background: #D21531;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 16px 16px 16px 48px;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  border-radius: 16px 0 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px;
}
.fix-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  height: 24px;
  width: 24px;
  background: url(../images/icon_download_w.svg) center/contain no-repeat;
}
.fix-banner img {
  width: 100%;
}
.fix-banner .fix-banner-pc {
  display: none;
}
.fix-banner.hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .fix-banner {
    max-width: 416px;
  }
  .fix-banner a {
    padding: 24px 24px 24px 56px;
    font-size: 2rem;
    border-radius: 30px 0 0 0;
  }
  .fix-banner a::before {
    left: 24px;
  }
  .fix-banner .fix-banner-pc {
    display: block;
  }
  .fix-banner .fix-banner-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .fix-banner {
    display: none;
  }
  .feature-title {
    font-size: 2.8rem;
  }
}
.feature-img .img-wrap {
  background: #43B7D2;
  height: 120px;
  width: 120px;
  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;
  margin: 0 auto;
  border-radius: 50%;
}
.feature-img .img-wrap img {
  border-radius: 0;
  height: 80px;
  width: auto;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-list .feature-item:nth-child(2) .img-wrap img {
  height: 88px;
}

@media screen and (min-width: 768px), print {
  .feature-img .img-wrap {
    height: 200px;
    width: 200px;
  }
  .feature-img .img-wrap img {
    height: 120px;
  }
  .feature-body {
    font-size: 1.6rem;
  }
  .feature-list .feature-item:nth-child(2) .img-wrap img {
    height: 130px;
  }
}
@media screen and (min-width: 1024px), print {
  .feature-title {
    font-size: 2.4rem;
  }
}
.header-logo {
  width: 26.4rem;
}

@media screen and (min-width: 768px), print {
  .header-logo {
    width: 39rem;
  }
}
@media screen and (min-width: 1024px), print {
  .header-logo {
    width: 38rem;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo {
    width: 55.1rem;
  }
}
.mv-section .award-list-wrap {
  padding: 2rem 0;
}
.mv-section .award-list-wrap .award-item {
  width: 48%;
  padding: 0 0.5rem 1rem;
}
.mv-section .award-list-wrap .award-item:last-child {
  width: 60%;
}
.mv-section .award-list-wrap .award-note {
  line-height: 1.2;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 24px;
  color: #aaa;
}
.mv-section .award-list-wrap .award-note span {
  margin-right: 10px;
  display: inline-block;
}

@media screen and (min-width: 480px), print {
  .mv-section .award-list-wrap {
    max-width: 32rem;
  }
}
@media screen and (min-width: 768px), print {
  .mv-section .award-list-wrap {
    max-width: none;
  }
  .mv-section .award-list-wrap .award-item {
    width: 18rem;
  }
  .mv-section .award-list-wrap .award-item:last-child {
    width: 18rem;
  }
}
@media screen and (min-width: 1024px), print {
  .mv-section .award-list-wrap .award-item {
    width: 20rem;
  }
  .mv-section .award-list-wrap .award-item:last-child {
    width: 20rem;
  }
}
.achievements-container {
  padding-top: 0;
}

.achievements-body {
  max-width: 110rem;
}
.achievements-body .achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.achievements-body .achievements-list .achievements-item {
  width: 48%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1.5rem;
}
.achievements-body .achievements-list .achievements-item h3 {
  color: #007b98;
  font-size: 1.8rem;
  font-weight: 700;
}
.achievements-body .achievements-list .achievements-item h3 sub {
  font-size: 1rem;
}
.achievements-body .achievements-list .achievements-item div {
  color: #858585;
  font-size: 1.8rem;
  margin: 4px 0 0;
  font-weight: 700;
}
.achievements-body .achievements-list .achievements-item div span {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  margin-right: 4px;
}
.achievements-body .achievements-list .achievements-item:nth-of-type(n+3) {
  margin-top: 4%;
}
.achievements-body .achievements-note {
  margin-top: 35px;
  font-size: 1.1rem;
  color: #AAAAAA;
}

@media screen and (min-width: 1024px), print {
  .achievements-body .achievements-list .achievements-item {
    width: 23%;
    padding: 4rem 1rem;
    border-radius: 3rem;
  }
  .achievements-body .achievements-list .achievements-item h3 {
    font-size: 2rem;
  }
  .achievements-body .achievements-list .achievements-item div {
    margin-top: 8px;
    font-size: 2.4rem;
  }
  .achievements-body .achievements-list .achievements-item div span {
    font-size: 5.6rem;
    margin-right: 8px;
  }
  .achievements-body .achievements-list .achievements-item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .achievements-body .achievements-note {
    margin-top: 40px;
  }
}
.regular-check .regular-check-title {
  font-weight: 700;
  margin: 4rem 0 3rem;
  color: #007b98;
  text-align: center;
}
.regular-check .regular-list {
  list-style: none;
}
.regular-check .regular-item + li {
  margin-top: 3.2rem;
}
.regular-check .regular-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 0.8rem;
  text-align: center;
}
.regular-check .regular-text {
  margin-top: 1.6rem;
}
.regular-check .regular-text span {
  color: #D21533;
  font-weight: 700;
}
.regular-check .regular-reason {
  background: #009abf;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 8rem;
}
.regular-check .regular-reason br {
  display: none;
}
.regular-check .regular-reason::before {
  content: "";
  position: absolute;
  top: -5.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
  height: 38px;
  background: url("../images/icon_arrow_b.svg") center/cover no-repeat;
}

@media screen and (min-width: 768px), print {
  .regular-check .regular-check-title {
    font-size: 2.8rem;
    margin: 8rem 0 3rem;
  }
  .regular-check .regular-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .regular-check .regular-item {
    width: 48%;
  }
  .regular-check .regular-item + li {
    margin-top: 0;
  }
  .regular-check .regular-title {
    font-size: 2rem;
    min-height: 7.2rem;
    padding: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .regular-check .regular-text {
    margin-top: 2.4rem;
  }
  .regular-check .regular-reason {
    font-size: 2.4rem;
    margin-top: 8rem;
    padding: 2.4rem;
    border-radius: 16px;
  }
  .regular-check .regular-reason br {
    display: block;
  }
  .regular-check .regular-reason::before {
    top: -6.4rem;
  }
}
.link-arrow {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #007b98;
  display: inline-block;
  text-decoration: none;
}
.link-arrow:hover {
  color: #007b98;
}
.link-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid #007b98;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px), print {
  .link-arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .link-arrow:hover {
    opacity: 0.7;
  }
}
.developer-info {
  margin: 40px auto 0;
}
.developer-info .developer-info-title {
  font-weight: 700;
  margin: 4rem 0 3rem;
  color: #007b98;
  text-align: center;
}
.developer-info .developer-info-body .developer-info-main {
  margin-top: 3.2rem;
  line-height: 1.6;
}
.developer-info .developer-info-body .developer-info-main .link-arrow {
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px), print {
  .developer-info {
    margin: 80px auto 0;
  }
  .developer-info .developer-info-title {
    font-size: 2.8rem;
    margin: 8rem 0 3rem;
  }
  .developer-info .developer-info-body {
    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;
  }
  .developer-info .developer-info-body .developer-info-img {
    width: 48%;
  }
  .developer-info .developer-info-body .developer-info-main {
    width: 48%;
    margin: 0;
  }
  .developer-info .developer-info-body .developer-info-main .link-arrow {
    margin-top: 3.2rem;
  }
}
.feature-container {
  padding-bottom: 0;
}

.arrow-link {
  text-align: right;
}

.arrow-link a {
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}

.arrow-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid #009FA5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px), print {
  .arrow-link a {
    font-size: 1.8rem;
    padding-left: 24px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .arrow-link a:hover {
    opacity: 0.7;
  }
  .arrow-link a::before {
    border-width: 0 3px 3px 0;
    width: 14px;
    height: 14px;
  }
}
.case-section .case-container {
  padding: 5rem 2rem 0;
}

.case-item {
  padding: 24px 0;
}
.case-item + .case-item {
  border-top: solid 1px #ddd;
}
.case-item .company-profile {
  text-decoration: none;
}
.case-item .company-profile .company-logo {
  max-width: 200px;
  margin: 0 auto;
}
.case-item .company-profile .company-logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.case-item .company-profile .company-text {
  padding: 12px 16px;
}
.case-item .company-profile .case-title {
  font-weight: 700;
  color: #009ABF;
  font-size: 2rem;
}
.case-item .company-profile .company-name {
  font-weight: 700;
  margin-top: 12px;
  font-size: 1.8rem;
}
.case-item .company-profile .company-industry {
  font-size: 1.6rem;
  margin-top: 4px;
}
.case-item .company-profile .company-industry span {
  font-weight: 700;
}
.case-item .case-before {
  border: solid 1px #666;
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}
.case-item .case-before div {
  background: #F2F2F2;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  color: #666;
}
.case-item .case-before ul {
  padding: 16px 16px 16px 40px;
  margin: 0;
}
.case-item .case-before ul li {
  margin: 4px 0;
}
.case-item .case-after {
  border: solid 1px #009ABF;
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.case-item .case-after div {
  background: #F4FCFF;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  color: #009ABF;
}
.case-item .case-after ul {
  padding: 16px 16px 16px 40px;
  margin: 0;
}
.case-item .case-after ul li {
  margin: 4px 0;
}

@media screen and (min-width: 768px), print {
  .case-section .case-container {
    padding: 10rem 3rem 0;
  }
  .case-item {
    padding: 40px 0;
  }
  .case-item .company-profile {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    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;
  }
  .case-item .company-profile:hover {
    opacity: 0.7;
  }
  .case-item .company-profile .company-logo {
    max-width: 240px;
    width: 24%;
    margin: 0;
  }
  .case-item .company-profile .company-text {
    padding: 0 32px;
    width: 76%;
  }
  .case-item .company-profile .case-title {
    font-size: 2.2rem;
  }
  .case-item .company-profile .company-name {
    font-size: 2rem;
    margin-top: 20px;
  }
  .case-item .company-profile .company-industry {
    margin-top: 8px;
  }
  .case-item .case-before {
    border-radius: 16px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .case-item .case-before div {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24%;
  }
  .case-item .case-after {
    border-radius: 16px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .case-item .case-after div {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24%;
  }
}
@-webkit-keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes beltStream {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes beltStream2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.customer-logo-section {
  padding: 40px 0 0;
}

.customer-belt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 10px 0;
}
.customer-belt .cb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-belt .cb-inner li {
  padding: 0 30px;
  line-height: 0;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.customer-belt .cb-inner li::before {
  content: none;
}
.customer-belt .cb-inner li img {
  max-width: 140px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-belt.active .cb-inner {
  -webkit-animation: beltStream 48s linear infinite;
          animation: beltStream 48s linear infinite;
}

.customer-belt.active .cb-inner.second-inner {
  -webkit-animation: beltStream2 48s -24s linear infinite;
          animation: beltStream2 48s -24s linear infinite;
}

.customer-belt.active.customer-odd .cb-inner {
  -webkit-animation: beltStream 50s linear infinite;
          animation: beltStream 50s linear infinite;
}

.customer-belt.active.customer-odd .cb-inner.second-inner {
  -webkit-animation: beltStream2 50s -25s linear infinite;
          animation: beltStream2 50s -25s linear infinite;
}

@media screen and (min-width: 640px), print {
  .customer-belt .cb-inner li {
    min-width: 240px;
  }
}
@media screen and (min-width: 768px), print {
  .customer-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customer-belt {
    width: auto;
  }
  .customer-belt .cb-inner li {
    min-width: auto;
  }
  .customer-belt .cb-inner li img {
    width: 100%;
  }
  .customer-belt .cb-inner,
  .customer-belt.active .cb-inner,
  .customer-belt.active .cb-inner.second-inner,
  .customer-belt.active.customer-odd .cb-inner,
  .customer-belt.active.customer-odd .cb-inner.second-inner {
    -webkit-animation: none;
            animation: none;
  }
  .customer-belt .cb-inner.second-inner {
    display: none;
  }
}
.mv-security {
  display: block;
  position: absolute;
  top: 2.24%;
  right: 35%;
  width: 32%;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .mv-security {
    top: 11%;
    right: 29.5%;
    min-width: 100px;
    width: 26.445%;
  }
}
.plan-check {
  margin-top: 30px;
}

.global-nav-contact {
  font-size: 1.2rem;
}

@media screen and (max-width: 1023.98px) {
  .global-nav-contact {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-nav-contact:hover {
    text-decoration: underline;
  }
}
/* common footer 20250305 */
.l-footer {
  padding: 5px 0 0;
  border-top: solid 1px #EAEAEA;
}

.p-footer__copyrights {
  margin: 32px 0 0;
  width: auto;
  text-align: center;
  color: #aaa;
  font-size: 1.3rem;
}

.p-footer__inner {
  margin: 0 auto 40px;
  padding: 0 20px;
}

.p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.p-sitemap__item {
  width: 50%;
  margin-top: 30px;
  padding-right: 20px;
  line-height: 1;
}

.p-sitemap__item a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  font-size: 1.4rem;
}

.common-footer__inner {
  max-width: 1060px;
  padding: 20px 10px 40px;
  margin: 0 auto;
}

.common-footer__top {
  padding: 0 10px 20px;
}

.common-footer__logo {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.common-footer__logo a {
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  display: block;
  font-size: 0;
}

.common-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  list-style: none;
}

.common-footer__sns-link li + li {
  margin-left: 12px;
}

.common-footer__sns-link li a {
  width: 28px;
  display: block;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.common-footer__sns-link li a img {
  width: 100%;
}

.common-footer__siteseal {
  margin-top: 40px;
}

.common-footer__siteseal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.common-footer__siteseal ul li + li {
  margin-left: 10px;
}

.common-footer__siteseal ul li {
  width: 100px;
}

.common-footer__siteseal ul li img {
  width: 100%;
}

.common-footer__siteseal a {
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 35px 0 0;
  }
  .p-sitemap__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sitemap__item {
    margin: 0;
    width: auto;
  }
  .p-sitemap__item a:hover {
    opacity: 0.6;
  }
  .common-footer__logo a:hover {
    opacity: 0.6;
  }
  .common-footer__sns-link li a:hover {
    opacity: 0.6;
  }
  .common-footer__siteseal a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 80px 0 0;
  }
  .p-footer__inner {
    display: block;
    max-width: 1060px;
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .p-footer__sitemap {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 0 10px;
  }
  .p-footer__sitemap .c-searchbox {
    margin-top: 0;
  }
  .p-sitemap__list::after {
    content: none;
  }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-footer__logo {
    margin: 0;
  }
  .common-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-footer__sns-link {
    margin: 0 0 0 20px;
  }
}
.flow-pdca {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.flow-detail {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1023.98px) {
  .flow-detail {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.diagnose-link {
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
  color: #009ABF;
  margin-top: 16px;
  display: block;
}
.diagnose-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid #009FA5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px), print {
  .diagnose-link {
    font-size: 1.8rem;
    margin-top: 24px;
    padding-left: 24px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .diagnose-link::before {
    border-width: 0 3px 3px 0;
    width: 14px;
    height: 14px;
  }
  .diagnose-link:hover {
    opacity: 0.7;
    color: #009ABF;
  }
}
.from-before-iframe-text {
  margin-bottom: 16px;
}

/* movie youtube 20250818 */
.movie-header {
  margin: 5rem 0 3rem;
}

.movie-heading span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.movie-heading .br-sp {
  display: block;
  margin-bottom: 1rem;
}

.movie-wrapper {
  aspect-ratio: 16/9;
  max-width: 640px;
  margin: 0 auto;
}
.movie-wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .movie-header {
    margin: 10rem 0 4rem;
  }
  .movie-heading span {
    font-size: 2.4rem;
  }
  .movie-heading .br-sp {
    display: inline;
  }
}
.service-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.service-detail {
  padding: 2.5rem 1rem;
}
.service-detail dt {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.service-detail dd {
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .service-detail {
    padding: 3.5rem 1.5rem;
  }
  .service-detail dt {
    font-size: 1.8rem;
  }
  .service-detail dd {
    font-size: 1.6rem;
  }
}
.mv-heading .br,
.other-section,
.case-section,
.usage-heading .dot::before {
  display: none;
}

.fix-banner a {
  font-size: 1.2rem;
}