@charset "UTF-8";

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
pre,
blockquote,
address,
hr,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.sp-only-break {
  display: none;
}

.is-sp {
  display: none;
}

h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-top: 200px;
}

.decoration {
  text-align: center;
  margin: 20px auto 50px;
}

.decoration img {
  width: 176px;
  height: auto;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.fv {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-image: url("../../images/individual/ai-analysis/back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 96px 0 109px;
}

.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/individual/ai-analysis/vector.png")
    no-repeat -164% 40% / 85% auto;
  opacity: 0.45;
  pointer-events: none;
}

.fv__inner {
  position: relative;
  z-index: 1;
  width: 80%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.fv__text {
  z-index: 2;
  width: 50%;
}

.fv__subtext {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: #fff;
}

.fv__subtext::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background-color: #fff;
  flex-shrink: 0;
}

.fv__img {
  width: 50%;
}

.fv__heading {
  font-size: 56px;
  color: #fff;
  margin-top: 20px;
}

.fv__lead {
  display: inline-block;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 15px;
  width: 79%;
}

.worries {
  background-image:
    url("../../images/individual/ai-analysis/worries_back01.png"),
    url("../../images/individual/ai-analysis/worries_back02.png");
  background-image:
    image-set(url("../../images/individual/ai-analysis/worries_back01.png") 2x),
    image-set(url("../../images/individual/ai-analysis/worries_back02.png") 2x);
  background-repeat: no-repeat, no-repeat;
  background-position:
    0% 21%,
    85% 12%;
}

.worries h2 {
  padding-top: 200px;
  margin-top: 0;
}

.worries__text {
  text-align: center;
  margin: 0 auto 50px;
}

.worries__list {
  display: flex;
  align-items: stretch;
  width: 80%;
  gap: 24px;
  padding-bottom: 194px;
  margin: 50px auto 0;
}

.worries__list--item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  position: relative;
  min-height: 28px;
  background-color: #f0f0f0;
  padding: 30px 40px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.worries__list--item img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.worries__list--item h3 {
  position: relative;
  min-height: 3.2em;
  padding-left: 48px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.worries__list--item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  transform: none;
  flex-shrink: 0;
}

.worries__list--item h3::after {
  content: url("../../images/individual/ai-analysis/check.svg");
  position: absolute;
  left: 18px;
  top: 18px;
  transform: translate(-50%, -50%);
}

.worries__list--text {
  margin-top: 10px;
}

.ai {
  position: relative;
  background: url(/static/assets/images/individual/ai-analysis/back.png)
    no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.ai__inner {
  display: flex;
  gap: 24px;
  width: 80%;
  margin: 0 auto;
  padding: 141px 0;
  align-items: center;
}

.ai__overview {
  width: 50%;
  color: #fff;
}

.ai img {
  width: 50%;
}

.ai__title {
  margin-top: 0;
  text-align: left;
}

.ai__text {
  margin-top: 20px;
}

.features {
  width: 80%;
  margin: 0 auto;
}

.features__item {
  padding: 150px 0;
}

.features__title + .decoration + .features__item {
  padding-top: 0;
}

.features__item:nth-child(even) {
  position: relative;
  z-index: 0;
}

.features__item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background-color: #f5f5f5;
  transform: translateX(-50%);
  z-index: -1;
}

.features__item:last-child {
  position: relative;
}

.features__item:last-child::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
}

.features__label {
  color: #ff0000;
}

.features__highlight {
  font-size: 38px;
  text-align: left;
  margin-top: 4px;
}

.features__points-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  align-items: flex-start;
}

.features__points-wrapper img {
  width: 50%;
}

.features__point-number {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 22px;
  line-height: 1;
}

.features__point-number img {
  width: auto;
  height: 1em;
}

.features__points-list {
  width: 50%;
}

.features__point--title {
  display: flex;
  gap: 4px;
}

.features__point-number {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 4px;
}

.features__point + .features__point {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dotted #898989;
}

.features__text {
  margin-top: 10px;
}

