@charset "utf-8";

.service01 {
  padding: 200px 0 160px;
  border-bottom: 1px solid #707070;
}

.intro .inner {
  display: flex;
  align-items: flex-start;
  gap: 7%;
}

.service02 .intro .inner {
  flex-direction: row-reverse;
}

.intro .sec-img {
  max-width: 1010px;
  width: 59%;
}

.intro .sec-text {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin-left: -48px;
}

.service02 .intro .sec-text {
  margin-right: -48px;
  margin-left: 0;
}

.intro .sec-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro .sec-head .tit-ja {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  color: #000;
}

.intro .sec-head .tit-en {
  font-family: var(--font-raleway);
  font-weight: 500;
  font-size: clamp(2rem, 1.287rem + 3.04vw, 4.938rem);
  color: #000;
}

.intro .sec-text .desc p {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: calc(36 / 16);
  color: #000;
}

.strength .inner {
  padding: 120px 0 160px;
}

.strength .inner {
  display: flex;
  align-items: center;
  gap: 5%;
}

.service02 .strength .inner {
  flex-direction: row-reverse;
}

.strength .list {
  max-width: 887px;
  width: 74%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.strength .list .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}

.service02 .strength .list .item {
  align-items: flex-end;
}

.strength .list .item::before {
  content: "";
  position: absolute;
  bottom: 40px;
  font-family: var(--font-raleway);
  font-weight: 500;
  line-height: 1;
  font-size: clamp(1.188rem, 0.869rem + 1.36vw, 2.5rem);
  color: #000;
}

.strength .list .item:first-child::before {
  content: "01";
  left: 65%;
}

.service02 .strength .list .item:first-child::before {
  left: 0;
}

.strength .list .item:nth-child(2)::before {
  content: "02";
  left: 75%;
}

.service02 .strength .list .item:nth-child(2)::before {
  left: 20%;
}

.strength .list .item:nth-child(3)::before {
  content: "03";
  left: 95%;
}

.service02 .strength .list .item:nth-child(3)::before {
  left: 30%;
}

.strength .list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
  transform: translateX(-100%);
  transition: var(--default);
}

.service02 .strength .list .item::after {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.strength.is-active .list .item::after {
  transform: translateX(0);
}

.strength .list .item:first-child::after,
.service02 .strength .list .item:nth-child(3)::after {
  width: 70%;
}

.strength .list .item:nth-child(2)::after {
  width: 80%;
}
.strength .list .item:nth-child(3)::after,
.service02 .strength .list .item:first-child::after {
  width: 100%;
}

.strength .list .item .tit-ja {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
  color: #000;
  transform: translateY(20px);
  opacity: 0;
  transition: var(--default);
}

.strength .list .item .desc {
  transform: translateY(20px);
  opacity: 0;
  transition: var(--default);
}

.service02 .strength .list .item .desc p {
  text-align: right;
}

.strength.is-active .list .item .tit-ja,
.strength.is-active .list .item .desc {
  transform: translateY(0);
  opacity: 1;
}

.strength .list .item .desc p {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #000;
}

.strength .sec-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.strength .sec-head .tit-sub {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  color: #000;
}

.strength .sec-head .tit-main {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(2rem, 1.636rem + 1.55vw, 3.5rem);
  color: #000;
}

.voice .sec-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  position: relative;
}

.voice .sec-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/system_panel/uploads/images/20260702175443885109.svg) no-repeat center/contain;
  width: 100%;
  height: 26px;
}

.voice .sec-head .tit-sub {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #000;
}

.voice .sec-head .tit-main {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #000;
}

.voice .inner {
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.voice {
  position: relative;
  z-index: 5;
}

.voice::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.voice .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 0;
}

.voice .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  background: #fff;
  border: 1px solid #000;
  gap: 5%;
  max-width: 614px;
  width: 92%;
  position: relative;
}

.voice .list .item:nth-child(n + 3) {
  margin-left: auto;
}

.voice .list .item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #000000;
  border-top: 0;
  transform: rotate(315deg);
  position: absolute;
  top: -3px;
  left: -13px;
}

.voice .list .item::after {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/20260702182136769493.svg) no-repeat center/contain;
  width: 27px;
  height: 20px;
  bottom: -12px;
  left: 44px;
  z-index: 1;
}

.voice .list .item .sec-img {
  max-width: 116px;
  width: 22%;
  aspect-ratio: 1/1;
}

.voice .list .item .desc {
  width: 71%;
}

.voice .list .item .desc p {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: calc(24 / 16);
  color: #000;
}

.image-slider {
  width: 100%;
  overflow: hidden;
}

.loop-slider__track {
  display: flex;
  width: max-content;
  animation: loopSlider 30s linear infinite;
}

.loop-slider__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loop-slider__item {
  width: 640px;
  flex-shrink: 0;
}

.loop-slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes loopSlider {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.flow .sec-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow .sec-head .tit-sub {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  color: #000;
}

.flow .sec-head .tit-main {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(2rem, 1.636rem + 1.55vw, 3.5rem);
  color: #000;
}

.flow .inner {
  padding: 160px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.flow .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  justify-content: space-between;
}

.flow .item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.flow .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.flow .item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.flow .item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.flow .item:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}

