@charset "UTF-8";
/* 製品共通のスタイル */
/* サポート製品共通 */
body.products_index .old-wrapper .partner-banner,
body.products_detail .old-wrapper .partner-banner {
  max-width: 1024px;
  margin: 5rem auto;
  border-top: 1px solid #ccc;
}
body.products_index .old-wrapper .partner-banner li,
body.products_detail .old-wrapper .partner-banner li {
  display: flex;
  align-items: center;
  padding: 3rem;
  border-bottom: 1px solid #ccc;
}
body.products_index .old-wrapper .partner-banner li ._logo,
body.products_detail .old-wrapper .partner-banner li ._logo {
  width: 30rem;
  text-align: center;
}
body.products_index .old-wrapper .partner-banner li ._logo img,
body.products_detail .old-wrapper .partner-banner li ._logo img {
  max-width: 100%;
}
body.products_index .old-wrapper .partner-banner li p,
body.products_detail .old-wrapper .partner-banner li p {
  flex-shrink: 100;
  margin: 0 3rem;
}
body.products_index .old-wrapper .partner-banner li b,
body.products_detail .old-wrapper .partner-banner li b {
  font-weight: bold;
}
body.products_index .old-wrapper .partner-banner li .btn,
body.products_detail .old-wrapper .partner-banner li .btn {
  margin-left: auto;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body.products_index .old-wrapper .partner-banner li,
  body.products_detail .old-wrapper .partner-banner li {
    display: block;
    padding: 3rem;
  }
  body.products_index .old-wrapper .partner-banner li img,
  body.products_detail .old-wrapper .partner-banner li img {
    max-width: 100%;
  }
  body.products_index .old-wrapper .partner-banner li p,
  body.products_detail .old-wrapper .partner-banner li p {
    margin: 3rem 0 0;
    text-align: left;
  }
  body.products_index .old-wrapper .partner-banner li .btn,
  body.products_detail .old-wrapper .partner-banner li .btn {
    margin-left: 0;
    margin-top: 3rem;
  }
}

