@charset "UTF-8";
li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  br.no-sp {
    display: none;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-contents {
  font-size: 16px;
  color: #434343;
  font-weight: 500;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    margin-top: 130px;
    font-size: 12px;
  }
}

.kompira_content,
.kompira_content_s {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kompira_content,
  .kompira_content_s {
    padding: 10px;
  }
}

.kompira_content_s {
  max-width: 980px;
  padding: 0 15px;
}

.space {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .space {
    margin-bottom: 80px;
  }
}

.kompira_body .service_table {
  width: 100%;
  border-spacing: 0px;
}
.kompira_body .service_table th {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
}
.kompira_body .service_table th:nth-child(n+2) {
  border: 1px solid #2199F1;
  border-radius: 9px 9px 0 0;
  background-color: #f4fbff;
}
.kompira_body .service_table tbody tr:last-child td:nth-child(n+2) {
  border-bottom: 1px solid #2199F1;
}
.kompira_body .service_table tbody tr:last-child td:nth-child(n+2)::before {
  content: none;
}
.kompira_body .service_table tbody td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 8px 20px;
}
.kompira_body .service_table tbody td h5 {
  font-weight: 700;
  font-size: 1.8125em;
  color: #419391;
}
.kompira_body .service_table tbody td a {
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-size: 1.8125em;
  color: #419391;
  transition: 0.1s ease;
}
.kompira_body .service_table tbody td a:hover {
  opacity: 0.7;
}
.kompira_body .service_table tbody td p {
  height: 100%;
}
.kompira_body .service_table tbody td:nth-child(n+2) {
  border-bottom: none;
  border-left: 1px solid #2199F1;
  border-right: 1px solid #2199F1;
  background-color: #e5f6fe;
}
.kompira_body .service_table tbody td:nth-child(n+2)::before {
  content: "";
  position: absolute;
  background-color: #8AC3D0;
  width: calc(100% - 50px);
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.kompira_body__overview {
  background-color: #f9f9f9;
  border: 4px solid #c03;
  padding: 20px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .kompira_body__overview {
    padding: 8px 12px;
  }
}
.kompira_body__overview h2 {
  font-size: 2.1875em;
  font-weight: 700;
  color: #c03;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kompira_body__overview h2 {
    font-size: 1.5em;
  }
}
.kompira_body__overview h3 {
  font-size: 1.25em;
  color: #c03;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kompira_body__overview h3 {
    font-size: 1.1em;
  }
}
.kompira_body__overview p {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .kompira_body__overview p {
    font-size: 1em;
  }
}
.kompira_body__overview p a {
  color: #555;
  transition: 0.2s ease;
}
.kompira_body__overview p a:hover {
  color: #c03;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .kompira_body__section {
    padding-bottom: 60;
  }
}
.kompira_body__section {
  padding-bottom: 80px;
  position: relative;
}
.kompira_body__section .service_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.kompira_body__section .service_title .img-box {
  flex: 1;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.kompira_body__section .service_title .img-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.kompira_body__section .service_title .ttl-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}
