/* page-data.php */
:root {
  --color-black: #1d1d1d;
  --color-white: #ffffff;
  --color-orange: #ff5800;
  --color-yellow: #f5ad00;
  --color-yellow-light: #ffb846;
  --color-line: #1cb342;
  --color-orange-light: #ffdba3;
  --color-grd-orange: linear-gradient(122deg, #ff5800, #ffac00);

  --margin-container: 120px;
  --margin-head3: 24px;
  --padding-x: 4vw;
  --padding-x-tb: 6.6666666667vw;
  --padding-x-sp: 20px;
  --container-sm: 944px;
  --container-m: 1200px;
  --radius-s: 3px;

  --font-size-sm: 0.875rem;
  --font-size-m: 1rem;
  --font-size-m-sp: 0.875rem;
  --head-1: clamp(1.875rem, 1.352rem + 2.61vw, 3.313rem);
}
.sp-none {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp-none {
    display: none;
  }
}
ul {
  padding: 0;
}
.p-data_container p,
pre {
  margin: 0;
}
.txt-white {
  color: var(--color-white);
}
.txt-black {
  color: var(--color-black);
}
.txt-orange {
  color: var(--color-orange);
}
.bg-orange {
  background: var(--color-orange);
}
.bg-yellow {
  background: var(--color-yellow);
}
.c-head1 {
  font-size: var(--head-1);
  font-weight: bold;
  margin: 0;
}
.c-head2 {
  font-size: 36px;
  font-weight: bold;
}
.c-head3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-head3 {
    font-size: 21px;
    margin: 0;
    margin-bottom: 0;
  }
}
.u-strong {
  font-size: 180%;
}
.u-inline-b {
  display: inline-block;
}
.u-inline-b:last-child {
  margin-left: 4px;
}

