#service .service {
  margin-top: 12rem;
  padding-bottom: 8rem;
}
#service .service__title {
  margin-left: 0;
  letter-spacing: 4px;
}
#service .service-about {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-column-gap: min(46px, 2.396vw);
  column-gap: min(46px, 2.396vw);
  flex-direction: column-reverse;
  width: 80%;
}
#service .service-about__text {
  margin-top: 4rem;
  margin-left: min(260px, 10.313vw);
}
#service .service-about__text img {
  width: 50%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#service .service-about__img {
  margin-right: min(260px, 10.313vw);
  margin-left: min(260px, 10.313vw);
}
#service .sub-title {
  font-size: 2.6rem;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1.64;
  padding-left: min(260px, 10.313vw);
  margin-top: 8rem;
}
#service .service-about__title {
  font-weight: 500;
  margin-top: min(120px, 6.25vw);
  line-height: 1.8;
  color: #00A060;
  letter-spacing: 2px;
  font-weight: 420;
}
#service .service-about__message {
  font-size: 1.85rem;
  line-height: 1.8;
  font-weight: 360;
}
#service .service-about__message p:first-child {
  margin-top: 4rem;
}
#service .service-about__message p {
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  #service .service-about {
    flex-direction: row-reverse;
    gap: 6vw;
    max-width: 1334px;
    margin-inline: auto;
  }
  #service .service-about__text {
    margin-left: 0;
    width: 50%;
  }
  #service .service-about__img {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
  #service .sub-title {
    padding-left: 0;
    margin-top: 16rem;
  }
  #service .service-about__title {
    margin-top: 0;
  }
  #service .service-about__message p:first-child {
    margin-top: 6rem;
  }
  #service .service-about__message p {
    margin-top: 4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767.9px) {
  #service .service {
    padding-bottom: 4rem;
    margin-top: 0rem;
  }
  #service .service__title {
    letter-spacing: 0;
    position: relative;
  }
  #service .service__title::after {
    position: absolute;
    content: "Service";
    color: #00A060;
    font-size: 2.2rem;
    letter-spacing: 6px;
    font-weight: 300;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  #service .service-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 0;
    width: 100%;
  }
  #service .service-about__text {
    margin-top: 6rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #service .sub-title {
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 400;
    padding-left: 4rem;
    margin-top: 0;
  }
  #service .service-about__title {
    font-size: 2rem;
    line-height: 1.8;
    color: #00A060;
    letter-spacing: 4px;
    font-weight: 400;
  }
  #service .service-about__message {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 340;
  }
  #service .service-about__message p {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  #service .service-about__img {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #service .service-about__text img {
    width: 50%;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
#service .service-about__img img {
  width: 100%;
  height: 100%;
}
#service .service-flow {
  position: relative;
}
#service #circle {
  animation: circle 12s linear infinite;
  position: absolute;
  width: 30%;
  right: -240px;
  top: 10px;
}
@media screen and (min-width: 1024px) {
  #service .service-flow {
    max-width: 1334px;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 767.9px) {
  #service #circle {
    animation: circle 12s linear infinite;
    position: absolute;
    width: 58%;
    right: -100px;
    top: -50px;
  }
}
  @keyframes circle {
    to {
      transform: rotate(-1turn);
    }
  }
  @media screen and (max-width: 767.9px) {
    #service .service-flow {
      margin-top: 8rem;
      padding-top: 0;
    }
  }
#service .panels-warpper {
  margin-left: 8vw;
  margin-bottom: 12rem;
  margin-top: 8rem;
}
@media screen and (min-width: 1024px) {
  #service .panels-warpper {
    margin-left: 2vw;
    margin-bottom: 16rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767.9px) {
  #service .panels-warpper {
    margin-top: 4rem;
    margin-left: 4rem;
    margin-bottom: 6rem;
  }
}
#service .service-flow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#service .service-flow__tab.is-sp {
  display: none;
}
#service .service-flow__tab__item {
  border: 3px solid #00A060;
  padding: min(2rem, 1.041vw) min(2.4rem, 1.25vw);
  font-size: min(2.4rem, 1.25vw);
  background-color: #FFFFFF;
  color: #333333;
  border-top-left-radius: 25px;
  font-weight: 500;
  border-collapse: collapse;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  #service .service-flow__tab__item {
    font-size: 2rem;
    display: none;
  }
}
#service .service-flow__tab__item:not(:first-child) {
  margin-left: -1.5px;
}
#service .service-flow__tab__item.is-active {
  background-color: #00A060;
  color: #FFFFFF;
}
#service .service-flow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#service .service-flow__tab__item {
  border: 3px solid #00A060;
  padding: min(2rem, 1.041vw) min(2.4rem, 1.25vw);
  font-size: min(2.4rem, 1.25vw);
  background-color: #FFFFFF;
  color: #333333;
  border-top-left-radius: 25px;
  font-weight: 500;
  border-collapse: collapse;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  #service .service-flow__tab__item {
    font-size: 2rem;
    display: none;
  }
}
#service .service-flow__tab__item.is-active {
  background-color: #00A060;
  color: #FFFFFF;
}


