@charset "UTF-8";
.lp-telework {
  font-size: 1rem;
  font-weight: 500;
  color: #192342;
  line-height: 1;
}
.lp-telework figure {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .lp-telework .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }
  .lp-telework .a-hover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lp-telework .a-hover:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .lp-telework {
    font-size: 0.8571428571rem;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0) url("../img/telework/arw.svg") no-repeat center center;
  background-size: contain;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 10px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 10px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: -50px;
    -webkit-transform: none;
            transform: none;
  }

  .modaal-gallery-next {
    left: auto;
    right: 0;
  }

  .modaal-gallery-prev {
    left: 0;
    right: auto;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* hero
----------------------------------- */
.lp-telework .hero {
  position: relative;
  margin-bottom: 120px;
  padding: 200px 0 90px;
  background: #e8f7fe url("../img/telework/mv.png") no-repeat right top;
  background-size: 665px auto;
}
.lp-telework .hero::before {
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 43px 0 43px;
  border-color: #e8f7fe transparent transparent transparent;
  content: "";
}
.lp-telework .hero .sub-ttl {
  margin-bottom: 20px;
  display: block;
  width: 350px;
  padding: 5px 0 8px;
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  color: #FFF;
  background: #01abe6;
}
.lp-telework .hero .ttl {
  margin-bottom: 35px;
  font-size: 1.7142857143rem;
  letter-spacing: 0.1em;
}
.lp-telework .hero .txt {
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .lp-telework .hero {
    margin-bottom: 60px;
    padding: 50% 20px 40px;
    background-size: 98% auto;
  }
  .lp-telework .hero::before {
    border-width: 30px 30px 0 30px;
  }
  .lp-telework .hero .sub-ttl {
    margin-bottom: 10px;
    width: auto;
    padding: 5px 0;
    font-size: 0.8571428571rem;
  }
  .lp-telework .hero .ttl {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 1.5714285714rem;
  }
  .lp-telework .hero .txt {
    font-size: 0.8571428571rem;
  }
}

/* ttl
----------------------------------- */
.lp-telework .headline {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.5714285714rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.lp-telework .headline::before {
  margin-bottom: 10px;
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  color: #8ed9f8;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-ttl);
}
@media screen and (max-width: 767px) {
  .lp-telework .headline {
    margin-bottom: 30px;
    font-size: 1.1428571429rem;
  }
  .lp-telework .headline::before {
    font-size: 2.7142857143rem;
  }
}

/* before-after
----------------------------------- */
.lp-telework .before-after .img {
  margin-bottom: 35px;
}
.lp-telework .before-after .img img {
  width: 100%;
}
.lp-telework .before-after .txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp-telework .before-after {
    padding: 0 20px;
  }
  .lp-telework .before-after .img {
    margin-bottom: 20px;
  }
}

/* casestudy
----------------------------------- */
.lp-telework .casestudy {
  margin-top: 100px;
}
.lp-telework .casestudy .wrap {
  position: relative;
}
.lp-telework .casestudy-slider .slide {
  width: 380px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.lp-telework .casestudy-slider .slide .modal-open {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.lp-telework .casestudy-slider .slide .for-modal {
  visibility: hidden;
  pointer-events: none;
}
.lp-telework .casestudy-slider .slide .img-tn {
  width: 100%;
}
.lp-telework .casestudy-slider .no-slider .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-telework .casestudy-slider .no-slider .slide {
  margin: 0 20px;
}
.lp-telework .casestudy .slide-pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-telework .casestudy .slide-pagination .btn {
  margin: 0 4px;
  width: 45px;
  height: 5px;
  background: #c9caca;
  cursor: pointer;
}
.lp-telework .casestudy .slide-pagination .btn.is-active {
  background: #01abe6;
}
.lp-telework .aruaru {
  margin-top: 35px;
}
.lp-telework .aruaru::before {
  display: block;
  padding: 0 15px;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #01abe6;
  content: "あるある…";
}
.lp-telework .aruaru + .aruaru {
  margin-top: 40px;
}
.lp-telework .aruaru .balloon {
  position: relative;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 9px;
  border: solid 2px #192242;
}
.lp-telework .aruaru .balloon::before {
  position: absolute;
  top: -13px;
  right: 60px;
  display: block;
  width: 17px;
  height: 13px;
  background: url("../img/telework/bln_arw.png") no-repeat 0 bottom;
  background-size: 100% 100%;
  content: "";
}
.lp-telework .aruaru .balloon .ttl {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.1em;
}
.lp-telework .aruaru .balloon p {
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
}
.lp-telework .aruaru:nth-of-type(2n)::before {
  text-align: right;
}
.lp-telework .aruaru:nth-of-type(2n) .balloon::before {
  right: auto;
  left: 60px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .lp-telework .casestudy {
    margin-top: 50px;
  }
  .lp-telework .casestudy .wrap {
    padding: 0 20px;
  }
  .lp-telework .casestudy-slider .no-slider .slide-wrap {
    display: block;
  }
  .lp-telework .casestudy-slider .no-slider .slide {
    margin: 20px auto 0;
  }
  .lp-telework .aruaru {
    margin-top: 20px;
  }
  .lp-telework .aruaru::before {
    padding: 0 10px;
    font-size: 1rem;
  }
  .lp-telework .aruaru + .aruaru {
    margin-top: 30px;
  }
  .lp-telework .aruaru .balloon {
    margin-top: 5px;
    padding: 10px 15px;
  }
  .lp-telework .aruaru .balloon::before {
    right: 30px;
  }
  .lp-telework .aruaru .balloon .ttl {
    font-size: 1rem;
  }
  .lp-telework .aruaru:nth-of-type(2n) .balloon::before {
    left: 30px;
  }
}

/* research
----------------------------------- */
.lp-telework .research {
  margin-top: 110px;
}
.lp-telework .research .graph {
  margin: 50px 0;
  padding: 15px 30px;
  background: #e8f7fe;
  border-radius: 17px;
}
.lp-telework .research .graph p {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lp-telework .research .graph .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-telework .research .graph .img {
  display: block;
  width: 229px;
}
.lp-telework .research .graph .img img {
  width: 100%;
}
.lp-telework .research .graph li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
}
.lp-telework .research .graph li::before {
  margin-right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
}
.lp-telework .research .graph li span {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.lp-telework .research .graph li:nth-of-type(1)::before {
  background: #192242;
}
.lp-telework .research .graph li:nth-of-type(2)::before {
  background: #003d7e;
}
.lp-telework .research .graph li:nth-of-type(3)::before {
  background: #0083ca;
}
.lp-telework .research .graph li:nth-of-type(4)::before {
  background: #00b0ca;
}
.lp-telework .research .graph li:nth-of-type(5)::before {
  background: #00c2ff;
}
.lp-telework .research .body-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.lp-telework .research .body-txt p + p {
  margin-top: 1.75em;
}
.lp-telework .research .qs {
  margin-top: 90px;
}
.lp-telework .research .qs .img {
  margin-bottom: 20px;
}
.lp-telework .research .qs .img img {
  width: 100%;
}
.lp-telework .research .qs p {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.lp-telework .research .qs p mark {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #8ed9f8));
  background: linear-gradient(transparent 50%, #8ed9f8 50%);
}
.lp-telework .topics-box {
  position: relative;
  margin-top: 60px;
  padding: 30px 25px 15px;
  border: solid 1px #000;
}
.lp-telework .topics-box .ttl {
  position: absolute;
  top: -12px;
  left: 13px;
  padding: 0 5px 0 10px;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #FFF;
}
.lp-telework .topics-box .ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff08));
  background: linear-gradient(transparent 70%, #ffff08 70%);
}
.lp-telework .topics-box p, .lp-telework .topics-box li {
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.lp-telework .topics-box li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 767px) {
  .lp-telework .research {
    margin-top: 55px;
  }
  .lp-telework .research .wrap {
    padding: 0 20px;
  }
  .lp-telework .research .graph {
    margin: 30px 0;
    padding: 15px;
    border-radius: 14px;
  }
  .lp-telework .research .graph .boxs {
    margin-top: 10px;
    display: block;
  }
  .lp-telework .research .graph .img {
    width: auto;
    text-align: center;
  }
  .lp-telework .research .graph .img img {
    width: 60%;
  }
  .lp-telework .research .graph li {
    margin-top: 10px;
    font-size: 0.7142857143rem;
  }
  .lp-telework .research .graph li::before {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
  .lp-telework .research .qs {
    margin-top: 45px;
  }
  .lp-telework .research .qs .img {
    margin-bottom: 10px;
  }
  .lp-telework .topics-box {
    margin-top: 30px;
    padding: 15px 15px 10px;
  }
  .lp-telework .topics-box .ttl {
    top: -10px;
    left: 10px;
    font-size: 1.1428571429rem;
  }
  .lp-telework .topics-box p, .lp-telework .topics-box li {
    font-size: 1rem;
  }
}

/* for-telework
----------------------------------- */
.lp-telework .for-telework {
  margin-top: 215px;
  padding-bottom: 75px;
}
.lp-telework .for-telework .wrap {
  position: relative;
}
.lp-telework .for-telework .head-pic {
  position: absolute;
  top: -225px;
  right: 0;
  width: 196px;
}
.lp-telework .for-telework .head-pic img {
  width: 100%;
}
.lp-telework .for-telework .body-txt {
  line-height: 1.75;
  font-weight: 400;
}
.lp-telework .for-telework .plus-boxs {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-telework .for-telework .plus-boxs .box {
  width: 310px;
}
.lp-telework .for-telework .plus-boxs .plus {
  display: block;
  width: 52px;
  padding-top: 100px;
}
.lp-telework .for-telework .plus-boxs .plus img {
  width: 100%;
}
.lp-telework .for-telework .plus-boxs .ttl {
  margin-bottom: 25px;
  font-size: 1.2857142857rem;
  letter-spacing: 0.1em;
}
.lp-telework .for-telework .plus-boxs .ttl span {
  position: relative;
}
.lp-telework .for-telework .plus-boxs .ttl span::before {
  position: absolute;
  top: -0.6em;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #01abe6;
  content: "・";
}
.lp-telework .for-telework .plus-boxs .img {
  position: relative;
  margin-bottom: 20px;
}
.lp-telework .for-telework .plus-boxs .img-ph {
  width: 100%;
}
.lp-telework .for-telework .plus-boxs .img-pic {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 58px;
}
@media screen and (max-width: 767px) {
  .lp-telework .for-telework {
    margin-top: 100px;
    padding-bottom: 40px;
  }
  .lp-telework .for-telework .wrap {
    padding: 0 20px;
  }
  .lp-telework .for-telework .head-pic {
    top: -110px;
    width: 120px;
  }
  .lp-telework .for-telework .plus-boxs {
    margin-top: 30px;
    display: block;
  }
  .lp-telework .for-telework .plus-boxs .box {
    width: auto;
  }
  .lp-telework .for-telework .plus-boxs .plus {
    margin: 20px auto 30px;
    padding: 0;
  }
  .lp-telework .for-telework .plus-boxs .ttl {
    margin-bottom: 15px;
    font-size: 1.0714285714rem;
  }
  .lp-telework .for-telework .plus-boxs .img {
    margin-bottom: 10px;
  }
  .lp-telework .for-telework .plus-boxs .img-pic {
    bottom: -15px;
    width: 18%;
  }
}

/* solution
----------------------------------- */
.lp-telework .solution {
  position: relative;
  padding-top: 185px;
  background: #e8f7fe;
}
.lp-telework .solution::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 155px 50vw 0 50vw;
  border-color: #FFF transparent transparent transparent;
  content: "";
}
.lp-telework .solution-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.3571428571rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.75;
  color: #01abe6;
}
.lp-telework .solution .wrap {
  position: relative;
}
.lp-telework .solution .head-pic {
  position: absolute;
  top: -220px;
  left: -87px;
  width: 337px;
}
.lp-telework .solution-lede {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp-telework .solution-lede .txt {
  width: 50%;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lp-telework .solution-lede .img {
  width: 48%;
  text-align: center;
}
.lp-telework .solution-lede .img img {
  width: 236px;
}
@media screen and (max-width: 767px) {
  .lp-telework .solution {
    padding-top: 120px;
  }
  .lp-telework .solution::before {
    border-width: 100px 50vw 0 50vw;
  }
  .lp-telework .solution-ttl {
    margin-bottom: 20px;
    font-size: 1.5714285714rem;
  }
  .lp-telework .solution .wrap {
    padding: 0 20px;
  }
  .lp-telework .solution .head-pic {
    top: -145px;
    left: 0;
    width: 170px;
  }
  .lp-telework .solution-lede {
    display: block;
  }
  .lp-telework .solution-lede .txt {
    width: auto;
  }
  .lp-telework .solution-lede .img {
    margin-top: 20px;
    width: auto;
  }
  .lp-telework .solution-lede .img img {
    width: 60%;
  }
}

/* info
----------------------------------- */
.lp-telework .info {
  margin-top: 110px;
}
.lp-telework .info-ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.4285714286rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lp-telework .info-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-telework .info-boxs .box {
  margin: 0 auto;
  text-align: center;
}
.lp-telework .info-boxs .box:nth-of-type(2n) .txt {
  color: #0083cb;
}
.lp-telework .info-boxs .box:nth-of-type(2n) .txt::before, .lp-telework .info-boxs .box:nth-of-type(2n) .txt::after {
  background: #0083cb;
}
.lp-telework .info-boxs .txt {
  margin: 0 auto 10px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9285714286rem;
  line-height: 1.3846153846;
  font-weight: 700;
  color: #01abe6;
}
.lp-telework .info-boxs .txt::before, .lp-telework .info-boxs .txt::after {
  display: block;
  width: 2px;
  height: 52px;
  background: #01abe6;
  content: "";
}
.lp-telework .info-boxs .txt::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.lp-telework .info-boxs .txt::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.lp-telework .info-boxs .btn img {
  width: 142px;
}
.lp-telework .info-mm {
  margin: 80px auto 0;
  width: 728px;
  padding-bottom: 10px;
  background: #FFF;
}
.lp-telework .info-mm .bnr img {
  display: block;
  width: 100%;
}
.lp-telework .info-mm .notes {
  margin-top: 15px;
  text-align: center;
}
.lp-telework .info-mm .notes a {
  color: #0083cb;
}
@media screen and (max-width: 767px) {
  .lp-telework .info {
    margin-top: 60px;
  }
  .lp-telework .info-ttl {
    margin-bottom: 25px;
    font-size: 1.1428571429rem;
  }
  .lp-telework .info-boxs {
    display: block;
  }
  .lp-telework .info-boxs .box:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .lp-telework .info-boxs .txt {
    margin-bottom: 5px;
    width: 140px;
    font-size: 0.7857142857rem;
  }
  .lp-telework .info-boxs .txt::before, .lp-telework .info-boxs .txt::after {
    height: 50px;
  }
  .lp-telework .info-boxs .btn img {
    width: 40%;
  }
  .lp-telework .info-mm {
    margin: 40px 10px 0;
    width: auto;
  }
  .lp-telework .info-mm .notes {
    padding: 0 10px;
    line-height: 1.4;
    text-align: left;
    font-size: 0.7857142857rem;
  }
}

/* platform
----------------------------------- */
.lp-telework .platform {
  position: relative;
  margin-top: 90px;
  padding-bottom: 135px;
}
.lp-telework .platform-ttl {
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.4285714286rem;
  letter-spacing: 0.1em;
}
.lp-telework .platform .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-telework .platform .list + .list {
  margin-top: 35px;
}
.lp-telework .platform .list + .list li {
  margin: 0;
}
.lp-telework .platform .list li {
  width: 150px;
}
.lp-telework .platform .list li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp-telework .platform .list.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-telework .platform .list.-center li {
    margin: 0 20px;
  }
  .lp-telework .platform .list.-center li:nth-of-type(n+4) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .lp-telework .platform .list.-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp-telework .btn-dl {
  position: absolute;
  right: 50%;
  bottom: -40px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 418px;
  height: 80px;
  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;
  font-size: 1.6428571429rem;
  line-height: 1.0434782609;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
  background: #e77918;
  border: solid 5px #FFF;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 767px) {
  .lp-telework .platform {
    margin-top: 45px;
    padding-bottom: 60px;
  }
  .lp-telework .platform-ttl {
    margin-bottom: 30px;
    font-size: 1.1428571429rem;
    line-height: 1.4;
  }
  .lp-telework .platform .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-telework .platform .list + .list {
    margin-top: 20px;
  }
  .lp-telework .platform .list li {
    width: 47%;
  }
  .lp-telework .platform .list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .lp-telework .btn-dl {
    bottom: -40px;
    width: 85%;
    height: 70px;
    font-size: 1.2857142857rem;
    border-width: 3px;
    border-radius: 35px;
  }
}

/* outline
----------------------------------- */
.lp-telework .outline {
  margin-top: 140px;
  padding-bottom: 50px;
}
.lp-telework .outline-ttl {
  margin-bottom: 7px;
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lp-telework .outline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 20px;
  background: #c9caca;
}
.lp-telework .outline-box li {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
}
.lp-telework .outline-box li em {
  display: inline-block;
  width: 8.5em;
}
.lp-telework .outline-box li span::before {
  content: "：";
}
@media screen and (max-width: 767px) {
  .lp-telework .outline {
    margin-top: 80px;
  }
  .lp-telework .outline .wrap {
    padding: 0 20px;
  }
  .lp-telework .outline-ttl {
    font-size: 1rem;
  }
  .lp-telework .outline-box {
    display: block;
    padding: 15px;
  }
  .lp-telework .outline-box li {
    line-height: 1.4;
  }
  .lp-telework .outline-box li:nth-of-type(n+2) {
    margin-top: 0.6em;
  }
  .lp-telework .outline-box li em {
    display: block;
    width: auto;
  }
  .lp-telework .outline-box li em::after {
    content: "：";
  }
  .lp-telework .outline-box li span {
    display: block;
    padding-left: 1em;
  }
  .lp-telework .outline-box li span::before {
    display: none;
  }
}
