@charset "UTF-8";
.service .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
a.hov-action{
    transition: 0.3s;
}
a.hov-action:hover{
    opacity: 0.7;
}
@media (max-width: 720px) {
  .service .inner {
    max-width: none;
    padding: 0 5.56%;
    width: auto;
  }
}
.service .innerService {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 720px) {
  .service .innerService {
    max-width: none;
    padding: 0 5.56%;
    width: auto;
  }
}
.service .cover {
  padding-bottom: 86px;
  margin-top: -4px;
}

@media (max-width: 720px) {
  .service .cover {
    padding-bottom: 60px;
  }
  .service .cover.maintenance {
    padding-bottom: 30px;
  }
}
.service .cover .img {
  width: 100%;
}

.service .cover .img img {
  vertical-align: bottom;
  width: 100%;
}

.service .cover .content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -121px;
  padding: 55px 60px 0 50px;
  position: relative;
}

@media (max-width: 720px) {
  .service .cover .content {
    margin: 0 auto;
    margin-top: -31px;
    padding: 30px 1.5626% 0 1.5626%;
    width: 88.88%;
  }
}

.service .cover .content .tit {
    color: #28803C;
    font-size: 3.4rem;
    font-family: ff-ernestine-pro;
    text-align: left;
    position: relative;
    margin-bottom: 24px;
}

@media (max-width: 720px) {
  .service .cover .content .tit {
      font-size: 2.8rem;
      text-align: center;
  }
}

.service .cover .content .ttl {
  color: #28803c;
  font-size: 4.5rem;
  font-family: ff-ernestine-pro;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .cover .content .ttl {
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin-bottom: 6px;
  }
}
.service .cover .content .subttl {
  color: #646464;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-bottom: 74px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .cover .content .subttl {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    margin-bottom: 50px;
  }
}
.service .cover .content .note {
  color: #646464;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1;
  margin-bottom: 63px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .cover .content .note {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}
.service .cover .content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 720px) {
  .service .cover .content .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*
.service .cover .content .in:nth-child(2) {
  margin-top: 60px;
}
@media (max-width: 720px) {
  .service .cover .content .in:nth-child(2) {
    margin-top: 55px;
  }
}
*/

.service .cover .content .in:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 720px) {
  .service .cover .content .in:nth-child(n+2) {
    margin-top: 55px;
  }
}


.service .carport .content .in:nth-child(2) {
  margin-top: 47px;
}
@media (max-width: 720px) {
  .service .carport .content .in:nth-child(2) {
    margin-top: 45px;
  }
}

.service .carport .content .in:nth-child(n+3) {
  margin-top: 55px;
}

@media (max-width: 720px) {
  .service .cover .content .in.add_in {
    margin-top: 85px;
  }
}


.service .cover .content .in .desc {
  width: 485px;
}

@media (max-width: 720px) {
  .service .cover .content .in .desc {
    width: 100%;
  }
}
.service .cover .content .in .desc .ttl {
  color: #646464;
  font-size: 2.2rem;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: 1.1px;
  margin-bottom: 17px;
  margin-top: -6px;
  padding-left: 30px;
  text-align: left;
  position: relative;
}

@media (max-width: 720px) {
  .service .cover .content .in .desc .ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2.6rem;
    margin-bottom: 14px;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
}
.service .cover .content .in .desc .ttl:before {
  content: "";
  background: url(../img/service/decor_right.png);
  background-size: cover;
  height: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 18px;
}

@media (max-width: 720px) {
  .service .cover .content .in .desc .ttl:before {
    height: 14px;
    width: 16px;
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.service .cover .content .in .desc .txt {
  color: #646464;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: justify;
}

@media (max-width: 720px) {
  .service .cover .content .in .desc .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 0;
  }
}
.service .cover .content .in .img {
  margin-left: 55px;
  width: 450px;
}

@media (max-width: 720px) {
  .service .cover .content .in .img {
    margin: 26.5px 0 0 0;
    width: 100%;
  }
}
.service .cover .content .in .img img {
  width: 100%;
}

.service .cover .content .in .img .img_name {
  font-size: 1.4rem;
  margin-top: 4px;
  display: block;
}

@media (max-width: 720px) {
  .service .cover .content .in .img .img_name {
    line-height: 1;
    margin-top: 8px;
  }
}

.service .intro {
  background: #f2f1e7;
  margin-top: -3px;
  padding-bottom: 73px;
}

@media (max-width: 720px) {
  .service .intro {
    padding-bottom: 35px;
  }
}
.service .intro .content {
  margin-top: -306px;
  position: relative;
  z-index: 2;
}

@media (max-width: 720px) {
  .service .intro .content {
    margin-top: -123px;
  }
}

/*--------------------
20.08-31_タイトル周り
--------------------*/
.service .intro .content > div {
  background-color: #FFF;
  padding-bottom: 80px;
}

@media (max-width: 720px) {
  .service .intro .content > div {
    padding-bottom: 40px;
  }
}

.service .intro .content .ttl_area {
    padding: 72px 0 62px 0;
}

@media (max-width: 720px) {
  .service .intro .content .ttl_area {
      padding: 36px 0 20px 0;
  }
}

.service .intro .content .ttl_area .ttl {
  font-size: 2.6rem;
  letter-spacing: .1em;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 720px) {
  .service .intro .content .ttl_area .ttl {
    font-size: 1.7rem;
  }
}

.service .intro .content .ttl_area .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: center;
  margin-top: 26px;
}


@media (max-width: 720px) {
  .service .intro .content .ttl_area .txt {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    font-feature-settings: "palt";
 }
}


/* 20.08-31_タイトル周り end */