@media screen and (max-width: 767.9px) {
  #service .panel-box.is-show {
    z-index: 10;
  }
}
#service .panel-box.is-show .service-flow__tab__sp {
  background-color: #00A060;
  color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  #service .service-flow__tab__sp {
    display: none;
  }
}
@media screen and (min-width: calc(767.9px + 0.1px)) and (max-width: 1023.9px) {
  #service .service-flow__tab__sp {
    display: none;
  }
}
#service .panel-box1__contents {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#service .panel-box__head {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  padding-top: 3rem;
}
#service .panel-box__head:first-child {
  padding-top: 0;
}

#service #rate1 {
  animation: rate1 1s linear forwards;
  animation-delay: 5s;
}
#service #rate2 {
  animation: rate2 1s linear forwards; 
  animation-delay: 5s;
}
#service #rate3 {
  animation: rate3 1s linear forwards;
  animation-delay: 5s;
}
#service #rate4 {
  animation: rate4 1s linear forwards;
  animation-delay: 5s;
}
#service #rate5 {
  animation: rate5 1s linear forwards;
  animation-delay: 5s;
}
#service #rate6 {
  animation: rate6 1s linear forwards;
  animation-delay: 5s;
}
#service #rate7 {
  animation: rate7 1s linear forwards;
  animation-delay: 5s;
}

@keyframes rate1 {
  to {
    transform: translateX(2rem);
  }
}
@keyframes rate2 {
  to {
    transform: translateX(4rem);
  }
}
@keyframes rate3 {
  to {
    transform: translateX(6rem);
  }
}
@keyframes rate4 {
  to {
    transform: translateX(8rem);
  }
}
@keyframes rate5 {
  to {
    transform: translateX(10rem);
  }
}
@keyframes rate6 {
  to {
    transform: translateX(12rem);
  }
}
@keyframes rate7 {
  to {
    transform: translateX(14rem);
  }
}

