*------------------------------------------------------------ common ------------------------------------------------------------*/ body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

#service {
  font-size: min(13px,3.47vw);
  font-weight: 500;
  position: relative;
  color: #072C40;
  margin-bottom: 39px;
  overflow: hidden;
}

#service section {
  z-index: 1;
  position: relative;
  overflow: visible;
}

#service * {
  box-sizing: border-box;
}

#service a {
  transition: opacity .3s;
}

#service a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#service a:hover {
  text-decoration: none;
}

#service a:focus-visible {
  outline: none;
}

#service img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#service .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#service .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#service .pc-br {
  display: none;
}

#service .sp-br {
  display: inline;
}

#service .inner {
  width: calc(100% - 24px);
  max-width: 600px;
  margin: 0 auto;
}

#service .purpose {
  margin-bottom: 20px;
}

#service .purpose-text {
  font-size:min(13px,3.4vw);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 31px;
  padding-top: 30px;
}



#service .about__heading {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  padding-top: 24px;
}

#service .about__heading .about__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
}

#service .about__heading .about__heading__subtitle {
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: 500;
}

#service .about-card {
  gap: 21px;
}

#service .about-card .inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
}

#service .about-card__top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#service .about-card__catch {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
  width: fit-content;
  align-self: center;
}

#service .about-card__top p {
  font-size:min(13px,3.47vw);
  line-height: 1.8;
  text-align: center;
}

#service .about-card__mainImage {
  border-radius: 5px;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); */
}

#service .about-card__mainImage img {
  border-radius: 5px;
}

#service .about {
  margin-bottom: 30px;
}

#service .style__heading {
  margin-bottom: 29px;
  text-align: center;
}

#service .style__heading .style__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 25px;
}

#service .style__heading .style__heading__subtitle {
  font-size: min(16px,4.27vw);
  margin-bottom: 27px;
  font-weight: 500;
}

#service .style__heading .style__heading__subtitle2 {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#service .style-card-container {
  margin-bottom: 29px;
}

#service .style-card-container .inner {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

#service .style-card {
  background: #F6FBF9;
  border-radius: 5px;
  padding: 21px 25px 11px 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);   
}

#service .style-card-2 {
  background: #F4F8FC;
}

#service .style-card__title {
  font-size: 16px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  width: fit-content;
  margin-inline: auto;
}

#service .style-card .style-card__mainImage {
  margin-bottom: 12px;
}

#service .style-card .next-arrow {
  width: 225px;
  margin-inline: auto;
  display: block;
  margin-bottom: 1px;
}

#service .style-card .style-card-text {
  text-align: center;
}

#service .style-card .style-card-text .title {
  font-size: 15px;
  margin-bottom: 9px;
}

#service .style-card .style-card-text .content {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
  text-align: left;
}

#service .information .inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
}

#service .information-card__top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#service .information-card__catch {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
  width: fit-content;
  align-self: center;
  position: relative;
}

#service .information-card__catch::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 4px;
  width: 73px;
  transform: translateX(-50%);
  height: 400vh;
  background-image: url(../images/contentBox/service/circle-card-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#service .information-card__top p {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#service .information-card__mainImage img {
  border-radius: 5px;
}

#service .style {
  margin-bottom: 30px;
}

#service .job__heading {
  margin-bottom: 19px;
  text-align: center;
}

#service .job__heading .job__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 25px;
}

#service .job__heading .job__heading__subtitle {
  font-size: 16px;
  margin-bottom: 27px;
  font-weight: 500;
}

#service .job__heading .job__heading__subtitle2 {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
  white-space: nowrap;
}

#service .job-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 29px;
  width: calc(100% - 71px);
  margin-inline: auto;
}

#service .job-card {
  background-color: #ffffff;
  border: 1px solid #eef2f4;
  border-radius: 8px;
  box-shadow: 
  2px -4px 10px 0px rgba(0, 0, 0, 0.05), 
  0px 4px 4px 0px rgba(0, 0, 0, 0.1);   
  padding: 17px 13px 25px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

