@charset "UTF-8";

/* --------------------
  Basic
-------------------- */
.link {
  color: #5596c8;
}

.link:hover {
  text-decoration: underline;
}

.layout_main {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .image {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  html, body {
    min-width: inherit;
  }
  .inner {
    max-width: 960px;
    width: auto;
  }
}

.breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs-list {
  display: flex;
  gap: 10px;
}

.breadcrumbs-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  flex-shrink: 0;
}

.breadcrumbs-list li + li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 1px #444;
  border-bottom: solid 1px #444;
  transform: rotate(-45deg);
}

.breadcrumbs-list li a {
  color: #5596c8;
}

.breadcrumbs-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .breadcrumbs {
    padding: 15px;
    border-top: solid 1px #f4f4f4;
  }
  .breadcrumbs-list li a:hover {
    text-decoration: none;
  }
}

/* --------------------
  Hero
-------------------- */
.hero {
  background-color: #e5f8f8;
  padding: 64px 20px;
}

.hero .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hero-text {
  width: 360px;
}

.hero-illust-wrap {
  width: 560px;
}

.hero-illust {
  width: 100%;
}

.hero-label {
  background: #2bcabc;
  border-radius: 16px 0;
  color: #fff;
  font-weight: bold;
  padding: 10px 24px;
}

.hero-heading {
  color: #0b4e49;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
}

.hero-body {
  line-height: 1.7;
  margin-top: 16px;
}

@media screen and (max-width: 599px) {
  .hero {
    padding: 48px 0;
  }

  .hero .inner {
    flex-direction: column;
    margin: 0 16px;
  }

  .hero-br {
    display: none;
  }

  .hero-text {
    width: 100%;
  }

  .hero-illust-wrap {
    width: 100%;
    margin: 40px 0 0;
  }
}

/* --------------------
  Section
-------------------- */
.section {
  padding: 60px 20px;
}

.hero + .section {
  padding-top: 80px;
}

.section:nth-of-type(odd) {
  background-color: #fafafa;
}

.sub-section {
  margin-top: 48px;
}

@media screen and (max-width: 599px) {
  .sub-section:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 600px) {

  .hero + .section {
    padding-top: 69px;
  }
}

/* --------------------
  Heading
-------------------- */
.section-headline {
  border: none;
  color: #0b4e49;
  font-size: 24px;
  text-align: left;
  padding: 0;
}

.section-headline::after {
  background: #d71921;
  content: "";
  display: block;
  height: 4px;
  margin-top: 16px;
  width: 48px;
}

.sub-section-headline {
  align-items: center;
  color: #0b4e49;
  display: flex;
  font-size: 20px;
}

.sub-section-headline::before {
  background: #d71921;
  content: "";
  display: block;
  height: 4px;
  width: 10px;
  margin-right: 16px;
}