.service .intro .content .in_wrap {
  border: 1px solid #28803C;
  width: calc(100% - 98px);
  margin: 9px auto 0;
  padding-bottom: 42px;
}

@media (max-width: 720px) {
  .service .intro .content .in_wrap {
    border: 1px solid #28803C;
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding: 0 0 20px;
    margin: 0 auto;
  }
}

.service .intro .content .img {
  width: 100%;
}

.service .intro .content .img img {
  width: 100%;
}

.service .intro .content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 0 0;
}

@media (max-width: 720px) {
  .service .intro .content .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 5.9% 25px 5.9%;
  }
}
.service .intro .content .in .desc {
  margin-left: 52px;
  width: calc( 100% - 466px);
}

@media (max-width: 720px) {
  .service .intro .content .in .desc {
    margin-left: 0;
    width: 100%;
  }
}
.service .intro .content .in .desc .ttl {
  font-family: ff-ernestine-pro;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: .08em;
  margin-top: -5px;
  color: #28803C;
}

@media (max-width: 720px) {
  .service .intro .content .in .desc .ttl {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -0.2px;
    margin-top: 0;
    text-align: center;
  }
}

.service .intro .content .in .desc .s_ttl {
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: .05em;
  margin-top: 33px;
  text-align: justify;
}

@media (max-width: 720px) {
  .service .intro .content .in .desc .s_ttl {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 22px 0 36px 0;
  }
}

.service .intro .content .in .desc .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 33px;
  text-align: justify;
  padding-right: 63px;
}

@media (max-width: 720px) {
  .service .intro .content .in .desc .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 22px 0 36px 0;
    padding-right: 0;
  }
}
.service .intro .content .in .img {
  width: 414px;
  /*min-height: 520px;*/
  position: relative;
}

@media (max-width: 720px) {
  .service .intro .content .in .img {
    width: 100%;
    min-height: auto;
  }
}

.service .intro .content .in .img .img_list {
  position: absolute;
}

@media (max-width: 720px) {
  .service .intro .content .in .img .img_list {
    position: relative;
  }
}

.service .intro .content .in .img .img_list:first-child {
  width: 26rem;
  height: 20rem;
  top: 22.9rem;
  left: 0;
  z-index: 2;
}

@media (max-width: 720px) {
  .service .intro .content .in .img .img_list:first-child {
    width: 100%;
    height: auto;
  }
}

.service .intro .content .in .img .img_list:nth-child(2) {
  width: 36rem;
  height: 25rem;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 720px) {
  .service .intro .content .in .img .img_list:nth-child(2) {
    width: 100%;
    height: auto;
  }
}

.service .intro .content .in .img img {
  width: 100%;
}




.service .intro .content .cheers_box {
  width: 900px;
  margin: 11px auto 0;
  text-align: center;
  border-top: 1px solid #B9B9AF;
  padding-top: 50px;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box {
    width: 100%;
    margin: 11px auto 0;
    padding-top: 20px;
  }
}

.service .intro .content .cheers_box .ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .05em;
  position: relative;
}
.service .intro .content .cheers_box .ttl.add {
  margin-top: 45px;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .ttl {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .service .intro .content .cheers_box .ttl.add {
    margin-top: 20px;
  }
}

.service .intro .content .cheers_box .ttl:before {
  background: url(../common/img/decor.png);
  background-size: cover;
  content: "";
  height: 17px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: auto;
  margin-left: -302px;
  margin-top: 1px;
  width: 15px;
  bottom: 0;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .ttl:before {
    height: 14px;
    left: 50%;
    top: -25px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 15px;
  }
}

.service .intro .content .cheers_box .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .detail_box {
    margin-top: 0;
    flex-wrap: wrap;
  }
}


.service .intro .content .cheers_box .detail_box .detail {
  position: relative;
  width: 247px;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .detail_box .detail {
    margin: 20px auto 0;
  }
}

.service .intro .content .cheers_box .detail_box .detail .txt {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #28803C;
  font-weight: bold;
}

.service .intro .content .cheers_box .detail_box .detail:before {
  background: #28803C;
  content: "";
  display: block;
  width: 6.2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -0.63rem;
  transform: translate(0, -50%) rotate(60deg);
}
.service .intro .content .cheers_box .detail_box .detail:after {
  background: #28803C;
  content: "";
  display: block;
  width: 6.2rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -0.63rem;
  transform: translate(0, -50%) rotate(-60deg);
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .detail_box .detail:before {
    width: 2.4rem;
    height: 1px;
    left: -0.24rem;
  }
  .service .intro .content .cheers_box .detail_box .detail:after {
    width: 2.4rem;
    height: 1px;
    right: -0.22rem;
  }
}

.service .intro .content .cheers_box .txt_box {
  margin-top: 45px;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .txt_box {
    margin-top: 20px;
  }
}

.service .intro .content .cheers_box .txt_box .txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 720px) {
  .service .intro .content .cheers_box .txt_box .txt {
    font-size: 1.4rem;
    padding: 0 10px;
    text-align: left;
  }
}





.service .movie {
  background: url(../img/service/movie_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  padding: 80px 0 90px;
  margin-top: -3px;
  position: relative;
  z-index: 9;
}

@media (max-width: 720px) {
  .service .movie {
    background: url(../img/service/movie_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    padding: 38px 0 40px 0;
  }
}
.service .movie .ttl {
  color: #286e3c;
  font-size: 4.5rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-bottom: 13px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .movie .ttl {
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin-bottom: 7px;
  }
}
.service .movie .subttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  margin-bottom: 47px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .movie .subttl {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    margin-bottom: 31px;
  }
}
.service .movie .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 560px;
  max-width: 1000px;
  position: relative;
}