.c-container {
  width: 100%;
  max-width: var(--container-m);
  padding-inline: var(--padding-x);
  margin-inline: auto;
  margin-top: var(--margin-container);
}
@media screen and (max-width: 600px) {
  .c-container {
    padding-inline: var(--padding-x-sp);
    margin-inline: auto;
    margin-top: 40px;
  }
}
.main {
  background: url(../img/data/data-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  height: 65svh;
}
@media screen and (max-width: 768px) {
  .main {
    background: url(../img/data/data-mv-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
  }
}
.p-data {
  background-image: linear-gradient(
      0deg,
      transparent 29px,
      rgba(255, 153, 0, 0.5) 30px
    ),
    linear-gradient(90deg, transparent 29px, rgba(255, 153, 0, 0.55) 30px);
  background-size: 30px 30px;
}
.p-data_bg-circle-wrap {
  position: relative;
}
.p-data_bg-circle {
  background: var(--color-grd-orange);
  opacity: 0.9;
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: -1;
  border-radius: 99%;
}
.p-data_about .p-data_bg-circle:nth-of-type(1) {
  width: 95px;
  height: 95px;
  top: 5%;
  right: 1%;
}
.p-data_about .p-data_bg-circle:nth-of-type(2) {
  width: 76px;
  height: 76px;
  top: 21%;
  left: -1%;
}
.p-data_about .p-data_bg-circle:nth-of-type(3) {
  width: 24px;
  height: 24px;
  top: 11%;
  right: -2%;
}
@media screen and (max-width: 600px) {
  .p-data_about .p-data_bg-circle:nth-of-type(1) {
    top: 3.4%;
    right: -6%;
  }
  .p-data_about .p-data_bg-circle:nth-of-type(2) {
    top: 18%;
    left: 83%;
  }
  .p-data_about .p-data_bg-circle:nth-of-type(3) {
    top: 8%;
    right: 93%;
  }
}
.p-data_environment .p-data_bg-circle:nth-of-type(1) {
  width: 162px;
  height: 162px;
  top: -1%;
  right: -6%;
}
.p-data_environment .p-data_bg-circle:nth-of-type(2) {
  width: 65px;
  height: 65px;
  top: 43%;
  right: 51%;
}
.p-data_environment .p-data_bg-circle:nth-of-type(3) {
  width: 80px;
  height: 80px;
  top: 97%;
  left: -10%;
}
.p-data_environment .p-data_bg-circle:nth-of-type(4) {
  width: 40px;
  height: 40px;
  top: 92%;
  right: -5%;
}
@media screen and (max-width: 600px) {
  .p-data_environment .p-data_bg-circle:nth-of-type(1) {
    width: 30%;
    height: auto;
    top: 4%;
    right: -11%;
  }
  .p-data_environment .p-data_bg-circle:nth-of-type(2) {
    top: 40%;
    right: 84%;
  }
  .p-data_environment .p-data_bg-circle:nth-of-type(4) {
    top: 74%;
    right: -5%;
  }
}
.p-data_benefits .p-data_bg-circle:nth-of-type(1) {
  width: 65px;
  height: 65px;
  top: 55%;
  right: -5%;
}
.p-data_benefits .p-data_bg-circle:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-data_benefits .p-data_bg-circle:nth-of-type(1) {
    width: 120px;
    height: 120px;
    top: 3%;
    right: -10%;
  }
  .p-data_benefits .p-data_bg-circle:nth-of-type(2) {
    display: block;
    width: 80px;
    height: 80px;
    top: 54%;
    right: 82%;
  }
}
.p-data_workspace .p-data_bg-circle:nth-of-type(1) {
  width: 71px;
  height: 71px;
  top: 12%;
  right: 2%;
}
.p-data_workspace .p-data_bg-circle:nth-of-type(2) {
  width: 162px;
  height: 162px;
  top: 24%;
  left: -12%;
}
.p-data_workspace .p-data_bg-circle:nth-of-type(3) {
  width: 158px;
  height: 158px;
  top: 49%;
  right: -5%;
}
.p-data_workspace .p-data_bg-circle:nth-of-type(4) {
  width: 52px;
  height: 52px;
  top: 86%;
  right: -6%;
}
.p-data_workspace .p-data_bg-circle:nth-of-type(5) {
  width: 52px;
  height: 52px;
  top: 71%;
  left: 6%;
}
.p-data_workspace .p-data_bg-circle:nth-of-type(6) {
  width: 240px;
  height: 240px;
  top: 96%;
  left: -11%;
}
@media screen and (max-width: 600px) {
  .p-data_workspace .p-data_bg-circle:nth-of-type(1) {
    top: 13%;
    right: -6%;
  }
  .p-data_workspace .p-data_bg-circle:nth-of-type(2) {
    width: 96px;
    height: 96px;
  }
  .p-data_workspace .p-data_bg-circle:nth-of-type(3) {
    width: 104px;
    height: 104px;
    top: 49%;
    right: -13%;
  }
  .p-data_workspace .p-data_bg-circle:nth-of-type(6) {
    width: 157px;
    height: 157px;
    top: 101%;
    left: -11%;
  }
}
.p-data_wrap {
  max-width: 1200px;
  margin-inline: auto;
}
.p-data .main-inner {
  margin-right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
}
.mv-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sub-catch {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 8px;
}
@media screen and (min-width: 600px) {
  .sub-catch {
    margin: 0;
  }
}

.info-center {
  background: var(--color-white);
  width: 280px;
  height: 280px;
  aspect-ratio: 1 / 1;
  border: 2px solid var(--color-orange);
  border-radius: 1000px;
  text-align: center;
  margin-inline: auto;
}
.info-center_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 13px;
  color: var(--color-black);
}
.info-center_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .info-center_sp {
    margin-bottom: 40px;
    display: block;
  }
  .info-center_inner {
    padding-bottom: 6px;
  }
}
.info-subCatch {
  font-size: 24px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 4px;
  letter-spacing: 0.07em;
  position: relative;
}
.info-subCatch::before,
.info-subCatch::after {
  background-color: var(--color-orange);
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 27px;
  position: absolute;
}
.info-subCatch::before {
  transform: rotate(60deg);
  bottom: 15px;
  left: -30px;
}
.info-subCatch::after {
  transform: rotate(-60deg);
  bottom: 15px;
  right: -27px;
}
.info-subCatch .u-strong {
  vertical-align: bottom;
  line-height: 1;
}
.p-data_info {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 600px) {
  .p-data_info {
    padding-inline: 0px;
  }
}
.p-data_info-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 24px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 960px) {
  .p-data_info-list {
    display: none;
  }
}
ul.p-data_info-list {
  padding: 0;
}
/* .p-data_info-list {
  display: flex;
  flex-wrap: wrap;
} */