.section-headline-category {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.section-headline-body {
  color: #444;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 8px;
}

/* --------------------
  Service
-------------------- */
.services {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.service {
  background: #fafafa;
  width: 31%;
}

.service-icon-wrap {
  background: #fff;
}

.service-icon {
  height: 72px;
  width: auto;
}

.service-heading {
  background: #fff;
  font-size: 16px;
  padding-top: 32px;
}

.service-text {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 24px;
  min-height: 3rem;
}

.service-products {
  background: #fafafa;
  padding: 24px;
  margin-top: 0;
}

.service-product {
  display: flex;
  margin-top: 8px;
}

.service-product:first-child {
  margin-top: 0;
}

.service-product::before {
  background-color: #2bcabc;
  content: "";
  display: block;
  min-width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0.5em 0.5em 0 0;
}

@media screen and (max-width: 599px) {
  .services {
    flex-direction: column;
  }

  .service {
    width: 100%;
  }

  .service:not(:first-child) {
    margin-top: 48px;
  }

  .service-heading {
    padding-top: 16px;
  }

  .service-text {
    min-height: initial;
  }
}

/* --------------------
  Cloud One
-------------------- */
.cloudone-illust-wrap {
  margin-top: 40px;
}

.cloudone-illust {
  width: 100%;
}

.cloudone-illust-pc {
  display: block;
}

.cloudone-illust-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .cloudone-illust-pc {
    display: none;
  }

  .cloudone-illust-sp {
    display: block;
  }
}

.cloudone-detail {
  margin-top: 40px;
}

.cloudone-detail-heading {
  font-size: 16px;
}

.cloudone-detail-body {
  margin-top: 16px;
  line-height: 1.75;
}

.items {
  display: flex;
  margin-top: 24px;
}

.item {
  display: flex;
  width: 23%;
}

.item::before {
  background-color: #2bcabc;
  content: "";
  display: block;
  min-width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0.5em 0.5em 0 0;
}

@media screen and (max-width: 599px) {
  .items {
    flex-direction: column;
  }

  .item {
    width: 100%;
  }

  .item:not(:first-child) {
    margin-top: 16px;
  }
}

.pricing {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  margin-top: 32px;
}

.pricing tr {
  border-bottom: solid 1px #eee;
}

.pricing th {
  font-weight: normal;
}

.pricing th,
.pricing td {
  padding: 16px;
  text-align: center;
}

.pricing th.plan {
  text-align: left;
}

.pricing-header th {
  padding: 0 16px 16px;
}

.pricing-service {
  font-weight: bold;
}

.pricing-service th {
  color: #0b4e49;
  word-break: keep-all;
}

@media screen and (max-width: 599px) {
  .pricing-service td {
    word-break: keep-all;
  }
}

.pricing-notes {
  margin-top: 24px;
}

.pricing-note {
  display: flex;
  margin-top: 8px;
}

.pricing-note:first-child {
  margin-top: 0;
}

.pricing-note::before {
  content: "※";
  margin-right: 4px;
}

.payment {
  margin-top: 40px;
}

.payment-heading {
  font-weight: bold;
}

.payment-inner {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.payment-item {
  box-sizing: border-box;
  width: 49%;
  background: #fff;
  border: 1px solid #dedede;
  padding: 24px;
}

@media screen and (max-width: 599px) {
  .payment-inner {
    flex-direction: column;
  }

  .payment-item {
    width: 100%;
  }

  .payment-item:not(:first-child) {
    margin-top: 24px;
  }
}

.sub-payment-heading {
  font-size: 16px;
  font-weight: bold;
}

.sub-payment-text {
  margin-top: 16px;
}

.cards {
  margin-top: 16px;
}

.payment-creditcard-image {
  height: 40px;
  width: auto;
  margin: 8px 8px 0 0;
}

/* --------------------
  CTA
-------------------- */
.layout_footer {
  background: #adeae6;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  padding: 64px 0;
}

.footer-cta-heading {
  font-size: 34px;
  font-weight: bold;
  color: #0b4e49;
}

.footer-cta-text {
  margin-top: 24px;
  font-size: 16px;
}

.footer-cta-button {
  margin-top: 24px;
  background: #d71921;
  padding: 10px;
  min-width: 240px;
  display: inline-block;
  border-radius: 2rem;
  color: #fff;
  font-size: 18px;
}

.footer-cta-button:hover {
  background: #ff464e;
}

@media screen and (max-width: 599px) {
  .layout_footer {
    padding: 32px 0;
  }

  .layout_footer .inner {
    margin: 0 16px;
  }

  .footer-cta-button {
    box-sizing: border-box;
  }

  .footer-cta-button {
    min-width: 100%;
  }
}

/* --------------------
  Security Service List
-------------------- */

.layout_service-list {
  background-color: #f4f5f6;
  margin: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-list section {
  display: flex;
  position: relative; /* NEWの表示のために親ボックスに指定 */
  flex-direction: column;
  width: 100%; /* IE11 */
}

.service-list a {
  margin-top: 4rem;
  border-radius: 4px;
  background: #fff;
  color: #444;
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  overflow: visible;
  width: 100%; /* 横幅を揃えるための指定 */
}

.service-list a:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  transform: translate(0, -3px);
}

.service-link-text {
  padding: 3.2rem 1.6rem;
  color: #5596c8;
  margin-top: auto;
}

.service-list a:hover .service-link-text {
  text-decoration: underline;
}

.service-list .service-name {
  font-size: 1.8rem;
  padding: 0.8rem 1.6rem 0;
}

.service-list .service-logo {
  width: 100%;
  margin-bottom: 1.6rem;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 16rem;
  order: -2;
}

.service-logo img {
  height: auto;
  max-height: calc(16rem - 2.4rem * 2); /* height - padding */
  max-width: 232px;
}

.service-tag-unit {
  font-size: 1.4rem;
  order: -1;
}

.service-tag-unit ul {
  margin-top: 0;
  padding: 0 1.6rem;
}

.service-tag-unit li {
  display: inline-block;
  margin: 0 0.8rem 0 0;
}

.service-description {
  line-height: 1.75;
  padding: 0.8rem 1.6rem 0;
}

.service-price {
  font-weight: bold;
  padding: 0.8rem 1.6rem 0;
  margin-top: 0;
}

.service-new {
  align-items: center;
  background-color: #fc0;
  border-radius: 50%;
  display: flex;
  height: 5.4rem;
  justify-content: center;
  line-height: 0;
  right: 1.6rem;
  top: -1.4rem;
  position: absolute;
  z-index: 1;
  width: 5.4rem;
}

@media screen and (max-width: 599px) {
  .service-list a:first-child {
    margin-top: 2.4rem;
  }

  .service-new {
    top: -1.8rem;
  }
}

@media screen and (min-width: 600px) {
  .layout_service-list {
    padding: 6.4rem 2rem 5.6rem;
  }

  .service-list {
    margin-top: -2.4rem;
    justify-content: center;
    gap: 0 36px;
  }

  .service-list::after {
    content: '';
    display: block;
    width: 30%;
  }

  .service-list a {
    width: 296px;
    display: flex;
  }

  .service-logo {
    padding: 0 20px;
    height: 16rem;
  }

  .service-logo img {
    /* width: 100%; */
  }
}

@media screen and (min-width: 800px) {
  .service-list {
    justify-content: space-between;
    gap: 0;
  }
  .service-list a {
    width: 30.833333%;
  }
}

/* --------------------
  IE11 hack
-------------------- */
@media all and (-ms-high-contrast: none) {
  .hero-label {
    line-height: 0.6;
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .footer-cta-button {
    line-height: 0.6;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

/*
  Loading
 */

.loading {
  line-height: 1;
  text-align: center;
  padding-top: 6.4rem;

  i,
  span {
    vertical-align: middle;
    display: inline-block;
  }
}

/*
  注釈
*/

.note {
  margin-top: 2.4rem;
}