.kompira_body__section .service_title .ttl-box p {
  font-size: 2em;
}
.kompira_body__section .service_title .ttl-box h2 {
  font-size: 3.1875em;
  color: #419e91;
}
.kompira_body__section .service_banners {
  display: flex;
  width: 100%;
  max-width: 725px;
  margin: 0 auto 120px;
  gap: 5px;
  justify-content: space-between;
}
.kompira_body__section .service_banners .banner {
  flex: 1;
  width: 100%;
  max-width: 143px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
.kompira_body__section .service_banners .banner p {
  font-weight: 700;
  font-size: 1.125em;
  width: 100%;
  padding: 20px 10px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_banners .banner p {
    font-size: 1.125em;
    padding: 8px;
  }
}
.kompira_body__section .service_banners .banner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kompira_body__section .service_lead {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_lead {
    flex-direction: column;
  }
}
.kompira_body__section .service_lead .img-box img {
  max-width: 590px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.kompira_body__section .service_lead .text-box {
  flex: 1;
  width: 100%;
}
.kompira_body__section .service_lead .text-box h3 {
  font-size: 1.5625em;
  font-weight: 700px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 4px solid #419e91;
}
.kompira_body__section .service_lead .text-box p {
  font-size: 1.5625em;
  line-height: 1.5;
}
.kompira_body__section .service_img {
  width: 100%;
  margin-bottom: 30px;
}
.kompira_body__section .service_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.kompira_body__section .service_manual h3, .kompira_body__section .service_automation h3, .kompira_body__section .service_usage h3, .kompira_body__section .service_features h3 {
  max-width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_manual h3, .kompira_body__section .service_automation h3, .kompira_body__section .service_usage h3, .kompira_body__section .service_features h3 {
    margin-bottom: 10px;
  }
}
.kompira_body__section .service_manual h3 span, .kompira_body__section .service_automation h3 span, .kompira_body__section .service_usage h3 span, .kompira_body__section .service_features h3 span {
  display: inline-block;
  min-width: 393px;
  background-color: #419e91;
  padding: 6px 12px;
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_manual h3 span, .kompira_body__section .service_automation h3 span, .kompira_body__section .service_usage h3 span, .kompira_body__section .service_features h3 span {
    margin-bottom: 10px;
    min-width: 0;
  }
}
.kompira_body__section .service_movies h4 {
  font-size: 1.328125em;
  font-weight: 700;
  border: 1px solid #419e91;
  color: #419e91;
  background-color: #daf4f1;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 53px;
  max-width: 235px;
  margin-bottom: 10px;
}
.kompira_body__section .service_movies ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_movies ul {
    flex-direction: column;
    gap: 20px;
  }
}
.kompira_body__section .service_movies ul li {
  list-style-type: none;
  flex: 1;
  width: 100%;
  margin: 0 auto;
}
.kompira_body__section .service_movies ul li video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
.kompira_body__section .service_movies p {
  text-align: center;
  font-size: 1.5275em;
}
.kompira_body__section .service_flex {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_flex {
    flex-direction: column;
  }
}
.kompira_body__section .service_flex .item {
  flex: 1;
}
.kompira_body__section .service_flex .item h3 {
  color: #419e91;
  background-color: #daf4f1;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.66em;
  font-weight: 700;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_flex .item h3 {
    margin-bottom: 10px;
  }
}
.kompira_body__section .service_flex .item ul li {
  font-size: 1.25em;
  margin-left: 2em;
  margin-bottom: 0.5em;
  list-style-position: inside;
}
.kompira_body__section .service_flex .item ul.decimal li {
  text-indent: -1em;
  list-style-type: decimal;
}
.kompira_body__section .service_flex .item ul.disc li {
  padding-left: 0.5em;
  text-indent: -1.5em;
  list-style-type: disc;
}
.kompira_body__section .service_features {
  margin-bottom: 60px;
}
.kompira_body__section .service_features ul {
  list-style-position: inside;
}
.kompira_body__section .service_features ul li {
  margin-left: 1em;
  list-style: decimal;
  font-size: 1.5625em;
  margin-bottom: 4px;
  font-weight: 500;
}
.kompira_body__section .service_features ul li span.note {
  font-size: 0.64em;
}
.kompira_body__section .service_manual {
  margin-bottom: 60px;
}
.kompira_body__section .service_manual .works {
  display: flex;
  padding: 0 20px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_manual .works {
    gap: 20px;
    flex-direction: column;
  }
}
.kompira_body__section .service_manual .works .item {
  flex: 1;
  box-shadow: 0 0 14.73px #daf4f1;
}
.kompira_body__section .service_manual .works .item h4 {
  color: #419e91;
  background-color: #daf4f1;
  font-size: 1.718125em;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.kompira_body__section .service_manual .works .item ul {
  padding: 30px;
}
.kompira_body__section .service_manual .works .item ul li {
  list-style-type: none;
  vertical-align: center;
  font-size: 1.28875em;
  margin-bottom: 16px;
  text-indent: -1em;
  margin-left: 1em;
}
.kompira_body__section .service_manual .works .item ul li::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/lp/lp_kompra/img/sec04_function_list_ico01.png");
}
.kompira_body__section .service_usage .examples {
  display: flex;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kompira_body__section .service_usage .examples {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.kompira_body__section .service_usage .examples .item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  padding: 20px;
  flex: 1;
  background-color: #f6f6f6;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  color: #1b224c;
  line-height: 1.125;
}
.kompira_body__section .service_usage .examples .item .img-box {
  text-align: center;
}
.kompira_body__section .service_usage .examples .item .img-box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kompira_body__section .service_usage .examples .item .text-box h4 {
  font-weight: 700;
  font-size: 1.215625em;
  text-align: center;
  margin-bottom: 20px;
}
.kompira_body__section .service_usage .examples .item .text-box p {
  font-size: 0.988125em;
}
.kompira_body__section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(65, 158, 145, 0.3019607843);
  bottom: 0;
  left: 0;
}
.kompira_body__section.sec02 .service_usage .examples .item:nth-child(1) img {
  width: 110px;
}
.kompira_body__section.sec02 .service_usage .examples .item:nth-child(2) img {
  width: 140px;
}
.kompira_body__section.sec02 .service_usage .examples .item:nth-child(3) img {
  width: 140px;
}
.kompira_body__section.sec02 .service_usage .examples .item:nth-child(4) img {
  width: 210px;
}
.kompira_body__section.sec03 .service_usage .examples .item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec03 .service_usage .examples .item img {
    width: 50%;
  }
}
.kompira_body__section.sec04 .service_usage .examples .item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec04 .service_usage .examples .item img {
    width: 70%;
  }
}
.kompira_body__section.sec01 .service_table th:first-child {
  width: 34%;
}
.kompira_body__section.sec01 .ws_title {
  display: flex;
  margin-bottom: 30px;
}
.kompira_body__section.sec01 .ws_title .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 317px;
  flex: 1;
}
.kompira_body__section.sec01 .ws_title .img-box img {
  width: 100%;
  max-width: 173px;
  height: auto;
  object-fit: contain;
}
.kompira_body__section.sec01 .ws_title .ttl-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.kompira_body__section.sec01 .ws_title .ttl-box h2 {
  font-size: 3.1875em;
  font-weight: 700;
  text-align: center;
  color: #419391;
  letter-spacing: -3px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.kompira_body__section.sec01 .ws_title .ttl-box h2::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #419391, #007565);
  width: 0.9411764706em;
  height: 0.1568627451em;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.kompira_body__section.sec01 .ws_title .ttl-box p {
  font-size: 1.1875em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .ws_title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.kompira_body__section.sec01 .grid-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper {
    padding: 20px;
    background-color: #fcfcfc;
    overflow-x: auto;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper .grid {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid .item {
  background-color: #e6f8ff;
  border: 1px solid #ccc;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper .grid .item:nth-child(2) {
    grid-row: 3;
  }
  .kompira_body__section.sec01 .grid-wrapper .grid .item:nth-child(3) {
    grid-row: 2;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid .item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #419391;
  font-weight: 700;
  font-size: 1.875em;
}
.kompira_body__section.sec01 .grid-wrapper .grid .item h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background-color: #419e91;
  color: #fff;
  font-size: 1.125em;
}
.kompira_body__section.sec01 .grid-wrapper .grid .item .img-box {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1/1;
  margin: 20px auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.kompira_body__section.sec01 .grid-wrapper .grid .item .img-box img {
  max-width: 100%;
  height: auto;
}
.kompira_body__section.sec01 .grid-wrapper .grid .item .img-box:hover {
  scale: 1.03;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1333333333);
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(2) {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(2) {
    grid-column: span 1;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) {
  grid-row: span 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) {
    grid-row: span 1;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3)::before {
  position: absolute;
  content: "";
  background: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/lp/lp_kompra/img/2605/kompira_parts_img12.png");
  width: 100%;
  max-width: 186px;
  aspect-ratio: 186/131;
  bottom: 0;
  right: 0;
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) p {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) p {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) .img-box_bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px;
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) .img-box_bg .img-box {
  background-color: #fff;
  position: absolute;
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(3) .img-box_bg .img-box img {
  max-width: 100%;
  height: auto;
}
.kompira_body__section.sec01 .grid-wrapper .grid > :nth-child(-n+2) {
  background-color: transparent;
  border: none;
}
.kompira_body__cta_s {
  background-color: #c03;
  padding: 80px 30px;
  text-align: center;
}
.kompira_body__cta_s p {
  color: #fff;
  font-size: 1.46125em;
}
.kompira_body__cta_s p.line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.kompira_body__cta_s p.line span {
  height: 1px;
  width: 100px;
  background-color: #ddd;
}
.kompira_body__cta_s p.lead {
  color: #fff;
  margin-bottom: 60px;
}
.kompira_body__cta_s p.lead ruby {
  color: #fff;
  font-size: 1.380667em;
  font-weight: 700;
}
.kompira_body__cta_s p.lead ruby rt {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.kompira_body__cta_s .btns {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  justify-content: center;
  max-width: 100%;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .kompira_body__cta_s .btns {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.kompira_body__cta_s .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  border-radius: 100px;
  max-width: 530px;
  min-height: 87px;
  background-color: #fff;
  color: #c03;
  transition: 0.2s ease;
  text-decoration: none;
  font-size: 1.726875em;
  font-weight: 700;
  color: #c03;
}
.kompira_body__cta_s .btns .btn:hover {
  scale: 1.025;
}
.kompira_body__cta {
  background-color: #c03;
  padding: 80px 30px;
  text-align: center;
  position: relative;
}
.kompira_body__cta::before {
  overflow: hidden;
  position: absolute;
  content: "";
  background: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/lp/lp_kompra/img/2605/kompira_download_img01.png");
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  min-width: 580px;
}
@media screen and (max-width: 768px) {
  .kompira_body__cta::before {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
    mask-image: linear-gradient(to right, transparent 0%, black 25%);
  }
}
.kompira_body__cta .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.kompira_body__cta .inner .inner_left {
  width: 50%;
  z-index: 1;
  min-width: 550px;
}
@media screen and (max-width: 768px) {
  .kompira_body__cta .inner .inner_left {
    min-width: 0px;
    width: 100%;
  }
}
.kompira_body__cta .inner .inner_left .logo {
  background-color: #fff;
  max-width: 200px;
  margin-bottom: 20px;
}
.kompira_body__cta .inner .inner_left .logo img {
  width: 100%;
  height: auto;
}
.kompira_body__cta .inner .inner_left h3 {
  background-color: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 1.5225em;
  font-weight: 700;
  color: #101b49;
  margin-bottom: 12px;
}
.kompira_body__cta .inner .inner_left p {
  font-size: 1.5225em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  padding: 0 16px;
}
.kompira_body__cta .inner .inner_left .ttl-box {
  padding: 6px 20px 0px;
  border-left: 2.8px solid #fff;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
}
.kompira_body__cta .inner .inner_left .ttl-box p {
  line-height: 1.5em;
  font-weight: 400;
  padding: 0;
}
.kompira_body__cta .inner .inner_left .ttl-box p.copy {
  font-size: 1.35em;
}
@media screen and (max-width: 768px) {
  .kompira_body__cta .inner .inner_left .ttl-box p.copy {
    font-size: 1.125em;
  }
}
.kompira_body__cta .inner .inner_left .ttl-box p.spacing {
  letter-spacing: 4em;
}
.kompira_body__cta .inner .inner_left .ttl-box h2 {
  line-height: 1em;
  font-size: 5.4em;
  letter-spacing: 0.1em;
}
.kompira_body__cta .inner .btns {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin: 30px 0 20px;
  gap: 20px;
}
.kompira_body__cta .inner .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  border-radius: 100px;
  max-width: 530px;
  min-height: 62px;
  background-color: #fff;
  color: #c03;
  transition: 0.2s ease;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
  color: #c03;
}
.kompira_body__cta .inner .btns .btn:hover {
  scale: 1.025;
}
.kompira_body__price {
  padding-bottom: 80px;
  position: relative;
}
.kompira_body__price .service_table {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kompira_body__price .service_table {
    font-size: 8px;
  }
}
.kompira_body__price .service_table th {
  font-size: 1.25em;
}
.kompira_body__price .service_table th:nth-child(1) {
  width: 28%;
}
.kompira_body__price .service_table th:nth-child(n+2) {
  border: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.kompira_body__price .service_table tbody tr:last-child td:nth-child(n+2) {
  border-bottom: 1px solid #ccc;
}
.kompira_body__price .service_table tbody th {
  background-color: rgba(0, 0, 0, 0);
}
.kompira_body__price .service_table tbody td {
  padding: 4px 5px;
}
.kompira_body__price .service_table tbody td h5 {
  font-size: 1.8125em;
}
.kompira_body__price .service_table tbody td:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .kompira_body__price .service_table tbody td:first-child {
    font-size: 0.5em;
  }
}
.kompira_body__price .service_table tbody td:nth-child(2) {
  padding-left: 3em;
}
.kompira_body__price .service_table tbody td:nth-child(3) {
  text-align: center;
}
.kompira_body__price .service_table tbody td:nth-child(n+2) {
  border-bottom: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.3125em;
}
.kompira_body__price .service_table tbody td:nth-child(n+2)::before {
  background-color: #ccc;
}
.kompira_body__price h2 {
  font-size: 3.1875em;
  font-weight: 700;
  text-align: center;
  color: #419391;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
}
.kompira_body__price h2 span {
  font-size: 0.549019em;
}
.kompira_body__price h2 ruby rt {
  font-size: 0.470588em;
  text-align: center;
  letter-spacing: 0.5em;
}
.kompira_body__price h2::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #419391, #007565);
  width: 0.9411764706em;
  height: 0.1568627451em;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.kompira_body__price ul {
  padding: 0 30px;
}
.kompira_body__price ul li {
  list-style: none;
  font-size: 1.3125em;
  text-indent: -1em;
  margin-left: 1em;
}
.kompira_body__price ul li::before {
  content: "※";
  display: inline-block;
  margin-right: 1em;
}

.kompira_head {
  color: #555;
  margin-bottom: 120px;
}
.kompira_head__kv {
  min-height: 100px;
  position: relative;
  padding: 50px 20px;
  color: #fff;
}
.kompira_head__kv_title {
  padding: 6px 20px 0px;
  border-left: 2.8px solid #fff;
  margin-bottom: 20px;
}
.kompira_head__kv_title p {
  line-height: 1.5em;
  font-weight: 400;
}
.kompira_head__kv_title p.copy {
  font-size: 1.35em;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_title p.copy {
    font-size: 1.125em;
  }
}
.kompira_head__kv_title p.spacing {
  letter-spacing: 4em;
}
.kompira_head__kv_title h1 {
  line-height: 1em;
  font-size: 5.4em;
  letter-spacing: 0.1em;
}
.kompira_head__kv_lead {
  font-size: 2.05em;
  text-shadow: 0 4px 4px #000;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_lead {
    font-size: 1.5em;
  }
}
.kompira_head__kv_lead .annotation {
  position: relative;
  font-size: 0.5em;
}
.kompira_head__kv_lead .annotation::before {
  content: "※";
  position: absolute;
  transform: translate(-50%, -100%);
}
.kompira_head__kv_flex {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.kompira_head__kv_flex .features {
  width: 100%;
  max-width: 508px;
  display: flex;
  align-items: center;
}
.kompira_head__kv_flex .features .item {
  flex: 1;
  aspect-ratio: 1/1;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_flex .features .item {
    border-width: 2px;
  }
}
.kompira_head__kv_flex .features .item span {
  font-weight: 700;
  font-size: 1.19em;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_flex .features .item span {
    font-weight: 500;
    font-size: 1em;
  }
}
.kompira_head__kv_flex .features .bar {
  width: 16px;
  height: 4px;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_flex .features .bar {
    height: 2px;
  }
}
.kompira_head__kv_flex .note {
  max-width: 298px;
  font-weight: 300;
  flex: 1;
  font-size: 0.81em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .kompira_head__kv_flex {
    flex-direction: column;
  }
}
.kompira_head__kv_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 494px;
  min-height: 62px;
  background-color: #CC0033;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
.kompira_head__kv_link:hover {
  scale: 1.02;
}
.kompira_head__kv_bg {
  background-color: #0D235D;
  width: 100%;
  z-index: -1;
  inset: 0;
  position: absolute;
}
.kompira_head__kv_bg .inner {
  width: 50%;
  height: 100%;
  margin-left: auto;
  background-image: linear-gradient(to right, #0D235D, transparent), url("/content/dam/nttcom/hq/jp/business/services/xmanaged/lp/lp_kompra/img/2605/kompira_kv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kompira_head__cta {
  background-color: #c03;
  padding: 30px;
}
.kompira_head__cta .btns {
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
}
.kompira_head__cta .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  border-radius: 100px;
  max-width: 530px;
  min-height: 87px;
  background-color: #fff;
  color: #c03;
  transition: 0.2s ease;
  text-decoration: none;
  font-size: 1.726875em;
  font-weight: 700;
  color: #c03;
}
.kompira_head__cta .btns .btn:hover {
  scale: 1.025;
}
@media screen and (max-width: 768px) {
  .kompira_head__cta .btns {
    flex-direction: column;
    margin: 0;
  }
}

/* ========================================
    ■ ページトップボタン
======================================== */
#page_top {
  position: fixed;
  right: 20px;
}

#page_top a {
  display: block;
  width: 12vw;
  height: 12vw;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

#page_top a:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 769px) {
  #page_top a {
    width: 44px;
    height: 44px;
  }
}
#page_top .material-icons {
  line-height: 12vw;
  font-size: 9vw;
}

@media screen and (min-width: 769px) {
  #page_top .material-icons {
    line-height: 44px;
    font-size: 20px;
  }
}
/* ========================================
    ■ モーダルウインドウ「閉じる」ボタン カスタマイズ
======================================== */
section[id^=sec] ~ .modaal-wrapper .modaal-close {
  background: transparent;
  position: absolute;
  right: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: auto;
}

section[id^=sec] ~ .modaal-wrapper .modaal-close::before,
section[id^=sec] ~ .modaal-wrapper .modaal-close::after {
  content: none;
}

section[id^=sec] ~ .modaal-wrapper .modaal-close span {
  font-size: 0.21rem;
  height: auto !important;
  position: relative !important;
  width: auto !important;
}