.info-item {
  padding: 10px 14px;
  position: relative;
}
.info-item:nth-child(1) {
  grid-column: span 4;
  margin-left: 80px;
}
.info-item:nth-child(2) {
  grid-column: span 4;
  margin-left: 107px;
  margin-top: -8px;
}
.info-item:nth-child(3) {
  grid-column: span 3;
  height: 78%;
  margin: 36px -24px 10px 0px;
}
.info-item-center {
  grid-column: span 3;
}
.info-item:nth-child(5) {
  grid-column: span 3;
  margin-left: -26px;
}
.info-item:nth-child(6) {
  grid-column: span 4;
  margin-left: 74px;
  margin-top: -16px;
}
.info-item:nth-child(7) {
  grid-column: span 4;
  margin-left: 101px;
  margin-right: -47px;
  margin-top: -22px;
}
.info-item_wrap {
  position: relative;
  color: var(--color-white);
  padding: 2vw;
  border-radius: 4px;
}

.info-item_wrap:before {
  content: "";
  position: absolute;
  left: var(--tri-left);
  bottom: calc(var(--tri-bottom) * 0.7em);
  border-left: calc(var(--tri-size) * 1em) solid transparent;
  border-right: calc(var(--tri-size) * 1.5em) solid transparent;
  border-bottom: calc(var(--tri-height) * 1.85em) solid var(--tri-color);
  transform: rotate(var(--tri-rotate));
  z-index: -1;
}
.info-item:nth-child(1) .info-item_wrap {
  --tri-size: 1.6;
  --tri-height: 3.2;
  --tri-left: 57%;
  --tri-bottom: -4;
  --tri-color: var(--color-yellow);
  --tri-rotate: 136deg;
}
.info-item:nth-child(2) .info-item_wrap {
  --tri-size: 1.4;
  --tri-height: 3.7;
  --tri-left: 15%;
  --tri-bottom: -3.4;
  --tri-color: var(--color-orange);
  --tri-rotate: 216deg;
}
.info-item:nth-child(3) .info-item_wrap {
  --tri-size: 1.2;
  --tri-height: 3.2;
  --tri-left: 27%;
  --tri-bottom: -4;
  --tri-color: var(--color-orange);
  --tri-rotate: 135deg;
}
.info-item:nth-child(5) .info-item_wrap {
  --tri-size: 1.1;
  --tri-height: 2.8;
  --tri-left: 34%;
  --tri-bottom: -3.8;
  --tri-color: var(--color-yellow);
  --tri-rotate: 229deg;
}
.info-item:nth-child(6) .info-item_wrap {
  --tri-size: 1.8;
  --tri-height: 3.3;
  --tri-left: 48%;
  --tri-bottom: -4.1;
  --tri-color: var(--color-yellow);
  --tri-rotate: 136deg;
}
.info-item:nth-child(7) .info-item_wrap {
  --tri-size: 1.3;
  --tri-height: 3.4;
  --tri-left: 37%;
  --tri-bottom: -5;
  --tri-color: var(--color-orange);
  --tri-rotate: 228deg;
}
/* .info-item_wrap:before {
  position: absolute;
  top: 62%;
  left: 57%;
  transform: rotate(136deg);
  content: "";
  border: 55px solid transparent;
  border-bottom: 104px solid var(--color-yellow);
  z-index: -1;
} */
.info-txt {
  margin: 0 0 8px;
  font-size: 0.875rem;
  font-weight: bold;
}
.info-name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .info-txt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
  }
  .info-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
/* 奇数 */
.info-category {
  margin: 0;
  font-weight: bold;
}
.info-head2 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .info-head2 {
    font-size: 28px;
    font-weight: bold;
    margin: 8px 14px;
  }
}
/* p-data */
.p-data_container {
  position: relative;
}
.p-data_container-ll {
  margin-bottom: 120px;
}
.p-data_catch {
  margin-bottom: 72px;
}
.p-data_subCatch {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-orange);
  margin-bottom: 10px !important;
  text-align: center;
}
.svg-txt {
  width: 480px;
  height: auto;
  display: block;
  margin-inline: auto;
}
.p-data_number {
  margin-bottom: 64px;
}
.p-data_number-inner {
  max-width: 1200px;
  margin-inline: auto;
}
.p-data_number .c-head3 {
  margin-left: 24px;
  position: relative;
}

