@charset "utf-8";

.p-service {
}


.p-service__section + .p-service__section {
  margin-top: 191px;
}
@media screen and (max-width: 767px) {
  .p-service__section + .p-service__section {
    margin-top: 46px;
  }
}
.p-service__head h2 {
  padding-top: 7px;
}

.p-service__body {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .p-service__body {
    margin-top: 44px;
  }
}
.p-service__description {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service__description {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
.p-service__description span {
  font-weight: 900;
}

.p-service__area {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-service__area {
    margin-top: 80px;
  }
}
.p-service__business {

}

.p-service__business + .p-service__business {
  margin-top: 198px;
}
@media screen and (max-width: 767px) {
  .p-service__business + .p-service__business {
    margin-top: 43px;
  }
}
.p-service__businessHead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-service__businessHead {
    gap: 12px;
  }
}
.p-service__businessHead h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-service__businessHead h3 {
    order: 2;
    font-size: 22px;
  }
}
.p-service__businessHead p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 100px;
  position: relative;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-service__businessHead p {
    order: 1;
    font-size: 18px;
    padding-left: 60px;
  }
}
.p-service__businessHead p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .p-service__businessHead p::before {
    width: 40px;
  }
}

.p-service__businessHead .p-service__businessHead--en {
  font-family: "roboto", sans-serif;
}

.p-service__businessText {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-service__businessText {
    order: 1;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 33px;
  }
}
.p-service__businessBody {
  display: flex;
  min-height: 333px;
  position: relative;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-service__businessBody {
    display: block;
    margin-top: 46px;
  }
}
.p-service__businessContent {
  background-color: #F5F5F5;
  width: calc(730 / 1200 * 100%);
  height: fit-content;
  padding: 20px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__businessContent {
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}


.p-service__businessContent li {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__businessContent li {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 27px;
      margin-bottom: 8px;
  }
}

.p-service__businessContent li:before {
  content: "・";
  font-size: 29px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__businessContent li:before {
    font-size: 25px;
    top: 14px;
  }
}

.p-service__businessTag {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background: #F50000;
  border-radius: 2px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-service__businessBody li a{
  font-size: 14px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.p-service__businessContent li svg{
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-service__businessBody li a:hover .cls-1 {
  fill: #F50000;
}
.p-service__businessBody li a:hover{
  color: #F50000;
}

.p-service__businessImage {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-service__businessImage {
    position: relative;
    top: -30px;
    width: 100vw;
    height: 250px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__businessImage img {
    object-fit: cover;
  }
}

.p-service__point {
  counter-reset: point;
}

.p-service__item {
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-service__item {
    flex-direction: column-reverse;
    gap: 23px;
  }
}

.p-service__item + .p-service__item {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-service__item + .p-service__item  {
    margin-top: 77px;
  }
}

.p-service__pointContent {
  width: 601px;
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .p-service__pointContent {
    width: 100%;
    margin-right: 0;
  }
}

.p-service__pointContent h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-left: 79px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__pointContent h3 {
    font-size: 22px;
    padding-left: 71px;
  }
}

.p-service__pointContent h3::before {
  counter-increment: point;
  content: counter(point);
  color: #F50000;
  font-family: "roboto", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__pointContent h3::before {
    font-size: 36px;
  }
}
.p-service__pointContent h3::after {
  content: "";
  width: 3px;
  height: 36px;
  background: #F50000;
  position: absolute;
  top: 53%;
  left: 46px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__pointContent h3::after {
    width: 2px;
    height: 24px;
    left: 39px;
  }
}

.p-service__pointContent p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__pointContent p:first-of-type {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 11px;
  }
}
.p-service__pointContent p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-service__pointContent p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-service__pointImage {
  flex: 1;
  max-width: 461px;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .p-service__pointImage {
    max-width: none;
    width: 100vw;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__pointImage {
    margin-left: -20px;
  }
}

.p-service__pointImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 461/260;
}