/* サポート製品ページ - 見出しやロケールナビなど共通要素 */
body.products_detail .old-wrapper .mainImage {
  width: 100%;
  margin: 80px auto 40px;
  text-align: center;
}
body.products_detail .old-wrapper .mainImage-logo {
  margin-bottom: 40px;
}
body.products_detail .old-wrapper .container {
  width: 1080px;
  margin: 0 auto;
  padding-top: 0;
  text-align: justify;
}
body.products_detail .old-wrapper .product-tagline {
  font-size: 2.4rem;
  text-align: center;
}
body.products_detail .old-wrapper .product-tagline_bold {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
body.products_detail .old-wrapper p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
body.products_detail .old-wrapper .product-tagline2 {
  text-align: center;
}
body.products_detail .old-wrapper .product-tagline2 h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
body.products_detail .old-wrapper .product-tagline2 p {
  text-align: center;
  font-size: 1.6rem;
}
body.products_detail .old-wrapper .product-tagline3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  body.products_detail .old-wrapper .product-tagline3 {
    text-align: left;
  }
}
body.products_detail .old-wrapper .product-tagline3 .blue {
  color: #2684FF;
  font-weight: bold;
}
body.products_detail .old-wrapper .slider-pro-wrapper {
  margin: auto;
}
body.products_detail .old-wrapper .sp-slides {
  width: 154rem;
  height: 50rem;
  position: relative;
}
body.products_detail .old-wrapper .sp-slides img {
  width: 154rem;
  height: 50rem;
}
body.products_detail .old-wrapper .sp-slides a[data-lity]::after {
  display: none;
}
body.products_detail .old-wrapper .sp-slides h1 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
body.products_detail .old-wrapper .sp-slides h2 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
body.products_detail .old-wrapper .sp-slides p {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body.products_detail .old-wrapper ul.normal {
  list-style-type: disc;
  margin: 2em 1em;
  padding-left: 1.7em;
}
body.products_detail .old-wrapper ul.large-disc {
  margin-left: 1.2em;
  font-size: 1.6rem;
}
body.products_detail .old-wrapper .btn {
  color: #fff;
  background-color: #000;
}
body.products_detail .old-wrapper .local-nav {
  display: flex;
  margin-top: 120px;
  border-radius: 50px;
  background-color: #f2f2f2;
}
body.products_detail .old-wrapper .local-nav li {
  flex-grow: 1;
}
body.products_detail .old-wrapper .local-nav li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.products_detail .old-wrapper .local-nav li a:hover {
  background-color: #ddd;
}
body.products_detail .old-wrapper .local-nav li:first-child a {
  border-radius: 50px 0 0 50px;
}
body.products_detail .old-wrapper .local-nav li:last-child a {
  border-radius: 0 50px 50px 0;
}
body.products_detail .old-wrapper .local-nav li._inquiry a {
  color: #fff;
  background-color: #000;
}
body.products_detail .old-wrapper .local-nav li._inquiry a:hover {
  color: #2af;
}
body.products_detail .old-wrapper .local-nav li._inquiry a::before {
  content: "\f0e0";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  line-height: 1;
}
body.products_detail .old-wrapper .sectionTitle {
  margin-top: 3.5em;
  padding-bottom: 20px;
}
body.products_detail .old-wrapper .sectionTitle2 {
  padding-bottom: 20px;
}
body.products_detail .old-wrapper .sub-sectionTitle {
  margin: 3em 0 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
body.products_detail .old-wrapper [data-lity] {
  display: inline-block;
}
body.products_detail .old-wrapper .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .features li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .features li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .features li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .miro-features1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .miro-features1 li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc !important;
  box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.products_detail .old-wrapper .miro-features1 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .miro-features1 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .miro-features1 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .miro-features1 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .josys-features1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .josys-features1 li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc !important;
  box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.products_detail .old-wrapper .josys-features1 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .josys-features1 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features1 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .josys-features1 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features2 li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.products_detail .old-wrapper .features2 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .features2 li .image {
  display: block;
  margin: 0 auto 15px;
  height: auto;
}
body.products_detail .old-wrapper .features2 li h3 {
  margin: 50px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features2 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .features2 li .center-big {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
body.products_detail .old-wrapper .features2 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .miro-features2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .miro-features2 li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .miro-features2 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .miro-features2 li .image {
  display: block;
  margin: 0 auto 15px;
  height: auto;
}
body.products_detail .old-wrapper .miro-features2 li h3 {
  margin: 50px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .miro-features2 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .miro-features2 li .center-big {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
body.products_detail .old-wrapper .miro-features2 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .linka-features2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .linka-features2 li {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc !important;
  box-shadow: 0.5rem 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.products_detail .old-wrapper .linka-features2 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .linka-features2 li .image {
  display: block;
  margin: 0 auto 15px;
  height: auto;
}
body.products_detail .old-wrapper .linka-features2 li h3 {
  margin: 50px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features2 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .linka-features2 li .center-big {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
body.products_detail .old-wrapper .linka-features2 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features3 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .features3 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .features3 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features3 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .features3 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features3 li li {
  width: 100%;
  padding: 0px;
  border: none;
}
body.products_detail .old-wrapper .miro-features3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .miro-features3 li {
  width: 100%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .miro-features3 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .miro-features3 li h3 {
  margin: 50px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
body.products_detail .old-wrapper .miro-features3 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .miro-features3 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .miro-features4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .miro-features4 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .miro-features4 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .miro-features4 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .miro-features4 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .miro-features4 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .josys-features4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .josys-features4 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .josys-features4 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .josys-features4 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features4 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .josys-features4 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .linka-features4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .linka-features4 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .linka-features4 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .linka-features4 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features4 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .linka-features4 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features5 li {
  width: 24%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .features5 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .features5 li .image {
  display: block;
  margin: 0 auto 15px;
  height: 130px;
}
body.products_detail .old-wrapper .features5 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features5 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features5 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .features5 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .miro-features5 {
  display: flex;
  flex-wrap: wrap;
}
body.products_detail .old-wrapper .miro-features5 li {
  width: 49%;
  margin: 5px;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .miro-features5 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .miro-features5 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .miro-features5 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .miro-features5 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .linka-features5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .linka-features5 li {
  width: 24%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .linka-features5 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .linka-features5 li .image {
  display: block;
  margin: 0 auto 15px;
  height: 130px;
}
body.products_detail .old-wrapper .linka-features5 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features5 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features5 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .linka-features5 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .josys-features5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .josys-features5 li {
  width: 24%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .josys-features5 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .josys-features5 li .image {
  display: block;
  margin: 0 auto 15px;
  height: 130px;
}
body.products_detail .old-wrapper .josys-features5 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features5 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features5 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .josys-features5 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features6 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.products_detail .old-wrapper .features6 li img {
  display: block;
  margin: 0 auto 15px;
  height: auto;
}
body.products_detail .old-wrapper .features6 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features6 li p {
  line-height: 1.7;
  text-align: center;
}
body.products_detail .old-wrapper .features6 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .josys-features6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .josys-features6 li {
  width: 33%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .josys-features6 li img {
  display: block;
  margin: 0 auto 15px;
  height: auto;
}
body.products_detail .old-wrapper .josys-features6 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features6 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features6 li p {
  line-height: 1.7;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features6 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .josys-features7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .josys-features7 li {
  width: 24%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .josys-features7 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .josys-features7 li .image {
  display: block;
  margin: 0 auto 15px;
  height: 130px;
}
body.products_detail .old-wrapper .josys-features7 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features7 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .josys-features7 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .josys-features7 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .linka-features7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .linka-features7 li {
  width: 24%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .linka-features7 li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .linka-features7 li .image {
  display: block;
  margin: 0 auto 15px;
  height: 130px;
}
body.products_detail .old-wrapper .linka-features7 li h3 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features7 li h4 {
  margin: 50px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .linka-features7 li p {
  line-height: 1.7;
}
body.products_detail .old-wrapper .linka-features7 li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .features8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features8 li {
  width: 100%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .features8 li .left {
  width: 30%;
}
body.products_detail .old-wrapper .features8 li .left img {
  width: 90%;
}
body.products_detail .old-wrapper .features8 li .right {
  width: 70%;
  vertical-align: top;
}
body.products_detail .old-wrapper .features8 li .right h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
body.products_detail .old-wrapper .features8 li .right h4 {
  font-weight: bold;
}
body.products_detail .old-wrapper .features9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .features9 li {
  width: 100%;
  margin: 10px 0;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .features9 li .left {
  width: 70%;
  vertical-align: top;
}
body.products_detail .old-wrapper .features9 li .left h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
body.products_detail .old-wrapper .features9 li .left h4 {
  font-weight: bold;
}
body.products_detail .old-wrapper .features9 li .right {
  width: 30%;
}
body.products_detail .old-wrapper .features9 li .right img {
  text-align: right;
  width: 90%;
}
body.products_detail .old-wrapper .left_and_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.products_detail .old-wrapper .left_and_right th {
  width: 50%;
  padding: 10px;
  vertical-align: middle;
}
body.products_detail .old-wrapper .left_and_right li {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  background: #ddd;
}
body.products_detail .old-wrapper .left_and_right li img {
  display: block;
  margin: 0 auto 15px;
}
body.products_detail .old-wrapper .left_and_right li p {
  padding: 10px;
}
body.products_detail .old-wrapper .left_and_right li a {
  text-align: center;
}
body.products_detail .old-wrapper .left_and_right li [data-lity] img {
  height: auto;
}
body.products_detail .old-wrapper .functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.products_detail .old-wrapper .functions li {
  width: 32%;
  margin: 10px 0;
  padding: 30px;
  text-align: center;
  background-color: #f2f2f2;
}
body.products_detail .old-wrapper .functions li h3 {
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
body.products_detail .old-wrapper .functions li p {
  margin: 0;
  text-align: left;
}
body.products_detail .old-wrapper .chart {
  position: relative;
  margin: 2em 0;
  padding: 50px;
  text-align: center;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .chart h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
body.products_detail .old-wrapper .chart img {
  display: block;
  margin: 0 auto;
}
body.products_detail .old-wrapper .chart p {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
body.products_detail .old-wrapper .chart hr {
  margin: 50px 0;
}
body.products_detail .old-wrapper .chart-gray {
  padding: 50px;
  text-align: center;
  background-color: #f2f2f2;
}
body.products_detail .old-wrapper .case-box {
  position: relative;
  margin: 2em 0;
  padding: 80px 50px 50px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
body.products_detail .old-wrapper .case-box h3 {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100px;
  height: 40px;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
body.products_detail .old-wrapper .case-box h4 {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100px;
  height: 40px;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
body.products_detail .old-wrapper .case-box h5 {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
body.products_detail .old-wrapper .case-box img {
  display: block;
  margin: 0 auto;
}
body.products_detail .old-wrapper .case-box p {
  margin: 0;
}
body.products_detail .old-wrapper .case-box .center {
  text-align: center;
}
body.products_detail .old-wrapper .case-box .center-big {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
body.products_detail .old-wrapper .case-box .right {
  text-align: right;
}
body.products_detail .old-wrapper .case-box ._kinou-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
body.products_detail .old-wrapper .case-box ._kinou-list li {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}
body.products_detail .old-wrapper .case-box ._kinou-list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
}
body.products_detail .old-wrapper .case-box ._kinou-list li ._icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
body.products_detail .old-wrapper .case-box ._kinou-list li._off {
  opacity: 0.5;
  border-color: #999;
}
body.products_detail .old-wrapper .box {
  margin: 3rem 0;
  border: 1px solid #ddd;
}
body.products_detail .old-wrapper .box h3 {
  margin: 10px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
body.products_detail .old-wrapper .box h4 {
  margin: 10px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.products_detail .old-wrapper .wedo-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
body.products_detail .old-wrapper .wedo-list li:last-child {
  margin-bottom: 0;
}
body.products_detail .old-wrapper .wedo-list li ._text {
  width: 48%;
}
body.products_detail .old-wrapper .wedo-list li ._text ._num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  border-radius: 100%;
  background-color: #000;
}
body.products_detail .old-wrapper .wedo-list li ._text h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
body.products_detail .old-wrapper .wedo-list li ._img {
  width: 48%;
}
body.products_detail .old-wrapper .wedo-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
body.products_detail .old-wrapper .pc-only {
  display: block;
}
body.products_detail .old-wrapper .mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  body.products_detail .old-wrapper .mainImage {
    width: 70%;
  }
  body.products_detail .old-wrapper .mainImage .product-tagline {
    margin-left: -15%;
    margin-right: -15%;
  }
  body.products_detail .old-wrapper .product-tagline {
    font-size: 1.8rem;
  }
  body.products_detail .old-wrapper .product-tagline2 {
    text-align: left;
  }
  body.products_detail .old-wrapper .local-nav {
    flex-wrap: wrap;
    margin-top: 100px;
    border-radius: 0;
  }
  body.products_detail .old-wrapper .local-nav li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 0 !important;
    border: 1px solid #fff;
  }
  body.products_detail .old-wrapper .sub-sectionTitle {
    font-size: 1.8rem;
  }
  body.products_detail .old-wrapper .features {
    display: block;
  }
  body.products_detail .old-wrapper .features li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .features li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .features li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .miro-features1 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.products_detail .old-wrapper .miro-features1 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 500px;
  }
  body.products_detail .old-wrapper .miro-features1 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .miro-features1 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .josys-features1 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.products_detail .old-wrapper .josys-features1 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 550px;
  }
  body.products_detail .old-wrapper .josys-features1 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .josys-features1 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .features2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.products_detail .old-wrapper .features2 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 450px;
  }
  body.products_detail .old-wrapper .features2 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .features2 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .features3 {
    display: block;
  }
  body.products_detail .old-wrapper .features3 li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .features3 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .features3 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .miro-features2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.products_detail .old-wrapper .miro-features2 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 450px;
  }
  body.products_detail .old-wrapper .miro-features2 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .miro-features2 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .linka-features2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body.products_detail .old-wrapper .linka-features2 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 600px;
  }
  body.products_detail .old-wrapper .linka-features2 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .linka-features2 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .miro-features3 {
    display: block;
  }
  body.products_detail .old-wrapper .miro-features3 li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .miro-features3 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .miro-features3 li h3 {
    margin: 30px 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  body.products_detail .old-wrapper .miro-features3 .row_table {
    width: 100%;
    text-align: center;
  }
  body.products_detail .old-wrapper .miro-features3 .row_table th {
    background: #ffffff;
    padding: 4px 12px;
    display: block;
    width: 100%;
    text-align: left;
  }
  body.products_detail .old-wrapper .miro-features3 .row_table td {
    background: #f5f6f8;
    padding: 4px 12px;
    display: block;
    width: 100%;
  }
  body.products_detail .old-wrapper .miro-features4 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .miro-features4 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 500px;
  }
  body.products_detail .old-wrapper .miro-features4 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .miro-features4 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .josys-features4 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .josys-features4 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 300px;
  }
  body.products_detail .old-wrapper .josys-features4 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .josys-features4 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .linka-features4 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .linka-features4 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 400px;
  }
  body.products_detail .old-wrapper .linka-features4 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .linka-features4 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .features5 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .features5 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 450px;
  }
  body.products_detail .old-wrapper .features5 li img {
    height: 80px;
  }
  body.products_detail .old-wrapper .features5 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .miro-features5 {
    display: block;
  }
  body.products_detail .old-wrapper .miro-features5 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 500px;
  }
  body.products_detail .old-wrapper .miro-features5 li img {
    height: 50px;
  }
  body.products_detail .old-wrapper .miro-features5 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .linka-features5 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .linka-features5 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 250px;
  }
  body.products_detail .old-wrapper .linka-features5 li img {
    height: 80px;
  }
  body.products_detail .old-wrapper .linka-features5 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .josys-features5 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .josys-features5 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 300px;
  }
  body.products_detail .old-wrapper .josys-features5 li img {
    height: 80px;
  }
  body.products_detail .old-wrapper .josys-features5 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .features6 {
    display: block;
  }
  body.products_detail .old-wrapper .features6 li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .features6 li img {
    height: auto;
  }
  body.products_detail .old-wrapper .features6 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .josys-features6 {
    display: block;
  }
  body.products_detail .old-wrapper .josys-features6 li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .josys-features6 li img {
    height: auto;
  }
  body.products_detail .old-wrapper .josys-features6 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .josys-features7 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .josys-features7 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 400px;
  }
  body.products_detail .old-wrapper .josys-features7 li img {
    height: 80px;
  }
  body.products_detail .old-wrapper .josys-features7 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .linka-features7 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 90%;
  }
  body.products_detail .old-wrapper .linka-features7 li {
    width: 90%;
    margin: 30px 0;
    padding: 30px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 400px;
  }
  body.products_detail .old-wrapper .linka-features7 li img {
    height: 80px;
  }
  body.products_detail .old-wrapper .linka-features7 li h3 {
    margin: 30px 0 10px;
  }
  body.products_detail .old-wrapper .features8 {
    display: block;
  }
  body.products_detail .old-wrapper .features8 li .left {
    display: none;
  }
  body.products_detail .old-wrapper .features8 li .right {
    width: 100%;
  }
  body.products_detail .old-wrapper .features8 li .right h3 {
    font-size: 2rem;
  }
  body.products_detail .old-wrapper .features9 {
    display: block;
  }
  body.products_detail .old-wrapper .features9 li .left {
    width: 100%;
  }
  body.products_detail .old-wrapper .features9 li .left h3 {
    font-size: 2rem;
    text-align: center;
  }
  body.products_detail .old-wrapper .features9 li .right {
    display: none;
  }
  body.products_detail .old-wrapper .left_and_right {
    display: block;
  }
  body.products_detail .old-wrapper .left_and_right li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.products_detail .old-wrapper .left_and_right li img {
    width: auto;
  }
  body.products_detail .old-wrapper .left_and_right li h3 {
    margin: 30px 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  body.products_detail .old-wrapper .left_and_right .row_table {
    width: 100%;
    text-align: center;
  }
  body.products_detail .old-wrapper .left_and_right .row_table th {
    background: #ffffff;
    padding: 4px 12px;
    display: block;
    width: 100%;
    text-align: left;
  }
  body.products_detail .old-wrapper .left_and_right .row_table td {
    background: #f5f6f8;
    padding: 4px 12px;
    display: block;
    width: 100%;
  }
  body.products_detail .old-wrapper .functions {
    display: block;
  }
  body.products_detail .old-wrapper .functions li {
    width: 100% !important;
    margin: 5px 0;
  }
  body.products_detail .old-wrapper .functions li h4 small {
    font-size: 2rem;
  }
  body.products_detail .old-wrapper .functions li h4 span {
    display: block;
    min-height: 0;
    margin: 0.2em 0 0.5em;
  }
  body.products_detail .old-wrapper .functions li p {
    margin: 0;
  }
  body.products_detail .old-wrapper .case-box {
    padding: 70px 30px 30px;
  }
  body.products_detail .old-wrapper .chart-gray {
    padding: 20px;
  }
  body.products_detail .old-wrapper .case-box ._kinou-list li {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  body.products_detail .old-wrapper .wedo-list li {
    display: block;
    text-align: center;
  }
  body.products_detail .old-wrapper .wedo-list li ._text {
    width: 100%;
  }
  body.products_detail .old-wrapper .wedo-list li ._text ._num {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
  }
  body.products_detail .old-wrapper .wedo-list li ._text h3 {
    font-size: 2rem;
  }
  body.products_detail .old-wrapper .wedo-list li ._img {
    width: 100%;
  }
  body.products_detail .old-wrapper .pc-only {
    display: none;
  }
  body.products_detail .old-wrapper .mobile-only {
    display: block;
  }
}

/* 各製品ページのスタイル */
/* Mattermost */
body.mattermost .old-wrapper .mainImage {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
body.mattermost .old-wrapper .movie_mattermost {
  text-align: center;
  margin: 0 auto 60px;
}
body.mattermost .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.mattermost .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.mattermost .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.mattermost .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.mattermost .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.mattermost .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.mattermost .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.mattermost .old-wrapper .column-list a._item h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.mattermost .old-wrapper .column-list a._item h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.mattermost .old-wrapper .column-list a._item h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.mattermost .old-wrapper .column-list a._item h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.mattermost .old-wrapper .column-list a._item ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.mattermost .old-wrapper .column-list a._item .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.mattermost .old-wrapper #section-14 {
  background-color: #fff;
  text-align: center;
  padding-bottom: 0rem;
}
body.mattermost .old-wrapper #section-14 h3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 900;
}
body.mattermost .old-wrapper #section-14 .light-section {
  background: url(/images/products/mattermost/section-14-img-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center top;
  margin-top: 4rem;
  padding-bottom: 11.1rem;
  padding-top: 11.1rem;
}
body.mattermost .old-wrapper #section-14 .text-1 {
  font-size: 3.2rem;
  padding-top: 0rem;
  position: relative;
  top: 0rem;
  line-height: 1.4375;
}
body.mattermost .old-wrapper #section-14 .text-1 span {
  font-size: 4.1rem;
  line-height: 1.5122;
}
body.mattermost .old-wrapper #section-14 .text-2 {
  font-size: 3.2rem;
  position: relative;
  font-weight: 900;
  line-height: 1.475;
  padding-bottom: 10rem;
  padding-top: 4rem;
}
body.mattermost .old-wrapper #section-14 .text-2 span {
  font-weight: 900;
  line-height: 1.475;
}
body.mattermost .old-wrapper .lp-section {
  overflow-x: hidden;
  padding-top: 10rem;
}
body.mattermost .old-wrapper .lp-section header {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  display: table;
}
body.mattermost .old-wrapper .lp-section header .header-left {
  width: 50%;
  display: table-cell;
  position: relative;
}
body.mattermost .old-wrapper .lp-section header .header-left .main-note {
  display: block;
  text-align: right;
  font-size: 10px;
  position: relative;
  right: 6%;
  top: -0.8rem;
}
body.mattermost .old-wrapper .lp-section header .header-right {
  width: 50%;
  display: table-cell;
}
body.mattermost .old-wrapper .lp-section header .header-right .main-right-subtitle {
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
}
body.mattermost .old-wrapper .lp-section header .header-right .main-right-subtitle .main-hexagon {
  display: inline-block;
  width: 58%;
  position: relative;
  top: -8.5rem;
  right: -80px;
}
@media screen and (max-width: 1359px) {
  body.mattermost .old-wrapper .lp-section header .header-right .main-right-subtitle .main-hexagon {
    top: -9rem;
    right: 0px;
  }
}
body.mattermost .old-wrapper .lp-section header .header-right .main_contact {
  text-align: center;
  position: relative;
  top: -8rem;
  left: -1.8rem;
}
body.mattermost .old-wrapper .lp-section header .header-right .main_contact a {
  display: inline-block;
  text-align: center;
  width: 83.4%;
  text-decoration: none;
  background: #FC6D26;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 1.85rem 0 1.85rem 4rem;
  font-size: 2rem;
  margin: 0.8rem;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}
body.mattermost .old-wrapper .lp-section header .header-right .main_contact a:after {
  content: url(/images/products/mattermost/pseudo2.png);
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  left: 14%;
  position: relative;
  transform: scale(0.5);
}
body.mattermost .old-wrapper .lp-section .main-title-color-aqua {
  color: #0F99EF;
}
body.mattermost .old-wrapper .lp-section .main-title-color-org {
  color: #FC6D26;
}
@media screen and (max-width: 767px) {
  body.mattermost .old-wrapper .mainImage {
    width: 65%;
    margin: 30px auto 0;
  }
  body.mattermost .old-wrapper .movie_mattermost iframe {
    width: 360px;
    height: 200px;
  }
  body.mattermost .old-wrapper .column-list {
    display: block;
  }
  body.mattermost .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.mattermost .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.mattermost .old-wrapper #section-14 {
  padding-top: 4rem;
  background-color: #fff;
}
body.mattermost .old-wrapper #section-14 .light-section {
  margin-top: 2.4rem;
  padding-bottom: 7.1rem;
  padding-top: 7.2rem;
}
body.mattermost .old-wrapper #section-14 h3 {
  font-size: 2.8rem;
  line-height: 1.46428;
}
body.mattermost .old-wrapper #section-14 .text-1 {
  font-size: 2rem;
  color: #1A1A1A;
  top: 0rem;
}
body.mattermost .old-wrapper #section-14 .text-1 span {
  font-size: 2.8rem;
  font-weight: 900;
}
body.mattermost .old-wrapper #section-14 .text-2 {
  top: 0rem;
  font-size: 2.4rem;
  padding-bottom: 7.4rem;
  padding-top: 2.4rem;
}
body.mattermost .old-wrapper #section-14 .text-2 span {
  font-weight: 900;
}
body.mattermost .old-wrapper .lp-section .section-area-1-sp {
  width: 100%;
  padding: 4rem 2rem 0 2rem;
}
body.mattermost .old-wrapper .lp-section {
  padding-top: 4.5rem;
}
body.mattermost .old-wrapper .lp-section header .header-left .main-note {
  font-size: 12px;
}
body.mattermost .old-wrapper .lp-section header .header-right .main_contact a {
  font-size: 20px;
}

/* Elasticsearch */
body.elasticsearch .old-wrapper .mainImage {
  margin-top: 0;
  margin-bottom: 20px;
}
body.elasticsearch .old-wrapper .product-tagline {
  margin-bottom: 2.5rem;
  font-weight: bold;
}
body.elasticsearch .old-wrapper .sectionTitle {
  margin-top: 3.5em;
}
body.elasticsearch .old-wrapper .features {
  flex-wrap: nowrap;
}
body.elasticsearch .old-wrapper .features li {
  width: 32%;
}
body.elasticsearch .old-wrapper .search-functions {
  display: flex;
  justify-content: space-between;
}
body.elasticsearch .old-wrapper .search-functions li {
  width: 200px;
  padding: 20px;
  text-align: center;
  background-color: #f2f2f2;
}
body.elasticsearch .old-wrapper .search-functions li h4 small {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
body.elasticsearch .old-wrapper .search-functions li h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.elasticsearch .old-wrapper .search-functions li p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.elasticsearch .old-wrapper .mainImage {
    width: 70%;
  }
  body.elasticsearch .old-wrapper .product-tagline {
    font-size: 1.8rem;
  }
  body.elasticsearch .old-wrapper .features {
    display: block;
  }
  body.elasticsearch .old-wrapper .features li {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
  }
  body.elasticsearch .old-wrapper .features li img {
    height: 50px;
  }
  body.elasticsearch .old-wrapper .features li h3 {
    margin: 30px 0 10px;
  }
  body.elasticsearch .old-wrapper .search-functions {
    display: block;
  }
  body.elasticsearch .old-wrapper .search-functions li {
    width: 100%;
    margin: 5px 0;
  }
  body.elasticsearch .old-wrapper .search-functions li h4 small {
    font-size: 2rem;
  }
  body.elasticsearch .old-wrapper .search-functions li h4 span {
    display: block;
    min-height: 0;
    margin: 0.2em 0 0.5em;
  }
  body.elasticsearch .old-wrapper .search-functions li p {
    margin: 0;
  }
  body.elasticsearch .old-wrapper .chart {
    padding: 50px 20px 20px;
  }
  body.elasticsearch .old-wrapper .chart h4 {
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  body.elasticsearch .old-wrapper .chart p {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  body.elasticsearch .old-wrapper .chart hr {
    margin: 30px 0;
  }
}

/* Elastic Stack */
body.elastic-stack .old-wrapper .mainImage {
  margin-top: 0;
}
body.elastic-stack .old-wrapper .features {
  flex-wrap: nowrap;
}
body.elastic-stack .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.elastic-stack .old-wrapper .mainImage {
    width: auto;
    margin-bottom: 20px;
  }
  body.elastic-stack .old-wrapper .features {
    flex-wrap: nowrap;
  }
  body.elastic-stack .old-wrapper .features li {
    width: 100%;
  }
}

/* Jira */
body.jira .old-wrapper .functions li:nth-child(1), body.jira .old-wrapper .functions li:nth-child(2) {
  width: 49%;
}
body.jira .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.jira .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.jira .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.jira .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.jira .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.jira .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.jira .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.jira .old-wrapper .column-list a._item h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.jira .old-wrapper .column-list a._item h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.jira .old-wrapper .column-list a._item h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.jira .old-wrapper .column-list a._item h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.jira .old-wrapper .column-list a._item ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.jira .old-wrapper .column-list a._item .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.jira .old-wrapper .column-list ._summary {
  margin-bottom: 2rem !important;
}
body.jira .old-wrapper .jira-faq {
  font-size: 2rem;
  margin-bottom: 10px;
  margin: 10px 0 !important;
  padding: 30px !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.jira .old-wrapper .jira-faq summary {
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
body.jira .old-wrapper .jira-faq summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #efefef;
}
body.jira .old-wrapper .jira-faq p {
  font-size: 1.8rem;
  position: 100px 0;
}
body.jira .old-wrapper .jira-faq a {
  word-break: break-all;
}
body.jira .old-wrapper details summary::after {
  content: "＋";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align: center;
}
body.jira .old-wrapper details[open] summary::after {
  content: "－";
  margin-top: -0.1rem;
}
body.jira .old-wrapper .atlassian_head_bnr {
  background: #0046C4;
  line-height: 1;
  padding: 13px 3rem;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr {
    padding: 12px 45px 12px 10px;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
    max-width: 100%;
    margin: 0;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner {
    flex-wrap: wrap;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner_img1 {
  margin-right: 0.8rem;
  width: 22.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_img1 {
    width: 155px;
    margin-right: 6px;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner_text1 {
  color: white;
  font-size: 2.2rem;
  font-weight: 900;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_text1 {
    font-size: 16px;
    margin-right: 0;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner_text2 {
  font-size: 2rem;
  font-weight: 900;
  color: #ffeb00;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_text2 {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    margin-top: 6px;
    padding-top: 6px;
    text-align: center;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner_btn {
  background-color: #ffeb00;
  border-radius: 100vh;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0046C4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 11.7rem;
  min-height: 3.4rem;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.3));
  margin-left: 1.4rem;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_btn {
    width: 29px;
    height: 29px;
    padding: 0;
    min-width: auto;
    min-height: auto;
    position: absolute;
    top: 29px;
    right: 10px;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_btn span {
    display: none;
  }
}
body.jira .old-wrapper .atlassian_head_bnr_inner_btn img {
  margin-left: 0.5rem;
  transform: translateY(1px);
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atlassian_head_bnr_inner_btn img {
    margin-left: 0;
    transform: none;
    width: 6px;
  }
}
body.jira .old-wrapper .mainImage {
  margin-bottom: 2rem;
  margin-top: 0;
}
body.jira .old-wrapper .mainImage p {
  margin-bottom: 4rem;
}
body.jira .old-wrapper .org {
  color: #F2994A;
}
body.jira .old-wrapper .product-catch {
  margin-top: 6.4rem !important;
}
body.jira .old-wrapper .product-catch-left {
  height: 18.6rem;
}
body.jira .old-wrapper .m-b36 {
  margin-bottom: 3.6rem;
}
body.jira .old-wrapper .m-b0 {
  margin-bottom: 0px;
}
body.jira .old-wrapper .m-b54 {
  margin-bottom: 5.4rem;
}
body.jira .old-wrapper .m-t34 {
  margin-top: 3.4rem;
}
body.jira .old-wrapper .problem-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: auto;
}
body.jira .old-wrapper .problem-block {
  width: 49%;
  background: #fff;
  border-radius: 0.4rem;
  margin: 0 0 2%;
  padding: 4rem;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.jira .old-wrapper .problem-block:nth-child(2n) {
  width: 49%;
  margin: 0 0 2% 2%;
}
body.jira .old-wrapper .problem-block img {
  width: 100%;
  height: auto;
}
body.jira .old-wrapper .problem-block-left {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
}
body.jira .old-wrapper .problem-block-right {
  width: 80%;
  box-sizing: border-box;
  padding: 0 0 0 5%;
}
body.jira .old-wrapper .problem-block-title {
  font-size: 2rem;
  font-weight: bold;
}
body.jira .old-wrapper .problem-block-text {
  line-height: 1.8;
}
body.jira .old-wrapper .jira-block {
  max-width: 1200px;
  border: 3px #e5e5e5 solid;
  border-radius: 0.4rem;
  margin: 0 auto 20px;
  box-sizing: border-box;
  padding: 8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
body.jira .old-wrapper .jira-block-left {
  width: 45%;
  box-sizing: border-box;
  position: relative;
}
body.jira .old-wrapper .jira-block-right {
  width: 55%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  position: relative;
}
body.jira .old-wrapper .jira-block-right img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}
body.jira .old-wrapper .jira-block-full {
  width: 100%;
}
body.jira .old-wrapper .jira-block-number {
  color: #1b5fff;
  font-size: 2.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1;
}
body.jira .old-wrapper .jira-block-title {
  font-size: 2.8rem;
  padding: 0rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
body.jira .old-wrapper .jira-block-text {
  font-size: 1.6rem;
}
body.jira .old-wrapper .jira-area {
  margin-top: 5.4rem;
}
body.jira .old-wrapper .support-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto 8rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
body.jira .old-wrapper .support-block.support-block-flip {
  flex-direction: row;
}
body.jira .old-wrapper .support-block-left {
  width: 50%;
  padding: 0 5% 0 0;
}
body.jira .old-wrapper .support-block.support-block-flip .support-block-left {
  padding: 0 0 0 5%;
}
body.jira .old-wrapper .support-block-title {
  font-size: 2.8rem;
  padding: 0rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
body.jira .old-wrapper .support-block-text {
  font-size: 1.6rem;
  margin-bottom: 0rem;
}
body.jira .old-wrapper .support-block-right {
  width: 50%;
}
body.jira .old-wrapper .atassian-area {
  max-width: 1200px;
  margin: 0 auto 8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .atassian-area {
    display: grid;
  }
}
body.jira .old-wrapper .atassian-block .product-cta-block {
  width: 35rem;
  height: auto;
}
body.jira .old-wrapper .atassian-block .product-cta-block-btn a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  body.jira .old-wrapper .column-list {
    display: block;
  }
  body.jira .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.jira .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.jira .old-wrapper .problem-block {
    width: 100%;
    margin: 0 0 10px;
    padding: 5vw;
  }
  body.jira .old-wrapper .problem-block:nth-child(2n) {
    width: 100%;
    margin: 0 0 10px;
  }
  body.jira .old-wrapper .problem-block-title {
    font-size: 4.5vw;
  }
  body.jira .old-wrapper .jira-block {
    border: 2px #e5e5e5 solid;
    margin: 0 auto 5vw;
    padding: 7vw 5vw;
  }
  body.jira .old-wrapper .jira-block-left {
    width: 100%;
  }
  body.jira .old-wrapper .jira-block-right {
    width: 100%;
    padding: 0;
  }
  body.jira .old-wrapper .jira-block-right img {
    top: auto;
    transform: none;
  }
  body.jira .old-wrapper .jira-block-full {
    width: 100%;
  }
  body.jira .old-wrapper .jira-block-number {
    font-size: 5vw;
    padding: 0 0 2vw;
    text-align: center;
  }
  body.jira .old-wrapper .jira-block-title {
    font-size: 5vw;
    padding: 0 0 1vw;
    text-align: center;
    line-height: 1.5;
  }
  body.jira .old-wrapper .jira-block-text {
    font-size: 3.5vw;
  }
  body.jira .old-wrapper .support-block {
    margin: -6vw auto 12vw;
  }
  body.jira .old-wrapper .support-block.support-block-flip {
    margin: 0 auto 8vw;
  }
  body.jira .old-wrapper .support-block-left {
    width: 100%;
    padding: 0;
  }
  body.jira .old-wrapper .support-block.support-block-flip .support-block-left {
    padding: 0;
  }
  body.jira .old-wrapper .support-block-title {
    font-size: 5vw;
    padding: 6vw 0 3vw;
    text-align: center;
  }
  body.jira .old-wrapper .support-block-text {
    font-size: 3.5vw;
    padding: 0;
  }
  body.jira .old-wrapper .support-block-right {
    width: 100%;
  }
  body.jira .old-wrapper .atassian-area {
    display: block;
  }
  body.jira .old-wrapper .atassian-area .atassian-block {
    width: 100%;
  }
  body.jira .old-wrapper .atassian-area .atassian-block .product-cta-block {
    width: auto;
    height: auto;
    margin-bottom: 2em;
  }
}
body.jira .old-wrapper .table-3x3 .tgl {
  text-align: left;
}
body.jira .old-wrapper .table-3x3 .tgc {
  text-align: center;
}
body.jira .old-wrapper .table-3x3 th, body.jira .old-wrapper .table-3x3 td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: middle;
}
body.jira .old-wrapper .table-3x3 th {
  background: #eee;
}
body.jira .old-wrapper .table-3x3 td:has(li) {
  vertical-align: top;
  line-height: 1.5;
}
body.jira .old-wrapper .table-3x3 li {
  line-height: 2;
}
body.jira .old-wrapper .just-fit-center {
  justify-content: center;
}
body.jira .old-wrapper .img_quote {
  display: block;
  word-break: break-all;
  font-size: 0.6em;
  text-align: left;
}

/* Jira Service Management*/
body.jira-service-management .old-wrapper .mainImage {
  width: 100%;
  margin: -80px auto 16px;
  text-align: center;
}
body.jira-service-management .old-wrapper .product-catch {
  align-items: flex-end;
}
body.jira-service-management .old-wrapper .local-nav {
  margin-top: 0px !important;
}
body.jira-service-management .old-wrapper .flex-container {
  display: flex;
  flex-wrap: wrap;
}
body.jira-service-management .old-wrapper .column-lg-9 {
  width: 100%;
}
body.jira-service-management .old-wrapper .column-lg-7 {
  width: 66.6666%;
}
body.jira-service-management .old-wrapper .column-lg-5 {
  width: 33.3333%;
}
body.jira-service-management .old-wrapper .column-sm-6 {
  width: 50%;
}
body.jira-service-management .old-wrapper .column {
  padding: 16px;
}
body.jira-service-management .old-wrapper .component__image--left {
  float: left;
  margin-right: 16px;
}
body.jira-service-management .old-wrapper .component__heading-textblock--right {
  margin-left: 16px;
}
body.jira-service-management .old-wrapper .component__heading-textblock--right h3 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: bold;
}
body.jira-service-management .old-wrapper .hide-xl {
  display: none;
}
@media screen and (max-width: 767px) {
  body.jira-service-management .old-wrapper .mainImage {
    margin: 0px auto 16px;
  }
  body.jira-service-management .old-wrapper .column-lg-7 {
    width: 100%;
  }
  body.jira-service-management .old-wrapper .column-lg-5 {
    width: 50%;
  }
}

/* Confluence */
body.confluence .old-wrapper .mainImage {
  margin-top: 0;
}
body.confluence .old-wrapper .features li:nth-child(3),
body.confluence .old-wrapper .features li:nth-child(4),
body.confluence .old-wrapper .features li:nth-child(5) {
  width: 32%;
}
body.confluence .old-wrapper .functions li:nth-child(1), body.confluence .old-wrapper .functions li:nth-child(2) {
  width: 49%;
}
body.confluence .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.confluence .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.confluence .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.confluence .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.confluence .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.confluence .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.confluence .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.confluence .old-wrapper .column-list a._item h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.confluence .old-wrapper .column-list a._item h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.confluence .old-wrapper .column-list a._item h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.confluence .old-wrapper .column-list a._item h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.confluence .old-wrapper .column-list a._item ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.confluence .old-wrapper .column-list a._item .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.confluence .old-wrapper .relate-list {
  display: block;
  list-style: none;
  font-size: 0;
}
body.confluence .old-wrapper .relate-list li {
  width: 25%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.confluence .old-wrapper .features li:nth-child(3),
  body.confluence .old-wrapper .features li:nth-child(4),
  body.confluence .old-wrapper .features li:nth-child(5) {
    width: 100%;
  }
  body.confluence .old-wrapper .column-list {
    display: block;
  }
  body.confluence .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.confluence .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.confluence .old-wrapper .relate-list li {
    width: 33.3333%;
  }
}
body.confluence .old-wrapper .mainImage .product-tagline {
  margin-top: 30px;
}
body.confluence .old-wrapper .mainImage {
  margin-bottom: 20px;
}
body.confluence .old-wrapper .mainImage .product-tagline {
  margin-top: 20px;
}
body.confluence .old-wrapper .product-tagline {
  font-weight: bold;
}

/* GitLab */
body.gitlab .old-wrapper .mainImage {
  margin-top: 0;
}
body.gitlab .old-wrapper .features {
  flex-wrap: nowrap;
}
body.gitlab .old-wrapper .features li {
  width: 32%;
}
body.gitlab .old-wrapper .functions li {
  width: 49%;
}
body.gitlab .old-wrapper .functions li p {
  text-align: center;
}
body.gitlab .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.gitlab .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.gitlab .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.gitlab .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.gitlab .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.gitlab .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.gitlab .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.gitlab .old-wrapper .column-list a._item h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.gitlab .old-wrapper .column-list a._item h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.gitlab .old-wrapper .column-list a._item h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.gitlab .old-wrapper .column-list a._item h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.gitlab .old-wrapper .column-list a._item ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.gitlab .old-wrapper .column-list a._item .btn {
  width: 15rem;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  body.gitlab .old-wrapper .features {
    flex-wrap: nowrap;
  }
  body.gitlab .old-wrapper .features li {
    width: 100%;
  }
  body.gitlab .old-wrapper .column-list {
    display: block;
  }
  body.gitlab .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.gitlab .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}

/* GitLab Runner */
body.gitlab-runner .old-wrapper .mainImage {
  margin-top: 0;
}
body.gitlab-runner .old-wrapper .features {
  flex-wrap: nowrap;
}
body.gitlab-runner .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.gitlab-runner .old-wrapper .mainImage {
    width: 55%;
    margin-bottom: 20px;
  }
  body.gitlab-runner .old-wrapper .features {
    flex-wrap: nowrap;
  }
  body.gitlab-runner .old-wrapper .features li {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------
   main-view / .mainview
   -------------------------------------------------------------------------------- */
*, *::before, *::after {
  font-feature-settings: "liga" 0;
}

@media screen and (max-width: 389px) {
  html.is-old-page {
    font-size: 2.5vw;
  }
}
@font-face {
  font-family: "Noto-Sans-JP-google";
  src: url("./../font/NotoSansJP-VariableFont_wght.ttf");
}
main.page-lp {
  font-family: "Noto-Sans-JP-google", "Noto Sans JP", sans-serif;
  /*-----media screen and max-width:767px-----s */
  /*-----media screen and max-width:767px-----end */
}
main.page-lp h2, main.page-lp h3, main.page-lp h4, main.page-lp p, main.page-lp span, main.page-lp li, main.page-lp a, main.page-lp p, main.page-lp small {
  font-weight: 500;
  color: #1A1A1A;
}
main.page-lp .main-title-big {
  font-size: 5.7rem;
  font-weight: 900;
}
main.page-lp .main-title-middle {
  font-size: 3.2rem;
  font-weight: 900;
}
main.page-lp .main-title-middle .title-middle-first {
  letter-spacing: -3px;
  font-weight: 900;
}
main.page-lp .main-title-color-purple {
  color: #6d4acb;
}
main.page-lp .main-title-color-aqua {
  color: #5EA2FD;
}
main.page-lp .bg-color-purple {
  background: #6d4acb;
}
main.page-lp .mb-1rem {
  margin-bottom: 1rem;
}
main.page-lp .mb-2rem {
  margin-bottom: 2rem;
}
main.page-lp .mb-05rem {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
main.page-lp .font-weight-bold {
  font-weight: bold;
}
main.page-lp .font-weight-900 {
  font-weight: 900;
}
main.page-lp .small-note {
  font-size: 12px;
  font-weight: 900;
}
main.page-lp .sp_only {
  display: none !important;
}
main.page-lp .section-area-1 {
  max-width: 1200px;
  margin: 0 auto;
}
main.page-lp .section-area-2 {
  max-width: 1040px;
  margin: 0 auto;
}
main.page-lp small {
  font-size: 2.4rem;
  font-weight: 900;
}
main.page-lp small.small-2 {
  font-size: 3.2rem;
  font-weight: 900;
}
main.page-lp .lp-section {
  overflow-x: hidden;
  padding-top: 8.5rem;
}
main.page-lp .lp-section header {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  display: table;
}
main.page-lp .lp-section header .header-left {
  width: 37%;
  display: table-cell;
  position: relative;
}
main.page-lp .lp-section header .header-left .main-note {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  position: relative;
  right: 6%;
  top: -0.8rem;
}
main.page-lp .lp-section header .header-right {
  width: 63%;
  display: table-cell;
  vertical-align: middle;
}
main.page-lp .lp-section header .header-right .main-right-subtitle {
  display: block;
  width: 100%;
  height: auto;
  text-align: right;
}
main.page-lp .lp-section header .header-right .main_contact {
  text-align: center;
  position: relative;
  top: 11rem !important;
  left: 3rem;
}
main.page-lp .lp-section header .header-right .main_contact a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 67%;
  text-decoration: none;
  background: #fc6d26;
  border-radius: 10px;
  color: #fff;
  padding: 1.85rem 0 1.85rem 0 !important;
  font-size: 2rem;
  margin: 0.4rem;
  margin-bottom: 1rem;
  position: relative;
  vertical-align: middle;
  left: 2rem;
}
main.page-lp .lp-section header .header-right .main_contact a:after {
  content: "" !important;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(0.45);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  left: 14%;
  position: relative;
}
main.page-lp #section-1 {
  background: url(../images/main-bg.png) no-repeat 34vw bottom;
  background-size: auto 100%;
  background-position: bottom right;
  padding: 7rem 3rem 8.6rem 3rem;
  overflow-x: hidden;
}
main.page-lp #section-1 header {
  font-size: 0;
}
main.page-lp #section-1 header .main-hexagon {
  position: absolute;
  width: 15%;
  right: 3%;
  top: 1%;
  max-width: 230px;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-1 header .main-hexagon {
    width: 12%;
    right: 2%;
  }
}
main.page-lp #section-1 .main-title {
  color: #1A1A1A;
  font-size: 3.4rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 900;
}
main.page-lp #section-1 .main-title-color {
  color: #1299ef;
  font-size: 1.6em;
}
main.page-lp #section-1 .main-title-color-org {
  color: #FC6D26;
}
main.page-lp #section-1 .main-title-color-aura {
  color: #159aef;
}
main.page-lp #section-1 .main-subtitle {
  font-weight: 900;
  margin: 0 0 0.8em;
  font-size: 2rem;
  color: #000;
  line-height: 1.3;
}
main.page-lp #section-1 .main-subtitle img {
  margin: 20px 0 0 0px;
  width: 88%;
}
main.page-lp #section-1 .section-inner {
  margin: 0 auto;
}
main.page-lp #section-1 .main-subresult ul {
  position: relative;
  left: -1rem;
  display: table;
  list-style: none;
  width: 100%;
  font-size: 0;
  border-spacing: 10px;
  border-collapse: separate;
  margin: 0 auto;
  margin-top: 0;
}
main.page-lp #section-1 .main-subresult ul li {
  list-style: none;
  width: 33.3%;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1rem solid #2f2f2f;
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
  line-height: 1.8;
  border-radius: 5px;
  font-weight: 900;
}
main.page-lp #section-1 .main-subresult ul li p {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #fff;
}
main.page-lp .section-title {
  font-size: 4.1rem;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
  color: #191919;
  font-weight: bold;
}
main.page-lp .section-title::after {
  content: "";
  width: 74px;
  height: 1px;
  position: absolute;
  border-top: 3px solid #1299ef;
  display: block;
  bottom: 0rem;
  right: 0px;
  left: 0;
  margin: 0 auto;
}
main.page-lp .sec-contact-1 {
  position: relative;
  background: url(../images/section-4-img-4.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 6.4rem;
  padding-bottom: 3.4rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
  margin: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1040px) {
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    width: 90%;
  }
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18.5rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
  margin: 0 auto;
  padding-top: 6.5rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: bold;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
  margin-top: 0;
  padding-bottom: 1.3rem;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn {
  list-style: none;
  display: block;
  width: 100% !important;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 47%;
  margin: 1.5%;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
  border-radius: 10px;
  padding: 2.4rem 3.5rem 2.4rem 3rem;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
  text-align: center !important;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
  content: "" !important;
  right: 0;
  top: 1rem;
  bottom: 0;
  margin: auto 0;
  transform: scale(0.45);
  font-size: 0rem;
  vertical-align: middle;
  left: 16%;
  position: relative;
  font-size: 0rem;
  position: absolute;
  left: 85%;
  font-weight: bold;
}
main.page-lp #section-2 {
  position: relative;
  background: url(../images/backdround-2.png) no-repeat;
  background-size: 100% auto;
  padding-bottom: 2rem;
  background-color: #efefef;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-2 .problem-area {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-2 .problem-area ul {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background: #E6E6E6;
  position: relative;
  margin-bottom: 120px;
}
main.page-lp #section-2 .problem-area ul:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 12.3rem solid #e6e6e6;
  border-left: 600px solid transparent;
  border-right: 600px solid transparent;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-2 .problem-area ul:after {
    border-left: 580px solid transparent;
    border-right: 580px solid transparent;
  }
}
@media screen and (max-width: 1260px) {
  main.page-lp #section-2 .problem-area ul:after {
    border-left: calc(50vw - 2rem) solid transparent;
    border-right: calc(50vw - 2rem) solid transparent;
  }
}
main.page-lp #section-2 .problem-area ul li {
  list-style: none;
  width: 31.1%;
  margin-right: 3.35%;
  display: inline-block;
  text-align: center;
  padding: 3rem 3rem;
  background: #fff;
}
main.page-lp #section-2 .problem-area ul li p {
  color: #191919;
  font-size: 2rem;
  background: #f2f0f8;
  text-align: center;
  line-height: 1.5;
  padding: 5px;
}
main.page-lp #section-2 .problem-area ul li:last-child {
  margin-right: 0%;
}
main.page-lp #section-2 .problem-area ul li img {
  margin: 2.6rem 0 1.6rem 0;
}
main.page-lp #section-2 .problem-solve-title {
  text-align: center;
  font-size: 4rem;
  color: #5EA2FD;
  line-height: 1.5;
  padding-top: 0.8rem;
  margin-bottom: 2.5rem;
  font-weight: 900;
}
main.page-lp #section-2 .problem-solve-title span {
  background: linear-gradient(transparent 30%, #fff 100%);
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0.25rem;
  font-weight: 900;
  color: #5EA2FD;
}
main.page-lp #section-3 {
  position: relative;
  background: url(../images/background-3.png) no-repeat;
  background-size: 100% auto;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background-color: #6d49cb;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-3 ul {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-3 ul.s3-l1 {
  display: block;
  margin: 0 auto;
}
main.page-lp #section-3 ul.s3-l1 > li {
  font-size: 1.6rem;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}
