@media print, screen and (min-width: 768px) {
  .about .l-container {
    padding-top: 83px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about .l-container {
    padding-top: 43px;
    padding-bottom: 44px;
  }
}

.about .l-container--usage {
  background: -webkit-gradient(linear, left bottom, left top, from(#dfe8e7), to(#e2e3e4));
  background: linear-gradient(to top, #dfe8e7 0%, #e2e3e4 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .l-container--usage {
    padding-bottom: 55px;
  }
}

.about .l-container--usage:before {
  content: '';
  background: url("/assets/images/about/cloud-server/bg_shape_01.png") 0 0 no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .about .l-container--usage:before {
    min-width: 1600px;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .about .l-container--usage:before {
    background-size: 100% auto;
    top: 50px;
  }
}

.about .l-container--usage .l-inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cloud-server .l-container--intro {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .cloud-server .sect-intro .c-ttl-02 {
    margin-bottom: 67px;
  }
}

@media screen and (max-width: 767px) {
  .cloud-server .sect-intro .c-ttl-02 {
    margin-bottom: 40px;
  }
}

.cloud-server .sect-option .intro-flow__col2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cloud-server .sect-option .intro-flow__col2:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .cloud-server .sect-option .intro-flow__col2 .intro-flow__infos {
    padding-top: 0;
  }
  .cloud-server .sect-option .intro-flow__col2 .intro-flow__infos:first-child {
    margin-bottom: 35px;
  }
  .cloud-server .sect-option .intro-flow__col2 .intro-flow__img {
    margin-bottom: 15px;
  }
  .cloud-server .sect-option .intro-flow__col2 .intro-flow__img img {
    width: 21.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cloud-server .sect-function .sect-btn {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cloud-server .sect-function .sect-btn {
    margin-top: 40px;
  }
}

.intro-flow__item {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__item + .intro-flow__item {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__item + .intro-flow__item {
    margin-top: 42px;
  }
}

.intro-flow__lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  position: relative;
  background-color: #00828D;
  font-weight: bold;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__lbl {
    max-width: 858px;
    height: 60px;
    border-radius: 5px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-flow__lbl {
    font-size: 2rem;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__lbl {
    max-width: 315px;
    padding: 0.28em 1em 0.28em;
    border-radius: 3px;
    font-size: 1.7rem;
  }
}

.intro-flow__lbl:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00828D transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__lbl:after {
    border-width: 15px 11px 0 11px;
    margin-left: -11px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__lbl:after {
    border-width: 12px 9px 0 9px;
    margin-left: -9px;
  }
}

.intro-flow__col {
  position: relative;
}

.intro-flow__col:before {
  content: '';
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col:before {
    top: -45px;
    border-radius: 5px;
    -webkit-box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.06);
            box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.06);
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col:before {
    top: -20px;
    -webkit-box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.06);
            box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.06);
    border-radius: 3px;
  }
}

@media screen and (max-width: 374px) {
  .intro-flow__col:before {
    top: -15px;
  }
}

.intro-flow__col > * {
  position: relative;
  z-index: 1;
}

.intro-flow__img {
  text-align: center;
}

.intro-flow__img img {
  width: auto;
  max-width: 100%;
}

.intro-flow__ttl {
  font-weight: bold;
  line-height: 1.875;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__ttl {
    font-size: 2rem;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.intro-flow__txt {
  color: #151515;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__txt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__txt {
    font-size: 1.4rem;
    line-height: 1.64;
  }
}

.intro-flow__txt + .intro-flow__txt {
  margin-top: 1.25em;
}

.intro-flow__box {
  background-color: #F1F5F6;
  border-radius: 5px;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__box {
    padding: 30px 30px 36px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__box {
    padding: 20px 20px 26px;
  }
}

.intro-flow__col2 {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 38px;
    padding-bottom: 59px;
  }
  .intro-flow__col2 .intro-flow__infos {
    width: 50%;
    padding: 7px 20px 10px;
  }
  .intro-flow__col2 .intro-flow__infos:first-child {
    border-right: 1px solid #d2dce2;
  }
  .intro-flow__col2 .intro-flow__btn {
    width: 100%;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 42px;
  }
  .intro-flow__col2 .intro-flow__infos {
    padding-top: 23px;
    padding-bottom: 37px;
  }
  .intro-flow__col2 .intro-flow__infos:first-child {
    border-bottom: 1px solid #d2dce2;
  }
  .intro-flow__col2 .intro-flow__infos:last-child {
    padding-top: 38px;
  }
  .intro-flow__col2 .intro-flow__btn {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col2 .intro-flow__img {
    margin-bottom: 31px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .intro-flow__col2 .intro-flow__img.img01 img, .intro-flow__col2 .intro-flow__img.img02 img {
    width: 284px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col2 .intro-flow__img {
    margin-bottom: 27px;
  }
  .intro-flow__col2 .intro-flow__img.img01 img, .intro-flow__col2 .intro-flow__img.img02 img {
    width: 20.2rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col2 .intro-flow__txt {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 80px 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-flow__col1 {
    padding-left: 20px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col1 {
    padding: 25px 20px 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col1 .intro-flow__img {
    width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
  .intro-flow__col1 .intro-flow__img.img03 {
    padding-bottom: 14px;
  }
  .intro-flow__col1 .intro-flow__img.img05 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-flow__col1 .intro-flow__img {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col1 .intro-flow__img {
    margin-bottom: 30px;
  }
  .intro-flow__col1 .intro-flow__img.img03 img {
    width: 16.4rem;
  }
  .intro-flow__col1 .intro-flow__img.img04 img {
    width: 18.8rem;
  }
  .intro-flow__col1 .intro-flow__img.img05 img {
    width: 17.8rem;
  }
  .intro-flow__col1 .intro-flow__img.img06 img {
    width: 17rem;
  }
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col1 .intro-flow__infos {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 80px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
  .intro-flow__col1 .intro-flow__infos {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .intro-flow__col1 .intro-flow__infos {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .intro-flow__col1 .intro-flow__btn {
    margin-top: 33px;
  }
  .intro-flow__col1 .intro-flow__btn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .intro-flow__col1 .intro-flow__btn .c-btn-02 {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .intro-flow__col1 .intro-flow__btn {
    margin-top: 17px;
  }
  .intro-flow__col1 .intro-flow__btn .c-btn-02 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .about-list .l-container--list {
    padding: 90px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .about-list .l-container--list {
    padding: 40px 0 75px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-list .list-ctn {
    margin-top: 90px;
    padding: 67px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .about-list .list-ctn {
    margin-top: 45px;
    padding: 30px 0 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-list .list-ctn__sect + .list-ctn__sect {
    margin-top: 57px;
  }
}

@media screen and (max-width: 767px) {
  .about-list .list-ctn__sect + .list-ctn__sect {
    margin-top: 35px;
  }
}

.about-list .list-ctn .c-ttl-03 {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .about-list .list-ctn .c-ttl-03 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .about-list .list-ctn .c-ttl-03 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-list .list-bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .about-list .list-bottom {
    margin-top: 76px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-container .sect-top__top {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 106px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .sect-top__top {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}

.about-container .sect-top__top p {
  line-height: 1.65;
}

@media print, screen and (min-width: 768px) {
  .about-container .sect-top__top p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .sect-top__top p {
    font-size: 1.4rem;
    margin-bottom: 23px;
  }
}

.about-container .sect-top__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about-container .sect-top__top ul li {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .about-container .sect-top__top ul li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .sect-top__top ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-container .sect-top__top ul li {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-container .media-wrap {
    border-top: 1px solid #D2DCE2;
    border-bottom: 1px solid #D2DCE2;
    margin-top: 88px;
    padding-top: 85px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .media-wrap {
    margin-top: 42px;
    padding-top: 41px;
    padding-bottom: 40px;
    position: relative;
  }
  .about-container .media-wrap:before, .about-container .media-wrap:after {
    content: '';
    height: 1px;
    background-color: #D2DCE2;
    position: absolute;
    left: 20px;
    right: 20px;
  }
  .about-container .media-wrap:before {
    top: 0;
  }
  .about-container .media-wrap:after {
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .about-container .tech-wrap {
    margin-top: 80px;
  }
  .about-container .tech-wrap .tech-wrap__btn {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .tech-wrap {
    margin-top: 40px;
  }
  .about-container .tech-wrap .tech-wrap__btn {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .l-container--usage {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .about-container .l-container--usage:before {
    top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .about-container .l-container--usage:before {
    top: -6vw;
  }
}

@media screen and (max-width: 767px) {
  .about-container .l-container--movie {
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .media-item + .media-item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .media-item + .media-item {
    margin-top: 40px;
  }
}

.media-item__top {
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .media-item__top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

.media-item__logo {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .media-item__logo {
    float: left;
    width: 43.5%;
    padding-top: 5px;
    padding-right: 20px;
  }
  .media-item__logo img {
    width: auto;
    max-width: 100%;
  }
  .media-item__logo.logo-rancher img {
    width: 276px;
  }
  .media-item__logo.logo-kubernetes img {
    width: 276px;
  }
}

@media screen and (max-width: 767px) {
  .media-item__logo.logo-rancher img {
    width: 188px;
  }
  .media-item__logo.logo-kubernetes img {
    width: 212px;
  }
  .media-item__logo.logo-docker img {
    width: 181px;
  }
}

.media-item__ttl {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .media-item__ttl {
    font-size: 2.2rem;
    line-height: 1.9;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .media-item__ttl {
    margin-top: 37px;
    line-height: 1.65;
  }
}

.media-item__body {
  color: #151515;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .media-item__body {
    margin-top: 37px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .media-item__body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .media-item__body {
    margin-top: 28px;
    padding-top: 30px;
    padding-bottom: 22px;
  }
}

.media-item__body:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
}

@media print, screen and (min-width: 768px) {
  .media-item__body:before {
    border-width: 0 13px 23px 13px;
    margin-left: -13px;
    left: 21.5%;
  }
}

@media screen and (max-width: 767px) {
  .media-item__body:before {
    border-width: 0 10px 16px 10px;
    margin-left: -10px;
    left: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .media-item__figure {
    float: left;
    width: 43.5%;
    text-align: center;
    padding-right: 20px;
    padding-top: 8px;
  }
  .media-item__figure img {
    width: auto;
    max-width: 100%;
  }
  .media-item__figure figcaption {
    font-size: 1.4rem;
    line-height: 1.857;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .media-item__figure {
    text-align: center;
  }
  .media-item__figure.figure01 img {
    width: 98px;
  }
  .media-item__figure.figure02 img {
    width: 172px;
  }
  .media-item__figure figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 16px;
    letter-spacing: 0.04em;
  }
}

@media print, screen and (min-width: 768px) {
  .media-item__infos {
    overflow: hidden;
    line-height: 1.875;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .media-item__infos {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .media-item__note {
    clear: both;
    text-align: right;
    letter-spacing: 0.04em;
    width: 50%;
    float: right;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .media-item__note {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=about.css.map */