/* ul.is-style-blue-rhombus {
  padding-left: 0;
  font-size: clamp(14px, calc(11.987px + 0.537vw), 18px);
  color: var(--jaic-color-indigo-text);
  font-weight: 700;
  line-height: 1.5555555556;
  list-style: none;
}
ul.is-style-blue-rhombus li {
  position: relative;
  padding-left: 1.14em;
  margin-top: 4px;
}
ul.is-style-blue-rhombus li:first-child {
  margin-top: 0;
}
ul.is-style-blue-rhombus li::marker {
  display: none;
}
ul.is-style-blue-rhombus li > ul {
  margin-top: 4px;
  padding-left: 0;
  list-style: none;
}
ul.is-style-blue-rhombus li::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
  margin-right: 0.44em;
  background-image: url("../../../../blocks/assets/list/list-icon.svg");
  background-size: 0.88em;
  background-repeat: no-repeat;
  background-position: center;
} */

/* .wp-block-table.is-style-col-2 th, .wp-block-table.is-style-col-2 td {
  padding: clamp(18px, calc(13.47px + 1.209vw), 27px) clamp(20px, calc(17.987px + 0.537vw), 24px);
  font-weight: 500;
  font-size: clamp(11px, calc(7.477px + 0.94vw), 18px);
  line-height: 1.8;
  vertical-align: middle;
}
.wp-block-table.is-style-col-2 td:first-child {
  background: #EBF4FB;
  padding-right: clamp(18px, calc(1.893px + 4.296vw), 50px);
  padding-left: clamp(18px, calc(1.893px + 4.296vw), 50px);
  color: #173069;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-col-2 td:first-child {
    font-weight: 500;
  }
}
.wp-block-table.is-style-works td:first-child {
  background-color: var(--jaic-color-sky-blue);
  color: var(--jaic-color-navy-blue);
  font-weight: 700;
  width: 85px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .wp-block-table.is-style-works td:first-child {
    width: 150px;
  }
}
.wp-block-table.is-style-recruit-pc {
  font-weight: 500;
}
.wp-block-table.is-style-recruit-pc td, .wp-block-table.is-style-recruit-pc th {
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.is-style-recruit-pc td:first-child, .wp-block-table.is-style-recruit-pc th:first-child {
  background-color: var(--jaic-color-sky-blue);
  color: var(--jaic-color-navy-blue);
  font-weight: 500;
  white-space: nowrap;
}
.wp-block-table.is-style-recruit-pc tbody td {
  padding: 17px 45px;
  min-height: 80px;
}
.wp-block-table.is-style-recruit-pc thead th {
  background-color: var(--jaic-color-gray-bg);
  color: var(--jaic-color-indigo-text);
  font-weight: 500;
}
.wp-block-table.is-style-recruit-pc thead th:first-child {
  background-color: transparent;
}
.wp-block-table.is-style-recruit-pc thead th:nth-child(2) {
  background-color: var(--jaic-color-sky-blue);
}
.wp-block-table.is-style-recruit-sp table, .wp-block-table.is-style-recruit-sp thead, .wp-block-table.is-style-recruit-sp tbody, .wp-block-table.is-style-recruit-sp th, .wp-block-table.is-style-recruit-sp td {
  display: block;
}
.wp-block-table.is-style-recruit-sp tr {
  display: flex;
  width: 100%;
}
.wp-block-table.is-style-recruit-sp thead th {
  width: 100%;
  background-color: var(--jaic-color-pale-blue-bg);
}
.wp-block-table.is-style-recruit-sp thead th:last-child {
  display: none;
}
.wp-block-table.is-style-recruit-sp tbody tr:first-child td:first-child {
  background-color: var(--jaic-color-sky-blue);
}
.wp-block-table.is-style-recruit-sp tbody td {
  display: flex;
  align-items: center;
  width: 100%;
}
.wp-block-table.is-style-recruit-sp tbody td:first-child {
  width: 292px;
  color: var(--jaic-color-indigo-text);
  background-color: #f4f4f4;
}
.wp-block-table.is-style-recruit-sp tbody td:last-child {
  text-align: right;
  justify-content: flex-end;
} */

