@charset "UTF-8";
/* メディアクエリ　======================================================================================
==================================================================================================*/
img {
  width: 100%;
}

div, p, ul, li, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, span {
  line-height: 1.2;
}

.line1.top, .line2.top, .line3.top {
  border: 1px solid #000000;
  background-color: #000000;
}

.maintop {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=), url(../images/top/top.jpg), radial-gradient(rgba(180, 180, 180, 0.5), rgba(105, 105, 105, 0.1));
  background-repeat: repeat;
  background-blend-mode: overlay;
  background-position: 0px;
  background-size: auto, cover;
  width: calc(100% - 140px);
  margin: 70px 70px 0;
  min-height: 550px;
  position: relative;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .maintop {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=), url(../images/top/top_sp.jpg), radial-gradient(rgba(195, 195, 195, 0.5), rgba(60, 60, 60, 0.6));
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .maintop {
    width: 100%;
    margin: 0;
  }
}

.maintop__copy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  background: #ffffff;
  padding: 35px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 345px;
}

@media screen and (max-width: 320px) {
  .maintop__copy {
    width: 100%;
  }
}

.maintop__copy-img {
  position: relative;
  width: 32%;
  margin-right: 10%;
}

.maintop__copy-img:after {
  position: absolute;
  content: '';
  display: block;
  background: #b4b4b4;
  height: 28px;
  width: 1px;
  right: -22%;
  top: calc(50% - 14px);
}

.maintop__copy-text {
  width: 58%;
  text-align: center;
  font-size: 16px;
  color: #288d2b;
  font-weight: bold;
}

.maintop__news-area {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .maintop__news-area {
    max-width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .maintop__news-area {
    display: none;
  }
}

.maintop__news-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding-right: 20px;
  text-shadow: 1px 1px 3px #808080;
}

.maintop__news-area a p {
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  .maintop__news-area a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.maintop__news-area a:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: ease-out .2s transform, ease-out .14s opacity;
  transition: ease-out .2s transform, ease-out .14s opacity;
}

.maintop__news-area a:hover:before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 1;
}

.maintop__news-area span.date {
  width: 80px;
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  .maintop__news-area span.date {
    margin-right: 10px;
  }
}

.maintop__scroll-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .maintop__scroll-btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .maintop__scroll-btn img {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
            animation: blink 1s ease-in-out infinite alternate;
    width: 22px;
    height: auto;
    margin-bottom: 13px;
  }
  .maintop__scroll-btn p {
    font-size: 10px;
    font-family: "Montserrat";
    font-weight: 100;
    padding-bottom: 20px;
    letter-spacing: 2px;
  }
}

.toptopics {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 70px;
}

@media screen and (max-width: 767px) {
  .toptopics {
    width: 100%;
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toptopics {
    width: 90%;
  }
}

.toptopics__sub-ttl {
  font-family: "Montserrat";
  font-size: 20px;
  color: #288d2b;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 600;
}

.toptopics__main-block {
  width: calc(40% - 10px);
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .toptopics__main-block {
    width: 90%;
    margin: 0 auto;
  }
}

.toptopics__main-link, .toptopics__slide-link {
  display: block;
}

.toptopics__main-link:hover .toptopics__slide-img, .toptopics__main-link:hover .toptopics__main-img, .toptopics__slide-link:hover .toptopics__slide-img, .toptopics__slide-link:hover .toptopics__main-img {
  opacity: 0.8;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.toptopics__main-link:hover .toptopics__main-title, .toptopics__main-link:hover .toptopics__slide-title, .toptopics__slide-link:hover .toptopics__main-title, .toptopics__slide-link:hover .toptopics__slide-title {
  color: #169E78;
}

.toptopics__other-block {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .toptopics__other-block {
    width: calc(80% - 60px);
    margin: auto;
  }
}

@media screen and (max-width: 680px) {
  .toptopics__other-block {
    width: 100%;
  }
}

.toptopics__other-block .slick-prev.slick-arrow {
  position: absolute;
  bottom: -60px;
  right: 0;
  margin: 0;
  left: auto;
  top: auto;
  background: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 767px) {
  .toptopics__other-block .slick-prev.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    right: auto;
    background: #e6e6e6 !important;
    left: -20px;
    width: 62px;
  }
}

@media screen and (max-width: 680px) {
  .toptopics__other-block .slick-prev.slick-arrow {
    width: 44px;
    left: 10px;
  }
}

.toptopics__other-block .slick-arrow.slick-next {
  position: absolute;
  bottom: -60px;
  right: 30px;
  margin: 0;
  left: auto;
  top: auto;
  background: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 767px) {
  .toptopics__other-block .slick-arrow.slick-next {
    left: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    background: #e6e6e6 !important;
    width: 62px;
    position: absolute;
    -webkit-transition: cubic-bezier(0.29, 0.37, 0.3, 2) 0.3s transform;
    transition: cubic-bezier(0.29, 0.37, 0.3, 2) 0.3s transform;
  }
}

@media screen and (max-width: 680px) {
  .toptopics__other-block .slick-arrow.slick-next {
    width: 44px;
    right: 10px;
  }
}

.toptopics__other-block .slick-prev, .toptopics__other-block .slick-next {
  width: 40px;
}

@media screen and (max-width: 680px) {
  .toptopics__other-block .slick-prev, .toptopics__other-block .slick-next {
    width: 44px;
  }
}

.toptopics__other-block .slick-dots {
  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;
  width: 140px;
  left: 10px;
  bottom: -45px;
}

@media screen and (max-width: 767px) {
  .toptopics__other-block .slick-dots {
    width: 380px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -60px;
  }
}

@media screen and (max-width: 569px) {
  .toptopics__other-block .slick-dots {
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .toptopics__other-block .slick-dots {
    width: 90%;
  }
}

.toptopics__other-block .slick-dots li {
  width: 32%;
  height: 25px;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  .toptopics__other-block .slick-dots li {
    height: 40px;
  }
}

.toptopics__other-block .slick-dots li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #288d2b;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
}

.toptopics__other-block .slick-dots li:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.toptopics__other-block .slick-dots li button {
  height: 3px;
  width: 36px;
}

.toptopics__other-block .slick-dots li button:before {
  display: none;
}

.toptopics__other-block .slick-dots li:hover:before, .toptopics__other-block .slick-dots li.slick-active:before {
  left: 0;
}

.toptopics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .toptopics__content {
    display: block;
  }
}

