@charset "UTF-8";
.telework_life {
  font-family: "游ゴシック体", "Yu Gothic", "yugothic";
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /*=============================================
#	main
=============================================*/
  /*=============================================
#	balance
=============================================*/
  /*=============================================
#	about
=============================================*/
  /*=============================================
#	img-area
=============================================*/
  /*=============================================
#	support
=============================================*/
  /*=============================================
#	start
=============================================*/
  /*=============================================
#	surfing
=============================================*/
  /*=============================================
#	life
=============================================*/
  /*=============================================
#	work
=============================================*/
  /*=============================================
# off
=============================================*/
  /*=============================================
#	think
=============================================*/
  /*=============================================
#	smile
=============================================*/
}

.telework_life img {
  width: 100%;
  height: auto;
}

.telework_life h2 {
  color: #000;
  letter-spacing: 1px;
}

.telework_life .container {
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (min-width: 880px) {
  .telework_life .container {
    width: 1140px;
  }
}

@media (max-width: 879px) {
  .telework_life .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .telework_life .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.telework_life .sp-only {
  display: none;
}

@media (max-width: 767px) {
  .telework_life .sp-only {
    display: block;
  }
}

.telework_life .main {
  position: relative;
}

.telework_life .main:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 130px;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1e1e1e;
}

@media (max-width: 767px) {
  .telework_life .main:after {
    height: 65px;
    bottom: -27px;
  }
}

.telework_life .main-img img {
  width: 100%;
}

.telework_life .main-title {
  position: absolute;
  bottom: 10.8%;
  right: 13.5%;
  width: 26%;
}

.telework_life .main-text {
  position: absolute;
  bottom: -1%;
  left: 8.3%;
  width: 44%;
}

.telework_life .balance {
  padding: 152px 0 55px;
}

@media (max-width: 767px) {
  .telework_life .balance {
    padding: 60px 0 60px;
  }
}

@media (min-width: 880px) {
  .telework_life .balance .container {
    width: 820px;
  }
}

.telework_life .balance-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .telework_life .balance-area {
    display: block;
    margin-bottom: 60px;
  }
}

.telework_life .balance-img {
  width: 45.3%;
}

@media (max-width: 767px) {
  .telework_life .balance-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.telework_life .balance-text1 {
  font-size: 17px;
  letter-spacing: .1em;
  text-align: justify;
  width: 50%;
}

@media (max-width: 767px) {
  .telework_life .balance-text1 {
    width: 100%;
  }
}

.telework_life .balance-text1 .blue {
  color: #006d68;
}

.telework_life .balance-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  border-top: 1px solid #006d68;
  border-bottom: 1px solid #006d68;
}

@media (max-width: 767px) {
  .telework_life .balance-title {
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 0;
  }
}

.telework_life .balance-text2 {
  padding: 42px 0 70px;
  font-size: 17px;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .telework_life .balance-text2 {
    padding: 30px 0 40px;
  }
}

.telework_life .arrow {
  position: relative;
}

.telework_life .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc( 50% - 46px);
  width: 50px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.telework_life .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc( 50% - 46px);
  width: 50px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
}

.telework_life .about {
  padding-bottom: 83px;
}

@media (max-width: 767px) {
  .telework_life .about {
    padding-bottom: 60px;
  }
}

.telework_life .about .container-m {
  border: 4px dotted #000;
}

@media (min-width: 880px) {
  .telework_life .about .container-m {
    padding: 46px 0 0;
  }
}

@media (max-width: 879px) {
  .telework_life .about .container-m {
    padding-top: 46px;
  }
}

.telework_life .about-area {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .telework_life .about-area {
    display: block;
  }
}

.telework_life .about-item {
  width: 45%;
}

@media (max-width: 767px) {
  .telework_life .about-item {
    width: 100%;
  }
}

.telework_life .about-title {
  padding: 4px 0;
  margin-bottom: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #006d68;
  text-align: center;
}

.telework_life .about-img {
  padding-bottom: 26px;
}

.telework_life .about-text {
  padding: 0 0 50px;
  font-size: 17px;
  letter-spacing: .1em;
  text-align: justify;
}

.telework_life .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.telework_life .img-area img {
  width: 50%;
}

.telework_life .img-area.gray {
  padding-top: 40px;
  background-color: #eeeeee;
}