.features > .features__item:nth-child(5) .features__points-wrapper img {
  width: 100%;
}

.features
  > .features__item:nth-child(5)
  .features__points-wrapper
  > .features__point
  + .features__point {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  border-top: 0;
  border-left: 2px dotted #898989;
}

.features
  > .features__item:nth-child(5)
  .features__points-wrapper
  .features__point--title {
  margin-top: 20px;
}

.features
  > .features__item:nth-child(5)
  .features__points-wrapper
  .features__text {
  margin-top: 10px;
}

.features__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.features__tags li:nth-child(3)::after {
  content: "";
  flex-basis: 100%;
  height: 0;
}

.features__tags li {
  padding: 6px 12px;
  border: 1px solid #e60012;
  border-radius: 4px;
  color: #e60012;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
}

.plan__list--text {
  text-align: center;
  margin-top: 50px;
}

.plan__list--text span {
  color: #ff0000;
  font-weight: 500;
}

.plan__list--tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 20px;
  padding: 20px;
  width: fit-content;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.plan__list--tab-button {
  position: relative;
  appearance: none;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  padding: 12px 20px;
  background: none;
  cursor: pointer;
  font: inherit;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
}

.plan__list--tab-button:not(.is-active):hover {
  transform: translateY(-3px);
  color: #ff3333;
}

.plan__list--tab-button.is-active {
  position: relative;
  background: #ff0000;
  color: #fff;
  transition: none;
}

.plan__list--tab-button.is-active::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #ff0000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

h2.faq__title {
  margin-top: 0px;
}

.position__text {
  text-align: center;
}

.position__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 52%;
  margin: 50px auto 0;
  gap: 24px;
  justify-items: center; /* 各枠を中央寄せ（左側は右寄り、右側は左寄りに見える） */
}

.position__item {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}

.position__item {
  background: url(../../images/individual/ai-analysis/position-back.png);
}

.position__name {
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 20px auto 5px;
  padding: 4px;
  width: 85%;
}

.position__item--text {
  margin: 20px auto 0;
  width: 85%;
  min-height: 3.2em;
  color: #fff;
}

.position__features-wrapper {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin: 10px;
  padding: 17px;
}

.position__features {
  flex: 1;
}

.position__feature {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  white-space: nowrap;
}

.position__feature + .position__feature {
  margin-top: 8px;
}

.position__feature::before {
  content: "";
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background-color: #ff0000;
  background-image: url("../../images/individual/ai-analysis/check-white.svg");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: auto 12px;
}

.position__feature--highlight {
  color: #d2d2d2;
}

.position__feature--highlight::before {
  background-color: #d2d2d2;
  background-image: url("../../images/individual/ai-analysis/check-white.svg");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: auto 12px;
}

.position__note {
  margin-left: 5px;
  color: #ff0000;
}

h2.position__price {
  padding: 0;
}

.position__price--value {
  font-size: 50px;
  font-weight: 700;
}

.faq__wrapper {
  background-color: #f5f5f5;
  margin: 200px auto 0;
  background-image: url("../../images/individual/ai-analysis/q-mark.png");
  background-image: -webkit-image-set(
    url("../../images/individual/ai-analysis/q-mark.png") 2x
  );
  background-image: image-set(
    url("../../images/individual/ai-analysis/q-mark.png") 2x
  );
  background-repeat: no-repeat;
  background-position: right top;
}

.faq {
  margin-top: 200px;
  padding: 150px 0;
  margin: 0 auto;
}

h2.faq__title {
  padding: 0;
}

.faq__lead {
  text-align: center;
  margin-bottom: 50px;
}

.faq__item {
  background-color: #fff;
  border-radius: 10px;
  width: 52%;
  margin: 0 auto;
}

.faq__item:not(:last-child) {
  margin-bottom: 10px;
}

.faq__question .faq__label,
.faq__answer .faq__label {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}

.faq__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  border-top: #898989 2px dotted;
  transform: translateX(-50%);
}

.faq__question::marker {
  display: none;
}

