@charset "utf-8";

.p-fv {
  background-color: #fff;
}

.p-fv .column {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-fv .anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 32px 40px;
}

.p-fv .anchor a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.p-fv .anchor a p {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #0a2b58;
}

.p-fv .anchor a::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #0a2b58;
  display: inline-block;
  vertical-align: middle;
}

.p-fv .anchor .item-a {
  grid-column: 1;

  grid-row: 1;
}

.p-fv .anchor .item-b {
  grid-column: 1;

  grid-row: 2;
}

.p-fv .anchor .item-c {
  grid-column: 2;

  grid-row: 1;
}

.p-fv .anchor .item-d {
  grid-column: 2;

  grid-row: 2;
}

.p-fv .anchor .item-e {
  grid-column: 3;

  grid-row: 1;
}

.intro,
.service,
.works,
.faq {
  background-color: #ffffff;
  position: relative;
}

.intro .inner {
  display: flex;
  flex-direction: column;
  gap: 107px;
  padding: 83px 0 133px;
}

.intro .sec-head {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.intro .sec-head .tit-ja {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem);
  line-height: calc(64 / 36);
  color: #0a2b58;
}

.intro .sec-head .desc p {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: calc(40 / 18);
  color: #000;
}

.intro .list {
  display: flex;
  justify-content: center;
  gap: 2%;
  height: 277px;
}

.intro .list .item {
  max-width: 317px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/system_panel/uploads/images/20260628134404769566.svg) no-repeat center/contain;
}

.intro .list .item p {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  text-align: center;
  color: #fff;
}

.service {
  position: relative;
  padding-bottom: 140px;
}

.service .deco {
  max-width: 1632px;
  width: 88%;
  right: 0;
  top: 54px;
  left: auto;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.service .sec-title,
.material .sec-title,
.flow .sec-title,
.works .sec-title,
.equipment .sec-title,
.faq .sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 138px;
}

.service .sec-title .tit-en,
.material .sec-title .tit-en,
.flow .sec-title .tit-en,
.works .sec-title .tit-en,
.equipment .sec-title .tit-en,
.faq .sec-title .tit-en {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #0a2b58;
}

.service .sec-title .tit-ja,
.material .sec-title .tit-ja,
.flow .sec-title .tit-ja,
.works .sec-title .tit-ja,
.equipment .sec-title .tit-ja,
.faq .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  color: #0a2b58;
}

.service .list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.service .list .item {
  display: flex;
  align-items: center;
  gap: 5%;
}

.service .list .item.reverse {
  flex-direction: row-reverse;
}

.service .list .item .sec-img {
  max-width: 672px;
  width: 100%;
  position: relative;
  padding-right: 46px;
  padding-bottom: 49px;
  z-index: 5;
}

.service .list .item .sec-img::after {
  content: "";
  width: 80%;
  height: 80%;
  background-color: #203a5e;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service .list .item .sec-img .caption {
  position: absolute;
  bottom: 0;
  left: 20%;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.568rem + 0.78vw, 1.5rem);
  line-height: 1;
  color: #fff;
}

.service .list .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.service .list .item .sec-text .tit-ja {
  position: relative;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.439rem + 0.26vw, 1.75rem);
  color: #0a2b58;
  padding-left: 21px;
  padding-top: 21px;
  padding-right: 30px;
  padding-bottom: 18px;
}

.service .list .item .sec-text .tit-ja::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(/system_panel/uploads/images/20260628140638618227.svg) no-repeat center/contain;
}

.service .list .item .sec-text .tit-ja::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url(/system_panel/uploads/images/20260628140638685678.svg) no-repeat center/contain;
}

.service .list .item .sec-text .desc p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
  color: #000;
}

.material {
  position: relative;
}

.material .deco {
  max-width: 759px;
  width: 40%;
  flex-direction: column-reverse;
  top: 76px;
}

.material .inner {
  padding: 42px 0 82px;
}

.material .sec-title {
  align-items: center;
  margin-bottom: 60px;
}

.material .list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 33px 80px;
  justify-content: center;
}

.material .list .item {
  max-width: 237px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.material .list .item .caption {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  text-align: center;
  padding: 6px 40px;
  border: 1px solid #0b2b58;
  color: #0a2b58;
  background-color: #fff;
}

.flow .inner {
  padding-bottom: 145px;
}

.flow .sec-title {
  margin-bottom: 60px;
  align-items: center;
}

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

.flow .list .item {
  background: #fff;
  border: 0.5px solid #203a5e;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow .list .item .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 40px;
  width: 94%;
  margin: 0 auto;
}

.flow .list .item .label {
  text-align: center;
  background-color: #203a5e;
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 8px 0;
  width: 100%;
}

.flow .list .item .icon {
  width: 105px;
  background-color: #eef3f9;
  border-radius: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.flow .list .item:nth-child(1) .icon img {
  width: 46px;
  height: auto;
}

.flow .list .item .tit-ja {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  text-align: center;
  color: #0a2b58;
  margin-bottom: 17px;
}

.flow .list .item .desc p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
  color: #000;
  text-align: center;
}

.works .inner {
  padding: 85px 0 120px;
}

.works .sec-title {
  margin-bottom: 120px;
}

.works .deco,
.equipment .deco,
.faq .deco {
  max-width: 1632px;
  width: 88%;
  right: 0;
  top: 140px;
  left: auto;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.works .deco .line:nth-child(3),
.equipment .deco .line:nth-child(3),
.faq .deco .line:nth-child(3) {
  width: 50%;
}

.works .deco .line:nth-child(2),
.equipment .deco .line:nth-child(2),
.faq .deco .line:nth-child(2) {
  width: 70%;
}

.works {
  display: none;
}

.works .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 5%;
}

.works .list .item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.works .list .item .sec-img {
  max-width: 294px;
  width: 50%;
}

.works .list .item .sec-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.works .list .item .dl {
  display: grid;
  grid-template-columns: 37% 1fr;
}

.works .list .item .tit-ja {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #7c7c7c;
  color: #7c7c7c;
}

.works .list .item .dt,
.works .list .item .dd {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #7c7c7c;
}

.works .list .item .dd {
  font-weight: 400;
}

.equipment {
  position: relative;
}

.equipment .deco {
  top: 120px;
}

.equipment .inner {
  padding: 65px 0 145px;
}

.equipment .sec-title {
  margin-bottom: 100px;
}

.equipment .sec-body {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.equipment .group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.equipment .group .label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #0a2b58;
}

.equipment .group .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.equipment .group .list .item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.equipment .group .list .item .column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.equipment .group .list .item .column .kome {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #000;
}

.equipment .group .list .item .ttl {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 8px 0;
  background: #cecece;
}

.equipment .group .list .item .detail {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
  color: #0a2b58;
}

.equipment .group .list .item .tit-main {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  color: #0a2b58;
}

.faq .inner {
  padding: 100px 0 140px;
}

.faq .sec-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq .sec-title {
  margin-bottom: 100px;
}

.faq .deco {
  top: 155px;
}

.faq .qa-item {
  background-color: #f8f8f8;
}

.faq .qa-item .qa-question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 50px 30px 20px;
}