.telework_life .support {
  padding: 83px 0 0;
}

@media (max-width: 767px) {
  .telework_life .support {
    padding: 60px 0 0;
  }
}

.telework_life .support .container {
  background: #eeeeee;
  padding: 56px 0 64px;
}

@media (max-width: 767px) {
  .telework_life .support .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.telework_life h2.support-title {
  display: table;
  margin: 0 auto;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.24;
  position: relative;
  width: auto;
}

@media (max-width: 767px) {
  .telework_life h2.support-title {
    font-size: 22px;
  }
}

.telework_life h2.support-title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -40px;
  width: 510px;
  height: 66px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
  .telework_life h2.support-title:after {
    width: 130%;
  }
}

.telework_life .support-area1 {
  width: 85%;
  margin: 0 auto;
  padding: 66px 0 35px;
  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;
}

@media (max-width: 767px) {
  .telework_life .support-area1 {
    display: block;
    width: 100%;
    padding: 40px 0 30px;
  }
}

.telework_life .support-area1 .support-item {
  width: 45%;
  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;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .telework_life .support-area1 .support-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.telework_life .support-area1 .support-item-title {
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #006d68;
  border-radius: 50%;
}

.telework_life .support-area1 .support-item-text {
  width: calc(100% - 105px - 14px);
  font-size: 17px;
  letter-spacing: .1em;
  text-align: justify;
}

.telework_life .support-area2 {
  width: 85%;
  margin: 0 auto;
  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;
}

@media (max-width: 767px) {
  .telework_life .support-area2 {
    display: block;
    width: 100%;
  }
}

.telework_life .support-area2 .support-item {
  width: 45%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #000;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .support-area2 .support-item {
    width: 100%;
  }
}

.telework_life .support-area2 .support-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 9;
}

.telework_life .support-area2 .support-item:hover {
  opacity: .7;
}

.telework_life .support-area2 .support-item a {
  color: #000;
  display: block;
  padding: 24px;
  position: relative;
  z-index: 10;
}

.telework_life .support-area2 .support-item-title {
  font-family: a-otf-ryumin-pr6n;
  text-align: center;
  margin-bottom: 10px;
  color: #006d68;
}

@media (min-width: 880px) {
  .telework_life .support-area2 .support-item-title {
    font-size: 24px;
  }
}

@media (max-width: 879px) {
  .telework_life .support-area2 .support-item-title {
    font-size: 18px;
  }
}

.telework_life .support-area2 .support-item-text {
  font-size: 17px;
  letter-spacing: .1em;
  color: #006d68;
}

.telework_life .start {
  padding: 60px 0 112px;
}

@media (max-width: 767px) {
  .telework_life .start {
    padding-bottom: 60px;
  }
}

.telework_life .start-text {
  font-size: 38px;
  text-align: center;
  color: #006d68;
  font-family: a-otf-ryumin-pr6n;
}

@media (max-width: 767px) {
  .telework_life .start-text {
    font-size: 26px;
  }
}

.telework_life .surfing {
  padding-bottom: 124px;
}

@media (max-width: 767px) {
  .telework_life .surfing {
    padding-bottom: 60px;
  }
}

.telework_life .surfing .container-s {
  margin: 0 auto;
  width: 85%;
}

@media (max-width: 767px) {
  .telework_life .surfing .container-s {
    width: 100%;
  }
}

.telework_life .surfing-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #006d68;
  border-bottom: 1px solid #006d68;
  line-height: 1.2162;
  padding: 14px 0;
}

@media (max-width: 767px) {
  .telework_life .surfing-title {
    font-size: 18px;
  }
}

.telework_life .surfing-text {
  padding: 60px 0 40px;
  font-size: 17px;
  letter-spacing: .1em;
  color: #000;
}

@media (max-width: 767px) {
  .telework_life .surfing-text {
    padding: 30px 0;
  }
}

.telework_life .surfing-img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .telework_life .surfing-img-area {
    display: block;
  }
}

.telework_life .surfing-img-area img {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .telework_life .surfing-img-area img {
    width: 100%;
  }
}

.telework_life .life {
  padding-bottom: 82px;
}

.telework_life .life .container-s {
  margin: 0 auto;
  width: 85%;
}

@media (max-width: 767px) {
  .telework_life .life .container-s {
    width: 100%;
  }
}