/* .wp-block-buttons.is-style-page-link {
  align-items: normal;
  gap: 0;
  text-align: center;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .wp-block-buttons.is-style-page-link {
    flex-wrap: nowrap;
  }
}
.wp-block-buttons.is-style-page-link .wp-block-button {
  display: flex;
  width: 50%;
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0;
  transform: none;
}
@media (min-width: 768px) {
  .wp-block-buttons.is-style-page-link .wp-block-button {
    width: 100%;
  }
}
.wp-block-buttons.is-style-page-link .wp-block-button:last-child .wp-block-button__link {
  border-right: 0;
}
@media (max-width: 767px) {
  .wp-block-buttons.is-style-page-link .wp-block-button:nth-child(2n) .wp-block-button__link {
    border-right: 0;
  }
  .wp-block-buttons.is-style-page-link .wp-block-button:nth-last-child(2) .wp-block-button__link, .wp-block-buttons.is-style-page-link .wp-block-button:last-child .wp-block-button__link {
    border-bottom: 0;
  }
}
.wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 12px;
  margin: 0;
  border-right: 1px solid #E2E2E2;
  font-size: 12px;
  font-weight: bold;
  color: var(--jaic-color-indigo-text);
  transform: none;
}
@media (max-width: 767px) {
  .wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link {
    min-height: 60px;
    border-bottom: 1px solid #E2E2E2;
  }
}
@media (min-width: 768px) {
  .wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link {
    font-size: 16px;
    padding: 37px;
  }
}
.wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link::after {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  right: 13px;
  background-image: url("../../../../blocks/assets/buttons/arrow-down-indigo.svg");
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link::after {
    right: 22px;
  }
}
.wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}
.wp-block-buttons.is-style-page-link .wp-block-button .wp-block-button__link:hover::before {
  background-color: var(--jaic-color-indigo-text);
}

.wp-block-buttons .wp-block-button.is-style-service, .wp-block-buttons .wp-block-button.is-style-service-blue {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .wp-block-buttons .wp-block-button.is-style-service, .wp-block-buttons .wp-block-button.is-style-service-blue {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-buttons .wp-block-button.is-style-blue, .wp-block-buttons .wp-block-button.is-style-outline-blue, .wp-block-buttons .wp-block-button.is-style-service-blue {
  --jaic-button-background: #0C9BE2;
}
.wp-block-buttons .wp-block-button.is-style-outline-blue {
  background-color: transparent;
  border: 2px solid var(--jaic-button-background);
  color: var(--jaic-button-background);
}
.wp-block-buttons .wp-block-button.is-style-outline-blue .wp-block-button__link {
  border: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline-blue .wp-block-button__link:hover {
  color: var(--jaic-button-background);
}
.wp-block-buttons .wp-block-button.is-style-outline-blue .wp-block-button__link::after {
  background-image: url("../../../../assets/icons/button-arrow-blue.svg");
}
@media (max-width: 767px) {
  .wp-block-buttons .wp-block-button.is-style-outline-blue .wp-block-button__link::after {
    background-image: url("../../../../assets/icons/button-arrow-blue-sp.svg");
  }
} */

