@charset "UTF-8";

/* ----------------
 VISUAL LAYER
---------------- */

.layout_visual {
  background: url(../images/mainvisual.svg) no-repeat top center;
}

.layout_hero-bnr ul li a:hover {
  opacity: 0.75;
}

.layout_top-news-link {
  font-size: 12px;
}

/* ----------------
 TOP COPY
---------------- */

.layout_top-copy {
  padding-top: 50px;
}

.visual-copy {
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  color: #549c61;
  font-size: 34px;
  line-height: 1.4;
  padding: 10px 0;
}

.visual-text {
  font-size: 16px;
  padding-bottom: 60px;
}

/* ----------------
 TOP REASON
---------------- */

.layout_top-reason {
  margin-top: 8px;
  padding: 32px 0;
  color: #fff;
  background: #58a466;
  /* background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  background-size: 100% auto; */
}

.layout_reason-navi {
  margin: 0 auto 24px;
  overflow: hidden;
}

.reason-navi-box {
  box-sizing: border-box;
  width: 320px;
  padding: 0 24px;
  float: left;
}

.reason-navi-box.end {
  width: 270px;
  border-right: none;
}

.reason-navi-copy {
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0 8px 0;
  font-weight: normal;
  text-shadow: 1px 1px 1px #549c61;
}

.reason-navi-copy span {
  font-size: 16px;
  color: #112014;
  display: block;
}

.reason-navi-img img {
  width: 48px;
  height: 48px;
}

.reason-navi-text {
  font-size: 14px;
  line-height: 24px;
}

.layout_btn_top-reason a {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 24px;
  font-size: 16px;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  color: #2d333d;
  border: 1px solid #2d333d;
}

.layout_btn_top-reason a:hover {
  background: #e5e5e5;
}

.layout_spec-feature {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.layout_spec-feature .section {
  position: relative;
  max-width: 960px;
  margin: 0 1rem;
}

.layout_spec-feature .section:hover {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
}

.layout_spec-feature .link-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.layout_spec-feature .link-area:focus,
.layout_spec-feature .btn:focus {
  outline: 0;
  box-shadow: 0 0 2px 3px rgba(56, 148, 255, 0.5);
}

.layout_spec-feature .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 32px;
  pointer-events: none;
  z-index: 1;
  text-align: center;
}

.layout_spec-feature .container.windows {
  background-color: #0072c6;
  color: #fff;
}

.layout_spec-feature .primary-content,
.layout_spec-feature .secondary-content {
  width: 100%;
  line-height: 1;
}

.layout_spec-feature .windows .heading {
  font-size: 32px;
  line-height: 1;
}

.layout_spec-feature ul {
  list-style: none;
  padding: 8px 0;
}

.layout_spec-feature ul li {
  font-size: 16px;
  line-height: 1.5;
}

.layout_spec-feature .btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 15px;
  pointer-events: all;
  text-decoration: none;
}

