@charset "utf-8";

@font-face {
  font-family: 'Montserrat';
  src: url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #151229;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  counter-reset: number 0;
}

a {
  text-decoration: none;
}

a:active{
  color: #151229;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  transition: opacity .3s cubic-bezier(.455,.03,.515,.955);
}

a:hover img, a:focus img {
  opacity: 0.7;
}

/*
 * Utility
 */
 .u-fontFamily-montserrat {
  font-family: "Montserrat";
  font-weight: normal;
}

 .u-text-center {
  text-align: center;
 }

 .u-display-wide {
  display: none !important;
}

/* スクリーンサイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
  .u-display-wide {
      display: block !important;
  }
}

.u-display-narrow {
  display: none !important;
}

/* スクリーンサイズが767px以下の場合に適用 */
@media screen and (max-width: 767px) {
  .u-display-narrow {
      display: block !important;
  }
}

/*
 *   Layout
 */
 .l-inner {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1090px;
}

.l-inner > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1079px) {
  .l-inner {
      padding-right: 16px;
      padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
      padding-top: 32px;
      padding-bottom: 32px;
  }
}

.l-section__heading {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #313548;
  text-align: center;
}

.l-section__heading--white {
  color: #fff;
}

.l-section__heading span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .l-section__heading {
    font-size: 24px;
    letter-spacing: 0.01em;
  }

  .l-section__heading span {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

/*
 *   Component
 */

 .c-button__link {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(29deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: -moz-linear-gradient( 29deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: -webkit-linear-gradient( 29deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: -ms-linear-gradient( 29deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  border-radius: 32px;
  padding: 24px 60px;
  position: relative;
  font-size: 18px;
  transition: all .6s cubic-bezier(.455,.03,.515,.955);
 }

 .c-button__link:hover {
  opacity: 0.7;
 }

 .c-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
 }

 @media screen and (max-width: 767px) {
  .c-button__link {
    font-size: 14px;
    border-radius: 51.45px;
  }
}

/* start card */
.c-card {
  box-shadow: 0px 0px 9px 3px rgba(54, 59, 91, 0.15);
  transition: all .4s cubic-bezier(.455,.03,.515,.955);
  display: flex;
  flex-direction: column;
}

.c-card:hover {
  opacity: 0.7;
  cursor: pointer;
}

.c-card__category-item {
  font-size: 13px;
  font-weight: normal;
  border: 1px solid rgba(55, 59, 83, .5);
  display: inline-block;
  padding: 6px 10px;
}

.c-card__detail {
  background-color: #fff;
  padding: 18px 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-card__thumbnail-image {
  width: 100%;
}

.c-card__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 16px 0;
}

.c-card__button-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.c-card__button-icon {
  margin-left: 14px;
}

.c-card__objective {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}

.c-card__objective-icon {
  min-width: 14px;
  min-height: 14px;
}

.c-card__objective-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
}

.c-card__objective-item {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

.c-card__objective-item + .c-card__objective-item::before {
  content: "/";
  margin-left: .3em;
  margin-right: .3em;
}

.c-card__button {
  background-image: -moz-linear-gradient( -177deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: -webkit-linear-gradient( -177deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: -ms-linear-gradient( -177deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  background-image: linear-gradient( -177deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .c-card__detail {
    padding: 16px 26px;
  }

  .c-card__objective {
    margin-top: 13px;
  }

  .c-card__category-item {
    font-size: 10px;
    padding: 4px 8px;
  }

  .c-card__objective-item {
    font-size: 1vw;
  }

  .c-card__objective-icon {
    min-width: 10px;
    min-height: 1px;
    width: 1vw;
    height: 1vw;
  }

  .c-card__title {
    margin-top: 2px;
    font-size: 3.97vw;
    letter-spacing: 0.05em;
  }

  .c-card__objective-list {
    margin-left: 6px;
  }

  .c-card__button {
    padding: 16px 0;
  }

  .c-card__button-text {
    font-size: 13.5px;
  }

  .c-card__button-icon {
    width: 13.5px;
  }
}

/* end card */

/* start pagination */
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pagination__list {
  display: flex;
  justify-content: center;
}

.c-pagination__arrow-prev,
.c-pagination__arrow-next {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  transition: all .4s cubic-bezier(.455,.03,.515,.955);
}

.c-pagination__arrow-prev.hidden,
.c-pagination__arrow-next.hidden {
  display: none;
}

.c-pagination__arrow-prev:hover,
.c-pagination__arrow-next:hover {
  opacity: 0.5;
}

.c-pagination__arrow-prev::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  border-right: 2px solid #dc486c;
  border-bottom: 2px solid #dc486c;
}

.c-pagination__arrow-next::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-right: 2px solid #dc486c;
  border-bottom: 2px solid #dc486c;
}

.c-pagination__count {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s cubic-bezier(.455,.03,.515,.955);
}

.c-pagination__count.current {
  background-color: #dc486c;
}

.c-pagination__count.current .c-pagination__link {
  color: #fff;
}

.c-pagination__count + .c-pagination__count {
  margin-left: 6px;
}

.c-pagination__count:hover {
  background-color: #dc486c;
}

.c-pagination__count:hover .c-pagination__link {
  color: #fff;
}

.c-pagination__link {
  display: block;
  color: #a8a9ac;
  padding: 20px;
  font-family: "Montserrat";
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .c-pagination__link {
    font-size: 15px;
  }
  .c-pagination__count {
    width: 33px;
    height: 33px;
  }

  .c-pagination__arrow-prev::before,
  .c-pagination__arrow-next::before {
    width: 8px;
    height: 8px;
  }

  .c-pagination__arrow-prev::before {
    right: 14px;
  }

  .c-pagination__arrow-prev::before {
    left: 14px;
  }
}
/* end pagination */

/* /////////////////////////////////////////////// */

/* start header */
.header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width:767px) {
  .header {
    position: fixed;
    z-index: 4;
    top: 0;
    height: 55px;
  }
}

/* start breadcrumb */
.breadcrumb,
.breadSection {
  background-color: #fff;
  margin-top: 20px;
}

.breadcrumb__inner,
.breadcrumb {
  max-width: 1230px;
  margin: auto;
  padding: 0 20px;
}

.breadcrumb__item,
.breadcrumb li {
  display: inline;
}

.breadcrumb__item:not(:last-of-type) .breadcrumb__link::after,
.breadcrumb li:not(:last-of-type) a::after {
  content: ">";
  margin: 0 -0.1em 0 0.4em;
  color: #000;
  font-size: 14px;
}

.breadcrumb__link,
.breadcrumb li a,
.breadcrumb li span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.12em;
  transition: all .3s cubic-bezier(.455,.03,.515,.955);
  line-height: 1.7;
}

.breadcrumb__item:not(:last-of-type) .breadcrumb__link:hover,
.breadcrumb li:not(:last-of-type) a:hover {
  color: #c6336d;
  text-decoration: underline #c6336d;
}

@media screen and (max-width: 767px) {
  .breadcrumb,
  .breadSection {
    padding: 15px 0;
  }

  .breadcrumb__item:not(:last-of-type) .breadcrumb__link::after,
  .breadcrumb li:not(:last-of-type) a::after {
    content: ">";
    margin: 0 -0.1em 0 0.4em;
    color: #000;
    font-weight: bold;
  }

  .breadcrumb__link,
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 9px;
    line-height: 1.2;
  }
}
/* end breadcrumb */


@media screen and (max-width:767px) {
  .logo {
    width: 110px;
  }
}

.nav-drawer {
  display: none;
}

@media screen and (max-width:767px) {
  .nav-drawer {
    display: block;
    position: relative;
    z-index: 3;
    margin: -8px 0 auto auto;
  }

  .nav-drawer::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    left: -35px;
  }

  .nav-drawer__bar {
    position: absolute;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    transition: all .2s cubic-bezier(.455,.03,.515,.955);
    background: #000;
  }

  .nav-drawer__bar:first-of-type {
    top: 46px;
  }

  .nav-drawer__bar:nth-last-of-type(2) {
    top: 36px;
  }

  .nav-drawer__bar:last-of-type {
    top: 26px;
    margin-bottom: 0;
  }

  .nav-drawer.active .nav-drawer__bar:first-of-type {
    top: 36px;
    transform: rotate(45deg);
  }

  .nav-drawer.active .nav-drawer__bar:nth-last-of-type(2) {
    opacity: 0;
  }

  .nav-drawer.active .nav-drawer__bar:last-of-type {
    top: 36px;
    transform: rotate(-45deg);
  }
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-list__item:first-of-type .nav-list__link {
  font-family: "Montserrat";
}

.nav-list__item:not(:first-of-type) {
  margin-left: 30px;
}

.nav-list__link {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #20253f;
  transition: all .3s cubic-bezier(.455,.03,.515,.955);
}

.nav-list__link.current,
.page_cloudforefront-material .nav-list__item:nth-of-type(4) .nav-list__link,
.page_securitybackup-acronis .nav-list__item:nth-of-type(3) .nav-list__link,
.page_securitybackup-type .nav-list__item:nth-of-type(3) .nav-list__link,
.page_securitybackup .nav-list__item:nth-of-type(3) .nav-list__link,
.page_cloudmonitoring-opsramp .nav-list__item:nth-of-type(2) .nav-list__link,
.page_cloudmonitoring-type .nav-list__item:nth-of-type(2) .nav-list__link,
.page_cloudmonitoring .nav-list__item:nth-of-type(2) .nav-list__link,
.page_cloudforefront .nav-list__item:nth-of-type(1) .nav-list__link,
.cloudforefront_column .nav-list__item:nth-of-type(5) .nav-list__link,
.page_securitybackup .nav-list__item:nth-of-type(3) .nav-list__link,
.page_cloudmonitoring_column .nav-list__item:nth-of-type(2) .nav-list__link {
  color: #c6336d;
  text-decoration: underline #c6336d;
}

.nav-list__link:hover:not(.nav-list__link--contact) {
  color: #c6336d;
  text-decoration: underline #c6336d;
}

.nav-list__link--contact {
  font-size: 14px;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 30px;
  color: #fff !important;
  border-radius: 31px;
  background-image: linear-gradient(-130deg, rgb(195,48,109) 1%, rgb(220,72,108) 100%);
  transition: all .8s cubic-bezier(.455,.03,.515,.955);
  z-index: 1;
  overflow: hidden;
}

.nav-list__link--contact::after,
.nav-list__link--contact::before {
    position: absolute;
    content: '';
}

.nav-list__link--contact::before {
    top: 50%;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .4s cubic-bezier(.455,.03,.515,.955);
}

.nav-list__link--contact::after {
    z-index: -1;
    top: -2px;
    right: -20%;
    left: auto;
    width: 0;
    height: 110%;
    transform: skew(145deg,0deg);
    background: #fff;
    transition: all .6s cubic-bezier(.455,.03,.515,.955);
    transform: skew(145deg,0deg);
    background: #fff;
}

.nav-list__link--contact:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .nav-list {
    margin-left: 2rem;
  }
}

@media screen and (max-width:767px) {
  .nav-list {
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 5;
    width: 80%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    transition: all .6s cubic-bezier(.455,.03,.515,.955);
    transform: translateX(100%);
    display: block;
    opacity: 0;
  }

  .nav-list.active {
    transform: translateX(0);
    opacity: 1;
  }

  .nav-list__item:first-of-type .nav-list__link {
    letter-spacing: 0.14em;
  }

  .nav-list__item {
    border-top: 1px solid rgba(90, 89, 103, 0.2);
  }

  .nav-list__item:not(:first-of-type) {
    margin-left: 0;
  }

  .nav-list__link {
    font-size: 14px;
    font-weight: bold;
    padding: 17px 17px 17px 23px;
    display: block;
    color: #5a5967;
    position: relative;
  }

  .nav-list__link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #5a5967;
    border-right: solid 2px #5a5967;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }

  .nav-list__link--contact {
    font-size: 15px;
    margin: 22px 0 0;
    border-radius: 47.5px;
    display: inline-block;
    padding: 10px 50px 10px 30px;
    font-weight: normal;
  }
  .nav-list__link--contact::after {
    border-top: none;
    border-right: none;
    top: -2px;
    right: -20%;
    width: 0;
    height: 110%;
  }
}

.nav-drawer-bg {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .25);
  transition: all .6s cubic-bezier(.455,.03,.515,.955);
  transform: translateX(100%);
  opacity: 0;
  cursor: pointer;
}

.nav-drawer-bg.active {
  transform: translateX(0);
  opacity: 1;
}

.nav-accordion__toggle {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 2.5rem 17px 20px;
  display: block;
  color: #5a5967;
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

.nav-accordion__toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #5a5967;
  transition: transform 0.3s;
}

.nav-accordion__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(90deg);
  width: 16px;
  height: 2px;
  background-color: #5a5967;
  transition: transform 0.3s;
}