main.page-lp #section-3 ul.s3-l1 > li:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.4rem;
}
main.page-lp #section-3 ul.s3-l1 .gitlab-nri-icon {
  width: 23%;
  height: auto;
  margin: 0 auto;
}
main.page-lp #section-3 ul.s3-l2 {
  font-size: 0;
}
main.page-lp #section-3 ul.s3-l2 li {
  width: 20%;
  display: inline-block;
  list-style: none;
  font-size: 1.6rem;
  vertical-align: bottom;
  padding-top: 2.4rem;
}
main.page-lp #section-3 ul.s3-l2 li:last-child {
  width: 80%;
  vertical-align: top;
  color: #fff;
  padding-left: 3.3rem;
  padding-top: 3.6rem;
}
main.page-lp #section-3 ul.s3-l2 li:last-child h3 {
  font-size: 4rem;
  line-height: 0.8;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 li:last-child h3 span {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 2;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 li:last-child p {
  line-height: 2;
  font-size: 1.6rem;
  color: #fff;
}
main.page-lp #section-3 ul.s3-l2 .gitlab-parter-icon {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
main.page-lp #section-4 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
main.page-lp #section-4 .section-4-text {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-4 .section-4-text {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-4 .sec-aslead-devops {
  display: block;
  position: relative;
  margin: 7rem auto;
  background: #60a1fd;
  padding: 1.8rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-4 .sec-aslead-devops {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}
main.page-lp #section-4 .sec-aslead-devops:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-57%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-4 .sec-aslead-devops:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(57%) translateY(0%) rotate(135deg);
  background: #3b72d6;
}
main.page-lp #section-4 .sec-aslead-devops img {
  width: 100%;
  margin: 0 auto;
}
main.page-lp #section-4 .sec-aslead-devops p {
  margin: 0 auto;
  display: block;
}
main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
}
main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 4rem;
  margin-top: 0rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 900;
}
main.page-lp #section-4 .sec-aslead-devops-2 {
  margin: 9rem auto 5.6rem auto;
  position: relative;
  background: url(../images/section-4-img-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: top left;
  background-color: #f8f8f8;
  padding: 7.5rem 0 6.3rem 0;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2.5rem;
  width: 27%;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-group-img {
  width: 47%;
  margin: 3.5rem auto;
  text-align: center;
  display: block;
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text {
  margin: 0 auto;
  padding: 3.5rem 4rem 4rem 4rem;
  background: #fff;
  width: calc(100% - 4rem);
}
main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text p {
  font-size: 1.6rem;
  line-height: 2;
  color: #1A1A1A;
  font-weight: 500;
}
main.page-lp #section-4 .sec-aslead-devops-3 {
  margin: 0 auto;
}
main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #191919;
}
main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 900;
}
main.page-lp #section-4 .sec-aslead-devops-3 table {
  width: 100%;
  padding: 0;
  margin: 6rem auto 0 auto;
  border: none;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td {
  border: none;
  width: 50%;
  text-align: center;
  vertical-align: text-top;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left {
  padding: 0;
  width: 45%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left img {
  width: 100%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right {
  vertical-align: text-top;
  padding-left: 5rem;
  padding-right: 0;
  width: 55%;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right .rec-blue {
  padding: 8px 15px;
  margin-right: 5px;
  background: #add0ff;
  color: #000;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p {
  text-align: left;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-top {
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text {
  margin: 20px 0;
  color: #64a4fd;
}
main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p span {
  font-size: 1.6rem;
  color: #5EA2FD;
}
main.page-lp #section-4-2 {
  margin-top: 8.5rem;
  padding-top: 0;
}
main.page-lp #section-5 {
  position: relative;
  background: url(../images/backdround-3.png) no-repeat;
  background-size: 100% auto;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
main.page-lp #section-5 header .section-title:after {
  border-color: #fca121;
}
main.page-lp #section-5 header p {
  text-align: center;
  font-size: 1.6rem;
  color: #1A1A1A;
  line-height: 2;
}
main.page-lp #section-5 .problem-list {
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-5 .problem-list {
    width: calc(100% - 4rem);
  }
}
main.page-lp #section-5 .problem-list ul {
  display: block;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-5 .problem-list ul li {
  vertical-align: text-top;
  display: inline-block;
  list-style: none;
  font-size: 10px;
  width: 46%;
  background: #fff;
  text-align: center;
  margin-bottom: 3.6%;
  padding-bottom: 1.2rem;
}
main.page-lp #section-5 .problem-list ul li:nth-child(even) {
  margin-left: 2%;
  margin-right: 0%;
}
main.page-lp #section-5 .problem-list ul li:nth-child(odd) {
  margin-right: 2%;
  margin-left: 0%;
}
main.page-lp #section-5 .problem-list ul li img {
  width: 31.6%;
  margin: 0 auto;
  text-align: center;
}
main.page-lp #section-5 .problem-list ul li p.s5-title {
  background: #f4f4f4;
  display: inline-block;
  text-align: center;
  margin: 3.4rem auto 2rem auto;
  width: 86%;
  padding: 0.6rem;
  font-size: 2rem;
  line-height: 1.8;
}
main.page-lp #section-5 .problem-list ul li p.s5-text {
  text-align: left;
  width: 87%;
  margin: 2rem auto;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve {
  background: url(../images/section-5-img-5.png) no-repeat;
  background-size: 25% auto;
  background-color: #f5f5f5;
  background-position: 50% 80%;
  margin-top: 1.1rem;
  text-align: center;
}
main.page-lp #section-5 .problem-solve .ps-title {
  font-size: 4.1rem;
  line-height: 1.5;
  margin-bottom: 5rem;
  font-weight: bold;
}
main.page-lp #section-5 .problem-solve .ps-text {
  margin-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-5 .problem-solve .ps-support {
  font-size: 4.1rem;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-5 .problem-solve .ps-support span {
  color: #5EA2FD;
  font-weight: bold;
}
main.page-lp #section-5-2 {
  padding-top: 0rem;
  background: #f5f5f5;
}
main.page-lp #section-5-2 img {
  width: 100%;
}
main.page-lp #section-6 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background: #f2f6f9;
}
main.page-lp #section-6 header {
  margin-bottom: 6rem;
}
main.page-lp #section-6 header .section-title {
  font-size: 4.3rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-6 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-6 .section-sub {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
main.page-lp #section-6 .section-text {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
main.page-lp #section-6 .reason-list {
  display: block;
  font-size: 0;
  margin: 4rem auto;
  background: #fff;
  vertical-align: text-top;
}
main.page-lp #section-6 .reason-list li {
  font-size: 2rem;
  display: inline-block;
  vertical-align: text-top;
}
main.page-lp #section-6 .reason-list li.reason-text {
  padding: 3rem 4.2rem 3rem 3rem;
}
main.page-lp #section-6 .reason-list li.reason-text p {
  margin-left: 2%;
  font-size: 1.6rem;
  font-weight: 500;
}
main.page-lp #section-6 .reason-list li.reason-text .reason-tag {
  font-weight: 900;
  display: inline-block;
  text-align: left;
  border-bottom: 4px solid #714fcc;
  color: #714fcc;
  font-size: 2.4rem;
  line-height: 1.3;
  padding-right: 0.7rem;
}
main.page-lp #section-6 .reason-list li.reason-text .reason-tag span {
  font-size: 4rem;
  font-weight: 900;
  color: #714fcc;
}
main.page-lp #section-6 .reason-list li img {
  width: 100%;
}
main.page-lp #section-6 .reason-list li h3 {
  margin: 2rem 1rem 2.4rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