.telework_life .life-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #006d68;
  border-bottom: 1px solid #006d68;
  line-height: 66px;
}

@media (max-width: 767px) {
  .telework_life .life-title {
    font-size: 18px;
  }
}

.telework_life .life-area1 {
  width: 80%;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .life-area1 {
    width: 100%;
  }
}

.telework_life .life-area1::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/telework_life/triangle.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .life-area1::before {
    width: 430px;
    height: 430px;
    bottom: -260px;
  }
}

@media (max-width: 879px) {
  .telework_life .life-area1::before {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }
}

.telework_life .life-item {
  width: 40%;
  position: relative;
}

.telework_life .life-item-img {
  border-radius: 50%;
  overflow: hidden;
}

.telework_life .life-item-title {
  width: 133px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  background: #006d68;
  border-radius: 10px;
  font-family: a-otf-ryumin-pr6n;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .telework_life .life-item-title {
    line-height: 30px;
    width: 80px;
    font-size: 16px;
  }
}

.telework_life .life-area2 {
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 767px) {
  .telework_life .life-area2 {
    width: 100%;
  }
}

.telework_life .life-item3 {
  margin: -14px auto 0;
}

.telework_life .life-text {
  font-size: 17px;
  padding: 55px 0 0;
  text-align: justify;
}

.telework_life .work {
  padding: 120px 0 60px;
}

.telework_life .work .container {
  padding-bottom: 126px;
}

@media (max-width: 767px) {
  .telework_life .work .container {
    padding-bottom: 60px;
  }
}

.telework_life .work .arrow {
  margin: 66px 0 0;
}

@media (max-width: 767px) {
  .telework_life .work .arrow {
    margin-top: 40px;
  }
}

.telework_life .work-subtitle {
  display: table;
  margin: 0 auto;
  padding: 0 200px;
  font-size: 22px;
  text-align: center;
  line-height: 48px;
  color: #006d68;
  border: 1px solid #006d68;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .work-subtitle {
    display: block;
    padding: 0;
  }
}

.telework_life .work-subtitle:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 24px;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/telework_life/13.png) no-repeat;
  background-size: cover;
}

.telework_life .work-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .telework_life .work-title {
    font-size: 22px;
    padding-top: 20px;
  }
}

.telework_life .work-title .blue {
  color: #006d68;
}

.telework_life .work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .telework_life .work-item {
    display: block;
  }
}