.nav-accordion__toggle.open::before {
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
}

.nav-accordion__toggle.open::after {
  transform: translateY(-50%) rotate(180deg);
  width: 16px;
}

.nav-accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}

.nav-accordion-list--blue {
  background-color: #1f458a;
}

.nav-accordion-list--red {
  background-color: #c4243b;
}

.nav-accordion-list__item:not(:first-of-type) {
  border-top: 2px solid #fff;
}

.nav-accordion-list__link {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #fff;
  position: relative;
  line-height: 0;
  transition: all .3s;
  padding: 0 2.5rem 0 28px;
  height: 0;
  opacity: 0;
}

.nav-accordion-list__item:first-of-type .nav-accordion-list__link {
  letter-spacing: 0.14em;
}

.nav-accordion.open .nav-accordion__content {
  transition: all .3s;
  height: 100%;
  opacity: 1;
}

.nav-accordion.open .nav-accordion-list__link {
  transition: all .3s;
  height: 100%;
  padding: 17px 2.5rem 17px 28px;
  opacity: 1;
  line-height: 1.5;
}
/* end header */

/* start footer */
.footer {
  background-color: #fff;
}

.footer__inner {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  align-items: center;
}

.footer__address {
  font-size: 12px;
  color: #3a3e50;
  margin-left: 40px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.footer__copy {
  font-size: 12px;
  font-weight: bold;
  color: #3a3e50;
  letter-spacing: 0.08em;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    text-align: center;
  }

  .footer__address {
    font-size: 10px;
    margin-top: 15px
  }

  .footer__copy {
    font-size: 10px;
    margin-top: 0.5rem;
  }
}
/* end footer */

/* start contact */
.contact {
  background-image: url(../images/special_common/bg-contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .l-inner {
  padding: 73px 0 79px;
}

.contact__banner-list {
  display: grid;
  grid-gap: 0 40px;
  grid-template-columns: repeat(2, auto);
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .contact .l-inner {
    padding: 36.5px 16px;
  }

  .contact__banner-list {
    grid-template-columns: repeat(1, auto);
    grid-gap: 18px 0;
    padding: 0;
  }

  .contact__banner-item {
    text-align: center;
  }
}
/* end contact */