@media (max-width: 720px) {
  .service .movie .content {
    height: 180px;
    max-width: none;
    padding: 0 5.56%;
  }
}
.service .movie .content .txtArea {
  background: #fff;
  background-position: center;
  background-size: cover;
  height: 100%;
  cursor: pointer;
}

.no-touchevents .service .movie .content .txtArea:hover .btnArea .btn a {
  border: 1px solid #dce65a;
  background: #fff;
}

.no-touchevents .service .movie .content .txtArea:hover .btnArea .btn a:before {
  color: #dce65a;
}

@media (max-width: 720px) {
  .service .movie .content .txtArea--noview {
    display: none;
  }
}
.service .movie .content .txtArea .ttl {
  height: 197px;
  margin: 0 auto;
  margin-bottom: 47px;
  padding-top: 138px;
  width: 306px;
}

@media (max-width: 720px) {
  .service .movie .content .txtArea .ttl {
    height: 63px;
    margin-bottom: 15px;
    padding-top: 45px;
    width: 98px;
  }
}
.service .movie .content .txtArea .ttl img {
  width: 100%;
}

.service .movie .content .txtArea .btnArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service .movie .content .txtArea .btnArea .btn {
  height: 52px;
  width: 52px;
  position: relative;
}

@media (max-width: 720px) {
  .service .movie .content .txtArea .btnArea .btn {
    height: 16.5px;
    width: 16.5px;
  }
}
.service .movie .content .txtArea .btnArea .btn a {
  background: #dce65a;
  border-radius: 50% 50%;
  bottom: 125px;
  display: block;
  height: 52px;
  left: 0;
  top: 0;
  position: absolute;
  width: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 720px) {
  .service .movie .content .txtArea .btnArea .btn a {
    bottom: 14px;
    height: 16.5px;
    width: 16.5px;
  }
}
.no-touchevents .service .movie .content .txtArea .btnArea .btn a:hover {
  opacity: 0.75;
}