.toptopics__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toptopics__slide-content > ul {
  margin-left: 15px;
}

.toptopics__main-textbox {
  width: 92%;
  padding: 25px 5px 45px 30px;
  border-top: 3px solid #84c350;
  border-bottom: 3px solid #84c350;
  margin-left: auto;
  margin-top: -72px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toptopics__main-textbox {
    margin-top: -32px;
  }
}

@media screen and (max-width: 767px) {
  .toptopics__main-textbox {
    width: 90%;
    padding: 20px 5px 35px 30px;
  }
}

.toptopics__main-category {
  font-size: 12px;
  color: #4cbcb8;
  font-family: "Montserrat";
}

.toptopics__main-title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0 10px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
  .toptopics__main-title {
    font-size: 16px;
    width: 90%;
  }
}

.toptopics__main-subtitle {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2px;
  width: 80%;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .toptopics__main-subtitle {
    width: 90%;
  }
}

.toptopics__main-textbox {
  border-top: 3px solid #84c350;
  border-bottom: 3px solid #84c350;
  background: #ffffff;
}

.toptopics__main-img {
  position: relative;
  z-index: -1;
}

.toptopics__slide-img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 70.31%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .toptopics__slide-top {
    margin: 0px 10px;
  }
}

.toptopics__slide-textbox {
  width: 90%;
  padding: 15px 5px 15px 28px;
  border-top: 3px solid #84c350;
  border-bottom: 3px solid #84c350;
  background: #ffffff;
  margin: -64px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .toptopics__slide-textbox {
    margin: -40px 0 0 auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toptopics__slide-textbox {
    margin: -30px 0 0 auto;
  }
}

.toptopics__slide-category {
  color: #4cbcb8;
  font-family: "Montserrat";
}

.toptopics__slide-bottom {
  margin-top: 7.5%;
}

.toptopics__slide-category {
  font-size: 12px;
  color: #4cbcb8;
  font-family: "Montserrat";
}

.toptopics__slide-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin: 8px 0 4px;
  line-height: 1.4;
  min-height: 38px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toptopics__slide-title {
    min-height: 57px;
    font-size: 12px;
  }
}

.toptopics__slide-subtitle {
  color: #000000;
  font-size: 12px;
  min-height: 28px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toptopics__slide-subtitle {
    min-height: 19px;
    font-size: 11px;
  }
}

.toptopics__slide.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .toptopics__slide.pc {
    display: none;
  }
}

.toptopics__slide.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .toptopics__slide.sp {
    display: block;
    margin: 50px 0;
  }
}

.toptopics .slick-arrow.slick-next:before, .toptopics .slick-arrow.slick-prev:before {
  width: 10px;
  height: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .toptopics .slick-arrow.slick-next:before, .toptopics .slick-arrow.slick-prev:before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}

.topnews {
  background: #f4f4f4;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .topnews {
    padding: 30px 0;
  }
}

.topnews__title {
  font-family: "Montserrat";
  font-size: 20px;
  color: #288d2b;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 25px;
  font-weight: 600;
}

.topnews__content {
  max-width: 840px;
  margin: 0 auto;
  width: 90%;
}

.topnews__buttom {
  margin-top: 25px;
  text-align: center;
}