@media screen and (min-width: 1024px) {
  #service .panel-box__head {
    font-size: 2rem;
  }
  #service #rate1 {
    animation: rate1 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate2 {
    animation: rate2 1s linear forwards; 
    animation-delay: 5s;
  }
  #service #rate3 {
    animation: rate3 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate4 {
    animation: rate4 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate5 {
    animation: rate5 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate6 {
    animation: rate6 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate7 {
    animation: rate7 1s linear forwards;
    animation-delay: 5s;
  }
  
  @keyframes rate1 {
    to {
      transform: translateX(2rem);
    }
  }
  @keyframes rate2 {
    to {
      transform: translateX(6rem);
    }
  }
  @keyframes rate3 {
    to {
      transform: translateX(10rem);
    }
  }
  @keyframes rate4 {
    to {
      transform: translateX(14rem);
    }
  }
  @keyframes rate5 {
    to {
      transform: translateX(18rem);
    }
  }
  @keyframes rate6 {
    to {
      transform: translateX(22rem);
    }
  }
  @keyframes rate7 {
    to {
      transform: translateX(26rem);
    }
  }
}

@media screen and (max-width: 767.9px) {
  #service .panel-box__head {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
  #service #rate1 {
    animation: rate1 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate2 {
    animation: rate2 1s linear forwards; 
    animation-delay: 5s;
  }
  #service #rate3 {
    animation: rate3 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate4 {
    animation: rate4 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate5 {
    animation: rate5 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate6 {
    animation: rate6 1s linear forwards;
    animation-delay: 5s;
  }
  #service #rate7 {
    animation: rate7 1s linear forwards;
    animation-delay: 5s;
  }
  #service .panel-box1__contents .panel-box__head {
    font-size: 1.55rem;
    letter-spacing: 2px;
    line-height: 1.3;
  }

  @keyframes rate1 {
    to {
      transform: translateX(1rem);
    }
  }
  @keyframes rate2 {
    to {
      transform: translateX(2rem);
    }
  }
  @keyframes rate3 {
    to {
      transform: translateX(3rem);
    }
  }
  @keyframes rate4 {
    to {
      transform: translateX(4rem);
    }
  }
  @keyframes rate5 {
    to {
      transform: translateX(5rem);
    }
  }
  @keyframes rate6 {
    to {
      transform: translateX(6rem);
    }
  }
  @keyframes rate7 {
    to {
      transform: translateX(7rem);
    }
  }
}

.service_pointo {
  padding-left: min(260px, 10.313vw);
  padding-right: min(260px, 10.313vw);
  position: relative;
  margin-top: 12rem;
}

.pointo_title {
  font-size: 1.8rem;
  font-weight: 420;
  color: #00A060;
  margin-left: min(260px, 10.313vw);
}
.service_pointo_block {
  display: flex;
  flex-direction: column;
  margin-top: 12rem;
}
.sevise_pointo_content {
  margin-top: 6rem;
  width: 100vw;
  position: relative;
  display: flex;
}
.sevise_pointo_content img {
  width: 20vw;
}

.sevise_pointo_content p {
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
.sevise_pointo_content p {
  font-size: 1.55rem;
  font-weight: 300;
  padding-top: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
.tree2 {
  flex-direction: row-reverse;
}

.service_pointo_wrapper::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 8vw;
  width: 18rem;
  height: 14rem;
  background: #e6fcc0;
  z-index: 1;
  border-radius: 40% 80% 30% 60%;
}
.service_pointo_wrapper::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: min(360px, 23.313vw);
  width: 16rem;
  height: 16rem;
  background: #00a060e5;
  z-index: 0;
  border-radius: 80% 40%;
}
.service_pointo_tilte {
  font-size: 2.6rem;
  font-weight: 340;
  color: #00A060;
  letter-spacing: 6px;
  position: relative;
  z-index: 100;
}
.service_pointo_tilte span {
  font-size: 2rem;
  font-weight: 340;
  color: #555555;
  margin-left: 2rem;
}
.service_pointo_container {
  padding-top: 12rem;
}
.service_pointo_content {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.service_pointo_block_title {
  letter-spacing: 2px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #333;
}
.service_pointo_block {
  margin-top: 4rem;
  display: block;
  position: relative;
}
.service_pointo_block p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
}
.service_pointo_block a{
  color: #00A060;
  font-weight: 320;
}
.circle p {
  position: relative;
  padding-left: 2rem;
}
.circle p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #00A060;
  border-radius: 50%;
}
.sevise_pointo_content {
  margin-top: 6rem;
  width: 100vw;
  position: relative;
  display: flex;
}
.sevise_pointo_content img {
  width: 40vw;
}
.pointo_block {
  margin-right: 4vw;
  margin-left: 2rem;
}
.pointo_block:nth-of-type(2) {
  margin-left: 4vw;
  margin-right: 2rem;
}
.sevice_pointo_title {
  padding-left: 2rem;
}
.sevise_pointo_content p {
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .service_pointo {
    padding: 0;
    margin-top: 16rem;
    max-width: 1334px;
    margin-inline: auto;
    width: 80%;
  }
  .service_pointo_container {
    padding-top: 16rem;
  }
  .service_pointo_content {
    width: 42%;
    margin-left: 8rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }
  .service_pointo_content:first-child {
    margin-top: 6rem;
  }
  .service_pointo_content::before {
    width: 40rem;
    height: 40rem;
    background: #e5fcc0;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 0;
  }
  .right {
    margin-left: auto;
    margin-right: 8rem;
  }
  .service_pointo_block_title {
    font-size: 3rem;
    font-weight: 320;
    position: relative;
  }
  .service_pointo_block {
    margin-top: 6rem;
  }
  .service_pointo_block p {
    font-size: 1.6rem;
    line-height: 1.67;
    letter-spacing: 4px;
  }
  .circle p:before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .service_pointo_wrapper::before {
    left: 0;
    top: -8rem;
    width: 26rem;
    height: 20rem;
  }
  .service_pointo_wrapper::after {
    left: 13vw;
    width: 19rem;
    height: 18rem;
  }
}
@media screen and (max-width: 767.9px) {
  .service_pointo {
    margin-top: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    z-index: 100;
  }
  .service_pointo_wrapper::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: 0;
    width: 20rem;
    height: 10rem;
    background: #e6fcc0;
    z-index: 1;
    border-radius: 40% 80% 30% 60%;
  }
  .service_pointo_wrapper::after {
    content: "";
    position: absolute;
    top: -3rem;
    left: 18rem;
    width: 10rem;
    height: 8rem;
    background: #00a060e5;
    z-index: 0;
    border-radius: 80% 40%;

  }
  .service_pointo_tilte {
    font-size: 2.2rem;
    font-weight: 340;
    color: #00A060;
    letter-spacing: 3px;
    position: relative;
    z-index: 100;
  }
  .service_pointo_tilte span {
    font-size: 1.6rem;
    font-weight: 340;
    color: #555555;
    margin-left: 0.2rem;
  }
  .service_pointo_container {
    padding-top: 0;
  }
  .service_pointo_content {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .service_pointo_block_title {
    letter-spacing: 2px;
    font-size: 2.6rem;
    font-weight: 400;
    color: #888888;
  }
  .service_pointo_block {
    margin-top: 4rem;
    display: block;
    position: relative;
  }
  .service_pointo_block p {
    margin-top: 1rem;
    font-size: 1.45rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .circle p {
    padding-left: 1.5rem;
  }
  .circle p:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #00A060;
    border-radius: 50%;
  }
  .sevise_pointo_content {
    margin-top: 6rem;
    width: 100vw;
    position: relative;
    display: flex;
  }
  .sevise_pointo_content img {
    width: 40vw;
  }
  .pointo_block {
    margin-right: 4vw;
    margin-left: 2rem;
  }
  .pointo_block:nth-of-type(2) {
    margin-left: 4vw;
    margin-right: 2rem;
  }
  .sevice_pointo_title {
    padding-left: 2rem;
  }
  .sevise_pointo_content p {
    font-size: 1.4rem;
    font-weight: 300;
    padding-top: 2rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .tree2 {
    flex-direction: row-reverse;
  }
}

#service .service-maintenance {
  margin-top: 12rem;
  font-weight: 500;
}
#service .service-maintenance__contents {
  padding-left: min(260px, 10.313vw);
  padding-right: min(260px, 10.313vw);
  font-weight: 320;
  font-size: 1.55rem;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
#service .service-maintenance__text p {
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}
#service .service-maintenance__about {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 4rem;
  flex-direction: column;
}
#service .service-maintenance__window {
  color: #FFFFFF;
  background-color: #00A060;
  border-radius: 15px;
  padding: 14px 24px;
  padding: 2rem 2.5rem;
  font-weight: 360;
  font-size: 2rem;
  margin-bottom: 6rem;
  letter-spacing: 3px;
}
#service .service-maintenance__mail {
  line-height: 1.95;
  border-bottom: 1px dotted #6DA321;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