.faq__answer,
.faq__question {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 20px 56px 20px 20px;
  display: flex;
  align-items: baseline;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #ff0000;
  transform: translateY(-50%);
  z-index: 0;
}

.faq__question::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.25s ease;
  z-index: 1;
}

.faq__item[open] > .faq__question::before {
  transform: translateY(-40%) rotate(-135deg);
}

.faq__answer {
  padding: 20px 56px 20px 20px;
}

.faq__answer .faq__label {
  color: #ff0000;
}

.faq__text--break {
  margin-top: 1.5em;
}

.other-industry__links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.other-industry__button {
  margin-top: 0;
  width: min(320px, 100%);
  position: relative;
  justify-content: center;
  text-align: center;
}

.other-industry__button::after {
  position: absolute;
  right: 20px;
}

.connection {
  margin: 200px auto 0;
  width: 80%;
  box-sizing: border-box;
}

.connection__subtitle {
  text-align: center;
}

h2.connection__title {
  margin-top: 0;
}

.connection__article--wrapper {
  display: flex;
  max-width: 100%;
  width: 100%;
  gap: 24px;
  border-radius: 17px;
  justify-content: center;
}

.connection__article {
  width: 30%;
  max-width: 100%;
  border: #ff0000 1px solid;
  border-radius: 17px;
  overflow: hidden;
}

.connection__article img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.connection__article--text {
  padding: 16px 20px;
}