.topnews__buttom .more_btn {
  color: #169E78;
  background: none;
  margin: 0;
  padding: 25px 100px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  background: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .topnews__buttom .more_btn {
    color: #169E78;
    background: none;
    border-color: #169E78;
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topnews__buttom .more_btn {
    border: 2px solid #169E78;
  }
}

.topnews__buttom .more_btn:before {
  border-top: 2px solid #169E78;
  border-left: 2px solid #169E78;
}

.topnews__buttom .more_btn:after {
  border-right: 2px solid #169E78;
  border-bottom: 2px solid #169E78;
}

.topnews__buttom .more_btn:hover {
  color: #000000;
}

.topleft, .topright {
  position: relative;
}

.topleft__img, .topright__img {
  width: 50%;
}

.topleft__content, .topright__content {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5% 0 2.8%;
}

@media screen and (max-width: 767px) {
  .topleft__content, .topright__content {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topleft__content, .topright__content {
    width: 100%;
  }
}

.topleft__bg, .topright__bg {
  position: absolute;
  background: #09947b;
  height: 100%;
  width: 75%;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .topleft__bg, .topright__bg {
    width: 100%;
  }
}

.topleft__textbox, .topright__textbox {
  width: 43%;
  padding: 0 5% 0 6%;
}

@media screen and (max-width: 767px) {
  .topleft__textbox, .topright__textbox {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topleft__textbox, .topright__textbox {
    padding: 0 1% 0 3%;
  }
}

.topleft__main-img, .topright__main-img {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .topleft__main-img, .topright__main-img {
    width: 90%;
    margin-top: -50px;
  }
}

.topleft__title, .topright__title {
  position: relative;
  display: block;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 600;
  margin: 30px 0 50px;
  letter-spacing: 3px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .topleft__title, .topright__title {
    font-size: 26px;
  }
}

.topleft__title:after, .topright__title:after {
  position: absolute;
  content: '';
  display: block;
  background: #ffffff;
  height: 3px;
  width: 40px;
  left: 0;
  bottom: -25px;
}

@media screen and (max-width: 767px) {
  .topleft__title:after, .topright__title:after {
    left: calc(50% - 20px);
  }
}

.topleft__subtitle, .topright__subtitle {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .topleft__subtitle, .topright__subtitle {
    font-size: 16px;
  }
}

.topleft__text, .topright__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
  width: 97%;
}

.topleft__bottom > .more_btn, .topright__bottom > .more_btn {
  font-size: 14px;
  margin: 25px auto 15px;
  padding: 25px 100px;
  background: url(none);
}

@media screen and (max-width: 767px) {
  .topleft__bottom > .more_btn, .topright__bottom > .more_btn {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topleft__bottom > .more_btn, .topright__bottom > .more_btn {
    border: 2px solid #ffffff;
  }
}

.topcase {
  margin: 65px 0 0;
}

@media screen and (max-width: 767px) {
  .topcase {
    margin: 100px 0 0;
  }
}

.topcase__client-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 30px auto;
  max-width: 960px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topcase__client-list > li {
  margin-right: 10px;
}

.topcase__client-list > li > a {
  display: inline-block;
  border: 1px #169e78 solid;
  color: #169e78;
  padding: 6px 8px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: rgba(255, 255, 255, 0.5);
}

.topcase__client-list > li > a:hover {
  opacity: 0.7;
}

.slick-arrow.slick-next, .slick-arrow.slick-prev {
  background: #f4f4f4 !important;
}

.topright__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.topright__bg {
  left: 0;
  right: auto;
}

.topright__textbox {
  padding: 0 1% 0 3%;
}

.topservice {
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .topservice {
    margin: 100px 0 0;
  }
}

.topservice .topright__bg {
  background: #0a8e51;
}

.topservice__list-title {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 25px;
}

.topservice__list {
  margin-top: 50px;
}

.toprecruit {
  margin-top: 70px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f4f4f4), to(#f4f4f4));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 100%);
  z-index: 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .toprecruit {
    margin: 100px 0 0;
  }
}

.toprecruit .topright {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f4f4f4), to(#f4f4f4));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 100%);
  z-index: -2;
}

.toprecruit .topright__bg {
  background: #84c350;
}

.case_list_block a p {
  font-size: 14px;
}

.case_list_block a p > .casenum {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}

.topabout {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .topabout {
    margin: 100px 0 0;
  }
}

.topabout .topleft__bg {
  background: #0da2a0;
}

span.news_icon .information {
  line-height: 1.4;
}

.top_caselist.service .case_list_block h3 {
  height: auto;
}

.print__top-main {
  display: none;
}

@media screen and (max-width: 330px) {
  .se_br {
    display: block;
  }
}

@media screen and (min-width: 330px) {
  .se_br {
    display: none;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .maintop {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGBIY2BgmMXIAAUAC8UBAxwFFHoAAAAASUVORK5CYII=), url(../images/top/top.jpg), radial-gradient(rgba(80, 80, 80, 0.8), rgba(60, 60, 60, 0.5));
}

_:-ms-lang(x)::-ms-backdrop, .maintop__news-area a {
  text-shadow: 1.3px 1px 1px #666666;
}

.remote_banner {
  font-size: 16px;
  line-height: 140%;
  margin: 40px auto 20px;
  width: 80%;
  max-width: 1080px;
  height: 180px;
  background: no-repeat center center/cover;
  position: relative;
  background-image: url(/images/top/top_remote.jpg);
  margin-top: 72px;
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .remote_banner {
    width: 90%;
  }
}

@media screen and (max-width: 940px) {
  .remote_banner {
    width: 90%;
    margin-top: 40px;
    height: 228px;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner {
    height: 422px;
    background-image: url(/images/remote/index_sp.jpg);
    background-position: 10% 26%;
  }
}

.remote_banner:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.remote_banner_illust {
  width: 150px;
  position: absolute;
  left: 5.5%;
  bottom: -24px;
}

@media screen and (max-width: 1280px) {
  .remote_banner_illust {
    width: 130px;
    left: 3%;
  }
}

@media screen and (max-width: 940px) {
  .remote_banner_illust {
    width: 100px;
    right: 3%;
    left: auto;
    bottom: -4px;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner_illust {
    left: auto;
    right: 8px;
    width: 90px;
    top: 128px;
  }
}

.remote_banner_mainttl {
  width: 216px;
  position: absolute;
  left: 23%;
  top: 42px;
}

@media screen and (max-width: 1280px) {
  .remote_banner_mainttl {
    left: 19%;
    width: 200px;
  }
}

@media screen and (max-width: 940px) {
  .remote_banner_mainttl {
    left: 40px;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner_mainttl {
    width: 220px;
    left: 30px;
    top: 30px;
  }
}

@media screen and (max-width: 360px) {
  .remote_banner_mainttl {
    left: 20px;
  }
}

.remote_banner_text {
  width: 340px;
  position: absolute;
  left: 46%;
  top: calc(50% - 60px);
}

@media screen and (max-width: 1280px) {
  .remote_banner_text {
    left: 44%;
    width: 320px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .remote_banner_text {
    width: 324px;
  }
}

@media screen and (max-width: 940px) {
  .remote_banner_text {
    top: 28px;
    left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner_text {
    left: 30px;
    width: 83%;
    top: 168px;
  }
}

@media screen and (max-width: 360px) {
  .remote_banner_text {
    left: 20px;
    width: 87%;
  }
}

.remote_banner_text_content {
  color: #ffffff;
  margin-top: 14px;
  line-height: 180%;
  font-size: 13px;
}

@media screen and (max-width: 1280px) {
  .remote_banner_text_content {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner_text_content {
    font-size: 14px;
    margin-top: 14px;
  }
}

.remote_banner_text_block {
  overflow: hidden;
  width: 376px;
}

@media screen and (max-width: 767px) {
  .remote_banner_text_block {
    width: auto;
  }
}

.remote_banner_text_feature {
  width: 100px;
  float: left;
}

.remote_banner_text_label {
  color: #008696;
  background-color: #f0ff00;
  padding: 0px 4px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 11px;
  font-weight: bold;
  line-height: 100%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .remote_banner_text_label {
    margin-top: 11px;
    margin-left: 6px;
  }
}

.remote_banner_text_label span {
  font-size: 16px;
  padding: 0 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .remote_banner_text_label span {
    font-size: 16px;
    padding: 0 2px;
  }
}

.remote_banner_btn {
  display: block;
  color: #008696;
  border: 1px solid #008696;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  width: 134px;
  text-align: center;
  padding: 16px 0;
  -webkit-transition: ease-out 0.2s background-color;
  transition: ease-out 0.2s background-color;
  position: absolute;
  right: 5%;
  bottom: 62px;
}

@media screen and (max-width: 1280px) {
  .remote_banner_btn {
    right: 3%;
    width: 120px;
  }
}

@media screen and (max-width: 940px) {
  .remote_banner_btn {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30px;
    padding: 10px 0;
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .remote_banner_btn {
    width: 120px;
    padding: 16px 0;
  }
}

.remote_banner_btn_txt {
  font-family: "Montserrat";
  font-weight: 500;
}

.remote_banner_btn_arrow {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #008696;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 44%;
  left: 7%;
}

@media screen and (max-width: 940px) {
  .remote_banner_btn_arrow {
    left: 12%;
  }
}

.br_569only {
  display: none;
}

@media screen and (max-width: 569px) {
  .br_569only {
    display: block;
  }
}
/*# sourceMappingURL=renewal_home.css.map */