main.page-lp #section-6 .reason-list.left-text li:first-child {
  width: 60%;
}
main.page-lp #section-6 .reason-list.left-text li:last-child {
  width: 40%;
}
main.page-lp #section-6 .reason-list.right-text li:first-child {
  width: 40%;
}
main.page-lp #section-6 .reason-list.right-text li:last-child {
  width: 60%;
}
main.page-lp #section-6 .sub-parter .sub-text {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
  vertical-align: text-top;
}
main.page-lp #section-6 .sub-parter ul li {
  display: inline-block;
  vertical-align: text-top;
  list-style: none;
  width: 79.5%;
  font-size: 1rem;
}
main.page-lp #section-6 .sub-parter ul li.parter-icon {
  width: 20.5%;
}
main.page-lp #section-6 .sub-parter ul li.parter-text {
  padding: 2rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  width: 79.5%;
}
main.page-lp #section-6 .sub-parter ul li.parter-text p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-under {
  margin-bottom: 1em;
  padding-bottom: 0.3rem;
  background: linear-gradient(transparent 50%, #dddaf2 0%);
  clear: #1A1A1A;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-big {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #1A1A1A;
  font-weight: bold;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-small {
  font-size: 12px;
  color: #1A1A1A;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-note {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: #1A1A1A;
}
main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-note small {
  font-size: 12px;
  color: #1A1A1A;
}
main.page-lp #section-6 .ps-support {
  font-size: 3.2rem;
  line-height: 1.433;
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
  font-weight: 900;
}
main.page-lp #section-7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-7 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-7 .section-title {
  font-size: 4.3rem;
}
main.page-lp #section-7 .section-area-2 {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-7 .section-area-2 > li {
  font-size: 2rem;
  display: inline-block;
  width: 33.3333%;
  padding: 4rem;
}
main.page-lp #section-7 .section-area-2 > li:first-child {
  padding-left: 0;
}
main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
  padding: 2rem;
}
main.page-lp #section-7 .section-area-2 > li:nth-child(3) {
  padding-right: 0;
}
main.page-lp #section-7 .section-text {
  text-align: center;
  line-height: 1.44;
  font-size: 3.2rem;
  font-weight: bold;
}
main.page-lp #section-7 .section-text span {
  font-weight: bold;
}
main.page-lp #section-7 .section-text small {
  font-size: 10px;
  font-weight: bold;
}
main.page-lp #section-7 .sub-parter-text-note {
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
main.page-lp #section-7 .sub-parter-text-note small {
  font-size: 12px;
}
main.page-lp #section-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-9 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-9 header .section-title {
  font-size: 4.3rem;
}
main.page-lp #section-9 .reason-list {
  display: block;
  font-size: 0;
  margin: 6rem auto 0 auto;
  background: #fff;
  vertical-align: text-top;
}
main.page-lp #section-9 .reason-list li {
  font-size: 2rem;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}
main.page-lp #section-9 .reason-list li.reason-text {
  padding: 0rem 3rem 2rem 0rem;
}
main.page-lp #section-9 .reason-list li.reason-text p {
  margin-left: 0rem;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-9 .reason-list li.reason-text p.reason-tag {
  font-size: 1.2rem;
  font-family: Roboto;
  letter-spacing: 0px;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-9 .reason-list li.reason-text p.reason-tag {
    font-size: 1.2rem;
  }
}
main.page-lp #section-9 .reason-list li img {
  width: 100%;
}
main.page-lp #section-9 .reason-list li h3 {
  margin: 1rem 1rem 1rem 0rem;
  font-size: 2.4rem;
  font-weight: bold;
}
main.page-lp #section-9 .reason-list li p.reason-tag {
  font-size: 1.6rem;
  position: relative;
  padding-top: 1.8rem;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid #714fcc;
  color: #714fcc;
  font-size: 1.3rem;
  line-height: 1.05;
  padding-right: 0rem;
  letter-spacing: 1px;
  border-radius: 7rem;
  width: 7rem;
  height: 7rem;
  background: #6c4aca;
  color: #fff;
}
main.page-lp #section-9 .reason-list li p.reason-tag span {
  display: block;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  main.page-lp #section-9 .reason-list li p.reason-tag span {
    font-size: 20px;
  }
}
main.page-lp #section-9 .reason-list li p.reason-tag:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: calc(50% - 0.9rem);
  bottom: -10px;
  margin: auto;
  background: #6c4aca;
}
main.page-lp #section-9 .reason-list li .reason-text-text {
  font-size: 1px;
  padding-right: 10%;
}
main.page-lp #section-9 .reason-list.left-text li:first-child {
  width: 58%;
}
main.page-lp #section-9 .reason-list.left-text li:last-child {
  width: 42%;
}
main.page-lp #section-9 .reason-list.right-text li:first-child {
  width: 42%;
}
main.page-lp #section-9 .reason-list.right-text li:last-child {
  width: 58%;
  padding-left: 7rem;
  padding-right: 0;
}
main.page-lp #section-9 .reason-list.right-text li:last-child .reason-text-text {
  padding-right: 0%;
}
main.page-lp #section-10 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background: #f2f6f9;
}
main.page-lp #section-10 header p {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-10 .customer-list {
  display: block;
  position: relative;
  padding-top: 4rem;
}
main.page-lp #section-10 .customer-list .customer-voice {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li {
  width: 29.33333%;
  display: inline-block;
  font-size: 2rem;
  margin: 1.999999%;
  background: #fff;
  margin-top: 0;
}
main.page-lp #section-10 .customer-list .customer-voice > li img {
  display: block;
  width: 12rem;
  text-align: center;
  margin: 3rem auto;
}
main.page-lp #section-10 .customer-list .customer-voice > li p {
  margin: 7%;
  background: #f2f6f9;
  padding: 7%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 8%;
  font-size: 1.4rem;
  position: relative;
  line-height: 2.071;
}
main.page-lp #section-10 .customer-list .customer-voice > li p:after {
  content: "";
  width: 0%;
  height: 0;
  border-style: solid;
  border-width: 0 2.5rem 2.5rem 2.5rem;
  border-color: transparent transparent #f2f6f9 transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