@media only screen and (min-width: 780px) {
  .layout_spec-feature .section {
    margin: 0 auto;
  }

  .layout_spec-feature .container {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .layout_spec-feature .primary-content {
    display: inline-flex;
    align-items: center;
    text-align: left;
    width: 75%;
  }

  .layout_spec-feature .windows .heading {
    margin-right: 32px;
  }

  .layout_spec-feature .secondary-content {
    text-align: right;
    width: 25%;
  }
}

/* ----------------
 TOP SPEC
---------------- */

.layout_top-spec {
  padding: 45px 0;
  text-align: center;
}

.layout_top-spec h3 {
  text-align: center;
  font-size: 26px;
  color: #4a595f;
  padding: 0 0 25px;
}

.layout_spec-navi {
  padding-bottom: 15px;
}

.layout_spec-navi-box {
  float: left;
  width: 225px;
  margin: 0 18px 0 0;
  border-right: 1px solid #d5d5d5;
  position: relative;
}

.layout_spec-navi-box.end {
  margin: 0;
}

.layout_spec-navi-box a {
  display: block;
  text-decoration: none;
  color: #2d333d;
}

.layout_spec-navi-box a:hover {
  opacity: 0.75;
}

.layout_new-mark {
  position: absolute;
  top: -12px;
  right: -12px;
}

.layout_new-mark img {
  width: 40px;
}

.spec-navi-name {
  width: 225px;
  height: 20px;
  color: #fff;
  background: #58a466;
  background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  font-weight: normal;
  padding: 8px 0 4px;
  font-size: 15px;
}

.spec-navi-img {
  padding: 8px 0;
}

.spec-navi-text {
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
}

.spec-navi-btn {
  line-height: 1;
}

.spec-navi-btn span {
  color: #3385bf;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 225px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #8b8b8b;
}

.layout_top-spec-btn,
.layout_top-customer-btn {
  padding: 25px 0 0;
}

.layout_top-spec-btn .btn_top-spec a,
.layout_top-customer-btn .btn_top-customer a {
  position: relative;
  display: inline-block;
  padding: 18px 50px 18px 45px;
  width: 255px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #515963;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  border: solid 1px #515963;
}

.layout_top-spec-btn .btn_top-spec a:hover,
.layout_top-customer-btn .btn_top-customer a:hover {
  background: #e5e5e5;
}

/* ----------------
 TOP COOPERATION
---------------- */

.layout_cooperation-navi-wrap {
  padding-top: 35px;
}

.layout_cooperation-navi {
  padding-bottom: 15px;
}

.layout_cooperation-navi-box {
  float: left;
  width: 302px;
  margin: 0 18px 0 0;
  border-right: 1px solid #d5d5d5;
  position: relative;
}

.layout_cooperation-navi-box.end {
  margin: 0;
}

.layout_cooperation-navi-box a {
  display: block;
  text-decoration: none;
  color: #2d333d;
}

.layout_cooperation-navi-box a:hover {
  opacity: 0.75;
}

.cooperation-navi-name {
  width: 305px;
  color: #fff;
  background: #58a466;
  background: -moz-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  font-weight: normal;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

.cooperation-navi-text {
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
}

.cooperation-navi-btn {
  line-height: 1;
}

.cooperation-navi-btn span {
  color: #3385bf;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 302px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #8b8b8b;
}

/* ----------------
 TOP CUSTOMER
---------------- */

.layout_top-customer {
  padding: 45px 0;
  background: #f3f4f6;
  border-top: 1px solid #c8d8e3;
  text-align: center;
}

.layout_top-customer h3 {
  text-align: center;
  font-size: 26px;
  color: #4a595f;
  padding: 0 0 25px;
}

.top-customer-intro {
  padding: 0 0 20px;
  text-align: center;
}

.top-customer-intro span {
  font-size: 23px;
}

.customer-navi-box {
  float: left;
  width: 192px;
  height: 49px;
  text-align: center;
  color: #fff;
}

.customer-navi-box a {
  display: block;
  color: #fff;
}

.customer-navi-box.on {
  background: url(../images/bg_top_customer_navi.png) no-repeat center top;
}

.customer-navi-box h4 {
  font-size: 14px;
  height: 28px;
  padding: 12px 0 0;
  border-right: 1px solid #fff;
  background: #828383;
}

.customer-navi-box h4:hover {
  background: #999;
}

.customer-navi-box.on h4 {
  background: url(../images/bg_top_customer_navi.png) no-repeat center top;
}

.customer-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.customer-content li {
  padding: 10px 0;
  text-align: center;
  width: calc(21% - 10px);
}

/* ----------------
BNR
---------------- */

.layout_bnr {
  background: #f6f8f8;
  padding: 35px 0;
}

.layout_bnr-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.layout_bnr-link li {
  height: 60px;
}

.layout_bnr-link li a {
  display: inline-block;
}

.layout_bnr-link li a:hover {
  opacity: 0.75;
}

/* ----------------
NEWS
---------------- */

.layout_top-news {
  background-color: #f0f0f0;
}

@media (min-width: 780px) {
  .layout_hero-bnr {
    background-color: #f0f0f0;
    padding: 23px 0;
  }

  /* ヒーローバナー4カラム横幅調整 */

  .layout_hero-bnr-inner {
    width: 960px;
    margin: 0 auto;
  }

  .layout_top-news {
    padding-bottom: 40px;
  }

  .layout_top-news-title {
    font-size: 24px;
    width: 8%;
    color: #549c61;
  }

  .layout_top-news-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-top: 40px;
  }

  .top-news-list {
    width: 73%;
  }

  .top-news-list time {
    font-size: 12px;
    width: 13%;
  }

  .layout_top-news-link {
    width: 15%;
    padding-top: 25px;
  }

  .top-news-list li {
    padding-bottom: 5px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-news-list li a {
    padding-left: 3%;
    width: 80%;
  }
}

@media only screen and (max-width: 779px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  /* ----------------
   VISUAL LAYER
  ---------------- */

  .layout_visual {
    background: no-repeat;
    background: url(../images/mainvisual_sp.svg) no-repeat top right;
  }

  .layout_visual-inner {
    width: 100%;
  }

  .visual-text {
    padding-bottom: 40px;
  }

  /* ----------------
   TOP COPY
  ---------------- */
  .layout_top-copy {
    padding-top: 30px;
    top: auto;
    bottom: 20px;
  }

  .visual-copy {
    font-size: 24px;
    line-height: 1.35;
    margin: 0 20px;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px,
      #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px,
      #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px,
      #fff -2px -1px;
  }

  .visual-text {
    font-size: 14px;
    width: auto;
    margin: 0 20px;
    line-height: 1.6;
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0,
      #fff 1px -1px 0, #fff 0 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  }

  .layout_hero-bnr {
    display: none;
    background-color: #f0f0f0;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  /* ----------------
   TOP NEWS
  ---------------- */
  .layout_top-news {
    margin-bottom: 8px;
  }

  .layout_top-news-inner {
    display: inherit;
  }

  .layout_top-news-title {
    color: #58a466;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 16px;
    padding-left: 15px;
    text-align: left;
  }

  .top-news-list,
  .layout_top-news-link {
    margin: 0 15px;
  }

  .top-news-list {
    padding-top: 8px;
  }

  .top-news-list li {
    width: 100%;
    line-height: 1.5;
  }

  .top-news-list li time {
    font-size: 12px;
    display: block;
  }

  .layout_top-news-link {
    text-align: right;
    padding-bottom: 15px;
  }

  .top-news-list li:nth-of-type(1n + 2) {
    display: none;
  }

  /* ----------------
   TOP REASON
  ---------------- */
  .layout_top-reason {
    padding: 16px 0;
    /* background: url(../images/bg_top_reason.png) repeat-x center; */
    background-size: auto 100%;
  }

  .layout_top-reason h3 {
    font-size: 20px;
    padding: 0;
  }

  .layout_reason-navi {
    width: auto;
    margin: 0;
    overflow: visible;
  }

  .reason-navi-box {
    width: auto;
    padding: 20px;
    float: none;
    border-right: none;
    margin-bottom: 0;
  }

  .reason-navi-box.end {
    width: auto;
    padding: 30px 20px 20px;
    border-bottom: none;
  }

  /* ----------------
   TOP SPEC
  ---------------- */
  .layout_top-spec {
    padding: 30px 0;
    text-align: left;
  }

  .layout_top-spec h3 {
    font-size: 20px;
    padding: 0 0 15px;
  }

  .layout_spec-navi {
    width: auto;
    margin: 0 15px;
    padding: 0;
    border-bottom: 1px solid #818383;
  }

  .layout_spec-navi-box {
    float: none;
    width: auto;
    margin: 0;
    border-right: none;
  }

  .layout_new-mark {
    position: absolute;
    top: 8px;
    right: 9%;
  }

  .layout_new-mark img {
    width: 32px;
  }

  .spec-navi-name {
    width: auto;
    height: auto;
    color: #2d333d;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #818383;
    border-left: 1px solid #818383;
    border-right: 1px solid #818383;
    position: relative;
    padding: 15px 12px 15px 55px;
  }

  .spec-navi-name.spec-sever {
    background: url(../images/img_spec_1.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-network {
    background: url(../images/img_spec_2.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-security {
    background: url(../images/img_spec_3.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-load-balance {
    background: url(../images/img_spec_4.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-ui {
    background: url(../images/img_spec_5.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-access-control {
    background: url(../images/img_spec_6.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-option {
    background: url(../images/img_spec_7.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .spec-navi-name.spec-connection {
    background: url(../images/img_spec_8.png) no-repeat 5px center;
    background-size: auto 35px;
  }

  .layout_spec-navi-box.first .spec-navi-name {
    border-top: none;
  }

  .spec-navi-img,
  .spec-navi-btn,
  .spec-navi-text {
    display: none;
  }

  .layout_top-spec-btn,
  .layout_top-customer-btn {
    text-align: center;
  }

  .layout_top-spec-btn .btn_top-spec a::after,
  .layout_top-customer-btn .btn_top-customer a::after {
    border-top: solid 3px #515963;
    border-right: solid 3px #515963;
  }

  .layout_top-spec-btn .btn_top-spec a,
  .layout_top-customer-btn .btn_top-customer a {
    padding: 18px 30px 18px 25px;
    width: 200px;
    font-size: 15px;
  }

  .layout_top-spec-feature-ws {
    padding-left: 15px;
    padding-right: 15px;
  }

  .layout_top-spec-feature-ws .inner {
    width: 100%;
    height: auto;
  }

  /* ----------------
   TOP COOPERATION
  ---------------- */
  .layout_cooperation-navi {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #818383;
    width: auto;
  }

  .layout_cooperation-navi-wrap {
    width: auto;
    margin: 0 15px;
    padding: 15px 0 0;
  }

  .layout_cooperation-navi-box {
    float: none;
    width: auto;
    margin: 0;
    border-right: none;
  }

  .cooperation-navi-name {
    width: auto;
    height: auto;
    color: #2d333d;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #818383;
    border-left: 1px solid #818383;
    border-right: 1px solid #818383;
    position: relative;
    padding: 15px 12px 15px 15px;
    display: inherit;
  }

  .layout_cooperation-navi-box.first .cooperation-navi-name {
    border-top: none;
  }

  .cooperation-navi-btn,
  .cooperation-navi-text {
    display: none;
  }

  /* ----------------
   TOP CUSTOMER
  ---------------- */
  .layout_top-customer {
    padding: 30px 0;
    border-top: none;
  }

  .layout_top-customer h3 {
    font-size: 20px;
    width: 80%;
    margin: auto;
    line-height: 140%;
  }

  .layout_customer-navi {
    border-right: none;
    border-bottom: none;
  }

  .customer-navi {
    width: auto;
    margin: 0 15px;
    border-top: #a1a1a1 1px solid;
    background: #fff;
  }

  .customer-navi-name {
    display: block;
    width: auto;
    border-left: #a1a1a1 1px solid;
    border-right: #a1a1a1 1px solid;
    border-bottom: #a1a1a1 1px solid;
    cursor: pointer;
    padding: 12px;
    position: relative;
    font-size: 16px;
  }

  .customer-navi-name::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    border-bottom: solid 3px #2d333d;
    border-right: solid 3px #2d333d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }

  .customer-navi-name:hover,
  .customer-navi-name.is-selected {
    color: #579e64;
  }

  .customer-navi-name.is-selected::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 3px #2d333d;
    border-left: solid 3px #2d333d;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
  }

  .customer-navi-content {
    width: auto;
    border-left: #a1a1a1 1px solid;
    border-right: #a1a1a1 1px solid;
    border-bottom: #a1a1a1 1px solid;
    display: none;
    padding: 12px;
  }

  .customer-navi-content p {
    display: inline-block;
    padding: 0 10px 0 0;
  }

  .customer-navi-content p img {
    height: 40px;
    width: auto;
  }

  /* ----------------
   TOP CUSTOMER ADD
  ---------------- */

  .customer-navi-single {
    width: auto;
    margin: 0 15px;
    padding: 10px;
    border: #a1a1a1 1px solid;
    background: #fff;
  }

  .layout_customer-navi {
    width: auto;
    margin: 0 15px;
  }

  .customer-content {
    margin-top: 0;
    padding: 5px;
  }

  .customer-content li {
    width: calc(50% - 30px);
    padding: 10px;
  }

  .customer-content li img {
    max-width: 100%;
  }
}