.service .movie .content .txtArea .btnArea .btn a:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 720px) {
  .service .movie .content .txtArea .btnArea .btn a:before {
    font-size: 0.6rem;
  }
}
.service .movie .content .txtArea .btnArea .play {
  color: #dce65a;
  font-size: 5.7rem;
  font-family: rollerscript-smooth;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 23px;
  padding-top: 2px;
  text-align: center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media (max-width: 720px) {
  .service .movie .content .txtArea .btnArea .play {
    font-size: 1.8rem;
    margin-left: 8px;
  }
}
.service .movie .content .videoArea {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

@media (max-width: 720px) {
  .service .movie .content .videoArea {
    margin: 0 auto;
    width: 88.89%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.service .movie .content .videoArea video {
  height: 100%;
  width: 100%;
}

.service .movie .content .videoArea--view {
  pointer-events: auto;
  opacity: 1;
}

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

.service .bg_banner .img {
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 0;
  padding-top: 520px;
  width: 50%;
}

@media (max-width: 720px) {
  .service .bg_banner .img {
    padding-top: 160px;
  }
}
.service .exterior {
  background: url(../img/service/exterior_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -4px;
  padding-bottom: 80px;
  position: relative;
  z-index: 8;
}

@media (max-width: 720px) {
  .service .exterior {
    /*
    background: url(../img/service/exterior_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
    margin-top: -2px;
    padding-bottom: 60px;
  }
}
.service .exterior .img {
  width: 100%;
}

.service .exterior .img img {
  width: 100%;
}

.service .exterior .content {
  background: #fff;
  margin-top: -125px;
  padding: 57px 60px 0 57px;
  position: relative;
}

@media (max-width: 720px) {
  .service .exterior .content {
    margin-top: -30px;
    padding: 28px 10px 0 10px;
    text-align: center;
  }
}
.service .exterior .content .ttl {
  color: #28803c;
  font-size: 4.5rem;
  font-family: ff-ernestine-pro;
  line-height: 1;
  letter-spacing: 3.6px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .exterior .content .ttl {
    font-size: 3rem;
    letter-spacing: 2.4px;
  }
}
.service .exterior .content .subttl {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.9px;
  margin: 13px 0 37px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .exterior .content .subttl {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    margin: 5px 0 30px;
  }
}
.service .exterior .content .txt {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 95px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .exterior .content .txt {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin-bottom: 50px;
    position: relative;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .service .exterior .content .txt:before {
    background: url(/img/service/exterior_left.png);
    background-size: cover;
    content: "";
    height: 35px;
    left: -18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .service .exterior .content .txt:after {
    background: url(/img/service/exterior_right.png);
    background-size: cover;
    content: "";
    height: 35px;
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
  }
}
.service .exterior .content .offset01 > .in {
  padding-top: 0;
}

.service .exterior .content .offset02 {
  margin-top: 80px;
}

@media (max-width: 720px) and (max-width: 720px) {
  .service .exterior .content .offset02 {
    margin-top: 60px;
  }
}

.service .exterior .content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 720px) {
  .service .exterior .content .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service .exterior .content .in .desc {
  margin-right: 57px;
}

@media (max-width: 720px) {
  .service .exterior .content .in .desc {
    margin-right: 0;
  }
}
.service .exterior .content .in .desc .ttl {
  color: #646464;
  font-size: 2.2rem;
  font-family: "Yu Gothic", sans-serif;
  line-height: 3.4rem;
  letter-spacing: 1.1px;
  padding-left: 36px;
  position: relative;
  text-align: left;
}

@media (max-width: 720px) {
  .service .exterior .content .in .desc .ttl {
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: -0.3px;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
}
.service .exterior .content .in .desc .ttl:before {
  background: url(../common/img/decor.png);
  background-size: cover;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 15px;
}

@media (max-width: 720px) {
  .service .exterior .content .in .desc .ttl:before {
    height: 14px;
    left: 50%;
    top: -25px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 15px;
  }
}
.service .exterior .content .in .desc .txt {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 22px 0 0 0;
  text-align: justify;
  width: 475px;
}

@media (max-width: 720px) {
  .service .exterior .content .in .desc .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 16px 0 17px 0;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .service .exterior .content .in .desc .txt:before {
    display: none;
  }
}
@media (max-width: 720px) {
  .service .exterior .content .in .desc .txt:after {
    display: none;
  }
}
.service .exterior .content .in .desc .img {
  margin-top: 10px;
  width: 198px;
  margin-bottom: 24px;
}

@media (max-width: 720px) {
  .service .exterior .content .in .desc .img {
    margin: 0 auto 40px auto;
    width: 133px;
  }
}
.service .exterior .content .in .desc .img img {
  width: 100%;
}

.service .exterior .content .in .img {
  width: 450px;
  padding-top: 12px;
}

@media (max-width: 720px) {
  .service .exterior .content .in .img {
    width: 100%;
    padding-top: 0;
  }
}
.service .exterior .content .in .img img {
  width: 100%;
}

.service .exterior .content .in + .in {
  margin-top: 80px;
}

@media (max-width: 720px) {
  .service .exterior .content .in + .in {
    margin-top: 55px;
  }
}
.service .exterior .content .other {
  background: #2c4253;
  margin-top: 80px;
}

@media (max-width: 720px) {
  .service .exterior .content .other {
    margin-top: 60px;
    padding: 22px 0 40px 0;
  }
}
.service .exterior .content .other a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 720px) {
  .service .exterior .content .other a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.no-touchevents .service .exterior .content .other a:hover {
  opacity: 0.7;
}

.service .exterior .content .other .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 28px 0 37px;
}

@media (max-width: 720px) {
  .service .exterior .content .other .desc {
    margin: 0;
    padding-left: 20px;
  }
}
.service .exterior .content .other .desc .ttl {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.04px;
  text-align: left;
  position: relative;
}

@media (max-width: 720px) {
  .service .exterior .content .other .desc .ttl {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
.service .exterior .content .other .desc .ttl + .ttl {
  margin-top: 3px;
}

.service .exterior .content .other .desc .ttl:nth-child(2):after {
  content: "Time with the family";
  color: #dce65a;
  font-family: rollerscript-smooth;
  font-weight: 400;
  line-height: 1;
  font-size: 2.9rem;
  position: absolute;
  bottom: -9px;
  right: -117px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: 1;
}

@media (max-width: 720px) {
  .service .exterior .content .other .desc .ttl:nth-child(2):after {
    display: none;
  }
}
.service .exterior .content .other .desc .txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  margin: 52px 0 0 0;
  text-align: left;
}

@media (max-width: 720px) {
  .service .exterior .content .other .desc .txt {
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 720px) {
  .service .exterior .content .other .desc .txt:before {
    display: none;
  }
}
@media (max-width: 720px) {
  .service .exterior .content .other .desc .txt:after {
    display: none;
  }
}
.service .exterior .content .other .img {
  position: relative;
  width: 549px;
}

@media (max-width: 720px) {
  .service .exterior .content .other .img {
    margin-top: 18px;
    width: 100%;
  }
}
.service .exterior .content .other .img img {
  width: 100%;
}

.service .exterior .content .other .img:after {
  background: url(/img/home/service_arrow.png);
  background-size: cover;
  content: "";
  height: 30px;
  right: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
}

@media (max-width: 720px) {
  .service .exterior .content .other .img:after {
    bottom: -32px;
    height: 23px;
    left: 50%;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 23px;
  }
}
.service .exterior .content .other .img:before {
  display: none;
}

@media (max-width: 720px) {
  .service .exterior .content .other .img:before {
    content: "Time with the family";
    color: #dce65a;
    font-family: rollerscript-smooth;
    font-weight: 400;
    line-height: 1;
    font-size: 1.7rem;
    position: absolute;
    top: -10px;
    display: block;
    right: 17px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
  }
}
.service .carport {
  background: url(../img/service/carport_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 7;
}

@media (max-width: 720px) {
  .service .carport {
    /*
    background: url(../img/service/contents_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
  }
}
.service .carport .content .in .desc .ttl {
  letter-spacing: -1.6px;
}

@media (max-width: 720px) {
  .service .carport .content .in .desc .ttl {
    letter-spacing: 0;
  }
}

.service .gardenroom {
  background: url(../img/service/gardenroom_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 6;
}

@media (max-width: 720px) {
  .service .gardenroom {
    /*
    background: url(../img/service/contents_bg_sp.png);
    background-position: bottom center;
    */
    background: none;
  }
}

.service .facility {
  background: url(../img/service/facility_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
  position: relative;
  z-index: 5;
}

@media (max-width: 720px) {
  .service .facility {
    /*
    background: url(../img/service/facility_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
  }
}
.service .facility .content .subttl {
  margin-bottom: 13px;
}

@media (max-width: 720px) {
  .service .facility .content .subttl {
    margin-bottom: 14px;
  }
}
.service .fireplace {
  background: url(../img/service/facility_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
  position: relative;
  z-index: 4;
}

@media (max-width: 720px) {
  .service .fireplace {
    /*
    background: url(../img/service/facility_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
 }
}
.service .eurosheds {
  background: url(../img/service/eurosheds_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
  position: relative;
  z-index: 3;
}

@media (max-width: 720px) {
  .service .eurosheds {
    /*
    background: url(../img/service/eurosheds_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
  }
}

.service .garden {
  background: url(../img/service/garden_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}

@media (max-width: 720px) {
  .service .garden {
    /*
    background: url(../img/service/garden_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
    */
    background: none;
  }
}


.service .grill {
  background: url(../img/service/grill_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
  position: relative;
  z-index: 4;
}

@media (max-width: 720px) {
  .service .grill {
    background: url(../img/service/facility_bg_sp.png);
    background-repeat: repeat no-repeat;
    background-size: auto 100%;
  }
}
.service .flow {
  background: url(../img/service/service_flow_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  padding: 76px 0 80px 0;
  position: relative;
  margin-top: -3px;
}

@media (max-width: 720px) {
  .service .flow {
    background-image: url(../img/service/service_flow_bg_sp.png);
    background-color: #2a4263;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 35px 0 30px 0;
  }
}
.service .flow .steps {
  border: 1px solid #286e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1186px;
  padding: 56px 91px 64px;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps {
    padding: 38px 5.56% 36px;
    width: 88.88%;
  }
}
.service .flow .steps .ttl {
  color: #28803c;
  font-size: 4.5rem;
  font-family: ff-ernestine-pro;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .flow .steps .ttl {
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin-bottom: 6px;
  }
}
.service .flow .steps .subttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  margin-bottom: 74px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .flow .steps .subttl {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    margin-bottom: 49px;
  }
}
.service .flow .steps .content .list {
  counter-reset: list_num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service .flow .steps .content .list .item {
  position: relative;
  width: 14.58%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item {
    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;
    width: 100%;
  }

  .service .flow .steps .content .list .item:after {
    background: url(../img/service/service_flow_item_beforesp.png) no-repeat center center;
    background-size: cover;
    content: "";
    display: block;
    height: 22.5px;
    position: absolute;
    bottom: -33px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 22.5px;
  }

  .service .flow .steps .content .list .item:nth-child(4):after {
    bottom: -38px;
  }
}
.service .flow .steps .content .list .item + .item {
  margin-left: 8.9%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item + .item {
    margin-left: 0;
    margin-top: 58px;
  }
}
.service .flow .steps .content .list .item .img {
  position: relative;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .img {
    width: 50%;
  }
}
.service .flow .steps .content .list .item .img:after {
  background: url(../img/service/service_flow_item_before.png) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -59.6px;
  width: 30px;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .img:after {
    display: none;
  }
}
.service .flow .steps .content .list .item .img img {
  border-radius: 50%;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .img img {
    border-radius: 0;
  }
}
.service .flow .steps .content .list .item:nth-child(5) {
  width: 6.08%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item:nth-child(5) {
    margin-top: 52px;
    line-height: 1;
    width: 100%;
  }

  .service .flow .steps .content .list .item:nth-child(5):after {
    display: none;
  }
}
.service .flow .steps .content .list .item:nth-child(5) .img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 145px;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item:nth-child(5) .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    height: auto;
    letter-spacing: 4px;
    padding-left: 10px;
    width: 100%;
  }
}
.service .flow .steps .content .list .item:nth-child(5) .img:after {
  display: none;
}

.service .flow .steps .content .list .item:nth-child(1) .title {
  margin-top: -7px;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item:nth-child(1) .title {
    margin-top: 0;
  }
}
.service .flow .steps .content .list .item .title {
  background: url(../img/service/service_flow_step_ttl.png) no-repeat;
  background-size: contain;
  height: 37px;
  margin-bottom: 13px;
  margin-top: -10px;
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .title {
    background: url(../img/service/service_flow_step_ttl.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 28px;
    margin: 0 auto;
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 36.88%;
  }
}
.service .flow .steps .content .list .item .title span {
  color: #4b3c14;
  font-size: 1.053rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.8424px;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .title span {
    font-size: 0.9rem;
    line-height: 28px;
    letter-spacing: 0.632px;
    padding-right: 30px;
  }
}
.service .flow .steps .content .list .item .title span:after {
  color: #4b3c14;
  content: "0" counter(list_num);
  counter-increment: list_num;
  display: block;
  font-size: 2.592rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 0;
  right: -3px;
  letter-spacing: 1.0368px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .title span:after {
    font-size: 1.944rem;
    right: 1px;
    letter-spacing: 0.5776px;
  }
}
.service .flow .steps .content .list .item .descript {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.98rem;
  text-align: center;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .descript {
    background: #fff;
    color: #646464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1.5px;
    line-height: 1.7rem;
    width: 50%;
  }
}
.service .flow .steps .content .list .item .descript span {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 720px) {
  .service .flow .steps .content .list .item .descript span {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}
.service .flow .steps .detail {
  margin-top: 85px;
}

@media (max-width: 720px) {
  .service .flow .steps .detail {
    margin-top: 61px;
  }
}
.service .flow .steps .detail .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-reset: list_num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service .flow .steps .detail .list .item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 36px;
  position: relative;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 20px 20px;
    width: 100%;
  }
}
.service .flow .steps .detail .list .item + .item {
  margin-top: 67px;
}

@media screen and (max-width: 720px) {
  .service .flow .steps .detail .list .item + .item {
    margin-top: 52px;
  }
}
.service .flow .steps .detail .list .item:nth-child(5) {
  color: #fff;
  background: 0 0;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 6.8px;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .service .flow .steps .detail .list .item:nth-child(5) {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
.service .flow .steps .detail .list .item:nth-child(5):after {
  display: none;
}

.service .flow .steps .detail .list .item:nth-child(5) .done {
  text-align: center;
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .service .flow .steps .detail .list .item:nth-child(5) .done {
    padding-left: 20px;
  }
}
.service .flow .steps .detail .list .item:after {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #dce65a;
  bottom: -14px;
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translate(50%, 0) rotate(180deg);
  -ms-transform: translate(50%, 0) rotate(180deg);
  transform: translate(50%, 0) rotate(180deg);
  right: 50%;
  width: 0;
}

@media screen and (max-width: 720px) {
  .service .flow .steps .detail .list .item:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dce65a;
    bottom: -10px;
  }
}
.service .flow .steps .detail .list .item .content {
  width: 522px;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .content {
    width: 100%;
  }
}
.service .flow .steps .detail .list .item .content .ttl {
  color: #28803c;
  font-family: "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  margin: 23px 0 31px;
  text-align: left;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .content .ttl {
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    margin: 0 0 25px 0;
    text-align: center;
  }
}
.service .flow .steps .detail .list .item .content .txt {
  color: #646464;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2.4rem;
  position: relative;
  letter-spacing: 0;
  padding-top: 7px;
  text-align: justify;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .content .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 0;
  }
}
.service .flow .steps .detail .list .item .content .txt:before {
  background: #b9b9af;
  content: "";
  height: 1px;
  top: -13px;
  position: absolute;
  width: 100%;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .content .txt:before {
    height: 1px;
    top: -13px;
    width: 100%;
  }
}
.service .flow .steps .detail .list .item .img {
  margin-left: 41px;
  width: 380px;
}

@media screen and (max-width: 720px) {
  .service .flow .steps .detail .list .item .img {
    margin-left: 0;
    margin-top: 14px;
    width: 100%;
  }
}
.service .flow .steps .detail .list .item .img img {
  width: 100%;
}

.service .flow .steps .detail .list .item .top {
  background: url(/img/service/service_flow_detail_ttl.png) repeat;
  background-size: cover;
  height: 46px;
  left: 36px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -23px;
  width: 170px;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .top {
    background: url(/img/service/service_flow_detail_ttlsp.png);
    background-size: cover;
    height: 35px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 165px;
  }
}
.service .flow .steps .detail .list .item .top span {
  color: #4b3c14;
  font-size: 1.3rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.04px;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .top span {
    font-size: 1rem;
    line-height: 35px;
    letter-spacing: 0.96px;
    padding-right: 38px;
  }
}
.service .flow .steps .detail .list .item .top span:before {
  color: #4b3c14;
  content: "0" counter(list_num);
  counter-increment: list_num;
  display: block;
  font-size: 3.2rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 0;
  right: -10px;
  letter-spacing: 1.28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 720px) {
  .service .flow .steps .detail .list .item .top span:before {
    font-size: 2.4rem;
    right: -1px;
    letter-spacing: 0.96px;
    top: 50%;
  }
}
.service .follow {
  background: url(../img/service/service_follow_bg.png);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  padding: 70px 0;
  position: relative;
  margin-top: -3px;
}

@media (max-width: 720px) {
  .service .follow {
    padding: 38px 0 42px;
  }
}
.service .follow .content {
  background: #fff;
  border: 1px solid #28803c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 0;
  position: relative;
}

@media (max-width: 720px) {
  .service .follow .content {
    margin: 0 auto;
    padding-top: 29px;
    width: 88.88%;
  }
}
.service .follow .content .ttl {
  color: #28803c;
  font-size: 4.5rem;
  font-family: ff-ernestine-pro;
  line-height: 1;
  letter-spacing: 3.6px;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .follow .content .ttl {
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin-bottom: 6px;
  }
}
.service .follow .content .subttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 720px) {
  .service .follow .content .subttl {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}
.service .follow .content .line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/service/service_follow_before.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 124px;
  left: 35px;
  position: absolute;
  top: 26px;
  width: 124px;
}

@media (max-width: 720px) {
  .service .follow .content .line {
    height: 68.5px;
    left: auto;
    top: -10px;
    right: -10px;
    width: 68.5px;
  }
}
.service .follow .content .line .txt {
  color: #28803c;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.8rem;
  padding-top: 3px;
}

@media (max-width: 720px) {
  .service .follow .content .line .txt {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    line-height: 1.4rem;
    padding-top: 3px;
  }
}
.service .follow .content .name {
  color: #28803c;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  margin: 48px 0 18px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .follow .content .name {
    font-size: 2.2rem;
    margin: 23px 0 20px;
    padding-left: 0;
    text-align: center;
    line-height: 1.59;
 }
}
.service .follow .content .descArea {
  background: #28803c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 31px 35px 35px;
}

@media (max-width: 720px) {
  .service .follow .content .descArea {
    padding: 23px 5.56% 30px;
  }
}
.service .follow .content .descArea .desc {
  margin-right: 40px;
  width: 522px;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc {
    margin-right: 0;
    width: 100%;
  }
}
.service .follow .content .descArea .desc .txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.71;
  margin-bottom: 10px;
  text-align: justify;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 18px;
  }
}
.service .follow .content .descArea .desc .txt02 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.71;
  margin-bottom: 21px;
  text-align: justify;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .txt02 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 18px;
  }
}
.service .follow .content .descArea .desc .btn {
  background: url(../img/service/service_follow_btn.png) no-repeat;
  background-size: cover;
  font-size: 2.52rem;
  font-weight: 700;
  text-align: center;
  height: 75px;
  width: 442px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn {
    background: url(../img/service/service_follow_btnsp.png) no-repeat;
    background-size: cover;
    font-size: 1.89rem;
    height: auto;
    margin: 0 auto;
    width: 94.64%;
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }
}
.service .follow .content .descArea .desc .btn .btn_left {
  font-size: 2.52rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn .btn_left {
    font-size: 2rem;
    letter-spacing: .1em;
  }
}
.service .follow .content .descArea .desc .btn .plus {
  background: #fff;
  border-radius: 50% 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  margin: -4px 13px;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn .plus {
    margin: -2px 6px;
    height: 20px;
    width: 20px;
  }
}
.service .follow .content .descArea .desc .btn .plus:before {
  background: url(../img/service/service_follow_btn_add.png);
  background-size: cover;
  bottom: 0;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: 5px;
  right: auto;
  width: 10px;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn .plus:before {
    height: 10px;
    left: 5px;
    top: 5px;
    width: 10px;
  }
}