#service .service-maintenance__tel {
  line-height: 1.95;
  border-bottom: 1px dotted #6DA321;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  #service .service-maintenance {
    margin-top: 12rem;
    font-weight: 500;
    max-width: 1334px;
    margin-inline: auto;
    width: 80%;
  }
  #service .service-maintenance__contents {
    padding-left: 10vw;
    padding-right: 10vw;
    font-weight: 320;
    font-size: 1.55rem;
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
  #service .service-maintenance__text p {
    line-height: 1.4;
    margin-bottom: 2rem;
    letter-spacing: 2px;
  }
  #service .service-maintenance__about {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
            align-items: center;
    margin-top: min(41px, 2.135vw);
  }
  #service .service-maintenance__window {
    color: #FFFFFF;
    background-color: #00A060;
    border-radius: 15px;
    padding: 2rem 2.5rem;
    margin-bottom: 0;
  }
  #service .service-maintenance__mail {
    line-height: 1.95;
    margin-left: 60px;
    margin-bottom: 0;
  }
  #service .service-maintenance__tel {
    line-height: 1.95;
    margin-left: 6rem;
    border-bottom: 1px dotted #6DA321;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.9px) {
  #service .service-maintenance {
    margin-top: 8rem;
  }
  #service .service-maintenance__contents {
    font-size: 1.4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    width: 100%;
    font-weight: 320;
    padding-bottom: 2rem;
  }
  #service .service-maintenance__text p {
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  #service .service-maintenance__about {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 6rem;
  }
  #service .service-maintenance__window {
    font-size: 1.8rem;
  }
  #service .service-maintenance__mail {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
  #service .service-maintenance__tel {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}