main.page-lp #section-10 .customer-list .customer-icon {
  position: absolute;
  /* left: 100%; */
  top: -10rem;
  right: 10%;
  width: 18rem;
}
@media screen and (max-width: 1200px) {
  main.page-lp #section-10 .customer-list .customer-icon {
    right: 5%;
  }
}
main.page-lp #section-11 {
  padding-top: 11rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1240px) {
  main.page-lp #section-11 .section-area-1-sp {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-lp #section-11 .section-title {
  margin-bottom: 5.5rem;
}
main.page-lp #section-11 .section-area-2 {
  margin: 0 auto;
}
main.page-lp #section-11 .qanda {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 18px;
  border: 4px solid #f2f6f9;
}
main.page-lp #section-11 .qanda > li {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  position: relative;
}
main.page-lp #section-11 .qanda > li.question {
  cursor: pointer;
}
main.page-lp #section-11 .qanda > li.question ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  background: #f2f6f9;
  width: 100%;
}
main.page-lp #section-11 .qanda > li.question ul li {
  display: table-cell;
  font-size: 2rem;
  margin: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:first-child {
  width: 7.75%;
  height: auto;
  padding: 0;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child {
  width: 92.25%;
  height: auto;
  text-align: left;
  padding: 0 2rem;
  vertical-align: middle;
  font-size: 2.4rem;
}
main.page-lp #section-11 .qanda > li.question ul li:last-child p {
  font-weight: bold;
}
main.page-lp #section-11 .qanda > li.question:after {
  content: "＋";
  position: absolute;
  right: 2.5%;
  top: 8px;
  bottom: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 3rem;
  color: #5ea1fd;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
main.page-lp #section-11 .qanda > li.question.is_open:after {
  content: "－";
}
main.page-lp #section-11 .qanda > li.answer {
  overflow: hidden;
  height: 0;
  transition-duration: 500ms;
  transition-property: height;
}
main.page-lp #section-11 .qanda > li.answer ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  width: 100%;
}
main.page-lp #section-11 .qanda > li.answer ul li {
  display: table-cell;
  font-size: 2rem;
  background: #fff;
  vertical-align: text-top;
  padding: 2rem 0.5rem 2rem 1.5rem;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child {
  width: 7.75%;
}
main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: top;
  font-weight: 900;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child {
  width: 92.25%;
  padding: 2rem 2rem 1.6rem 0.4rem;
  vertical-align: bottom;
}
main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
main.page-lp #section-11 .ps-support {
  font-size: 4.1rem;
  line-height: 1.51;
  text-align: center;
  margin-top: 8.5rem;
  font-weight: bold;
}
main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact {
  margin-bottom: 0;
}
main.page-lp #section-13 {
  padding: 0;
}
main.page-lp #section-13 footer {
  background: #000;
  text-align: center;
  color: #fff;
}
main.page-lp #section-13 footer .inner {
  padding: 1.2rem;
}
main.page-lp #section-13 footer .inner p {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 1040px) {
  main.page-lp {
    /*
        h2,h3,h4,p,span,li
        {
                font-weight: 900;
        }
    */
    /*
        .font-weight-bold{
                font-weight: 900;
        }
    */
  }
  main.page-lp .lp-section {
    overflow: visible;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-left {
    width: 48%;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right {
    width: 52%;
  }
  main.page-lp #section-6 ul.sub-parter-content {
    width: 85%;
    margin: 0 auto;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-icon {
    width: 30%;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-text {
    width: 70%;
  }
  main.page-lp #section-6 ul.sub-parter-content li.parter-text p {
    font-size: 3.65rem;
  }
}
@media screen and (max-width: 767px) {
  main.page-lp {
    padding: 15vw 0 0 0;
  }
  main.page-lp h2, main.page-lp h3, main.page-lp h4, main.page-lp p, main.page-lp span, main.page-lp li, main.page-lp a, main.page-lp p, main.page-lp small {
    font-weight: bold;
  }
  main.page-lp .sp_only {
    display: inherit !important;
  }
  main.page-lp .pc_only {
    display: none !important;
  }
  main.page-lp .lp-section .section-area-1-sp {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
  main.page-lp header .section-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-bottom: 2.4rem;
  }
  main.page-lp header .section-title:after {
    border-color: #0153cd;
    bottom: 0px;
    width: 6rem;
  }
  main.page-lp small {
    font-size: 8rem;
  }
  main.page-lp .mb-05rem {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  main.page-lp #section-1 {
    padding: 0 20px 0 20px;
    overflow-x: visible;
    background: url(../images/main-bg-sp.png) no-repeat 34vw bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  main.page-lp #section-1 .section-inner {
    padding: 10px 0 0 0;
  }
  main.page-lp #section-1 .main-title {
    font-size: 2.8rem;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 2rem;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    margin-left: 0rem;
    font-size: 2.6rem;
  }
  main.page-lp #section-1 .main-title-big {
    font-size: 4.6rem;
  }
  main.page-lp #section-1 .main-title-middle {
    font-size: 2.6rem;
  }
  main.page-lp #section-1 .main-subresult {
    margin-top: 0;
  }
  main.page-lp #section-1 .main-subresult ul {
    width: 100%;
    border-spacing: 5px;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    left: 0;
  }
  main.page-lp #section-1 .main-subresult ul li {
    padding: 1rem 0;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
    border: 1rem solid #2f2f2f;
  }
  main.page-lp #section-1 .main-note {
    font-size: 1rem;
    font-weight: bold;
  }
  main.page-lp #section-1 .header-left {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-left .main-note {
    width: 100%;
    top: 0;
    right: 2%;
  }
  main.page-lp #section-1 .header-right {
    display: block;
    width: 100%;
  }
  main.page-lp #section-1 .header-right .main_contact {
    top: 0 !important;
    margin-top: 1rem;
    padding-bottom: 12rem;
    left: 0;
  }
  main.page-lp #section-1 .header-right .main_contact a {
    left: 0;
    width: 95%;
    margin-bottom: 0.5rem;
    padding: 1.5rem 0 1.5rem 2rem;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  main.page-lp #section-1 .header-right .main_contact a:after {
    transform: scale(0.5);
    left: 8%;
    content: url(./../images/pseudo3.png);
  }
  main.page-lp #section-1 .header-right .main-right-subtitle {
    position: relative;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 20rem;
    left: -2rem;
    bottom: -7rem;
  }
  main.page-lp #section-1 .header-right .main-right-subtitle .main-hexagon img {
    bottom: 1rem;
    position: absolute;
    left: 0px;
    z-index: 2;
  }
  main.page-lp #section-2 {
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
  }
  main.page-lp #section-2 .problem-area {
    width: 100%;
    margin-top: 2rem;
  }
  main.page-lp #section-2 .problem-area ul {
    margin-bottom: 60px;
  }
  main.page-lp #section-2 .problem-area ul li {
    width: 100%;
    display: block;
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding: 1.8rem;
  }
  main.page-lp #section-2 .problem-area ul li img {
    margin: 0;
    padding: 0;
    height: 10rem;
    width: auto;
  }
  main.page-lp #section-2 .problem-area ul li p {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1.47;
  }
  main.page-lp #section-2 .problem-area ul li .problem-block-icon {
    padding-bottom: 0rem;
    margin: 2rem auto 0 auto;
    text-align: center;
    display: block;
  }
  main.page-lp #section-2 .problem-area ul:after {
    border-left: calc(50vw - 2rem) solid transparent;
    border-right: calc(50vw - 2rem) solid transparent;
    border-top: 5.6rem solid #e6e6e6;
  }
  main.page-lp #section-2 .problem-solve-title {
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
  main.page-lp #section-2 .problem-solve-title span {
    width: auto;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    background: linear-gradient(transparent 0%, #fff 100%);
  }
  main.page-lp #section-3 {
    background: url(../images/background-3-sp.png);
    background-size: cover;
    padding-bottom: 4rem;
    padding-top: 0;
  }
  main.page-lp #section-3 ul li {
    display: block;
  }
  main.page-lp #section-3 ul.s3-l1 {
    width: 100%;
  }
  main.page-lp #section-3 ul.s3-l1 > li {
    display: block;
  }
  main.page-lp #section-3 ul.s3-l1 > li .gitlab-nri-icon {
    width: 68%;
    padding-top: 0rem;
  }
  main.page-lp #section-3 ul.s3-l1 > li:first-child {
    padding-bottom: 2.5rem;
  }
  main.page-lp #section-3 ul.s3-l2 {
    width: 100%;
  }
  main.page-lp #section-3 ul.s3-l2 li {
    display: block;
    width: 100%;
    padding-top: 2.4rem;
  }
  main.page-lp #section-3 ul.s3-l2 li .gitlab-parter-icon {
    width: 54%;
    padding-top: 0rem;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    padding-top: 2rem;
    line-height: 1.4;
    font-weight: 900;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child h3 span {
    display: block;
    margin-top: 0.6rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child p {
    font-size: 1.6rem;
    line-height: 2;
  }
  main.page-lp #section-4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -7px;
  }
  main.page-lp #section-4 .section-title {
    line-height: 1.167;
  }
  main.page-lp #section-4 .section-4-text {
    padding: 0;
    padding-top: 0;
    font-size: 1.6rem;
    width: 100%;
    word-break: break-all;
    line-height: 2;
  }
  main.page-lp #section-4 .section-4-div {
    padding-top: 2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops {
    margin: 3rem auto 0rem auto;
    padding: 1.8rem;
    width: 100%;
  }
  main.page-lp #section-4 .sec-aslead-devops:before {
    transform: translateX(-73%) translateY(0%) rotate(135deg);
  }
  main.page-lp #section-4 .sec-aslead-devops:after {
    transform: translateX(73%) translateY(0%) rotate(135deg);
  }
  main.page-lp #section-4 .sec-aslead-devops p {
    position: relative;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
    font-size: 1.4rem;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
    font-size: 1.8rem;
    z-index: 2;
    padding-bottom: 0;
    line-height: 1.33;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 {
    background: url(../images/section-4-img-bg-sp.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 6rem;
    padding-bottom: 4rem;
    background-color: #f6f6f6;
    padding-top: 5rem;
    margin-bottom: 0;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-icon {
    width: 91%;
    top: -2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-title {
    width: 91%;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-group-img {
    width: 91%;
    margin: 2.5rem auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text {
    padding: 1.8rem;
    width: 89%;
    margin: 0 auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-2 .devops-title-text p {
    font-size: 1.6rem;
    color: #565656;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 {
    width: 100%;
    margin: 0 auto;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
    font-size: 2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
    font-size: 2.8rem;
    display: block;
    margin-top: 0.8rem;
    padding-top: 0rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table {
    margin: 0;
    margin-top: 4.5rem;
    width: 100%;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td {
    display: contents;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td img {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-top {
    font-size: 1.6rem;
    font-weight: 500;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text {
    margin-top: 2.2rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span {
    vertical-align: middle;
    display: inline-block;
    width: 18%;
    font-size: 1.6rem;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span:last-child {
    width: 80%;
    line-height: 1.6;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 table td.t-right p.right-text span.rec-blue {
    padding: 0.6rem 0.6rem;
    margin: 1.1frem 0;
    text-align: center;
  }
  main.page-lp .sec-contact-1 {
    background: url(../images/section-4-img-6.png) no-repeat;
    background-size: cover;
    margin-top: 0rem;
    padding-bottom: 2rem;
    padding-top: 9.5rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact {
    margin-top: 0rem;
    width: 90%;
    padding-top: 2.8rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .devops-ask-img {
    width: 66%;
    top: -12rem;
    max-width: 250px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    line-height: 1.5;
    width: 90%;
    padding-top: 0;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type {
    position: relative;
    padding-bottom: 0.8rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn {
    width: 94% !important;
    margin: 1.6rem auto;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li {
    margin: 0;
    margin-bottom: 1.3rem;
    display: block;
    width: 100%;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li a {
    text-align: center;
    border-radius: 5px;
    font-size: 1.6rem !important;
    padding: 1.65rem 3.5rem 1.65rem 3rem;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type ul.contact-btn li:after {
    transform: scale(0.3);
    left: 88%;
  }
  main.page-lp #section-4-2 {
    padding-top: 0rem;
    margin-top: 5.5rem;
  }
  main.page-lp #section-4-2 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 90%;
  }
  main.page-lp #section-5 {
    background: #f5f5f5;
    padding-top: 4rem;
    line-height: 2;
  }
  main.page-lp #section-5 header .section-title {
    margin-bottom: 0;
  }
  main.page-lp #section-5 header .section-title:after {
    border-color: #0153cd;
  }
  main.page-lp #section-5 header p {
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: left;
    padding-top: 2rem;
    font-weight: 500;
  }
  main.page-lp #section-5 .problem-list {
    width: 90%;
    margin-top: 2.8rem;
  }
  main.page-lp #section-5 .problem-list ul li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  main.page-lp #section-5 .problem-list ul li:nth-child(even) {
    margin-left: 0%;
    margin-right: 0%;
  }
  main.page-lp #section-5 .problem-list ul li:nth-child(odd) {
    margin-right: 0%;
    margin-left: 0%;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    font-size: 1.6rem;
    margin-top: 10rem;
    width: calc(100% - 4rem);
    margin: 2rem 2rem 0 2rem;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-text {
    font-size: 1.4rem;
    width: 88%;
    margin-top: 0;
    margin-bottom: 0;
  }
  main.page-lp #section-5 .problem-list ul li img {
    margin: 1.5rem auto;
    width: 41%;
  }
  main.page-lp #section-5 .problem-solve {
    background-position: 50% 54%;
    background-size: 90% auto;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 2.3rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  main.page-lp #section-5 .problem-solve .ps-support {
    font-size: 2.5rem;
    width: 90%;
    margin: 1rem auto 0 auto;
    font-weight: 900;
  }
  main.page-lp #section-5 .problem-solve .ps-support span {
    font-size: 2.8rem;
    font-weight: 900;
  }
  main.page-lp #section-5-2 {
    padding-top: 0rem;
    background: #f2f6f9;
  }
  main.page-lp #section-6 {
    padding-top: 3rem;
    padding-bottom: 0.1rem;
  }
  main.page-lp #section-6 header {
    padding: 4rem 0 0 0;
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
  main.page-lp #section-6 header .section-title {
    font-size: 2.4rem;
  }
  main.page-lp #section-6 .section-sub {
    font-size: 1.6rem;
    margin: 3rem 2rem 2rem 2rem;
  }
  main.page-lp #section-6 .section-text {
    font-size: 1.6rem;
    margin: 0 auto;
    padding-top: 0rem;
    line-height: 2;
  }
  main.page-lp #section-6 .section-area-1-sp {
    width: 100%;
    padding: 0;
    padding: 0 2rem 0 2rem;
    margin-bottom: 2.8rem;
  }
  main.page-lp #section-6 .reason-list {
    margin: 0;
    margin-bottom: 2rem;
  }
  main.page-lp #section-6 .reason-list.left-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-6 .reason-list.left-text li:first-child {
    width: 100%;
    padding: 1.2rem 1.6rem 1.6rem 1.6rem;
  }
  main.page-lp #section-6 .reason-list.left-text li:last-child {
    width: 100%;
  }
  main.page-lp #section-6 .reason-list.right-text {
    display: grid;
  }
  main.page-lp #section-6 .reason-list.right-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-6 .reason-list.right-text li:first-child {
    width: 100%;
    order: 2;
    display: block;
  }
  main.page-lp #section-6 .reason-list.right-text li:last-child {
    width: 100%;
    order: 1;
    display: block;
  }
  main.page-lp #section-6 .reason-list li.reason-text {
    padding: 2.1rem 1.6rem;
  }
  main.page-lp #section-6 .reason-list li.reason-text p {
    line-height: 2;
    font-size: 1.6rem;
  }
  main.page-lp #section-6 .reason-list li.reason-text p.reason-tag {
    line-height: 1.3;
    font-size: 2.4rem;
    padding-right: 0;
  }
  main.page-lp #section-6 .reason-list li.reason-text p.reason-tag span {
    font-size: 4rem;
    margin-left: 0;
  }
  main.page-lp #section-6 .reason-list li h3 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  main.page-lp #section-6 .sub-parter {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  main.page-lp #section-6 .sub-parter .sub-text {
    font-size: 3.2rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content {
    width: 100%;
    margin: 1.6rem auto 0 auto;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li {
    display: block;
    width: 100%;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-icon {
    width: 100%;
    text-align: center;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-icon img {
    width: 60.7%;
    text-align: center;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p {
    font-size: 2.4rem;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p .sub-parter-text-big {
    font-size: 2.7rem;
    padding-top: 1rem;
    display: block;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p.sub-parter-text-small {
    font-size: 1.4reml;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p.sub-parter-text-note {
    font-size: 1.4rem;
    line-height: 2;
  }
  main.page-lp #section-6 .sub-parter ul.sub-parter-content li.parter-text p .sub-parter-text-under {
    background: linear-gradient(transparent 60%, #dddaf2 0%);
  }
  main.page-lp #section-6 .ps-support {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }
  main.page-lp #section-7 {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  main.page-lp #section-7 .section-area-1-sp {
    padding-top: 4rem;
    width: 100%;
  }
  main.page-lp #section-7 header .section-title {
    font-size: 2.4rem;
  }
  main.page-lp #section-7 .section-area-2 {
    margin: 1rem auto 3rem auto;
    text-align: center;
  }
  main.page-lp #section-7 .section-area-2 > li {
    width: 50%;
    padding: 0.5rem;
  }
  main.page-lp #section-7 .section-area-2 > li:first-child {
    padding-left: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:nth-child(2) {
    padding: 0.5rem;
    padding-right: 0;
  }
  main.page-lp #section-7 .section-area-2 > li:last-child {
    padding: 0.5rem;
  }
  main.page-lp #section-7 .section-text {
    width: 100%;
    font-size: 2.4rem;
    margin: 0 auto;
    font-weight: 900;
  }
  main.page-lp #section-7 .section-text span {
    font-weight: 900;
  }
  main.page-lp #section-7 .sub-parter-text-note {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
  }
  main.page-lp #section-8 {
    padding-top: 0;
  }
  main.page-lp #section-8 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 90%;
  }
  main.page-lp #section-9 {
    padding-top: 5rem;
    padding-bottom: 2.2rem;
  }
  main.page-lp #section-9 header .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main.page-lp #section-9 .section-area-1-sp {
    width: 100%;
  }
  main.page-lp #section-9 .reason-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 0rem;
    margin-bottom: 1.8rem;
  }
  main.page-lp #section-9 .reason-list.left-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-9 .reason-list.left-text li:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  main.page-lp #section-9 .reason-list.left-text li:last-child {
    width: 100%;
    margin: 0rem 0;
  }
  main.page-lp #section-9 .reason-list.right-text {
    display: grid;
  }
  main.page-lp #section-9 .reason-list.right-text li {
    width: 100%;
    display: block;
  }
  main.page-lp #section-9 .reason-list.right-text li:first-child {
    width: 100%;
    order: 2;
    display: block;
    margin: 0rem 0;
  }
  main.page-lp #section-9 .reason-list.right-text li:last-child {
    width: 100%;
    order: 1;
    display: block;
    margin: 0rem 0;
    padding: 0;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag {
    border-radius: 7rem;
    width: 7rem;
    height: 7rem;
    font-size: 1.2rem;
    padding-top: 2rem;
    line-height: 0.9;
    margin-left: 0px;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag span {
    font-size: 2.9rem;
  }
  main.page-lp #section-9 .reason-list li.reason-text > .reason-tag:after {
    width: 1.6rem;
    left: 0;
    right: 0;
  }
  main.page-lp #section-9 .reason-list li.reason-text p {
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
    font-weight: 500;
  }
  main.page-lp #section-9 .reason-list li h3 {
    font-size: 1.8rem;
    margin: 1.2rem 0 1.5rem 0;
  }
  main.page-lp #section-9 .reason-list li .reason-text-text {
    padding: 0;
  }
  main.page-lp #section-10 {
    overflow-x: hidden;
    padding-bottom: 0;
    padding-top: 0;
  }
  main.page-lp #section-10 header p {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    line-height: 2;
  }
  main.page-lp #section-10 .customer-list {
    margin-top: 0rem;
    padding-top: 4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice {
    width: 100%;
    margin: 0rem auto;
    padding-bottom: 0.1rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 1rem 0;
    margin-bottom: 2.4rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li img {
    width: 35%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p {
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
    margin: 0% 5% 0.8rem 5%;
    font-weight: 500;
  }
  main.page-lp #section-10 .customer-list .customer-voice > li p:after {
    border-width: 0 2rem 2rem 2rem;
    top: -2rem;
  }
  main.page-lp #section-10 .customer-list .customer-icon {
    top: 0%;
    right: -2rem;
    width: 40%;
  }
  main.page-lp #section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }
  main.page-lp #section-11 header .section-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main.page-lp #section-11 header p {
    font-size: 6.6rem;
    padding-top: 12rem;
  }
  main.page-lp #section-11 .ps-support {
    font-size: 2.8rem;
    margin: 0rem auto;
    font-weight: 900;
  }
  main.page-lp #section-11 .question-section {
    margin: 1rem auto 4rem auto;
  }
  main.page-lp #section-11 .qanda > li.question ul li:first-child {
    width: 10.2%;
    padding: 1px 0 1px 1px;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child {
    width: 89.8%;
    padding-left: 1rem;
  }
  main.page-lp #section-11 .qanda > li.question ul li:last-child p {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 88%;
  }
  main.page-lp #section-11 .qanda > li.question:after {
    font-size: 2.4rem;
    right: 4.5%;
    bottom: auto;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child {
    width: 11%;
    padding-right: 0;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:first-child p {
    font-size: 2rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child {
    width: 89%;
    padding: 1.4rem 1.5rem 1rem 1rem;
  }
  main.page-lp #section-11 .qanda > li.answer ul li:last-child p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  main.page-lp #section-12 {
    padding-top: 6rem;
  }
  main.page-lp #section-12 .sec-contact-1 {
    padding-bottom: 2.4rem;
  }
  main.page-lp #section-12 .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li:after {
    content: url(./../images/pseudo3.png);
    transform: scale(0.5);
    left: 91%;
  }
  main.page-lp #section-13 {
    padding: 0;
    padding: 0;
    margin: 0;
    background: #000;
  }
  main.page-lp #section-13 footer {
    text-align: center;
  }
  main.page-lp #section-13 footer .inner p {
    color: #fff;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page-lp .lp-section header .header-left .main-note {
    font-size: 1.2rem;
  }
  main.page-lp .lp-section header .header-right .main_contact a {
    font-size: 25px !important;
    padding: 1.85rem 0 1.85rem 0 !important;
  }
  main.page-lp .section-title {
    font-size: 41px;
  }
  main.page-lp #section-1 .main-title {
    font-size: 3.4rem;
  }
  main.page-lp #section-1 .main-title small {
    font-size: 24px;
  }
  main.page-lp #section-1 .main-title small.small-2 {
    font-size: 3.2rem;
  }
  main.page-lp #section-1 .main-title .main-title-big {
    font-size: 57px;
  }
  main.page-lp #section-1 .main-title .main-title-middle {
    font-size: 32px;
  }
  main.page-lp #section-1 .main-title .main-subresult ul li {
    font-size: 20px;
  }
  main.page-lp #section-2 .problem-area ul li p {
    font-size: 20px;
  }
  main.page-lp #section-2 .problem-solve-title {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 41px;
  }
  main.page-lp #section-2 .problem-solve-title span {
    font-size: 40px;
  }
  main.page-lp #section-3 ul.s3-l2 li:last-child p {
    font-size: 1.6rem;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-1 {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops p.section-4-sub-2 {
    font-size: 40px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title {
    font-size: 28px;
  }
  main.page-lp #section-4 .sec-aslead-devops-3 .devops-title span {
    font-size: 40px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-title {
    font-size: 18px;
  }
  main.page-lp .sec-contact-1 .sec-aslead-devops-contact .sec-aslead-devops-contact-type .contact-btn li a {
    font-size: 25px !important;
  }
  main.page-lp #section-5 .problem-list ul li p.s5-title {
    font-size: 20px;
  }
  main.page-lp #section-5 .problem-solve .ps-title {
    font-size: 41px;
  }
  main.page-lp #section-5 .problem-solve .ps-text {
    font-size: 1.6rem;
  }
  main.page-lp #section-5 .problem-solve .ps-support {
    font-size: 41px;
  }
  main.page-lp #section-5 .problem-solve .ps-support span {
    font-size: 41px;
  }
  main.page-lp #section-6 .section-title {
    font-size: 43px;
  }
  main.page-lp #section-6 .section-sub {
    font-size: 28px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag {
    font-size: 24px;
  }
  main.page-lp #section-6 .reason-list li.reason-text .reason-tag span {
    font-size: 40px;
  }
  main.page-lp #section-6 .reason-list li h3 {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter .sub-text {
    font-size: 32px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text p {
    font-size: 24px;
  }
  main.page-lp #section-6 .sub-parter ul li.parter-text .sub-parter-text-big {
    font-size: 32px;
  }
  main.page-lp #section-6 .ps-support {
    font-size: 32px;
  }
  main.page-lp #section-7 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-7 .section-text {
    font-size: 32px;
  }
  main.page-lp #section-9 header .section-title {
    font-size: 43px;
  }
  main.page-lp #section-9 .reason-list li h3 {
    font-size: 24px;
  }
}

