@charset "utf-8";

.intro {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.intro .inner {
  padding: 53px 0 123px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 80px;
  align-items: flex-start;
}
.intro .sec-title {
  writing-mode: vertical-rl;
}

.intro .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.75rem, 1.251rem + 1.04vw, 2.5rem);
  line-height: calc(65 / 40);
  letter-spacing: 0.25em;
  color: #1d1d1d;
  position: relative;
  z-index: 5;
}

.intro .sec-title .tit-ja::before {
  content: "";
  background: url(/system_panel/uploads/images/20260622000431523726.png) no-repeat center/contain;
  width: 533px;
  height: 181px;
  position: absolute;
  bottom: -8px;
  left: -11px;
  z-index: -1;
}
.intro .desc {
  margin-top: 10px;
  writing-mode: vertical-rl;
}

.intro .desc p {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  line-height: calc(45 / 20);
  color: #1d1d1d;
  writing-mode: vertical-rl;
}
.service {
  overflow: hidden;
}

.service .column {
  display: flex;
  align-items: center;
  gap: 10%;
}
.service .sec-title {
  max-width: calc(1220 / 1920 * 100vw);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.service .sec-title .tit-en {
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #000;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}

.service .sec-top {
  display: flex;
  align-items: center;
}

.service .sec-top .sec-img {
  max-width: 1220px;
  width: 100%;
}

.service .sec-top .sec-text .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  letter-spacing: 0.1em;
  color: #1d1d1d;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 5;
}

.service .sec-top .sec-text .tit-ja::before {
  content: "";
  background: url(/system_panel/uploads/images/20260622000402884920.png) no-repeat center/contain;
  width: 201px;
  height: 198px;
  position: absolute;
  top: -67px;
  left: -64px;
  z-index: -1;
}

.service02 .sec-title .tit-en {
  text-align: left;
}
.service02 .column {
  flex-direction: row-reverse;
}

.service02 .sec-top .sec-text .tit-ja::before {
  left: -74px;
}

.service .sec-bottom .inner {
  padding: 0 0 140px;
}

.service .sec-bottom > .desc {
  max-width: calc(1220 / 1920 * 100vw);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 120px;
}

.service .sec-bottom > .desc p {
  width: 90%;
  margin-left: auto;
}

.service02 .sec-bottom > .desc p {
  margin-left: 0;
  margin-right: auto;
}

.service02 .sec-bottom > .desc {
  margin-left: auto;
  justify-content: flex-start;
}

.service .sec-bottom .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
}

.sec-title02 {
  margin-bottom: 60px;
}

.sec-title02 .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.751rem + 1.04vw, 2rem);
  color: #1d1d1d;
  padding-left: 19px;
  position: relative;
}

.sec-title02 .tit-ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  margin: auto;
  background: url(/system_panel/uploads/images/20260621191229333406.svg) no-repeat center/contain;
}

.service .features {
  margin-bottom: 132px;
}

.service .features .sec-body {
  max-width: 1164px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service .features .sec-body .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}

.service .features .sec-body .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service .features .sec-body .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service .features .sec-body .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  color: #1d1d1d;
}

.service .features .sec-body .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
}

.service .material,
.service .example {
  margin-bottom: 120px;
}

.service .material .sec-body {
  max-width: 1068px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 60px 3%;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
}
.service .material .material-item-01 {
  grid-column: 2 / span 2;
}

.service .material .material-item-02 {
  grid-column: 4 / span 2;
}

.service .material .material-item-03 {
  grid-column: 6 / span 2;
}

/* 2段目：4個 */

.service .material .material-item-04 {
  grid-column: 1 / span 2;
}

.service .material .material-item-05 {
  grid-column: 3 / span 2;
}

.service .material .material-item-06 {
  grid-column: 5 / span 2;
}

.service .material .material-item-07 {
  grid-column: 7 / span 2;
}

.service .material .item .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  text-align: center;
  color: #1d1d1d;
  padding: 0 24px;
  border: 1px solid #1d1d1d;
}

.service .material .material-item-02 .sec-text {
  width: 100%;
  text-align: center;
}

.service .material .material-item-02 .sec-text .tit-ja {
  padding: 0;
}

.service .material .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.service .example .sec-body {
  max-width: 957px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 83px;
  margin: 0 auto;
}

.service .example .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12%;
  position: relative;
}

.service .example .item::before {
  content: "";
  background: url(/system_panel/uploads/images/20260622012404664517.svg) no-repeat center/contain;
  width: 75px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  margin: auto;
}

.service .example .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.service .example .column .tit-en {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #1d1d1d;
}

.service .example .column .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  color: #1d1d1d;
}

.service .flow .box {
  max-width: 956px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #1d1d1d;
}

.service .flow .box .list {
  padding: 60px 0;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service .flow .box .list .item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.service .flow .box .list .item .num {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  color: #1d1d1d;
}

.service .flow .box .list .item .item-tit {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  color: #1d1d1d;
}

.service .flow .box .list .item .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
}

.service02 .features .sec-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service02 .features .sec-body .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
}

.service02 .example .sec-body {
  display: block;
}
.service02 .example .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  margin-bottom: 120px;
}
.service02 .example .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service02 .example .item::before {
  content: none;
}

.service02 .example .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service02 .example .item .sec-text .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  color: #1d1d1d;
}

.service02 .example .item .sec-text .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
}

.service02 .example .box {
  max-width: 922px;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #1d1d1d;
}