.telework_life .work-item .work-text-area:before {
  position: absolute;
  content: "";
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(2n) .work-text-area:before {
    top: 16%;
    left: 10%;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(2n) .work-text-area:before {
    top: 10%;
    left: 5%;
  }
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(2n) .work-text-area .work-text {
    margin: auto 40px 133px auto;
    width: 50%;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(2n) .work-text-area .work-text {
    margin: auto 40px 40px auto;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .telework_life .work-item:nth-child(2n) .work-text-area .work-text {
    width: 90%;
    margin: 80px auto 30px;
  }
}

.telework_life .work-item:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(2n-1) .work-text-area:before {
    bottom: 16%;
    right: 10%;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(2n-1) .work-text-area:before {
    bottom: 6%;
    right: 5%;
  }
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(2n-1) .work-text-area .work-text {
    width: 50%;
    margin: 133px auto auto 40px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(2n-1) .work-text-area .work-text {
    width: 70%;
    margin: 40px auto auto 40px;
  }
}

@media (max-width: 767px) {
  .telework_life .work-item:nth-child(2n-1) .work-text-area .work-text {
    width: 90%;
    margin: 30px auto 80px;
  }
}

.telework_life .work-item:nth-child(2) .work-text-area {
  background: #eeeeee;
}

.telework_life .work-item:nth-child(2) .work-text-area:before {
  background: url(../img/telework_life/Living_tipe.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(2) .work-text-area:before {
    width: 280px;
    height: 120px;
  }
}

@media (max-width: 1300px) {
  .telework_life .work-item:nth-child(2) .work-text-area:before {
    width: 210px;
    height: 90px;
  }
}

@media (max-width: 1100px) {
  .telework_life .work-item:nth-child(2) .work-text-area:before {
    width: 154px;
    height: 56px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(2) .work-text-area:before {
    width: 140px;
    height: 78px;
  }
}

.telework_life .work-item:nth-child(3) {
  color: #fff;
}

.telework_life .work-item:nth-child(3) .work-text-area {
  background: #006d68;
}

.telework_life .work-item:nth-child(3) .work-text-area:before {
  background: url(../img/telework_life/Bedroom_tipe.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(3) .work-text-area:before {
    width: 306px;
    height: 120px;
  }
}

@media (max-width: 1300px) {
  .telework_life .work-item:nth-child(3) .work-text-area:before {
    width: 230px;
    height: 90px;
  }
}

@media (max-width: 1100px) {
  .telework_life .work-item:nth-child(3) .work-text-area:before {
    width: 168px;
    height: 66px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(3) .work-text-area:before {
    width: 153px;
    height: 60px;
  }
}

.telework_life .work-item:nth-child(4) {
  color: #fff;
}

.telework_life .work-item:nth-child(4) .work-text-area {
  background: #006d68;
}

.telework_life .work-item:nth-child(4) .work-text-area:before {
  background: url(../img/telework_life/Open_tipe.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(4) .work-text-area:before {
    width: 280px;
    height: 120px;
  }
}

@media (max-width: 1300px) {
  .telework_life .work-item:nth-child(4) .work-text-area:before {
    width: 230px;
    height: 90px;
  }
}

@media (max-width: 1100px) {
  .telework_life .work-item:nth-child(4) .work-text-area:before {
    width: 168px;
    height: 66px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(4) .work-text-area:before {
    width: 140px;
    height: 60px;
  }
}

.telework_life .work-item:nth-child(5) .work-text-area {
  background: #eeeeee;
}

.telework_life .work-item:nth-child(5) .work-text-area:before {
  background: url(../img/telework_life/Private_tipe.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .work-item:nth-child(5) .work-text-area:before {
    width: 280px;
    height: 120px;
  }
}

@media (max-width: 1300px) {
  .telework_life .work-item:nth-child(5) .work-text-area:before {
    width: 210px;
    height: 90px;
  }
}

@media (max-width: 1100px) {
  .telework_life .work-item:nth-child(5) .work-text-area:before {
    width: 154px;
    height: 56px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item:nth-child(5) .work-text-area:before {
    width: 140px;
    height: 60px;
  }
}

.telework_life .work-text-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .work-text-area {
    width: 100%;
  }
}

.telework_life .work-img {
  width: 50%;
}

@media (max-width: 767px) {
  .telework_life .work-img {
    width: 100%;
  }
}

.telework_life .work-item-title {
  font-family: a-otf-ryumin-pr6n;
  text-align-last: justify;
}

@media (min-width: 880px) {
  .telework_life .work-item-title {
    font-size: 33px;
    margin-bottom: 36px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.telework_life .work-lead {
  letter-spacing: .1em;
  text-align: justify;
}

@media (min-width: 880px) {
  .telework_life .work-lead {
    font-size: 17px;
  }
}

@media (max-width: 879px) {
  .telework_life .work-lead {
    font-size: 14px;
  }
}

.telework_life .off {
  padding: 120px 0 0;
}

.telework_life .off .container {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .telework_life .off .container {
    padding-bottom: 60px;
  }
}

.telework_life .off .arrow {
  margin: 66px 0 0;
}

@media (max-width: 767px) {
  .telework_life .off .arrow {
    margin-top: 40px;
  }
}

.telework_life .off-subtitle {
  display: table;
  margin: 0 auto;
  padding: 0 200px;
  font-size: 22px;
  text-align: center;
  line-height: 48px;
  color: #006d68;
  border: 1px solid #006d68;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .off-subtitle {
    padding: 0;
    display: block;
  }
}

.telework_life .off-subtitle:before {
  position: absolute;
  content: "";
  width: 86px;
  height: 24px;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/telework_life/13.png) no-repeat;
  background-size: cover;
}

.telework_life .off-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .telework_life .off-title {
    font-size: 22px;
    padding-top: 20px;
  }
}

.telework_life .off-title .blue {
  color: #006d68;
}

.telework_life .off-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .telework_life .off-item {
    display: block;
  }
}

.telework_life .off-item .off-text-area:before {
  position: absolute;
  content: "";
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(2n) .off-text-area:before {
    top: 16%;
    left: 10%;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(2n) .off-text-area:before {
    top: 5%;
    left: 5%;
  }
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(2n) .off-text-area .off-text {
    width: 50%;
    margin: auto 40px 53px auto;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(2n) .off-text-area .off-text {
    width: 70%;
    margin: auto 40px 20px auto;
  }
}

@media (max-width: 767px) {
  .telework_life .off-item:nth-child(2n) .off-text-area .off-text {
    width: 90%;
    margin: 80px auto 30px;
  }
}

.telework_life .off-item:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(2n-1) .off-text-area:before {
    bottom: 16%;
    right: 10%;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(2n-1) .off-text-area:before {
    bottom: 8%;
    right: 5%;
  }
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(2n-1) .off-text-area .off-text {
    width: 50%;
    margin: 53px auto auto 40px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(2n-1) .off-text-area .off-text {
    width: 70%;
    margin: 20px auto auto 40px;
  }
}

@media (max-width: 767px) {
  .telework_life .off-item:nth-child(2n-1) .off-text-area .off-text {
    width: 90%;
    margin: 30px auto 80px;
  }
}

.telework_life .off-item:nth-child(2) .off-text-area {
  background: #eeeeee;
}

.telework_life .off-item:nth-child(2) .off-text-area:before {
  background: url(../img/telework_life/Terrace.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(2) .off-text-area:before {
    width: 230px;
    height: 80px;
  }
}

@media (max-width: 1300px) {
  .telework_life .off-item:nth-child(2) .off-text-area:before {
    width: 173px;
    height: 60px;
  }
}

@media (max-width: 1100px) {
  .telework_life .off-item:nth-child(2) .off-text-area:before {
    width: 127px;
    height: 44px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(2) .off-text-area:before {
    width: 115px;
    height: 40px;
  }
}

.telework_life .off-item:nth-child(3) {
  color: #fff;
}

.telework_life .off-item:nth-child(3) .off-text-area {
  background: #006d68;
}

.telework_life .off-item:nth-child(3) .off-text-area:before {
  background: url(../img/telework_life/Camp.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(3) .off-text-area:before {
    width: 162px;
    height: 75px;
  }
}

@media (max-width: 1300px) {
  .telework_life .off-item:nth-child(3) .off-text-area:before {
    width: 120px;
    height: 50px;
  }
}

@media (max-width: 1100px) {
  .telework_life .off-item:nth-child(3) .off-text-area:before {
    width: 88px;
    height: 36px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(3) .off-text-area:before {
    width: 80px;
    height: 33px;
  }
}

.telework_life .off-item:nth-child(4) {
  color: #fff;
}

.telework_life .off-item:nth-child(4) .off-text-area {
  background: #006d68;
}

.telework_life .off-item:nth-child(4) .off-text-area:before {
  background: url(../img/telework_life/Surfing.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(4) .off-text-area:before {
    width: 280px;
    height: 120px;
  }
}

@media (max-width: 1400px) {
  .telework_life .off-item:nth-child(4) .off-text-area:before {
    width: 210px;
    height: 90px;
  }
}

@media (max-width: 1200px) {
  .telework_life .off-item:nth-child(4) .off-text-area:before {
    width: 154px;
    height: 56px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(4) .off-text-area:before {
    width: 140px;
    height: 60px;
  }
}

.telework_life .off-item:nth-child(5) {
  color: #fff;
}

.telework_life .off-item:nth-child(5) .off-text-area {
  background: #006d68;
}

.telework_life .off-item:nth-child(5) .off-text-area:before {
  background: url(../img/telework_life/Wood-burning_stove.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(5) .off-text-area:before {
    width: 358px;
    height: 120px;
  }
}

@media (max-width: 1300px) {
  .telework_life .off-item:nth-child(5) .off-text-area:before {
    width: 179px;
    height: 60px;
  }
}

@media (max-width: 1100px) {
  .telework_life .off-item:nth-child(5) .off-text-area:before {
    width: 143px;
    height: 48px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(5) .off-text-area:before {
    width: 179px;
    height: 60px;
  }
}

.telework_life .off-item:nth-child(6) .off-text-area {
  background: #eeeeee;
}

.telework_life .off-item:nth-child(6) .off-text-area:before {
  background: url(../img/telework_life/Training.png) no-repeat;
  background-size: cover;
}

@media (min-width: 880px) {
  .telework_life .off-item:nth-child(6) .off-text-area:before {
    width: 230px;
    height: 80px;
  }
}

@media (max-width: 1300px) {
  .telework_life .off-item:nth-child(6) .off-text-area:before {
    width: 173px;
    height: 60px;
  }
}

@media (max-width: 1100px) {
  .telework_life .off-item:nth-child(6) .off-text-area:before {
    width: 126px;
    height: 44px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-item:nth-child(6) .off-text-area:before {
    width: 115px;
    height: 40px;
  }
}

.telework_life .off-text-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 767px) {
  .telework_life .off-text-area {
    width: 100%;
  }
}

.telework_life .off-img {
  width: 50%;
}

@media (max-width: 767px) {
  .telework_life .off-img {
    width: 100%;
  }
}

.telework_life .off-item-title {
  font-size: 33px;
  font-family: a-otf-ryumin-pr6n;
  text-align-last: justify;
  margin-bottom: 36px;
}

.telework_life .off-lead {
  text-align: justify;
}

@media (min-width: 880px) {
  .telework_life .off-lead {
    letter-spacing: .1em;
    font-size: 17px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-lead {
    font-size: 14px;
  }
}

.telework_life .off-detail-btn {
  background: #fff;
  border: 1px solid #000;
  position: relative;
  text-align: center;
}

@media (min-width: 880px) {
  .telework_life .off-detail-btn {
    margin-top: 40px;
  }
}

@media (max-width: 879px) {
  .telework_life .off-detail-btn {
    margin-top: 10px;
  }
}

.telework_life .off-detail-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 9;
}

.telework_life .off-detail-btn a {
  font-size: 16px;
  color: #006d68;
  display: block;
  position: relative;
  z-index: 10;
}

@media (min-width: 880px) {
  .telework_life .off-detail-btn a {
    padding: 20px 0;
  }
}

@media (max-width: 879px) {
  .telework_life .off-detail-btn a {
    padding: 10px 0;
  }
}

.telework_life .caution {
  font-size: 17px;
  margin: 32px 0 0 15%;
}

@media (max-width: 879px) {
  .telework_life .caution {
    margin-left: 8%;
  }
}

@media (max-width: 767px) {
  .telework_life .caution {
    margin: 0;
  }
}

.telework_life .gray-area {
  background: #eeeeee;
  height: 63px;
}

.telework_life .think {
  padding: 65px 0 75px;
}

.telework_life .think .arrow {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .telework_life .think .arrow {
    margin-top: 60px;
  }
}

.telework_life .think-title {
  text-align: center;
  line-height: 1.4563;
  color: #006d68;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: a-otf-ryumin-pr6n;
  margin-bottom: 75px;
  letter-spacing: .1em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 880px) {
  .telework_life .think-title {
    font-size: 62px;
  }
}

@media (max-width: 879px) {
  .telework_life .think-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .telework_life .think-title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.telework_life .think-text {
  font-size: 17px;
  letter-spacing: .1em;
  margin: 0 auto;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 880px) {
  .telework_life .think-text {
    width: 820px;
  }
}

.telework_life .smile {
  padding-top: 32px;
  background: #fdfaf5;
}

@media (max-width: 767px) {
  .telework_life .smile {
    padding-bottom: 30px;
  }
}

.telework_life .smile-title {
  font-size: 20px;
  text-align: center;
  font-family: a-otf-ryumin-pr6n;
}

.telework_life .smile-logo {
  width: 36.8%;
  margin: 18px auto 20px;
}

@media (max-width: 767px) {
  .telework_life .smile-logo {
    width: 60%;
  }
}

.telework_life .smile-link-area {
  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;
  margin: 0 auto;
}

@media (min-width: 880px) {
  .telework_life .smile-link-area {
    width: 1110px;
  }
}

@media (max-width: 879px) {
  .telework_life .smile-link-area {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .telework_life .smile-link-area {
    display: block;
  }
}

.telework_life .smile-link-img {
  margin-bottom: 32px;
  width: 31.6%;
}

@media (max-width: 767px) {
  .telework_life .smile-link-img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.telework_life .main {
  position: -webkit-sticky;
  position: sticky;
}

@media (max-width: 767px) {
  .telework_life .main {
    padding-top: 77px;
  }
}

.telework_life .mgl {
  margin-left: 5%;
}
/*# sourceMappingURL=telework_life.css.map */