.localNavArea.fixed {
  z-index: 10;
}

/*------------------------------------------------------
groupmv
-------------------------------------------------------*/
.groupmv {
  margin-top: 5px;
  width: 100%;
  /*height: 350px;*/
  background-image: url(/00000000/service/groupware/images/groupware_mv.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .groupmv {
    height: auto;
    background-position: right;
    background-image:none;
  }
}
.groupmv .gw_bnrs{
  position: absolute;
  top: 0;
  right: 10px;
}
@media only screen and (max-width: 736px) {
  .groupmv .gw_bnrs{
    position: relative;
    margin: 20px auto 0;
    text-align: end;
  }
}

.groupmvInner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 36px;
}
@media only screen and (max-width: 736px) {
  .groupmvInner {
    width: 100%;
    padding: 30px 24px;
  }
}

.groupmvTitle {
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  color: #354187;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .groupmvTitle {
    font-size: 22px;
    line-height: 1.2;
  }
}
.groupmvTitle span {
  margin-right: 20px;
}
@media only screen and (max-width: 736px) {
  .groupmvTitle span:nth-of-type(1) {
    width: 90px;
  }
}

.groupmvCopy {
  /*font-size: 16px;*/
  font-size: 24px;
  font-weight: bold;
  /*margin-top: 28px;*/
  margin-top: 26px;
}
@media only screen and (max-width: 736px) {
  .groupmvCopy {
    font-size: 13px;
    margin-top: 20px;
  }
}

.groupmvBtnWrap {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .groupmvBtnWrap {
    display: block;
    margin-top: 25px;
  }
}

.groupmvBtn {
  height: 82px;
}
@media only screen and (max-width: 736px) {
  .groupmvBtn {
    height: 52px;
  }
}
.groupmvBtn:not(:first-of-type) {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 736px) {
  .groupmvBtn:not(:first-of-type) {
    margin: 10px 0 0 0;
  }
}
.groupmvBtn.-document {
  width: 220px;
}
@media only screen and (max-width: 736px) {
  .groupmvBtn.-document {
    width: 87vw;
  }
}
.groupmvBtn.-document .groupmvBtnItem {
  background-color: #354187;
}
.groupmvBtn.-trial {
  width: 340px;
}
@media only screen and (max-width: 736px) {
  .groupmvBtn.-trial {
    width: 87vw;
  }
}
.groupmvBtn.-trial .groupmvBtnItem {
  background-color: #f07a38;
}

.groupmvBtnItem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 737px) {
  .groupmvBtnItem:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 736px) {
  .groupmvBtnItem {
    font-size: 16px;
  }
}
.groupmvBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 20px;
  top: 36px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .groupmvBtnItem::after {
    right: 12px;
    top: 5.6vw;
  }
}
.groupmvBtnItem small {
  font-size: 0.8em;
  margin-right: 5px;
}

/*------------------------------------------------------
wpdl
-------------------------------------------------------*/
.wpdl {
  width: 100%;
  position: relative;
  padding: 60px 0 0;
}
@media only screen and (max-width: 736px) {
  .wpdl {
    padding: 30px 0 0;
  }
}

.wpdlCard {
  width: 830px;
  background-color: #fff7dc;
  border: solid 1px #354187;
  border-radius: 5px;
  padding: 40px 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 736px) {
  .wpdlCard {
    width: 96%;
    padding: 20px;
    display: block;
    position: relative;
  }
}

.wpdlCardLeft {
  width: 505px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardLeft {
    width: 100%;
  }
}

.wpdlCardRight {
  width: 220px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardRight {
    width: 34%;
    position: absolute;
    top: 10px;
    right: 11px;
  }
}

.wpdlCardTitle {
  font-size: 24px;
  font-weight: bold;
  color: #354187;
}
@media only screen and (max-width: 736px) {
  .wpdlCardTitle {
    font-size: 20px;
    width: 55%;
  }
}
.wpdlCardTitle span {
  display: inline-block;
  padding: 0.3em 1.2em 0.2em;
  background-color: #fff;
  font-size: 16px;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media only screen and (max-width: 736px) {
  .wpdlCardTitle span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.wpdlCardCopy {
  margin-top: 15px;
  font-weight: bold;
  color: #354187;
}
@media only screen and (max-width: 736px) {
  .wpdlCardCopy {
    color: #333;
  }
}

.wpdlCardBtn {
  margin-top: 30px;
  width: 248px;
  height: 50px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtn {
    width: 100%;
    margin-top: 20px;
    width: 66vw;
  }
}

.wpdlCardBtnItem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f07a38;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 737px) {
  .wpdlCardBtnItem:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtnItem {
    justify-content: flex-start;
    font-size: 16px;
    padding-left: 20px;
  }
}
.wpdlCardBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 16px;
  top: 20px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtnItem::after {
    right: 20px;
    top: 5.4vw;
  }
}

/*------------------------------------------------------
pointBox
-------------------------------------------------------*/
.flagNumber {
  z-index: 1;
}

.pointBox .pointBoxInr {
  height: 480px;
}
@media only screen and (max-width: 736px) {
  .pointBox .pointBoxInr {
    height: auto;
    position: relative;
    padding-bottom: 80px;
  }
}

.pointBox .ttlLv3 span {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 736px) {
  .pointBox .ttlLv3 span {
    font-size: 13px;
  }
}

.pointBoxBtn {
  width: 150px;
  height: 36px;
  margin-top: 20px;
}
@media only screen and (max-width: 736px) {
  .pointBoxBtn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

.pointBoxBtnItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border: solid 1px #354187;
  border-radius: 3px;
  color: #354187;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media only screen and (min-width: 737px) {
  .pointBoxBtnItem:hover {
    background-color: #354187;
    color: #fff;
  }
  .pointBoxBtnItem:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.pointBoxBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #354187;
  border-right: solid 2px #354187;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}

/*------------------------------------------------------
comparison
-------------------------------------------------------*/
.comparison {
  width: 100%;
  padding: 60px 0;
  background-color: #fff7dc;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .comparison {
    padding: 10px 0 35px;
  }
}

.comparisonInner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .comparisonInner {
    width: 100%;
  }
}

.comparisonCopy {
  width: 700px;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .comparisonCopy {
    width: 88%;
  }
}

.comparisonCard {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 40px 30px;
}
@media only screen and (max-width: 736px) {
  .comparisonCard {
    padding: 20px;
  }
}
.comparisonCard:not(:first-of-type) {
  margin-top: 20px;
}

.comparisonCardHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .comparisonCardHead {
    display: block;
  }
}

.comparisonCardLeft {
  width: 600px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardLeft {
    width: 100%;
  }
}
.comparisonCardLeft p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 26px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardLeft p {
    margin-top: 18px;
  }
}
.comparisonCardLeft p:not(:first-of-type) {
  margin-top: 1em;
}
.comparisonCardLeft p.caption {
  font-weight: normal;
  font-size: 12px;
}

.comparisonCardTitle {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  border-left: solid 10px #354187;
}
.comparisonCardTitle span {
  display: block;
  font-size: 24px;
  color: #f07a38;
}

.comparisonCardRight {
  width: 300px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardRight {
    width: 100%;
    margin-top: 20px;
  }
}

.comparisonCardBody {
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardBody {
    width: 100%;
    overflow-x: scroll;
  }
  .comparisonCardBody .comparisonCardBodyInner {
    width: 640px;
    height: 255px;
  }
}