.p-data_number .c-head3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-orange);
  top: 48%;
  transform: translateY(-50%);
  left: -20px;
}
@media screen and (max-width: 600px) {
  .p-data_number .c-head3 {
    margin-bottom: 1px;
  }
  .p-data_number .c-head3::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-orange);
    top: 48%;
    transform: translateY(-50%);
    left: -17px;
  }
}
.p-data_number .c-head3 .u-txt-sm {
  font-size: 1rem;
  padding-left: 8px;
}
.head-group3 {
  margin-bottom: 32px;
}
.head-group3 .c-head3,
.head-group3 .u-txt-sm {
  display: inline-block;
}
.head-group3 .u-txt-sm {
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .head-group3 {
    margin-bottom: 24px;
  }
  .head-group3 .c-head3,
  .head-group3 .u-txt-sm {
    display: block;
  }
  .head-group3 .u-txt-sm {
    margin-left: 0px;
    font-weight: bold;
  }
}
/* about */
.about-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .about-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-wrap:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.about-wrap:nth-of-type(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}
.about-wrap:nth-of-type(3) {
  grid-column: 5 / 7;
  grid-row: 1 / 3;
}
.about-wrap:nth-of-type(4) {
  grid-column: 1 / 7;
  grid-row: 3 / 6;
}
@media screen and (max-width: 800px) {
  .about-wrap:nth-of-type(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }
  .about-wrap:nth-of-type(2) {
    grid-column: 4 / 7;
    grid-row: 1 / 2;
  }
  .about-wrap:nth-of-type(3) {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
  }
  .about-wrap:nth-of-type(4) {
    grid-column: 1 / 7;
    grid-row: 3 / 5;
  }
}
.about-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-inner.u-column {
  flex-direction: column;
}
.about-user .about-inner {
  margin-bottom: 16px;
}
.about-inner img {
  object-fit: contain;
}
.about-inner img.u-max-w {
  max-width: 120px;
}
.about-sm-txt {
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.about-user .about-sm-txt {
  margin-top: 21px;
}
.about_txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_imgBox {
  width: 100%;
  max-width: 47%;
}
@media screen and (max-width: 768px) {
  .about-inner {
    justify-content: space-between;
  }
  .about-inner img.u-max-w {
    max-width: 100%;
  }
}
/* .about-inner img {
  width: 50%;
} */
.offices_place {
  display: flex;
  gap: 20px;
}
.card-wrap {
  background: var(--color-white);
  border-radius: 4px;
  border: 2px solid var(--color-orange);
  padding: 3vw 2vw;
}
.card-bigTxt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px !important;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .card-wrap {
    padding: 6vw 2.5vw;
  }
  .card-bigTxt {
    font-size: 24px;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 400px) {
  .card-wrap {
    padding: 6vw 4.5vw;
  }
}
.card-bigTxt-sm {
  font-size: var(--font-size-sm);
  font-weight: bold;
  line-height: 1.5;
}
.card-bigTxt.u-margin-right {
  margin-right: 16px;
}
.card-txt {
  font-size: clamp(1.125rem, 0.25rem + 2.33vw, 2rem);
  font-weight: bold;
  line-height: 1;
}
.card-txt .u-strong {
  font-size: 200%;
  font-weight: bold;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .card-txt {
    font-size: clamp(2rem, 0.5rem + 3.13vw, 2rem);
  }
  .card-txt .u-strong {
    font-size: 230%;
    margin-right: 4px;
  }
}
@media screen and (max-width: 400px) {
  .card-txt .u-strong {
    font-size: 156%;
    margin-right: 4px;
  }
}
.card-txt .u-strong-sm {
  font-size: 150%;
  font-weight: bold;
  margin-right: 7px;
}
.card-txt .u-strong-m {
  font-size: 170%;
  font-weight: bold;
  margin-right: 7px;
}
.card-txt-sm {
  width: 100%;
  font-size: var(--font-size-m);
  font-weight: bold;
  line-height: 1.5;
}
.card-txt-sm.u-mt {
  margin-top: 12px;
}
@media screen and (max-width: 800px) {
  .card-txt .u-strong-m,
  .card-txt .u-strong-sm {
    font-size: 160%;
  }
  .card-txt-sm {
    font-size: var(--font-size-m-sp);
  }
  .card-txt-sm.u-mt {
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .card-txt .u-strong-m,
  .card-txt .u-strong-sm {
    font-size: 160%;
  }
}
.card-2col {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
/* @media screen and (max-width: 768px) {
  .card-2col.u-row-sp {
    flex-direction: column;
  }
} */
.card-2col-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .card-2col-wrap {
    width: 100%;
  }
}
.about-founding .u-img-width {
  width: 30%;
  margin-right: 10px;
}

@media screen and (max-width: 840px) {
  .about-founding .about-inner.u-row-sp {
    flex-direction: column;
  }
  .achievements .card-2col-wrap .u-img-width.u-max-w {
    margin: auto;
  }
}
.about-user .u-img-width {
  width: 96%;
}
.about_place-txt {
  font-size: 1.185rem;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.about_place-txt::before {
  content: "";
  background-color: var(--color-orange);
  width: 2px;
  height: 20px;
  transform: rotate(-24deg);
  display: inline-block;
  margin-right: 12px;
}
.about_place-txt::after {
  content: "";
  background-color: var(--color-orange);
  width: 2px;
  height: 20px;
  transform: rotate(23deg);
  display: inline-block;
  margin-left: 8px;
}
p.about_place-txt {
  margin-bottom: 20px;
}

.line-txt {
  background: var(--color-orange);
  padding: 6px 6px 4px;
  color: var(--color-white);
  line-height: 1;
  width: fit-content;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .line-txt {
    margin: 0 0 8px;
    font-size: 0.875rem;
  }
}
.offices_place-list {
  list-style-type: disc;
  color: var(--color-orange);
}
.offices_place-item {
  color: var(--color-orange);
  font-weight: bold;
}
.offices_place-item .txt-black {
  margin-left: -4px;
}
@media screen and (max-width: 600px) {
  .offices_place {
    flex-direction: column;
  }
  .offices_place-wrap.u-mb {
    margin-bottom: 16px;
  }
  .offices_place-wrap.u-mb.u-inline {
    margin-left: 0px;
  }
  .offices_place-wrap.u-inline {
    display: inline-block;
    margin-left: 20px;
  }

  .offices_place-list {
    margin: 0 0 0 3px;
    padding-left: 14px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    row-gap: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .offices_place {
    gap: 8px;
  }
  .offices_place-item {
    font-size: 0.875rem;
  }
  .offices_place-item .txt-black {
    margin-left: -3px;
  }
}

.about-place .about_imgBox {
  max-width: 40%;
}
.about-place .card-txt {
  margin-bottom: 24px;
}

.about-place .u-img-width {
  display: block;
  margin-inline: auto;
}
.about-place .about_place-txt {
  width: fit-content;
  margin-inline: auto;
  padding-left: 12px;
  font-size: clamp(0.875rem, 0.737rem + 0.69vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .about-place .about-inner {
    justify-content: space-between;
    gap: inherit;
  }
  .about-place .about_place-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about-place .about_imgBox {
    display: none;
  }
  .about-place .about-inner {
    flex-direction: column;
  }
}
/* environment */
.environment-container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 24px;
}
.environment-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.environment-wrap:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 4;
}

.environment-wrap:nth-child(2) {
  grid-column: 6 / 11;
  grid-row: 1 / 4;
}
.environment-wrap:nth-child(3) {
  grid-column: 1 / 7;
  grid-row: 4 / 8;
}
.environment-wrap:nth-child(4) {
  grid-column: 7 / 11;
  grid-row: 4 / 8;
}
@media screen and (max-width: 768px) {
  .environment-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .environment-wrap {
    gap: 16px;
  }
}
/* rate */
.rate-txtBox {
  display: flex;
}
@media screen and (max-width: 600px) {
  .rate-txtBox .card-bigTxt.u-margin-right {
    width: 50%;
  }
  .rate-txtBox .card-bigTxt-sm {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rate .card-2col-wrap img {
    width: 49%;
    max-height: 144px;
    object-fit: contain;
  }
}
@media screen and (max-width: 400px) {
  .rate .card-2col-wrap img {
    width: 41%;
    max-height: 144px;
    object-fit: contain;
  }
}
/* pie-chat */
.pie-chat .about-inner {
  flex-direction: row;
  gap: 20px;
}
.pie-chat .about-inner img {
  max-width: 60%;
}
@media screen and (max-width: 600px) {
  .pie-chat .about-inner {
    flex-direction: column;
    gap: 20px;
  }
  .pie-chat .about-inner img {
    padding-right: 4vw;
    max-width: 100%;
  }
}

.paid .card-txt-sm.u-mt {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .paid .about-inner {
    justify-content: left;
    gap: 20%;
  }
  .paid .card-txt-sm.u-mt {
    margin-top: 0px;
  }
}
.benefits-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: repeat(7, 1fr); */
  gap: 24px;
}
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin: 0 0 24px;
}
.benefits-item {
  background: var(--color-orange);
  border-radius: 99px;
  padding: 4px 12px;
  color: var(--color-white);
  width: fit-content;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .benefits-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* grid-template-rows: repeat(7, 1fr); */
    gap: 24px;
  }
}
.p-data_number-bottom {
  margin-top: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-data_number-bottom p {
    font-size: 0.875rem;
  }
  .p-data_number-bottom p:not(:last-child) {
    margin-bottom: 14px;
  }
}
.p-data_container .p-data_catch {
  height: 44px;
  max-width: 664px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-data_catch {
    margin: 10px 0 32px;
  }
  .p-data_container .p-data_catch {
    height: 44px;
    max-width: 664px;
    margin-inline: auto;
  }
  .p-data_workspace .p-data_catch {
    height: auto;
  }
  .p-data_picture {
    width: 100%;
    display: block;
    max-width: 380px;
    margin-inline: auto;
    padding-inline: 20px;
    height: auto;
  }
}
.workspace-ballon {
  --tri-w: 1em; /* 三角の横幅 */
  --tri-h: 3.8em; /* 三角の高さ */
  background-color: var(--color-orange-light);
  width: min(60%, 660px);
  margin-bottom: 48px;
  position: relative;
  border-radius: 8px;
  padding: 2vw 2.3vw;
  z-index: 1;
}

/* 通常（左側） */
.workspace-ballon::after {
  content: "";
  position: absolute;
  bottom: calc(-0.6 * var(--tri-h));
  left: 20%;
  border-left: var(--tri-w) solid transparent;
  border-right: var(--tri-w) solid transparent;
  border-top: var(--tri-h) solid var(--color-orange-light);
  transform: rotate(47deg);
  z-index: -1;
}

/* 偶数番目（右側に寄せる） */
.workspace-ballon:nth-child(even) {
  margin-left: auto;
}

.workspace-ballon:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: calc(-0.6 * var(--tri-h));
  left: 70%;
  border-left: var(--tri-w) solid transparent;
  border-right: var(--tri-w) solid transparent;
  border-top: var(--tri-h) solid var(--color-orange-light);
  transform: rotate(-47deg);
}