/* Kubernetes */
body.kubernetes .old-wrapper .mainImage {
  margin-top: 0;
}
body.kubernetes .old-wrapper .features {
  flex-wrap: nowrap;
}
body.kubernetes .old-wrapper .features li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  body.kubernetes .old-wrapper .features {
    flex-wrap: nowrap;
  }
  body.kubernetes .old-wrapper .features li {
    width: 100%;
  }
}

/* Miro */
body.miro .old-wrapper {
  /* スライドする要素 */
  /* スライドレールの枠 */
  /* content4つをまとめたスライドブロック */
}
body.miro .old-wrapper .terms-about,
body.miro .old-wrapper .terms-container ._inner {
  width: 1024px;
  margin: 0 auto;
}
body.miro .old-wrapper .terms-about {
  margin-bottom: 6rem;
  padding: 4rem 5rem;
  line-height: 2;
  background-color: #f2f2f2;
}
body.miro .old-wrapper .terms-about h2 {
  font-weight: bold;
}
body.miro .old-wrapper a {
  text-decoration: none;
}
body.miro .old-wrapper .plan-table-wrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
}
body.miro .old-wrapper .pc-only {
  display: block;
}
body.miro .old-wrapper .mobile-only {
  display: none;
}
body.miro .old-wrapper .plan-table th,
body.miro .old-wrapper .plan-table td {
  width: 20%;
  height: 6rem;
  /* 最小限の高さ（min-heightは効かない） */
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
body.miro .old-wrapper .plan-table thead ._plan-name th {
  padding-top: 2rem;
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: 0;
  text-align: center;
}
body.miro .old-wrapper .plan-table thead ._plan-description th {
  font-size: 1.6rem;
  color: #666;
  border-top: 0;
  text-align: center;
}
body.miro .old-wrapper .plan-table tbody tr > td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
}
body.miro .old-wrapper .plan-table tbody tr > td:nth-child(n+2) {
  text-align: center;
}
body.miro .old-wrapper .plan-table tbody ._category {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #eee !important;
}
body.miro .old-wrapper .plan-table tbody i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper .plan-table tbody .snowwhite {
  background-color: #f1f1f1;
}
body.miro .old-wrapper .plan-all-function .function-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.miro .old-wrapper .plan-all-function .function-list > li {
  width: 33%;
  padding: 2rem;
}
body.miro .old-wrapper .plan-all-function .function-list ._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.miro .old-wrapper .plan-all-function .title {
  font-size: 1.8rem;
  font-weight: bold;
}
body.miro .old-wrapper .right-alignment {
  padding: 20px;
}
body.miro .old-wrapper .labal-table {
  text-align: left;
  width: 50%;
  padding: 1rem;
  font-size: 1.6rem;
  background-color: #ffffff;
}
body.miro .old-wrapper .label {
  box-sizing: border-box;
  border-radius: 0.2em;
  padding: 0.12em 0.4em 0.14em;
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
  position: relative;
  top: -0.15em;
  background-color: #000000;
}
body.miro .old-wrapper .label.navigation {
  background-color: #ff7f7f;
}
body.miro .old-wrapper .label.collaboration {
  background-color: #ff7fdf;
}
body.miro .old-wrapper .label.idea {
  background-color: #7f7fff;
}
body.miro .old-wrapper .label.presentation {
  background-color: #7fdfff;
}
body.miro .old-wrapper .label.facilitation {
  background-color: #7fffff;
}
body.miro .old-wrapper .label.task {
  background-color: #bfff7f;
}
body.miro .old-wrapper .label.design {
  background-color: #ffff7f;
}
body.miro .old-wrapper .label.development {
  background-color: #ffbf7f;
}
body.miro .old-wrapper .plan-function-table th,
body.miro .old-wrapper .plan-function-table td {
  height: 5rem;
  /* 最小限の高さ */
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #ffffff;
}
body.miro .old-wrapper .plan-function-table .function-1 {
  font-size: 2rem;
  text-align: left;
  background-color: #f4f4f4;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1;
}
body.miro .old-wrapper .plan-function-table .function-2 {
  background-color: #f4f4f4;
  border-top: none;
  border-bottom: none;
  position: sticky;
  top: 5rem;
  z-index: 1;
}
body.miro .old-wrapper .plan-function-table .function-3 {
  background-color: #f4f4f4;
  border-top: none;
  border-bottom: none;
  position: sticky;
  top: 10rem;
  z-index: 1;
}
body.miro .old-wrapper .plan-function-table .function {
  width: 32%;
  text-align: left;
  border-bottom: none;
  z-index: 0;
}
body.miro .old-wrapper .plan-function-table .function .title {
  font-size: 2rem;
  font-weight: bold;
}
body.miro .old-wrapper .plan-function-table .plan-1 {
  font-size: 2rem;
  vertical-align: middle;
  background-color: #f4f4f4;
  position: sticky;
  top: 0;
}
body.miro .old-wrapper .plan-function-table .plan-2,
body.miro .old-wrapper .plan-function-table .plan-2_pc_only {
  font-size: 2rem;
  background-color: #f4f4f4;
  border-top: none;
  border-bottom: none;
  position: sticky;
  top: 5rem;
}
body.miro .old-wrapper .plan-function-table .plan-2.color-yellow,
body.miro .old-wrapper .plan-function-table .plan-2_pc_only.color-yellow {
  background-color: #fdcf01;
}
body.miro .old-wrapper .plan-function-table .plan-3,
body.miro .old-wrapper .plan-function-table .plan-3_pc_only {
  background-color: #f4f4f4;
  text-align: left;
  border-top: none;
  border-bottom: none;
  position: sticky;
  top: 10rem;
}
body.miro .old-wrapper .plan-function-table .plan-3.color-yellow,
body.miro .old-wrapper .plan-function-table .plan-3_pc_only.color-yellow {
  background-color: #fdcf01;
}
body.miro .old-wrapper .plan-function-table .plan,
body.miro .old-wrapper .plan-function-table .plan_pc_only {
  width: 8%;
  font-size: 1.6rem;
  vertical-align: middle;
}
body.miro .old-wrapper .plan-function-table .plan.color-yellow,
body.miro .old-wrapper .plan-function-table .plan_pc_only.color-yellow {
  background-color: #fdf4cc;
}
body.miro .old-wrapper .company-logo-table-wrapper {
  white-space: nowrap;
  cursor: pointer;
}
body.miro .old-wrapper .company-logo-table-wrapper tr {
  width: 100%;
}
body.miro .old-wrapper .company-logo-table-wrapper th {
  width: 25%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.miro .old-wrapper .company-logo-table-wrapper img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
body.miro .old-wrapper .company-logo-table-wrapper2 {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
body.miro .old-wrapper .company-logo-table-wrapper2 tr {
  width: 100%;
}
body.miro .old-wrapper .company-logo-table-wrapper2 th {
  width: 16%;
  height: 11rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.miro .old-wrapper .company-logo-table-wrapper2 img {
  height: auto;
  display: block;
  margin: auto;
}
body.miro .old-wrapper .community-logo-table-wrapper {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  vertical-align: middle;
}
body.miro .old-wrapper .community-logo-table th,
body.miro .old-wrapper .community-logo-table td {
  width: 20%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
}
body.miro .old-wrapper .column-list {
  display: flex;
  align-items: stretch;
}
body.miro .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.miro .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.miro .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.miro .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.miro .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.miro .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.miro .old-wrapper .column-list a._item ._thumb h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.miro .old-wrapper .column-list a._item ._thumb h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.miro .old-wrapper .column-list a._item ._thumb h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.miro .old-wrapper .column-list a._item ._thumb h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.miro .old-wrapper .column-list a._item ._thumb ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.miro .old-wrapper .column-list a._item ._thumb .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.miro .old-wrapper .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
body.miro .old-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}
body.miro .old-wrapper .miro-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.miro .old-wrapper .miro-iframe iframe {
  width: 100%;
  height: 100%;
}
body.miro .old-wrapper .miro-faq {
  font-size: 2rem;
  margin-bottom: 10px;
  margin: 10px 0 !important;
  padding: 30px !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.miro .old-wrapper .miro-faq summary {
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
body.miro .old-wrapper .miro-faq summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}
body.miro .old-wrapper .miro-faq p {
  font-size: 1.8rem;
  position: 100px 0;
}
body.miro .old-wrapper .miro-faq table th {
  border: 1px solid #000;
  background-color: #d9d9d9;
  text-align: center;
}
body.miro .old-wrapper .miro-faq table td {
  border: 1px solid #000;
  text-align: center;
}
body.miro .old-wrapper details summary::after {
  content: "＋";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align: center;
}
body.miro .old-wrapper details[open] summary::after {
  content: "－";
  margin-top: -0.1rem;
}
body.miro .old-wrapper .miro-features i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper .miro-features1 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper .miro-features2 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper .miro-features3 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper .miro-features5 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.miro .old-wrapper * {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
}
body.miro .old-wrapper body {
  padding: 30px 50px;
}
body.miro .old-wrapper .content {
  width: 200px;
  height: 200px;
}
body.miro .old-wrapper .wrap {
  overflow: hidden;
  display: flex;
  height: 110px;
}
body.miro .old-wrapper .wrap li {
  display: flex;
  align-items: center;
}
body.miro .old-wrapper .wrap img {
  height: auto;
  width: 90%;
}
body.miro .old-wrapper .slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  body.miro .old-wrapper .terms-about,
  body.miro .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.miro .old-wrapper {
    /*タブ切り替え全体のスタイル*/
    /*タブのスタイル*/
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
    /*全プランで利用可能な機能のリスト*/
    /*プラン比較表のmobile表示*/
  }
  body.miro .old-wrapper .terms-about,
  body.miro .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.miro .old-wrapper .h2_text {
    padding: 0 20px;
  }
  body.miro .old-wrapper .company-logo-table-wrapper2 {
    display: none;
  }
  body.miro .old-wrapper .company-logo-table-wrapper2 th {
    height: 4rem;
  }
  body.miro .old-wrapper .column-list {
    display: flex;
    overflow-x: scroll;
  }
  body.miro .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px;
  }
  body.miro .old-wrapper .column-list a._item {
    width: 300px;
  }
  body.miro .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.miro .old-wrapper .column-note {
    margin: 3rem 0;
    padding: 20px;
  }
  body.miro .old-wrapper .plan-table-wrapper {
    display: block;
  }
  body.miro .old-wrapper .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 350px;
    margin: 0 auto;
  }
  body.miro .old-wrapper .tab_item {
    width: 175px;
    height: 50px;
    border-bottom: 3px solid #009E8F;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #474747;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  body.miro .old-wrapper .tab_item:hover {
    opacity: 0.75;
  }
  body.miro .old-wrapper input[name=tab_item] {
    display: none;
  }
  body.miro .old-wrapper .tab_content {
    display: none;
    padding: 0 15px 0;
    clear: both;
    overflow: hidden;
  }
  body.miro .old-wrapper .tab_content h3 {
    margin: 30px 0 30px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  body.miro .old-wrapper .tab_content i.fas.fa-check {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 550;
    color: #378C69;
  }
  body.miro .old-wrapper #enterprise:checked ~ #enterprise_content,
  body.miro .old-wrapper #business:checked ~ #business_content {
    display: block;
  }
  body.miro .old-wrapper .tabs input:checked + .tab_item {
    background-color: #009E8F;
    color: #fff;
    width: 175px;
  }
  body.miro .old-wrapper .pc-only {
    display: none;
  }
  body.miro .old-wrapper .mobile-only {
    display: block;
  }
  body.miro .old-wrapper .labal-table {
    text-align: left;
    width: 100%;
    font-size: 1.5rem;
  }
  body.miro .old-wrapper .plan-all-function {
    overflow-y: scroll;
    height: 600px;
  }
  body.miro .old-wrapper .plan-all-function .function-list > li {
    width: 300%;
    padding: 2rem;
  }
  body.miro .old-wrapper .plan-function {
    overflow-x: scroll;
    height: 600px;
  }
  body.miro .old-wrapper .plan-function-table th,
  body.miro .old-wrapper .plan-function-table td {
    height: 3rem;
    /* 最小限の高さ */
    padding: 1rem;
    font-size: 1.2rem;
  }
  body.miro .old-wrapper .plan-function-table .function-1 {
    font-size: 1.2rem;
    top: 0;
  }
  body.miro .old-wrapper .plan-function-table .function-2 {
    top: 3rem;
  }
  body.miro .old-wrapper .plan-function-table .function-3 {
    top: 5em;
  }
  body.miro .old-wrapper .plan-function-table .function .title {
    font-size: 1.5rem;
  }
  body.miro .old-wrapper .plan-function-table .plan-1 {
    font-size: 1.2rem;
    top: 0;
  }
  body.miro .old-wrapper .plan-function-table .plan-2 {
    font-size: 1.2rem;
    top: 3rem;
  }
  body.miro .old-wrapper .plan-function-table .plan-2_pc_only {
    display: none;
  }
  body.miro .old-wrapper .plan-function-table .plan-3 {
    top: 6rem;
  }
  body.miro .old-wrapper .plan-function-table .plan-3_pc_only {
    display: none;
  }
  body.miro .old-wrapper .plan-function-table .plan {
    font-size: 1.2rem;
  }
  body.miro .old-wrapper .plan-function-table .plan_pc_only {
    display: none;
  }
}