.flow .item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.flow .sec-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 63%;
}

.flow .num {
  width: 121px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow .num p {
  margin: 0;
  font-family: var(--font-raleway);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.629rem + 0.52vw, 1.25rem);
  color: #000;
}

.flow .item .tit-ja {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  color: #000;
}

.flow .item .desc p {
  margin: 0;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: calc(28 / 16);
  color: #000;
}

.ctabox .inner {
  background-color: #000000;
  display: flex;
  gap: 2%;
  height: 304px;
}

.ctabox .inner .sec-img {
  max-width: 515px;
  width: 39%;
  height: 100%;
}

.ctabox .inner .sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.ctabox .inner .sec-text {
  flex: 1;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ctabox .inner .sec-text .tit-ja {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #fff;
  margin-bottom: 18px;
}
.ctabox .inner .sec-text .desc {
  margin-bottom: 32px;
}
.ctabox .inner .sec-text .desc p {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
  text-align: center;
  color: #fff;
}

.ctabox .inner .btnarea {
  display: flex;
  align-items: center;
  gap: 27px;
  width: 100%;
}

.ctabox .inner .btnarea .item {
  border: 1px solid #fff;
  max-width: 308px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctabox .inner .btnarea .tel-link a {
  display: flex;
  align-items: center;
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: 29px;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.ctabox .inner .btnarea .tel-link span {
  font-size: 15px !important;
}

.ctabox .inner .btnarea .morebtn a {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.service02 {
  padding: 150px 0 160px;
}

@media (max-width: 1200px) {
  .strength .inner,
  .voice .inner,
  .flow .inner,
  .ctabox .inner {
    width: 89%;
  }
  .flow .num {
    width: 90px;
  }
  .flow .sec-text {
    width: auto;
  }
  .flow .item {
    gap: 22px;
  }
  .voice .list .item {
    padding: 32px 17px;
  }
  .flow .list {
    gap: 80px 60px;
  }
}

@media (max-width: 1023px) {
  .flow .list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .voice .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service02 .strength .inner {
    flex-direction: column;
    gap: 55px;
  }
  .strength .list {
    gap: 25px;
    width: 100%;
  }
  .intro .inner,
  .service02 .intro .inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .intro .sec-img img.sp-hidden {
    display: none;
  }
  .intro .sec-img img.pc-hidden {
    display: block;
  }
  .intro .sec-text {
    gap: 20px;
  }
  .intro .sec-text,
  .intro .sec-img {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .strength .inner,
  .service02 .strength .inner {
    flex-direction: column-reverse;
    gap: 37px;
  }
  .strength .list .item:first-child::after,
  .service02 .strength .list .item:nth-child(3)::after,
  .strength .list .item:nth-child(2)::after,
  .strength .list .item:nth-child(3)::after,
  .service02 .strength .list .item:first-child::after {
    width: 100%;
  }
  .strength .list .item:first-child::before,
  .strength .list .item:nth-child(2)::before,
  .strength .list .item:nth-child(3)::before,
  .service02 .strength .list .item:first-child::before,
  .service02 .strength .list .item:nth-child(2)::before,
  .service02 .strength .list .item:nth-child(3)::before {
    left: auto;
    right: 0;
    bottom: 3px;
  }
  .voice .list .item {
    max-width: none;
    width: 100%;
  }
  .voice .list .item:nth-child(n + 3) {
    margin: 0;
  }
  .ctabox .inner {
    flex-direction: column;
    gap: 64px;
    height: auto;
  }
  .ctabox .inner .sec-img img.sp-hidden {
    display: none;
  }
  .ctabox .inner .sec-img img.pc-hidden {
    display: block;
  }
  .ctabox .inner .sec-img {
    max-width: none;
    width: 100%;
  }
  .ctabox .inner .sec-text {
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
  }
  .ctabox .inner .btnarea {
    flex-direction: column;
    gap: 15px;
  }
  .ctabox .inner .btnarea .item {
    max-width: none;
    width: 100%;
  }
  .service02 .strength .list .item {
    align-items: flex-start;
  }
  .service02 .strength .list .item .desc p {
    text-align: left;
  }
  .service02 .strength .list .item::after {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  .service02 .strength.is-active .list .item::after {
    transform: translateX(0);
  }
  .service01 {
    padding: 80px 0 40px;
  }
  .strength .inner {
    padding: 80px 0;
  }
  .flow .inner {
    padding: 80px 0;
  }
  .service02 {
    padding: 60px 0 80px;
  }
  .strength .list .item {
    padding-bottom: 32px;
  }
  .loop-slider__item {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .strength .inner,
  .voice .inner,
  .flow .inner,
  .ctabox .inner {
    width: 91%;
  }
  .flow .num {
    width: 58px;
    height: 58px;
  }
  .voice .list .item .sec-img {
    max-width: 73px;
  }
  .voice .list .item {
    padding: 16px 10px;
  }
  .flow .item {
    gap: 20px;
  }
  .flow .sec-text {
    width: auto;
  }
}
.gjs-dashed .strength .list .item .tit-ja,
.gjs-dashed .strength .list .item .desc {
  transform: translateY(0);
  opacity: 1;
}

.gjs-dashed .loop-slider__track {
  animation: none;
  flex-direction: column;
}