.workspace-txt {
  font-weight: bold;
  font-size: 1.185rem;
}
@media screen and (max-width: 768px) {
  .workspace-ballon {
    width: 100%;
    padding: 4vw 4.5vw;
    margin-bottom: 64px;
  }
  .workspace-txt {
    font-size: 0.875rem;
  }
}
.f-cta {
  --height: 51px;
  --height-tb: 32px;
  --height-sp: 19px;
  padding-block: 100px;
  background: var(--color-yellow-light);
  position: relative;
  z-index: 3;
  margin-top: var(--height);
  padding-inline: 20px;
}
.u-wave-yellow::before {
  content: "";
  position: absolute;
  top: -51px;
  left: 0;
  display: block;
  width: 100%;
  height: var(--height);
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: inherit;
  z-index: 2;
  mask-image: url(../img/data/wave-yellow.png);
  background-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media screen and (max-width: 800px) {
  .u-wave-yellow::before {
    top: calc(-1 * var(--height-tb));
    height: var(--height-tb);
  }
}
@media screen and (max-width: 600px) {
  .f-cta {
    margin-top: var(--height-sp);
    padding-block: 60px;
  }
  .u-wave-yellow::before {
    top: -19px;
    height: var(--height-sp);
  }
}
.f-cta-inner {
  --btn-width: 560px;
  max-width: 840px;
  margin-inline: auto;
  background: var(--color-white);
  padding: 2.5vw var(--padding-x);
  border-radius: 5px 105px;
}
.f-cta_head3 {
  margin-bottom: 32px;
}
.f-cta_head3 img {
  display: block;
  margin-inline: auto;
  max-width: 320px;
}
.f-cta_head4 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.f-cta_txt {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 16px;
}
.f-cta_link-wrap {
  background: var(--color-orange);
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  max-width: var(--btn-width);
  margin-inline: auto;
}

.f-cta_link-wrap.bg-green {
  background: var(--color-line);
}
.f-cta_link-wrap p {
  color: var(--color-white);
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 1em;
}
.f-cta_btn-list {
  display: grid;
  gap: 1.5rem;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: var(--btn-width);
  margin-inline: auto;
  padding: 0;
}
.f-cta_link-wrap {
  position: relative;
  overflow: hidden; /* はみ出し防止 */
  transition: color 0.3s ease; /* テキスト色用 */
}

.f-cta_link-wrap.bg-orange {
  border: 1.5px solid var(--color-orange);
}
.f-cta_link-wrap {
  border: 1.5px solid var(--color-line);
}
.f-cta_link-wrap.bg-green svg {
  fill: var(--color-white);
}
.f-cta_btn-item .f-cta_link-wrap svg {
  fill: var(--color-white);
}
.f-cta_btn-item:hover .f-cta_link-wrap.bg-orange svg {
  fill: var(--color-orange);
}
.f-cta_link-wrap.bg-green:hover svg {
  fill: var(--color-line);
}
.f-cta_btn-item:hover .f-cta_link-wrap::before,
.f-cta_link-wrap.bg-green:hover::before {
  transform: translateY(0);
}
.f-cta_btn-item:hover .f-cta_link-wrap.bg-orange p {
  color: var(--color-orange);
}
.f-cta_link-wrap:hover p {
  color: var(--color-line);
}
/* 中身のテキストやアイコンを前面へ */
.f-cta_link-wrap * {
  position: relative;
  z-index: 1;
}
.f-cta_link-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform: translateY(100%); /* 初期は下に隠す */
  transition: transform 0.4s ease;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .f-cta {
    padding-inline: 20px;
  }
  .f-cta_txt {
    font-size: 0.875rem;
    margin-block: 0 32px;
  }
  .f-cta-inner {
    padding-block: 40px;
    border-radius: 5px 44px;
  }
  .f-cta_head3 {
    margin-block: 0 32px;
  }
  .f-cta_head3 img {
    width: 52%;
    max-width: 170px;
  }
  .f-cta_head4 {
    font-size: 1.185rem;
    margin-block: 0 24px;
  }
  .f-cta_link-wrap {
    font-size: 0.875rem;
    padding: 12px 24px;
  }
  .f-cta_btn-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
  }
}