.service02 .example .box a {
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20%;
  position: relative;
  z-index: 5;
}

.service02 .example .box a .link-text {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.293rem + 1.21vw, 1.75rem);
  color: #1d1d1d;
}

.service02 .example .box a .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #1d1d1d;
  border-right: 0;
}
.service02 .example .box a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 36px);
  height: calc(100% - 28px);
  border: 1px solid #1d1d1d;
  z-index: -1;
}

.faq .inner {
  padding-bottom: 200px;
}

.faq .sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
}

.faq .sec-title .tit-en {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.708rem + 0.09vw, 0.813rem);
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  width: 100%;
  text-align: left;
}

.faq .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  color: #1d1d1d;
  width: 100%;
  text-align: left;
}

.faq .sec-body {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq .item:nth-child(2) {
  margin-bottom: 60px;
}

.faq .qa-item {
  border: 1px solid #1d1d1d;
}

.faq .qa-item .qa-question {
  padding: 29px 34px;
  position: relative;
  cursor: pointer;
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  line-height: calc(28 / 16);
  color: #1d1d1d;
  display: flex;
  align-items: center;
}

.faq .qa-item .qa-question .qa-icon {
  width: clamp(0.875rem, 0.75rem + 0.26vw, 1.063rem);
  height: clamp(0.875rem, 0.75rem + 0.26vw, 1.063rem);
  margin-left: auto;
  position: relative;
}

.faq .qa-item .qa-question .qa-icon::before,
.faq .qa-item .qa-question .qa-icon::after {
  content: "";
  position: absolute;
  background: #1d1d1d;
  transition: 0.3s;
}

.faq .qa-item .qa-question .qa-icon::before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item .qa-question .qa-icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item.active .qa-question .qa-icon::after {
  opacity: 0;
}
.faq .qa-item .qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq .qa-item .qa-answer-inner {
  padding: 0 0 35px;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
  margin: 0 55px;
}
@media (max-width: 1500px) {
  .service .sec-bottom .inner,
  .service .sec-bottom .inner,
  .faq .inner {
    width: 90%;
  }
}
@media (max-width: 1480px) {
  .service02 .sec-bottom > .desc,
  .service .sec-bottom > .desc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 85%;
  }
  .service02 .sec-bottom > .desc p,
  .service .sec-bottom > .desc p {
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .service .column {
    flex-direction: column-reverse;
  }
  .service .sec-title,
  .service02 .sec-title {
    max-width: calc(351 / 400 * 100vw);
    width: 100%;
    margin-right: auto;
    gap: 8px;
  }
  .service02 .sec-title {
    margin-right: 0;
    margin-left: auto;
  }
  .service .sec-top .sec-text .tit-ja {
    padding-top: 53px;
  }
  .service .sec-top .sec-text .tit-ja::before {
    width: 125px;
    height: 124px;
    top: 0;
    left: -45px;
  }
  .service .features .sec-body,
  .service .material .sec-body,
  .service .example .sec-body {
    width: 100%;
  }
  .service .features .sec-body .group {
    gap: 7%;
  }

  .service .example .item::before {
    top: 34%;
  }
  .sec-title02 {
    margin-bottom: 40px;
  }
  .service .sec-bottom > .desc {
    margin: 20px auto 60px;
  }
  .service .example .sec-body {
    gap: 32px;
  }
  .service .material,
  .service .example,
  .service .features {
    width: 100%;
    margin: 0 auto 60px;
  }
  .service01 .example .item {
    gap: 15%;
  }
  .service01 .example .column,
  .service .flow .box .list .item {
    gap: 8px;
  }
  .service .features .sec-body .group,
  .service02 .example .group {
    margin-bottom: 40px;
  }
  .faq .sec-title {
    margin-bottom: 60px;
  }
  .faq .sec-body {
    width: 100%;
    gap: 24px;
  }
  .faq .qa-item .qa-question {
    padding: 22px 15px;
  }
  .faq .qa-item .qa-question p {
    width: 91%;
  }
  .faq .qa-item .qa-answer-inner {
    margin: 0 35px;
    padding-bottom: 24px;
  }
  .service .sec-bottom .inner {
    padding-bottom: 80px;
  }
  .faq .inner {
    padding-bottom: 100px;
  }
  .faq .item:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .intro .inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 46px 0 80px;
  }
  .intro .sec-title .tit-ja::before {
    width: 186px;
    height: 63px;
    right: -98px;
    top: 148px;
  }
  .service .features .sec-body .group,
  .service02 .example .group {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service .material .sec-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .service .material .sec-body {
    max-width: calc(222 / 400 * 100vw);
  }
  .service .material .item {
    align-items: center;
  }
  .service .example .item::before {
    width: calc(32 / 400 * 100vw);
    height: 7px;
  }
  .service .flow .box .list {
    width: 90%;
  }

  .service .flow .box,
  .service02 .example .box {
    width: 100%;
  }
  .service02 .example .box a::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .service02 .example .box a {
    gap: 4%;
    padding: 32px 0;
  }
  .service02 .example .box a .arrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1d1d1d;
  }
  .service .material,
  .service .example,
  .service .features,
  .service .flow .sec-title02,
  .faq .sec-title,
  .faq .item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .service02 .features .sec-body,
  .service .features .sec-body {
    gap: 0;
  }
}

.gjs-dashed .faq .qa-item .qa-answer {
  max-height: fit-content;
  overflow: visible;
}