/* josys */
body.josys .old-wrapper {
  /* スライドする要素 */
  /* スライドレールの枠 */
  /* content4つをまとめたスライドブロック */
}
body.josys .old-wrapper .terms-about,
body.josys .old-wrapper .terms-container ._inner {
  width: 1024px;
  margin: 0 auto;
}
body.josys .old-wrapper .terms-about {
  margin-bottom: 6rem;
  padding: 4rem 5rem;
  line-height: 2;
  background-color: #f2f2f2;
}
body.josys .old-wrapper .terms-about h2 {
  font-weight: bold;
}
body.josys .old-wrapper a {
  text-decoration: none;
}
body.josys .old-wrapper .plan-table-wrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
}
body.josys .old-wrapper .pc-only {
  display: block;
}
body.josys .old-wrapper .mobile-only {
  display: none;
}
body.josys .old-wrapper .plan-table th,
body.josys .old-wrapper .plan-table td {
  width: 20%;
  height: 6rem;
  /* 最小限の高さ（min-heightは効かない） */
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
body.josys .old-wrapper .plan-table thead ._plan-name th {
  padding-top: 2rem;
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: 0;
  text-align: center;
}
body.josys .old-wrapper .plan-table thead ._plan-description th {
  font-size: 1.6rem;
  color: #666;
  border-top: 0;
  text-align: center;
}
body.josys .old-wrapper .plan-table tbody tr > td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
}
body.josys .old-wrapper .plan-table tbody tr > td:nth-child(n+2) {
  text-align: center;
}
body.josys .old-wrapper .plan-table tbody ._category {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #eee !important;
}
body.josys .old-wrapper .plan-table tbody i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.josys .old-wrapper .plan-table tbody .snowwhite {
  background-color: #f1f1f1;
}
body.josys .old-wrapper .company-logo-table-wrapper {
  white-space: nowrap;
  cursor: pointer;
}
body.josys .old-wrapper .company-logo-table-wrapper tr {
  width: 100%;
}
body.josys .old-wrapper .company-logo-table-wrapper th {
  width: 25%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.josys .old-wrapper .company-logo-table-wrapper img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
body.josys .old-wrapper .company-logo-table-wrapper2 {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
body.josys .old-wrapper .company-logo-table-wrapper2 tr {
  width: 100%;
}
body.josys .old-wrapper .company-logo-table-wrapper2 th {
  width: 16%;
  height: 11rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.josys .old-wrapper .company-logo-table-wrapper2 img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
body.josys .old-wrapper .community-logo-table-wrapper {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  vertical-align: middle;
}
body.josys .old-wrapper .community-logo-table th,
body.josys .old-wrapper .community-logo-table td {
  width: 20%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
}
body.josys .old-wrapper .column-list {
  display: flex;
  align-items: stretch;
}
body.josys .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.josys .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.josys .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.josys .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.josys .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.josys .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.josys .old-wrapper .column-list a._item ._thumb h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.josys .old-wrapper .column-list a._item ._thumb h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.josys .old-wrapper .column-list a._item ._thumb h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.josys .old-wrapper .column-list a._item ._thumb h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.josys .old-wrapper .column-list a._item ._thumb ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.josys .old-wrapper .column-list a._item ._thumb .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.josys .old-wrapper .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
body.josys .old-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}
body.josys .old-wrapper .josys-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.josys .old-wrapper .josys-iframe iframe {
  width: 100%;
  height: 100%;
}
body.josys .old-wrapper .josys-faq {
  font-size: 2rem;
  margin-bottom: 10px;
  margin: 10px 0 !important;
  padding: 30px !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.josys .old-wrapper .josys-faq summary {
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
body.josys .old-wrapper .josys-faq summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}
body.josys .old-wrapper .josys-faq p {
  font-size: 1.8rem;
  position: 100px 0;
}
body.josys .old-wrapper details summary::after {
  content: "＋";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align: center;
}
body.josys .old-wrapper details[open] summary::after {
  content: "－";
  margin-top: -0.1rem;
}
body.josys .old-wrapper .josys-features i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.josys .old-wrapper .josys-features2 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.josys .old-wrapper .josys-features3 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.josys .old-wrapper * {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
}
body.josys .old-wrapper body {
  padding: 30px 50px;
}
body.josys .old-wrapper .content {
  width: 200px;
  height: 200px;
}
body.josys .old-wrapper .wrap {
  overflow: hidden;
  display: flex;
  height: 110px;
}
body.josys .old-wrapper .wrap li {
  display: flex;
  align-items: center;
}
body.josys .old-wrapper .wrap img {
  height: auto;
  width: 90%;
}
body.josys .old-wrapper .slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  body.josys .old-wrapper .terms-about,
  body.josys .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.josys .old-wrapper .terms-about,
  body.josys .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.josys .old-wrapper .h2_text {
    padding: 0 20px;
  }
  body.josys .old-wrapper .company-logo-table-wrapper2 {
    display: none;
  }
  body.josys .old-wrapper .company-logo-table-wrapper2 th {
    height: 4rem;
  }
  body.josys .old-wrapper .column-list {
    display: flex;
    overflow-x: scroll;
  }
  body.josys .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px;
  }
  body.josys .old-wrapper .column-list a._item {
    width: 300px;
  }
  body.josys .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.josys .old-wrapper .column-note {
    margin: 3rem 0;
    padding: 20px;
  }
  body.josys .old-wrapper .plan-table-wrapper {
    display: block;
  }
  body.josys .old-wrapper .pc-only {
    display: none;
  }
  body.josys .old-wrapper .mobile-only {
    display: block;
  }
}

/* linka */
body.linka .old-wrapper {
  /* スライドする要素 */
  /* スライドレールの枠 */
  /* content4つをまとめたスライドブロック */
}
body.linka .old-wrapper .terms-about,
body.linka .old-wrapper .terms-container ._inner {
  width: 1024px;
  margin: 0 auto;
}
body.linka .old-wrapper .terms-about {
  margin-bottom: 6rem;
  padding: 4rem 5rem;
  line-height: 2;
  background-color: #f2f2f2;
}
body.linka .old-wrapper .terms-about h2 {
  font-weight: bold;
}
body.linka .old-wrapper a {
  text-decoration: none;
}
body.linka .old-wrapper .plan-table-wrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
}
body.linka .old-wrapper .pc-only {
  display: block;
}
body.linka .old-wrapper .mobile-only {
  display: none;
}
body.linka .old-wrapper .plan-table th,
body.linka .old-wrapper .plan-table td {
  width: 20%;
  height: 6rem;
  /* 最小限の高さ（min-heightは効かない） */
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
body.linka .old-wrapper .plan-table thead ._plan-name th {
  padding-top: 2rem;
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: 0;
  text-align: center;
}
body.linka .old-wrapper .plan-table thead ._plan-description th {
  font-size: 1.6rem;
  color: #666;
  border-top: 0;
  text-align: center;
}
body.linka .old-wrapper .plan-table tbody tr > td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
}
body.linka .old-wrapper .plan-table tbody tr > td:nth-child(n+2) {
  text-align: center;
}
body.linka .old-wrapper .plan-table tbody ._category {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #eee !important;
}
body.linka .old-wrapper .plan-table tbody i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.linka .old-wrapper .plan-table tbody .snowwhite {
  background-color: #f1f1f1;
}
body.linka .old-wrapper .company-logo-table-wrapper {
  white-space: nowrap;
  cursor: pointer;
}
body.linka .old-wrapper .company-logo-table-wrapper tr {
  width: 100%;
}
body.linka .old-wrapper .company-logo-table-wrapper th {
  width: 25%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.linka .old-wrapper .company-logo-table-wrapper img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
body.linka .old-wrapper .company-logo-table-wrapper2 {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
body.linka .old-wrapper .company-logo-table-wrapper2 tr {
  width: 100%;
}
body.linka .old-wrapper .company-logo-table-wrapper2 th {
  width: 16%;
  height: 11rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.linka .old-wrapper .company-logo-table-wrapper2 img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
body.linka .old-wrapper .community-logo-table-wrapper {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  vertical-align: middle;
}
body.linka .old-wrapper .community-logo-table th,
body.linka .old-wrapper .community-logo-table td {
  width: 20%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
}
body.linka .old-wrapper .column-list {
  display: flex;
  align-items: stretch;
}
body.linka .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.linka .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.linka .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.linka .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.linka .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.linka .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.linka .old-wrapper .column-list a._item ._thumb h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.linka .old-wrapper .column-list a._item ._thumb h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.linka .old-wrapper .column-list a._item ._thumb h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.linka .old-wrapper .column-list a._item ._thumb h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.linka .old-wrapper .column-list a._item ._thumb ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.linka .old-wrapper .column-list a._item ._thumb .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.linka .old-wrapper .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
body.linka .old-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}
body.linka .old-wrapper .linka-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.linka .old-wrapper .linka-iframe iframe {
  width: 100%;
  height: 100%;
}
body.linka .old-wrapper .linka-faq {
  font-size: 2rem;
  margin-bottom: 10px;
  margin: 10px 0 !important;
  padding: 30px !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
body.linka .old-wrapper .linka-faq summary {
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
body.linka .old-wrapper .linka-faq summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}
body.linka .old-wrapper .linka-faq p {
  font-size: 1.8rem;
  position: 100px 0;
}
body.linka .old-wrapper details summary::after {
  content: "＋";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align: center;
}
body.linka .old-wrapper details[open] summary::after {
  content: "－";
  margin-top: -0.1rem;
}
body.linka .old-wrapper .linka-features i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.linka .old-wrapper .linka-features2 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.linka .old-wrapper .linka-features3 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378C69;
}
body.linka .old-wrapper * {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
}
body.linka .old-wrapper body {
  padding: 30px 50px;
}
body.linka .old-wrapper .content {
  width: 200px;
  height: 200px;
}
body.linka .old-wrapper .wrap {
  overflow: hidden;
  display: flex;
  height: 110px;
}
body.linka .old-wrapper .wrap li {
  display: flex;
  align-items: center;
}
body.linka .old-wrapper .wrap img {
  height: auto;
  width: 90%;
}
body.linka .old-wrapper .slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  body.linka .old-wrapper .terms-about,
  body.linka .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.linka .old-wrapper .terms-about,
  body.linka .old-wrapper .terms-container ._inner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.linka .old-wrapper .h2_text {
    padding: 0 20px;
  }
  body.linka .old-wrapper .company-logo-table-wrapper2 {
    display: none;
  }
  body.linka .old-wrapper .company-logo-table-wrapper2 th {
    height: 4rem;
  }
  body.linka .old-wrapper .column-list {
    display: flex;
    overflow-x: scroll;
  }
  body.linka .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px;
  }
  body.linka .old-wrapper .column-list a._item {
    width: 300px;
  }
  body.linka .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.linka .old-wrapper .column-note {
    margin: 3rem 0;
    padding: 20px;
  }
  body.linka .old-wrapper .plan-table-wrapper {
    display: none;
  }
  body.linka .old-wrapper .pc-only {
    display: none;
  }
  body.linka .old-wrapper .mobile-only {
    display: block;
  }
}