/* .jaic-service h1.is-style-blue-belt, .jaic-service h2.is-style-blue-belt, .jaic-service h3.is-style-blue-belt, .jaic-service h4.is-style-blue-belt, .jaic-service h5.is-style-blue-belt, .jaic-service h6.is-style-blue-belt {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(12px, calc(7.47px + 1.209vw), 21px);
  padding-bottom: clamp(14px, calc(7.96px + 1.611vw), 26px);
  padding-right: calc(-50% + 50vw);
  padding-left: calc(-50% + 50vw);
  background-color: var(--jaic-color-navy-blue);
  font-size: clamp(16px, calc(5.933px + 2.685vw), 36px);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  max-width: none;
}
.jaic-service h1.is-style-blue-belt:not([class*=has-text-align]), .jaic-service h2.is-style-blue-belt:not([class*=has-text-align]), .jaic-service h3.is-style-blue-belt:not([class*=has-text-align]), .jaic-service h4.is-style-blue-belt:not([class*=has-text-align]), .jaic-service h5.is-style-blue-belt:not([class*=has-text-align]), .jaic-service h6.is-style-blue-belt:not([class*=has-text-align]) {
  text-align: center;
}
@media (max-width: 767px) {
  .jaic-service h1.is-style-blue-belt, .jaic-service h2.is-style-blue-belt, .jaic-service h3.is-style-blue-belt, .jaic-service h4.is-style-blue-belt, .jaic-service h5.is-style-blue-belt, .jaic-service h6.is-style-blue-belt {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.jaic-service h1.is-style-blue-text-serif, .jaic-service h2.is-style-blue-text-serif, .jaic-service h3.is-style-blue-text-serif, .jaic-service h4.is-style-blue-text-serif, .jaic-service h5.is-style-blue-text-serif, .jaic-service h6.is-style-blue-text-serif {
  padding: 0;
  font-size: clamp(18px, calc(6.927px + 2.954vw), 40px);
  color: var(--jaic-color-indigo-text);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.jaic-service h1.is-style-blue-text-serif:not([class*=has-text-align]), .jaic-service h2.is-style-blue-text-serif:not([class*=has-text-align]), .jaic-service h3.is-style-blue-text-serif:not([class*=has-text-align]), .jaic-service h4.is-style-blue-text-serif:not([class*=has-text-align]), .jaic-service h5.is-style-blue-text-serif:not([class*=has-text-align]), .jaic-service h6.is-style-blue-text-serif:not([class*=has-text-align]) {
  text-align: center;
}
.jaic-service h1.is-style-service-heading-blue, .jaic-service h2.is-style-service-heading-blue, .jaic-service h3.is-style-service-heading-blue, .jaic-service h4.is-style-service-heading-blue, .jaic-service h5.is-style-service-heading-blue, .jaic-service h6.is-style-service-heading-blue {
  padding: 0;
  font-weight: 700;
  font-size: clamp(18px, calc(11.96px + 1.611vw), 30px);
  font-family: "Noto Sans JP", sans-serif;
  color: #173069;
}
.jaic-service h1.is-style-service-heading-blue:not([class*=has-text-align]), .jaic-service h2.is-style-service-heading-blue:not([class*=has-text-align]), .jaic-service h3.is-style-service-heading-blue:not([class*=has-text-align]), .jaic-service h4.is-style-service-heading-blue:not([class*=has-text-align]), .jaic-service h5.is-style-service-heading-blue:not([class*=has-text-align]), .jaic-service h6.is-style-service-heading-blue:not([class*=has-text-align]) {
  text-align: left;
}
.jaic-service h1.is-style-counter, .jaic-service h1.is-style-counter-center, .jaic-service h2.is-style-counter, .jaic-service h2.is-style-counter-center, .jaic-service h3.is-style-counter, .jaic-service h3.is-style-counter-center, .jaic-service h4.is-style-counter, .jaic-service h4.is-style-counter-center, .jaic-service h5.is-style-counter, .jaic-service h5.is-style-counter-center, .jaic-service h6.is-style-counter, .jaic-service h6.is-style-counter-center {
  display: flex;
  gap: 0.56em;
  padding: 0;
  font-size: clamp(16px, calc(7.947px + 2.148vw), 32px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.jaic-service h1.is-style-counter:not([class*=has-text-align]), .jaic-service h1.is-style-counter-center:not([class*=has-text-align]), .jaic-service h2.is-style-counter:not([class*=has-text-align]), .jaic-service h2.is-style-counter-center:not([class*=has-text-align]), .jaic-service h3.is-style-counter:not([class*=has-text-align]), .jaic-service h3.is-style-counter-center:not([class*=has-text-align]), .jaic-service h4.is-style-counter:not([class*=has-text-align]), .jaic-service h4.is-style-counter-center:not([class*=has-text-align]), .jaic-service h5.is-style-counter:not([class*=has-text-align]), .jaic-service h5.is-style-counter-center:not([class*=has-text-align]), .jaic-service h6.is-style-counter:not([class*=has-text-align]), .jaic-service h6.is-style-counter-center:not([class*=has-text-align]) {
  text-align: left;
}
.jaic-service h1.is-style-counter::before, .jaic-service h1.is-style-counter-center::before, .jaic-service h2.is-style-counter::before, .jaic-service h2.is-style-counter-center::before, .jaic-service h3.is-style-counter::before, .jaic-service h3.is-style-counter-center::before, .jaic-service h4.is-style-counter::before, .jaic-service h4.is-style-counter-center::before, .jaic-service h5.is-style-counter::before, .jaic-service h5.is-style-counter-center::before, .jaic-service h6.is-style-counter::before, .jaic-service h6.is-style-counter-center::before {
  --jaic-heading-blue-counter-margin: 0.25em;
  counter-increment: heading-no;
  content: counter(heading-no);
  margin-top: calc(var(--jaic-heading-blue-counter-margin) * -1);
  margin-bottom: calc(var(--jaic-heading-blue-counter-margin) * -1);
  font-size: clamp(40px, calc(19.866px + 5.37vw), 80px);
  font-family: "Brygada 1918", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.175;
}
@media (max-width: 767px) {
  .jaic-service h1.is-style-counter::before, .jaic-service h1.is-style-counter-center::before, .jaic-service h2.is-style-counter::before, .jaic-service h2.is-style-counter-center::before, .jaic-service h3.is-style-counter::before, .jaic-service h3.is-style-counter-center::before, .jaic-service h4.is-style-counter::before, .jaic-service h4.is-style-counter-center::before, .jaic-service h5.is-style-counter::before, .jaic-service h5.is-style-counter-center::before, .jaic-service h6.is-style-counter::before, .jaic-service h6.is-style-counter-center::before {
    --jaic-heading-blue-counter-margin: 0;
  }
}
.jaic-service h1.is-style-counter-center, .jaic-service h2.is-style-counter-center, .jaic-service h3.is-style-counter-center, .jaic-service h4.is-style-counter-center, .jaic-service h5.is-style-counter-center, .jaic-service h6.is-style-counter-center {
  align-items: center;
}
.jaic-service h1.is-style-merit-demerit, .jaic-service h2.is-style-merit-demerit, .jaic-service h3.is-style-merit-demerit, .jaic-service h4.is-style-merit-demerit, .jaic-service h5.is-style-merit-demerit, .jaic-service h6.is-style-merit-demerit {
  display: flex;
  align-items: center;
  gap: clamp(9px, calc(4.47px + 1.209vw), 18px);
  padding: 0;
  font-size: clamp(16px, calc(14.994px + 0.269vw), 18px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.jaic-service h1.is-style-merit-demerit:not([class*=has-text-align]), .jaic-service h2.is-style-merit-demerit:not([class*=has-text-align]), .jaic-service h3.is-style-merit-demerit:not([class*=has-text-align]), .jaic-service h4.is-style-merit-demerit:not([class*=has-text-align]), .jaic-service h5.is-style-merit-demerit:not([class*=has-text-align]), .jaic-service h6.is-style-merit-demerit:not([class*=has-text-align]) {
  text-align: left;
}
@media (max-width: 767px) {
  .jaic-service h1.is-style-merit-demerit, .jaic-service h2.is-style-merit-demerit, .jaic-service h3.is-style-merit-demerit, .jaic-service h4.is-style-merit-demerit, .jaic-service h5.is-style-merit-demerit, .jaic-service h6.is-style-merit-demerit {
    align-items: self-start;
  }
}
.jaic-service h1.is-style-merit-demerit::before, .jaic-service h2.is-style-merit-demerit::before, .jaic-service h3.is-style-merit-demerit::before, .jaic-service h4.is-style-merit-demerit::before, .jaic-service h5.is-style-merit-demerit::before, .jaic-service h6.is-style-merit-demerit::before {
  counter-increment: heading-no;
  content: counter(heading-no);
  font-size: clamp(40px, calc(45.034px + -1.342vw), 30px);
  font-family: "Brygada 1918", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .jaic-service h1.is-style-merit-demerit::before, .jaic-service h2.is-style-merit-demerit::before, .jaic-service h3.is-style-merit-demerit::before, .jaic-service h4.is-style-merit-demerit::before, .jaic-service h5.is-style-merit-demerit::before, .jaic-service h6.is-style-merit-demerit::before {
    line-height: 1;
  }
} */