.faq .qa-item .qa-question p {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  color: #0a2b58;
}

.faq .qa-item .qa-question .icon {
  width: 31px;
  height: auto;
}

.faq .qa-item .qa-question .qa-icon {
  width: clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
  height: clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
  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: #b4b4b4;
  transition: 0.3s;
}

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

.faq .qa-item .qa-question .qa-icon::after {
  width: 2px;
  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 50px 36px 68px;
  font-family: var(--font-notosans);
  font-weight: normal;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #000;
}

@media (max-width: 1300px) {

  .intro .inner,
  .service .inner,
  .flow .inner,
  .equipment .inner,
  .faq .inner,
  .works .inner {
    width: 88%;
  }

  .service .list .item .sec-img {
    width: 75%;
  }

  .flow .list {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .intro .sec-head {
    flex-direction: column;
    gap: 32px;
  }

  .service .deco,
  .equipment .deco {
    top: 5%;
  }

  .service .list .item .sec-img {
                    width: 50%;
  }

  .flow .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .works .deco {
    top: 17%;
  }

  .faq .deco {
    top: 20%;
  }

  .material .deco {
    top: 16%;
  }
}

@media (max-width: 1023px) {
  .intro .list {
    flex-direction: column;
    gap: 24px;
    height: auto;
    align-items: center;
  }

  .intro .list .item {
    max-width: calc(257 / 375 * 100vw);
    height: 224px;
  }

  .material .list {
    gap: 33px 59px;
  }

  .works .list .item {
    flex-direction: column;
  }

  .works .list .item .sec-img {
    width: 100%;
    max-width: none;
  }

  .works .deco {
    top: 10%;
  }

  .works .list .item .sec-text {
    width: 100%;
  }

  .service .deco,
  .equipment .deco {
    top: 6%;
  }

  .equipment .inner {
    padding: 64px 0 60px;
  }

  .works .inner {
    padding: 60px 0 28px;
  }

  .faq .inner {
    padding: 40px 0 60px;
  }

  .flow .inner {
    padding: 80px;
  }

  .material .inner {
    padding: 60px 0;
  }

  .intro .inner {
    padding: 32px 0 80px;
  }

  .service {
    padding-bottom: 40px;
  }

  .works .sec-title,
  .equipment .sec-title,
  .faq .sec-title {
    margin-bottom: 50px;
  }
      .service .list .item .sec-img {
        width: 40%;
            padding-bottom: 29px;
    }

}

@media (max-width: 767px) {
  .intro .inner {
    gap: 80px;
  }

  .p-fv .anchor {
    gap: 20px 10px;
  }

  .intro .inner,
  .service .inner,
  .flow .inner,
  .equipment .inner,
  .faq .inner,
  .works .inner,
  .material .inner {
    width: 90%;
  }

  .service .list .item,
  .service .list .item.reverse {
    flex-direction: column;
    gap: 20px;
  }

  .service .list .item .sec-img {
    padding-right: 22px;
    padding-bottom: 24px;
  }

  .service .list .item .sec-img {
    width: 100%;
  }

  .service .list {
    gap: 80px;
  }

  .service .list .item .sec-text {
    align-items: center;
  }

  .material .list .item {
    max-width: 97px;
  }

  .material .list {
    justify-content: space-between;
    gap: 10px 0;
  }

  .material .list .item .caption {
    padding: 6px 12px;
  }

  .flow .list {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }

  .flow .inner {
    padding: 0 0 80px 0;
  }

  .works .deco {
    top: 5%;
  }

  .works .list {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }

  .equipment .deco {
    top: 7%;
  }

  .equipment .group .list {
    grid-template-columns: 1fr;
  }

  .equipment .group {
    gap: 29px;
  }

  .equipment .group .list {
    gap: 40px;
  }

  .equipment .sec-body {
    width: 90%;
    margin: 0 auto;
  }

  .service .deco {
    top: 4%;
  }

  .equipment .deco {
    top: 2.2%;
  }

  .faq .deco {
    top: 105px;
  }

  .faq .qa-item .qa-question {
    padding: 20px 10px;
        gap: 5px;
  }

  .faq .qa-item .qa-question .icon {
    width: 16px;
  }

  .faq .qa-item .qa-answer-inner {
    padding: 0 50px 36px 40px;
  }
}

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