/* Atgo */
body.atgo .old-wrapper .mainImage {
  margin-top: 0;
}
body.atgo .old-wrapper a {
  text-decoration: none;
}
body.atgo .old-wrapper .plan-table-wrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
}
body.atgo .old-wrapper .mobile-only {
  display: none;
}
body.atgo .old-wrapper .plan-table th,
body.atgo .old-wrapper .plan-table td {
  width: 20%;
  height: 6rem;
  /* 最小限の高さ（min-heightは効かない） */
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
body.atgo .old-wrapper .plan-table thead ._plan-name th {
  padding-top: 2rem;
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: 0;
  text-align: center;
}
body.atgo .old-wrapper .plan-table thead ._plan-description th {
  font-size: 1.6rem;
  color: #666;
  border-top: 0;
  text-align: center;
}
body.atgo .old-wrapper .plan-table tbody tr > td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
}
body.atgo .old-wrapper .plan-table tbody tr > td:nth-child(n+2) {
  text-align: center;
}
body.atgo .old-wrapper .plan-table tbody ._category {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #eee !important;
}
body.atgo .old-wrapper .plan-table tbody i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378c69;
}
body.atgo .old-wrapper .plan-table tbody .snowwhite {
  background-color: #f1f1f1;
}
body.atgo .old-wrapper .company-logo-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
body.atgo .old-wrapper .company-logo-table th,
body.atgo .old-wrapper .company-logo-table td {
  width: 20%;
  height: 15rem;
  /* 最小限の高さ（min-heightは効かない） */
  vertical-align: middle;
}
body.atgo .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.atgo .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.atgo .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.atgo .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.atgo .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.atgo .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.atgo .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.atgo .old-wrapper .column-list a._item ._thumb h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.atgo .old-wrapper .column-list a._item ._thumb h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.atgo .old-wrapper .column-list a._item ._thumb h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.atgo .old-wrapper .column-list a._item ._thumb h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.atgo .old-wrapper .column-list a._item ._thumb ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.atgo .old-wrapper .column-list a._item ._thumb .btn {
  width: 15rem;
  margin: auto auto 0;
}
body.atgo .old-wrapper .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
body.atgo .old-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}
body.atgo .old-wrapper .miro-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.atgo .old-wrapper .miro-iframe iframe {
  width: 100%;
  height: 100%;
}
body.atgo .old-wrapper .features i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378c69;
}
body.atgo .old-wrapper .features2 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378c69;
}
body.atgo .old-wrapper .features3 i.fas.fa-check {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 600;
  color: #378c69;
}
@media screen and (max-width: 767px) {
  body.atgo .old-wrapper .h2_text {
    padding: 0 20px;
  }
  body.atgo .old-wrapper .column-list {
    display: block;
  }
  body.atgo .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.atgo .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
  body.atgo .old-wrapper .column-note {
    margin: 3rem 0;
    padding: 20px;
  }
  body.atgo .old-wrapper .plan-table-wrapper {
    display: none;
  }
  body.atgo .old-wrapper .mobile-only {
    display: block;
  }
  body.atgo .old-wrapper .product-cta-title {
    padding: 0 10px;
  }
}
body.atgo .old-wrapper .mainImage {
  margin-bottom: 20px;
}
body.atgo .old-wrapper .product-tagline {
  font-weight: bold;
}
/* --------------------------------------------------------------------------------
   プロダクトページ - ギャラリー一覧 / body.products_detail .top-gallery-list
   -------------------------------------------------------------------------------- */
body.products_detail .top-gallery-list {
  display: flex;
}
body.products_detail .top-gallery-list ._item-wrapper {
  position: relative;
  width: 52rem;
  height: 29.2rem;
  margin: 0 0.5rem;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.products_detail .top-gallery-list ._item-wrapper::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 8.8rem;
  height: 3.4rem;
  opacity: 0.7;
  background: url(/images/common/logo-aslead-white.svg) no-repeat center;
  background-size: 100%;
}
body.products_detail .top-gallery-list ._item-wrapper > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.777;
  text-align: left;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  border: 0;
  outline: 0;
  border-radius: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-1 {
  background-image: url(/images/top/gallery-thumb-1.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-2 {
  background-image: url(/images/top/gallery-thumb-2.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-3 {
  background-image: url(/images/top/gallery-thumb-3.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-4 {
  background-image: url(/images/top/gallery-thumb-4.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-5 {
  background-image: url(/images/top/gallery-thumb-5.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-6 {
  background-image: url(/images/top/gallery-thumb-6.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-7 {
  background-image: url(/images/top/gallery-thumb-7.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-8 {
  background-image: url(/images/top/gallery-thumb-8.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a._item-9 {
  background-image: url(/images/top/gallery-thumb-9.png);
}
body.products_detail .top-gallery-list ._item-wrapper > a::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 70%);
}
body.products_detail .top-gallery-list ._item-wrapper > a ._play {
  content: "";
  z-index: 1;
  position: absolute;
  left: 3rem;
  top: 3rem;
  width: 4.8rem;
  height: 4.8rem;
  background: url(/images/common/icon-play.svg) no-repeat center;
  background-size: contain;
  transform-origin: 50% 50%;
}
body.products_detail .top-gallery-list ._item-wrapper > a ._num,
body.products_detail .top-gallery-list ._item-wrapper > a ._title,
body.products_detail .top-gallery-list ._item-wrapper > a small {
  z-index: 1;
  position: relative;
  display: block;
  color: white;
  font-size: 15px;
}
body.products_detail .top-gallery-list ._item-wrapper > a ._title {
  margin: 0.5rem 0;
  font-size: 20px;
  line-height: 1.4;
}
body.products_detail .top-gallery-list ._item-wrapper > a:hover {
  transform: scale(1.05);
}
body.products_detail .top-gallery-list ._item-wrapper > a:hover::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.8) 70%);
}
body.products_detail .top-gallery-list ._item-wrapper > a:hover ._play {
  animation: anim-scale 0.5s ease-out;
}

@media screen and (max-width: 767px) {
  body.products_detail .top-gallery-list {
    display: block;
    margin: 0;
    padding: 0;
  }
  body.products_detail .top-gallery-list ._item-wrapper {
    width: 100%;
    min-height: 40vw;
    margin: 5vw 0;
  }
  body.products_detail .top-gallery-list ._item-wrapper::after {
    display: none;
  }
  body.products_detail .top-gallery-list ._item-wrapper > a {
    padding: 5vw;
    font-size: 3vw;
    border-radius: 1vw;
    box-shadow: 0 1.25vw 1.25vw rgba(0, 0, 0, 0.15);
  }
  body.products_detail .top-gallery-list ._item-wrapper > a ._play {
    left: auto;
    right: 5vw;
    top: 5vw;
    width: 10vw;
    height: 10vw;
  }
  body.products_detail .top-gallery-list ._item-wrapper > a ._num {
    display: none;
  }
  body.products_detail .top-gallery-list ._item-wrapper > a ._title {
    margin: 1vw 0;
    font-size: 4vw;
  }
  body.products_detail .top-gallery-list ._item-wrapper > a small {
    font-size: 3vw;
  }
  body.products_detail .top-gallery-list ._item-wrapper > a small br {
    display: none;
  }
}
@keyframes anim-scale {
  0% {
    transform: scale(0.4, 0.4);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Terraform */
body.terraform .old-wrapper .mainImage {
  margin-top: 0 !important;
}
body.terraform .old-wrapper .thirdTitle {
  font-size: 2rem;
  margin: 4rem 0 2rem 0;
  font-weight: 700;
}
body.terraform .old-wrapper .thirdTitle_second {
  margin: 6rem 0 0 0 !important;
}
body.terraform .old-wrapper .terraform-container-usecase {
  margin-top: 1rem;
  padding: 0px !important;
}
body.terraform .old-wrapper .terraform-container-usecase .usecase li {
  margin-bottom: 0 !important;
}

/* Vault */
body.vault .old-wrapper .mainImage {
  margin-top: 0 !important;
}
body.vault .old-wrapper .thirdTitle {
  font-size: 2rem;
  margin: 4rem 0 2rem 0;
  font-weight: 700;
}
body.vault .old-wrapper .thirdTitle_second {
  margin: 6rem 0 0 0 !important;
}
body.vault .old-wrapper .wedo-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
body.vault .old-wrapper .wedo-list li:last-child {
  margin-bottom: 0;
}
body.vault .old-wrapper .wedo-list li ._text {
  width: 48%;
}
body.vault .old-wrapper .wedo-list li ._text ._num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  border-radius: 100%;
  background-color: #000;
}
body.vault .old-wrapper .wedo-list li ._text h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
body.vault .old-wrapper .wedo-list li ._img {
  width: 48%;
}
body.vault .old-wrapper .wedo-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
body.vault .old-wrapper .terraform-container-usecase {
  margin-top: 1rem;
  padding: 0px !important;
}
body.vault .old-wrapper .terraform-container-usecase .usecase li {
  margin-bottom: 0 !important;
}
body.vault .old-wrapper .vault-container-case-box {
  display: flex;
  gap: 2rem;
}
body.vault .old-wrapper .vault-container-case-box .case-box {
  position: relative;
  flex: 1;
  padding: 76px 30px 30px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
body.vault .old-wrapper .vault-container-case-box .case-box h4 {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100px;
  height: 40px;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
body.vault .old-wrapper .vault-container-case-box .case-box h5 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
body.vault .old-wrapper .vault-container-case-box .case-box img {
  display: block;
  margin: 0 auto;
}
body.vault .old-wrapper .vault-container-case-box .case-box p {
  margin-top: 1.6rem;
  margin-bottom: 3.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
body.vault .old-wrapper .vault-container-case-box .case-box ._kinou-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
body.vault .old-wrapper .vault-container-case-box .case-box ._kinou-list li {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}
body.vault .old-wrapper .vault-container-case-box .case-box ._kinou-list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
}
body.vault .old-wrapper .vault-container-case-box .case-box ._kinou-list li ._icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
body.vault .old-wrapper .vault-container-case-box .case-box ._kinou-list li._off {
  opacity: 0.5;
  border-color: #999;
}

body.products_detail .old-wrapper .left_and_right li .bold-p {
  font-weight: bold;
}

/* Mendix */
body.mendix .old-wrapper .mainImage {
  margin-top: 0;
}
body.mendix .old-wrapper .product-tagline {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}
body.mendix .old-wrapper .product-tagline3 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
body.mendix .old-wrapper .btn.blue {
  background-color: #146FF4;
  border: #146FF4;
  font-size: 1.8rem;
  line-height: 4.4rem;
}
body.mendix .old-wrapper .local-nav {
  margin-top: 98px !important;
}
body.mendix .old-wrapper .license-list {
  height: 386px;
}
body.mendix .old-wrapper .license-list > li h3 {
  margin-top: 64px;
  margin-bottom: 40px !important;
  text-align: center;
}
body.mendix .old-wrapper .image-container {
  margin-top: 40px;
  display: flex !important;
}
body.mendix .old-wrapper .technical-personnel {
  margin-left: 22px;
  margin-right: 22px;
}
body.mendix .old-wrapper .h2_title {
  font-size: 2rem;
  font-weight: bold;
}
body.mendix .old-wrapper .h2_title_center {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  align-self: center;
  margin: 0;
  width: 100%;
  height: 40px;
}
body.mendix .old-wrapper .h2_text_left {
  text-align: 0;
  margin-bottom: 40px;
}
body.mendix .old-wrapper .h2_title_left {
  margin-top: 64px;
  font-weight: bold;
}
body.mendix .old-wrapper .mendix-container-case-box {
  display: flex !important;
}
body.mendix .old-wrapper .mendix-container-case-box .case-box {
  width: 510px;
  margin-left: 0;
  margin-right: 20px;
}
body.mendix .old-wrapper .mendix-container-case-box .case-box .license-list {
  height: 264px;
  border: 0px !important;
}
body.mendix .old-wrapper .mendix-container-case-box .case-box .license-list .correct-list {
  padding: 0 !important;
  border: 0 !important;
}
body.mendix .old-wrapper .mendix-container-case-box .case-box .license-list ._check-list {
  width: 450px;
}
body.mendix .old-wrapper .h4-after {
  width: 99px;
  height: 40px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #2F80ED !important;
}
body.mendix .old-wrapper .span {
  margin-top: 66px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
}
body.mendix .old-wrapper .h4-after {
  align-self: center;
}
body.mendix .old-wrapper p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
body.mendix .old-wrapper .column-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.mendix .old-wrapper .column-list > li {
  width: 33.333%;
  padding: 2rem;
}
body.mendix .old-wrapper .column-list a._item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.mendix .old-wrapper .column-list a._item._new::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: url(/images/common/icon-new.svg) no-repeat 0 0;
  background-size: contain;
}
body.mendix .old-wrapper .column-list a._item ._thumb {
  min-height: 0%;
}
body.mendix .old-wrapper .column-list a._item ._thumb img {
  width: 100%;
  height: 16.3rem;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  body.mendix .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}
body.mendix .old-wrapper .column-list a._item h2 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.mendix .old-wrapper .column-list a._item h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.mendix .old-wrapper .column-list a._item h3 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
body.mendix .old-wrapper .column-list a._item h3 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}
body.mendix .old-wrapper .column-list a._item ._date {
  margin: 1.5rem 0 0.7rem;
  font-size: 1.6rem;
  color: #999;
}
body.mendix .old-wrapper .column-list a._item .btn {
  width: 15rem;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  body.mendix .old-wrapper .sp-hide {
    display: none !important;
  }
  body.mendix .old-wrapper .license-list {
    height: 100%;
  }
  body.mendix .old-wrapper .image-container {
    display: block !important;
  }
  body.mendix .old-wrapper .image-container img {
    width: 100%;
    height: auto;
  }
  body.mendix .old-wrapper .technical-personnel {
    margin: auto 0;
  }
  body.mendix .old-wrapper .mendix-container-case-box {
    display: block !important;
  }
  body.mendix .old-wrapper .mendix-container-case-box .case-box {
    width: 100%;
  }
  body.mendix .old-wrapper .column-list {
    display: block;
  }
  body.mendix .old-wrapper .column-list > li {
    width: 100%;
    padding: 10px 0;
  }
  body.mendix .old-wrapper .column-list a._item ._thumb img {
    height: auto;
  }
}

/* asana */
body.asana .old-wrapper .image-container {
  margin-top: 40px;
  display: flex;
  text-align: center;
}
body.asana .old-wrapper .problem-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: auto;
}
body.asana .old-wrapper .problem-block {
  width: 49%;
  background: #fff;
  border-radius: 0.4rem;
  margin: 0 0 2%;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}
body.asana .old-wrapper .problem-block:nth-child(2n) {
  width: 49%;
  margin: 0 0 2% 2%;
}
body.asana .old-wrapper .problem-block img {
  width: 100%;
  height: 60%;
}
body.asana .old-wrapper .problem-block-left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
body.asana .old-wrapper .problem-block-right {
  width: 60%;
  box-sizing: border-box;
  padding: 0 0 0 5%;
}
body.asana .old-wrapper .problem-block-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
body.asana .old-wrapper .problem-block-text {
  line-height: 1.8;
  text-align: center;
}
body.asana .old-wrapper .ai-table th, body.asana .old-wrapper .ai-table td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: middle;
  font-size: 1.7rem;
}
body.asana .old-wrapper .ai-table .name-w {
  background: #fff;
  width: 20%;
}
body.asana .old-wrapper .ai-table .name-g {
  background: #f5f5f5;
  width: 20%;
}
body.asana .old-wrapper .ai-table .explanation-w {
  background: #fff;
  width: 80%;
}
body.asana .old-wrapper .ai-table .explanation-g {
  background: #f5f5f5;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .image-container {
    display: block !important;
  }
  .image-container img {
    width: 100%;
    height: auto;
  }
  .problem-block {
    width: 100%;
    margin: 0 0 10px;
    padding: 5vw;
  }
  .problem-block:nth-child(2n) {
    width: 100%;
    margin: 0 0 10px;
  }
  .problem-block-title {
    font-size: 4.5vw;
  }
  .problem-area {
    display: block !important;
  }
  .problem-block {
    width: 100% !important;
    display: block !important;
  }
  .problem-block-left {
    width: 100% !important;
  }
  .problem-block-right {
    width: 100% !important;
  }
  .problem-block img {
    height: 50% !important;
  }
  .ai-table th, .ai-table td {
    padding: 7px !important;
    font-size: 1.2rem !important;
  }
  .ai-table .name-w {
    width: 25% !important;
  }
  .ai-table .name-g {
    width: 25% !important;
  }
  .ai-table .explanation-w {
    width: 75% !important;
  }
  .ai-table .explanation-g {
    width: 75% !important;
  }
}
/* asana */
body.trello .old-wrapper .tab-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
}
body.trello .old-wrapper .tab-4 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: 0.7em 1em;
  background-color: #f2f2f2;
  color: #999;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
body.trello .old-wrapper .tab-4 > label:hover,
body.trello .old-wrapper .tab-4 label:has(:checked) {
  background-color: #2589d0;
  color: #fff;
}
body.trello .old-wrapper .tab-4 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #2589d0;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
body.trello .old-wrapper .tab-4 input {
  display: none;
}
body.trello .old-wrapper .tab-4 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}
body.trello .old-wrapper .tab-4 label:has(:checked) + div {
  display: block;
}

/*# sourceMappingURL=products.css.map */