#service .job-title {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.4;
  width: fit-content;
  align-self: center;
  position: relative;
}

#service .job-image {
  margin-bottom: 10px;
}

#service .job-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

#service .job-description {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
  margin-bottom: 9px;
  align-self: flex-start;
}

#service .job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFBE10;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
  padding: 7px 0px;
  border-radius: 25px;
  margin-top: auto;
  width: 100%;
  max-width: 170px;
  height: 35px;
  transition: background-color 0.2s ease, transform 0.1s ease;
 
}

#service .job-btn:hover {
  opacity: 0.8;
}

#service .job-btn:active {
  transform: scale(0.98);
}

#service .btn-icon {
  margin-right: 5px;
  font-size: 3px;
  margin-top: 3px;
}
#service .btn-icon svg {
  width: 14px;
}
#service .about__heading::before {
  content: "";
  position: absolute;
  top: -130%;
  left: 50%;
  right: 0;
  width: 100%;
  transform: translateX(-50%);
  height: 400vh;
  background-image: url("../images/contentBox/service/brg-1-sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}



@media print,screen and (min-width: 768px) {
  #service .sp-br {
    display: none;
  }

  #service .pc-br {
    display: inline;
  }

  #service {
    margin-bottom: 120px;
  }

  #service .inner {
    max-width: 1200px;
    margin: 0 auto 10px;
  }

  #service .purpose {
    margin-bottom: 70px;
  }

  #service .purpose-text {
    font-size: 18px;
    margin-bottom: 80px;
    padding-top: 100px;
  }

  #service .fa-caret-down {
    width: 18px;
    height: auto;
  }

  #service .about__heading {
    margin-bottom: 21px;
    text-align: center;
    padding-top: 50px;
  }

  #service .about__heading .about__heading__title {
    font-size: 70px;
    line-height: 1.2;
  }

  #service .about__heading .about__heading__subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 90px;
  }

  #service .about__heading .about__heading__subtitle2 {
    font-size: 18px;
  }

  #service .about-card .inner {
    flex-direction: row;
    gap: 40px;
  }

  #service .about-card__top .about-card__catch {
    font-size: 30px;
    margin-bottom: 31px;
    text-align: left;
    line-height: 1.6;
    position: relative;
    left: -11px;
    top: -1px;
  }
  #service .about-card__mainImage {
    border-radius: 10px;
  }

  #service .about-card__mainImage img {
    width: 560px;
    border-radius: 10px;
  }

  #service .about-card .about-card__top {
    padding: 0 0 0 15px;
  }

  #service .about-card .about-card__top p {
    font-size: 16px;
    text-align: left;
  }

  #service .about {
    margin-bottom: 70px;
  }

  #service .style__heading {
    margin-bottom: 60px;
  }

  #service .style__heading .style__heading__title {
    font-size: 70px;
    line-height: 1.2;
    padding-top: 52px;
  }

  #service .style__heading .style__heading__subtitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 55px;
  }

  #service .style__heading .style__heading__subtitle2 {
    font-size: 18px;
    line-height: 1.8;
  }

  #service .style-card-container .inner {
    flex-direction: row;
    gap: 18px;
  }

  #service .style-card {
    width: 50%;
    border-radius: 10px;
    padding: 26px min(56px,2.92vw) 38px min(56px,2.92vw);
  }

  #service .style-card__title {
    font-size: 30px;
    margin-bottom: 16px;
  }

  #service .style-card .style-card__mainImage {
    margin-bottom: 5px;
  }

  #service .style-card .style-card__mainImage img {
    width: 450px;
    margin-inline: auto;
    display: block;
    border-radius: 10px;
  }

  #service .style-card .next-arrow {
    width: 450px;
  }

  #service .style-card .style-card-text .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  #service .style-card .style-card-text .content {
    font-size: 18px;
    text-align: left;
    line-height: 2;
  }

  #service .style-card-container {
    margin-bottom: 100px;
  }

  #service .information .inner {
    flex-direction: row;
    gap: 41px;
  }

  #service .information-card__top {
    gap: 30px;
    padding: 1px 0 0 41px;
  }

  #service .information-card__catch {
    font-size: 30px;
    text-align: left;
    align-self: unset;
    line-height: 1.6;
  }

  #service .information-card__top p {
    font-size: 18px;
  }

  #service .information-card__mainImage img {
    width: 560px;
  }

  #service .information-card__catch::before {
    top: -48%;
    left: 14%;
    width: 200px;
  }

  #service .job__heading {
    margin-bottom: 40px;
    text-align: center;
  }

  #service .job__heading .job__heading__title {
    font-size: 70px;
    line-height: 1.2;
    padding-top: 52px;
  }

  #service .job__heading .job__heading__subtitle {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 47px;
    position: relative;
    top: unset;
  }

  #service .job__heading .job__heading__subtitle2 {
    font-size: 18px;
  }

  #service .style {
    margin-bottom: 70px;
  }

  .job-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  #service .job-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    width: calc(100% - 180px);
    row-gap: 20px;
  }

  #service .job-card {
    border-radius: 10px;
    padding: 38px 8px 46px 8px;
  }

  #service .job-title {
    font-size: 30px;
    margin-bottom: 21px;
    line-height: 1.6;
  }

  #service .job-image {
    margin-bottom: 29px;
  }

  #service .job-image img {
    width: 400px;
    border-radius: 10px;
  }

  #service .job-description {
    font-size: 18px;
    padding: 0 37px;

  }

  #service .job-btn {
    font-size: 22px;
    line-height: 1.8;
    padding: 7px 0px;
    margin-top: auto;
    width: 100%;
    max-width: 220px;
    height: 50px;
  }

  #service .btn-icon {
    margin-right: 2px;
    font-size: 22px;
    margin-right: 5px;
    font-size: 22px;
    margin-top: 5px;  
  }
  #service .btn-icon svg {
    width: 20px;
  }
  #service .about__heading::before {
    top: 89%;
    left: 50%;
    right: 0;
    /* background-image: url("../images/contentBox/service/brg-1-pc.png"); */
    background-image: url(../images/contentBox/service/brg-1-pc.png);
  }

}
@media print,screen and (min-width: 1200px) {
  #service .about-card .about-card__top {
    padding: 0 0 0 40px;
  }
  #service .job-card {
    border-radius: 10px;
    padding: 38px 13px 46px 13px;
  }
}
@media print,screen and (min-width: 1700px) {

  #service .about__heading::before {
    top: -181%;
  }

}










#service .list-tab .item-tab {
  background: #47B08B;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 9;
}
#service .list-tab .item-tab a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
 
}

#service .list-tab .item-tab:hover {
 background: #7CC5AB;
 color: white;
 border-radius: 10px;
}
#service .list-tab .item-tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #47B08B;
  top:0px;
  left: 0px;
  border-radius: 10px;
  z-index: -1;
}
#service .list-tab .item-tab:hover svg {
  transform: translateY(5px) scale(0.6);
}

#service .list-tab .item-tab svg {
  position: absolute;
  right: 8px;
  top: 14px;
  transform: scale(0.6) rotate(0deg);
}



@media print, screen and (min-width: 768px) {
  
  #service .list-tab {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: auto;
  }

  #service .list-tab .item-tab {
    font-size: 22px;
    width: auto;
    height: 70px;
    line-height: 55px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    width: calc(100% / 3 - 20px);
  }

  #service .list-tab .item-tab svg {
    position: absolute;
    right: calc(50% - 10px);
    top: unset;
    bottom: 12px;
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease;
  }
  
  #service   .list-tab .item-tab:hover svg {
    transform: translateY(5px) scale(1);
  }
}