.connection__article--highlight {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.more__btn {
  color: #fff;
  background-color: #f00;
  border-radius: 50px;
  margin: 100px auto 200px;
  padding: 15px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 382px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}

.foot_contact h2 {
  margin-top: 0;
}

.gnav-item--hasSub {
  position: relative;
}
.gnav-subMenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(18, 21, 27, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  pointer-events: none;
}
.gnav-item--hasSub:hover .gnav-subMenu,
.gnav-item--hasSub:focus-within .gnav-subMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.gnav-subMenu__title {
  margin: 0;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #8a8f99;
  white-space: nowrap;
}
.gnav-subMenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gnav-subMenu__link {
  display: block;
  padding: 10px 16px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.gnav-subMenu__link:hover {
  background: #fff2f4;
}

@media (min-width: 1680px) {
  .fv__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .plan__list--tab {
    width: 20%;
  }

  .worries__list--item {
    padding: 80px;
  }

  .faq__wrapper {
    background-position: 80% top;
  }

  .faq__item {
    width: 38%;
    margin: 0 auto;
  }
}

@media (max-width: 1500px) {
  .fv__heading {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 32px;
  }

  .fv {
    width: 100%;
    height: auto;
    min-height: 480px;
  }

  .fv__heading {
    font-size: 44px;
  }

  .faq {
    width: 88%;
  }

  .case__item {
    flex: 0 0 72vw;
    width: 72vw;
  }

  .position__features-wrapper {
    padding: 20px;
  }

  .faq__wrapper {
    background-size: 38vw auto;
  }
}

@media (max-width: 900px) {
  .sp-only-break {
    display: block;
  }

  body {
    font-size: 15px;
  }

  h2 {
    font-size: 28px;
  }

  .decoration {
    margin: 16px auto 32px;
  }

  .inner {
    width: 90%;
  }

  .fv {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    padding: 115px 0 50px;
  }

  .fv::before {
    background-position: 110% top;
    background-size: 140% auto;
  }

  .fv__inner {
    width: 100%;
    flex-direction: column;
  }

  .fv__text {
    width: 90%;
  }

  .fv__subtext {
    font-size: 16px;
    gap: 12px;
  }

  .fv__heading {
    font-size: 34px;
    line-height: 1.35;
  }

  .fv__lead {
    width: auto;
    padding: 20px;
  }

  .fv__img {
    width: 80%;
    margin-top: 30px;
  }

  .worries {
    background-size:
      180px auto,
      160px auto;
    background-position:
      left 8%,
      right 18%;
  }

  .worries h2,
  .worries__text {
    width: 90%;
    margin: 0 auto;
  }

  .ai__inner {
    flex-direction: column;
    width: 90%;
  }

  .ai__overview {
    width: 100%;
  }

  .ai img {
    width: 100%;
  }

  .features__text {
    margin-top: 5px;
  }

  .features__points-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .features > .features__item:nth-child(3) .features__points-wrapper,
  .features > .features__item:nth-child(6) .features__points-wrapper {
    flex-direction: column-reverse;
  }

  .features__point + .features__point {
    margin-top: 20px;
    padding-top: 20px;
  }

  .features__title + .decoration + .features__item {
    padding-top: 0;
  }

  .features
    > .features__item:nth-child(5)
    .features__points-wrapper
    > .features__point
    + .features__point {
    padding-left: 0;
    border-left: 0;
  }

  .features__points-list,
  .features__points-wrapper img {
    width: 100%;
  }

  .position__content {
    width: 80%;
  }

  .position__item {
    width: 100%;
  }

  .position__name {
    width: 70%;
    margin-top: 24px;
  }

  .position__feature {
    padding-left: 0;
  }

  .faq__wrapper {
    margin-top: 120px;
    background-size: 45vw auto;
    background-position: right 12px top 12px;
  }

  .faq {
    width: 90%;
    padding: 84px 0 96px;
  }

  .faq__item {
    width: 90%;
  }

  .faq__question,
  .faq__answer {
    font-size: 15px;
    line-height: 1.8;
  }

  .faq__question span,
  .faq__answer span {
    font-size: inherit;
  }

  .faq__question {
    padding: 16px 52px 16px 16px;
  }

  .faq__answer {
    padding: 16px;
  }

  .faq__question::after {
    right: 16px;
  }

  .faq__question::before {
    right: 22px;
  }

  .other-industry__button {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .position__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .is-sp {
    display: block;
  }

  body {
    font-size: 14px;
  }

  h2 {
    font-size: 24px;
    margin-top: 100px;
  }

  .features__highlight {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    text-align: left;
  }

  .features__point-number {
    font-size: 18px;
  }

  .fv__heading {
    font-size: 28px;
  }

  .fv__text {
    padding-left: 0;
    width: 90%;
  }

  .worries h2 {
    padding-top: 80px;
  }

  .worries__list {
    width: 90%;
    flex-direction: column;
    padding-bottom: 100px;
    flex: unset;
  }

  .worries__list--item {
    flex: 0 0 auto;
    padding: 30px 30px;
    font-size: 15px;
  }

  .worries__list--item h3::before {
    width: 31px;
    height: 31px;
  }

  .worries__list--item h3::after {
    left: 13.5px;
    top: 18.5px;
    width: 21px;
    height: auto;
  }

  .decoration img {
    width: 120px;
  }

  .features {
    width: 90%;
  }

  .features__points-wrapper {
    margin-top: 20px;
  }

  .features__item {
    padding: 80px 0;
  }

  .features
    > .features__item:nth-child(5)
    .features__points-wrapper
    > .features__point
    + .features__point
    .plan__list--tab-button {
    display: none;
  }

  .position {
    width: 90%;
    margin: 0 auto;
  }

  .position__content {
    margin: 20px auto 0;
    width: 100%;
  }

  .faq {
    width: 100%;
    margin: 0 auto;
  }

  h2.position__price {
    margin-top: 0;
  }

  .position__price--value {
    font-size: 40px;
  }

  .faq__wrapper {
    margin-top: 96px;
    background-size: 52vw auto;
  }

  h2.faq__title {
    width: 90%;
    margin: 0 auto;
  }

  .faq {
    padding: 64px 0 72px;
  }

  .other-industry__links {
    gap: 30px;
  }

  .connection {
    margin: 120px auto 0;
    width: 90%;
  }

  .connection__article--wrapper {
    flex-direction: column;
    gap: 46px;
  }

  .connection__article {
    width: 100%;
  }

  .more__btn {
    width: auto;
  }
}