.service .follow .content .descArea .desc .btn .btn_right {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: left;
  line-height: 1.37;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn .btn_right {
    font-size: 1.4rem;
    line-height: 1.42;
    width: 100%;
    text-align: center;
  }
}

.service .follow .content .descArea .desc .btn .btn_right span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  text-align: left;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .desc .btn .btn_right span {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: .1em;
    text-align: center;
  }
}


.service .follow .content .descArea .img {
  width: 360px;
}

@media (max-width: 720px) {
  .service .follow .content .descArea .img {
    display: none;
  }
}
.service .follow .content .descArea .img img {
  vertical-align: bottom;
  width: 100%;
}

.service .otherPage {
  background: url(/img/about/other_bg.jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 78px 0 86px 0;
}

@media (max-width: 720px) {
  .service .otherPage {
    padding: 43px 0 45px 0;
  }
}
.service .otherPage .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 720px) {
  .service .otherPage .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service .otherPage .list .item {
  width: calc((100% - 100px)/ 3);
}

@media (max-width: 720px) {
  .service .otherPage .list .item {
    margin: 0 auto;
    max-width: 280px;
    width: 87.5%;
  }
}
.service .otherPage .list .item + .item {
  margin-left: 50px;
}

@media (max-width: 720px) {
  .service .otherPage .list .item + .item {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 19px;
  }
}
.service .otherPage .list .item .anchor {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.no-touchevents .service .otherPage .list .item .anchor:hover {
  opacity: 0.7;
}

.service .otherPage .list .item .anchor .img {
  width: 100%;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .img {
    min-height: 95px;
    position: relative;
    overflow: hidden;
    width: 39.29%;
  }
}
.service .otherPage .list .item .anchor .img img {
  height: 100%;
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .img img {
    margin: 0 auto;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
  }
}
.service .otherPage .list .item .anchor .in {
  background: #f2f1e7;
  padding: 30px 0 34px;
  text-align: center;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .in {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f1e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 60.71%;
  }
}
.service .otherPage .list .item .anchor .in .ttl {
  color: #286e3c;
  font-size: 3rem;
  font-family: ff-ernestine-pro;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
  margin-bottom: 18px;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .in .ttl {
    font-size: 2.1rem;
    letter-spacing: 1.68px;
    margin-bottom: 6px;
  }
}
.service .otherPage .list .item .anchor .in .txt {
  color: #4d4d4d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .in .txt {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
}
.service .otherPage .list .item .anchor .in .arrow {
  background: #dce65a;
  border-radius: 50% 50%;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 30px;
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .in .arrow {
    height: 22.5px;
    width: 22.5px;
  }
}
.service .otherPage .list .item .anchor .in .arrow:before {
  content: "";
  font-family: FontAwesome;
  color: #4b3c14;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 720px) {
  .service .otherPage .list .item .anchor .in .arrow:before {
    font-size: 1.2rem;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
}

.modal--open {
  display: block;
  z-index: 999999;
}

.modal__content {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 60%;
}

@media (max-width: 720px) {
  .modal__content {
    padding: 0 !important;
    width: 88.88% !important;
  }
}
.modal__videoArea video {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.modal__close {
  display: inline-block;
  position: absolute;
  right: -30px;
  top: -45px;
}

@media (max-width: 720px) {
  .modal__close {
    right: 0;
  }
}
.modal__close:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  font-size: 25px;
  color: #aaa;
}

@media (max-width: 720px) {
  .modal__close:before {
    font-size: 20px;
  }
}
.no-touchevents .modal__close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.no-touchevents .modal__close:hover:before {
  content: "";
  font-family: FontAwesome;
  color: #28803c;
}

.modal__close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pageLink_area {
  margin: 65px auto 79px;
}

@media (max-width: 720px) {
  .pageLink_area {
    margin: 30px auto 40px;
  }
}

.pageLink_area ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 720px) {
  .pageLink_area ul {
    width: 100%;
  }
}

.pageLink_area li {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 25%;
  border-right: 1px solid #646464;
  box-sizing: border-box;
  text-align: center;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.4rem;
  position: relative;
}

@media (max-width: 720px) {
  .pageLink_area li {
    font-size: 1.4rem;
    width: 50%;
    height: auto;
    padding-bottom: 2.4rem;
    letter-spacing: 1;
  }
}

.pageLink_area li:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/img/service/arrow_b_icon.png);
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.pageLink_area li a {
  color: #646464;
  width: 100%;
}

.pageLink_area li:nth-child(n+5) {
  margin-top: 44px;
}

.pageLink_area li:nth-child(4n+1) {
  border-left: 1px solid #646464;
}

@media (max-width: 720px) {
  .pageLink_area li:nth-child(n+3) {
    margin-top: 20px;
  }
 .pageLink_area li:nth-child(4n+1) {
    border-left: none;
  }
  .pageLink_area li:nth-child(2n+1) {
    border-left: 1px solid #646464;
  }
}



[data-slidearea03] {
  overflow: hidden;
  height: 340px;
}
@media (max-width: 720px) {
  [data-slidearea03] {
    height: auto;
  }
}

  [data-slidearea03] .slideWrap {
    height: 300px;
    position: relative; }
      @media (max-width: 720px) {
        [data-slidearea03] .slideWrap {
          height: calc(((100vw - (100vw * .1112) - (100vw * .031252)) * 0.667) + 30px);
        }
      }
 /*
    [data-slidearea03] .slideWrap .btns01 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 100%;
      width: 100%; }
      [data-slidearea03] .slideWrap .btns01 button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70px;
        height: 70px;
        z-index: 10;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        @media (max-width: 640px) {
          [data-slidearea03] .slideWrap .btns01 button {
            width: 60px;
            height: 90px; } }
        [data-slidearea03] .slideWrap .btns01 button:before, [data-slidearea03] .slideWrap .btns01 button:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        [data-slidearea03] .slideWrap .btns01 button:before {
          width: 40px;
          height: 40px;
          background-color: #FFF;
          border-radius: 50%; }
        [data-slidearea03] .slideWrap .btns01 button:after {
          width: 12px;
          height: 12px;
          border: 1px solid #000; }
        [data-slidearea03] .slideWrap .btns01 button.next {
          right: -30px; }
          @media (max-width: 640px) {
            [data-slidearea03] .slideWrap .btns01 button.next {
              right: -20px; } }
          [data-slidearea03] .slideWrap .btns01 button.next:after {
            border-bottom: rgba(0, 0, 0, 0) !important;
            border-left: rgba(0, 0, 0, 0) !important;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 3px; }
        [data-slidearea03] .slideWrap .btns01 button.prev {
          left: -30px; }
          @media (max-width: 640px) {
            [data-slidearea03] .slideWrap .btns01 button.prev {
              left: -20px; } }
          [data-slidearea03] .slideWrap .btns01 button.prev:after {
            border-bottom: rgba(0, 0, 0, 0) !important;
            border-right: rgba(0, 0, 0, 0) !important;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: -3px; }
        .no-touchevents [data-slidearea03] .slideWrap .btns01 button:hover:before {
          background-color: #000; }
        .no-touchevents [data-slidearea03] .slideWrap .btns01 button:hover:after {
          border-color: #FFF; }
*/

    [data-slidearea03] .slideWrap .slide_box .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-size: cover; }
      @media (max-width: 720px) {
        [data-slidearea03] .slideWrap .slide_box .link {
          height: calc((100vw - (100vw * .1112) - (100vw * .031252)) * 0.667);
          }
      }
      [data-slidearea03] .slideWrap .slide_box .link.active {
        opacity: 1; }
      [data-slidearea03] .slideWrap .slide_box .link.disableTrs {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important; }
    [data-slidearea03] .slideWrap .pager {
      text-align: center;
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 100%;
      z-index: 5; }
      @media (max-width: 720px) {
        [data-slidearea03] .slideWrap .pager {
          bottom: 0;
        }
      }
      [data-slidearea03] .slideWrap .pager button {
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 640px) {
          [data-slidearea03] .slideWrap .pager button {
            width: 30px;
            height: 30px; } }
        [data-slidearea03] .slideWrap .pager button:after, [data-slidearea03] .slideWrap .pager button:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          background-color: #FFF;
          border: 2px solid #D9E74C;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          border-radius: 50%; }
          @media (max-width: 640px) {
            [data-slidearea03] .slideWrap .pager button:after, [data-slidearea03] .slideWrap .pager button:before {
              width: 6px;
              height: 6px; } }
        [data-slidearea03] .slideWrap .pager button:after {
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .no-touchevents [data-slidearea03] .slideWrap .pager button:hover:after, [data-slidearea03] .slideWrap .pager button.active:after {
          background-color: #D9E74C; }
        [data-slidearea03] .slideWrap .pager button.active {
          cursor: default;
          pointer-events: none; }

@media (max-width: 720px) {
  .svg_wavy {
    position: absolute;top: 0;left: 0;width: 100%;z-index: 1000;
  }
}

/* 修正内容 */
.ex-body {
  margin-top: 80px;
}
.ex-body-upper {
  display: flex;
  gap: 4%;
  margin: 0 auto;
}
.ex-body-upper-block {
  width: 48%;
  height: auto;
  text-align: left;
}
.ex-body-upper-block-img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ex-body-upper-block-title img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ex-body-upper-block-text{
  font-size: 1.6rem;
}
.ex-body-lower-block-text{
  font-size: 1.6rem;
}
.ex-body-lower-img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mb20 {
  margin: 40px 0;
}
.ex-body-lower {
  text-align: left;
  display: flex;
  gap: 4%;
  padding-top: 55px;
}
.ex-body-lower-block {
  width: 48%;
}
.ex-body-lower-block-title {
  margin-bottom: 40px;
  font-size: 2.6rem;
  padding-left: 30px;
}
.ex-body-lower-img {
  width: 48%;
}

.ex-bodySP {
  display: none;
}
.ex-body-lower-block-title {
  position: relative;
  font-weight: bold;
}
.ex-body-lower-block-title::before {
  content: "";
  background: url(../common/img/decor.png);
  background-size: cover;
  height: 15px;
  top: 14%;
  left: 0;
  position: absolute;
  width: 18px;
}

.ex-bodySP-lower-title::before {
  content: "";
  background: url(../common/img/decor.png);
  background-size: cover;
  height: 15px;
  left: 50%;
  position: absolute;
  transform: translate(0, -50%);
  width: 18px;
  transform: translate(-50%, -120%);
}
@media (max-width: 720px) {
  .ex-body {
    display: none;
  }
  .ex-bodySP {
    padding-top: 60px;
    display: block;
    text-align: left;
  }
  .ex-bodySP-upper {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 60px;
  }
  .ex-bodySP-upper-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .ex-bodySP-lower {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .mb-20{
    margin-bottom: 2rem;
  }
  .ex-bodySP-lower-title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  .ex-bodySP-upper-block-text,
  .ex-bodySP-lower-text {
    font-size: 12px;
    margin-top: 1rem;
  }

  .img100 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}


/*# sourceMappingURL=service.css.map */