.line-icon {
  width: 30px;
  height: 30px;
}
.f-cta_line-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.f-cta_line-txt {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .f-cta_line-txt {
    font-size: 0.875rem;
  }
}
#top_apply_blk {
  display: none !important;
}
.slider-data {
  display: none;
}
@media screen and (max-width: 960px) {
  .slider-data {
    display: block;
  }
  .slider {
    width: 100%;
    overflow: hidden;
  }
  .slider-data {
    width: 100%;
  }
  .slick .info-item_wrap {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  .slick-slide > div {
    box-shadow: none !important;
    background: none !important;
  }
  .slider-data_wrap {
    --tri-size: 1.6;
    --tri-height: 3.2;
    --tri-left: 57%;
    --tri-bottom: -4;
    --tri-rotate: 136deg;
    padding: 12px 16px;
    color: var(--color-white);
    position: relative;
  }
  .slick-slide .slider-data_wrap.bg-orange {
    --tri-color: var(--color-orange);
    margin-bottom: 20px;
  }
  .slick-slide .slider-data_wrap.bg-yellow {
    --tri-color: var(--color-yellow);
  }
  .slider-data_wrap::after {
    content: "";
    position: absolute;
    left: var(--tri-left);
    bottom: calc(var(--tri-bottom) * 0.7em);
    border-left: calc(var(--tri-size) * 1em) solid transparent;
    border-right: calc(var(--tri-size) * 1.5em) solid transparent;
    border-bottom: calc(var(--tri-height) * 1.85em) solid var(--tri-color);
    transform: rotate(var(--tri-rotate));
    z-index: -1;
  }

  .slick-slide:nth-child(even) {
    margin-top: 24px;
  }
  .slider-data_wrap {
    border-radius: 8px;
  }
}
@media screen and (max-width: 600px) {
  .slider-data_wrap {
    padding: 7vw 20px;
    border-radius: 8px;
  }
}
.random-bg {
  position: relative;
  width: 100%;
  height: 500px; /* 必要に合わせて変更 */
  overflow: hidden;
}

.random-bg img {
  position: absolute;
  opacity: 0.3;
  pointer-events: none; /* クリック無効化 */
  user-select: none;
}