/* .jaic-section,
.wp-block-group {
  counter-reset: heading-no;
} */

/* .wp-block-columns.is-style-service-3 {
  gap: max(32px, 8.53vw);
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-service-3 {
    gap: min(26px, 2.32vw);
  }
}
.wp-block-columns.is-style-service-3 > .wp-block-column {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.wp-block-columns.is-style-service-2 {
  gap: max(32px, 8.53vw);
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-service-2 {
    gap: min(40px, 3.57vw);
  }
}
.wp-block-columns.is-style-service-2 > .wp-block-column {
  margin-right: 0 !important;
  margin-left: 0 !important;
} */

/* .wp-block-media-text.is-style-service {
  grid-template-columns: 48.21% 1fr;
  gap: 3.92%;
}
.wp-block-media-text.is-style-service.has-media-on-the-right {
  grid-template-columns: 1fr 48.21%;
}
@media (max-width: 767px) {
  .wp-block-media-text.is-style-service {
    gap: 0;
    display: block;
  }
}
.wp-block-media-text.is-style-service .wp-block-media-text__media,
.wp-block-media-text.is-style-service .wp-block-media-text__content {
  align-self: start;
}
.wp-block-media-text.is-style-service .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .wp-block-media-text.is-style-service .wp-block-media-text__content {
    padding-left: 0;
    margin-top: max(8px, 2.13vw);
  }
}
.wp-block-media-text.is-style-service .wp-block-media-text__content > * {
  margin-top: clamp(15px, calc(15px + 0vw), 15px);
  margin-bottom: 0;
}
.wp-block-media-text.is-style-service .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-service .wp-block-media-text__content > p {
  line-height: 2;
}
.wp-block-media-text.is-style-human-resources {
  grid-template-columns: 28.03% 1fr;
  gap: min(94px, 8.39vw);
}
@media (max-width: 767px) {
  .wp-block-media-text.is-style-human-resources {
    gap: 0;
  }
}
.wp-block-media-text.is-style-human-resources + .is-style-human-resources {
  margin-top: 54px;
}
.wp-block-media-text.is-style-human-resources.has-media-on-the-right {
  grid-template-columns: 1fr 28.03%;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__media {
  position: relative;
  width: clamp(178px, calc(109.544px + 18.256vw), 314px);
  margin-right: auto;
  margin-left: auto;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__media::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__media > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content {
  padding: 0;
  align-self: flex-start;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > *:first-child {
  margin-top: clamp(19px, calc(16.484px + 0.672vw), 24px);
  margin-bottom: 0;
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h1,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h2,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h3,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h4,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h5,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h6 {
  font-size: clamp(16px, calc(11.974px + 1.074vw), 24px);
}
@media (max-width: 767px) {
  .wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h1,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h2,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h3,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h4,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h5,
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content > h6 {
    text-align: center;
  }
}
.wp-block-media-text.is-style-human-resources .wp-block-media-text__content p {
  margin-top: clamp(14px, calc(13.497px + 0.135vw), 15px);
  margin-bottom: 0;
  line-height: 2;
} */
