/* common */
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}

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

.c-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.c-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.c-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.c-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 768px) {
  .c-grid-max-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-max-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-max-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-max-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-max-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-max-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 992px) {
  .c-grid-max-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-max-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-max-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-max-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-max-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-max-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  p {
    font-size: var(--fs__l);
  }
  .c-grid__title {
    font-size: var(--fs__xl);
  }
}

/* page */
.pg_functionsSec {
}
.bl_rpg_items {
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 80rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .bl_rpg_items {
    gap: 3.2rem;
  }
}

.pg_functions_img {
  margin-top: 3.2rem;
}

.bl_rpg_item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .bl_rpg_item {
    flex-direction: column;
  }
}

.bl_rpg_itemImg {
  width: 8.4rem;
  flex-shrink: 0;
}

.bl_rpg_itemDesc h3 {
  font-size: 1.8rem;
  color: #013894;
}
@media (max-width: 768px) {
  .bl_rpg_itemDesc h3 {
    font-size: var(--fs__xl);
    text-align: center;
  }
}

.bl_rpg_itemDesc p {
  font-size: 1.5rem;
  color: #101010;
}
@media (max-width: 768px) {
  .bl_rpg_itemDesc p {
    text-align: center;
    font-size: var(--fs__l);
    margin-top: 0.8rem;
  }
}

.bl_rpg_note {
  text-align: center;
  color: #101010;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .bl_rpg_note {
    margin-top: 2.4rem;
    font-size: var(--fs__m);
  }
}

/* intro */
.pg_intro_imgWrap {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.pg_intro_imgWrap img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}

/* usp */
.pg_uspSec_box {
  border: 1px solid #013894;
  box-sizing: border-box;
  gap: 0.2rem;
}
@media (max-width: 768px) {
  .pg_uspSec_box {
    max-width: 80rem;
    margin: 0 auto;
  }
}

.pg_uspSec_boxitem--blue {
  background: #d4e4ff;
}

.pg_uspSec_boxitem {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.4rem 1.6rem;
  flex-shrink: 0;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_uspSec_boxitem {
    padding-left: clamp(8px, 8px + (16 - 8) * (100vw - 1240px) / 100, 16px);
    padding-right: clamp(8px, 8px + (16 - 8) * (100vw - 1240px) / 100, 16px);
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .pg_uspSec_boxitem {
    padding-left: clamp(8px, 8px + (16 - 8) * (100vw - 768px) / 224, 16px);
    padding-right: clamp(8px, 8px + (16 - 8) * (100vw - 768px) / 224, 16px);
  }
}
@media (max-width: 768px) {
  .pg_uspSec_boxitem {
    padding: 3.2rem 1.6rem;
  }
}

.pg_uspSec_boxttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
  color: #013894;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_uspSec_boxttl {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 1040px) / 300, 16px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_uspSec_boxttl {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 768px) / 224, 16px);
  }
}
@media (max-width: 768px) {
  .pg_uspSec_boxttl {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 340px) / 428, 20px);
    margin-bottom: clamp(24px, 24px + (48 - 24) * (100vw - 340px) / 428, 48px);
  }
}

.pg_uspSec_avatarlist {
  gap: 1.6rem;
  margin-top: auto;
  padding: 0 1.6rem;
}
@media (max-width: 768px) {
  .pg_uspSec_avatarlist {
    max-width: 60rem;
    margin: 0 auto;
    gap: 2.4rem 3.2rem;
  }
}

.pg_uspSec_avatar {
  width: 10rem;
  height: 10rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_uspSec_avatar {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
}

@media (max-width: 992px) {
  .pg_uspSec_avatar {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
}

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

.pg_uspSec_avatarnote {
  font-size: 1.2rem;
  margin-top: 1.6rem;
  text-align: center;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_uspSec_avatarnote {
    font-size: clamp(9px, 9px + (12 - 9) * (100vw - 1040px) / 300, 12px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_uspSec_avatarnote {
    font-size: clamp(9px, 9px + (12 - 9) * (100vw - 768px) / 224, 12px);
  }
}
@media (max-width: 768px) {
  .pg_uspSec_avatarnote {
    font-size: clamp(12px, 12px + (18 - 12) * (100vw - 340px) / 428, 18px);
    margin-top: clamp(24px, 24px + (40 - 24) * (100vw - 340px) / 428, 40px);
  }
}

.pg_uspSec_boxContrnt {
  padding: 0 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pg_uspSec_boxContrnt {
    max-width: 60rem;
    margin: 0 auto;
  }
}

.pg_uspSec_boxContrnt--2 {
  margin-top: auto;
}

.pg_uspSec_scen1,
.pg_uspSec_scen2 {
  width: 56%;
}

.pg_uspSec_scen2 {
  position: relative;
  margin-top: -6rem;
  margin-left: auto;
}

.pg_uspSec_scenImg {
  height: auto;
}

.pg_uspSec_boxitem--blue .pg_uspSec_scenImg {
  border: 1px solid #7fb3ff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.2rem;
}

.pg_uspSec_boxitem--blue .pg_uspSec_scenImg img {
  aspect-ratio: 1;
}

.pg_uspSec_sceTxt {
  text-align: center;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_uspSec_sceTxt {
    font-size: clamp(8px, 8px + (11 - 8) * (100vw - 1040px) / 300, 11px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_uspSec_sceTxt {
    font-size: clamp(8px, 8px + (11 - 8) * (100vw - 768px) / 224, 11px);
  }
}
@media (max-width: 768px) {
  .pg_uspSec_sceTxt {
    font-size: clamp(11px, 11px + (18 - 11) * (100vw - 340px) / 428, 18px);
  }
}

.pg_uspSec_sceTxt--left {
  padding-right: 1em;
}

.pg_uspSec_sceTxt--long {
  margin-left: -0.5em;
}

/* ojt */
.pg_ojtSec_lead {
  margin-top: 3.2rem;
}

.pg_ojtSec_arrow {
  list-style: none;
  margin: 2.4rem 0 2rem;
  padding: 0;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pg_ojtSec_arrow {
    display: none;
  }
}

.pg_ojtSec_arrowItem {
  --bg: #7fb3ff;
  position: relative;
  flex: 1;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #7fb3ff;
  background: var(--bg);
  line-height: 1.2;
  text-align: center;
  padding: 0 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ojtSec_arrowItem {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_ojtSec_arrowItem {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 769px) / 223, 16px);
  }
}

.pg_ojtSec_arrowItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #7fb3ff;
  z-index: 2;
}

.pg_ojtSec_arrowItem--dark {
  --bg: #013894;
}

.pg_ojtSec_arrowItem--dark::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #013894;
  z-index: 2;
}

.pg_ojtSec_arrowItem:not(:first-child) {
  padding-left: 3rem;
}

.pg_ojtSec_leadHighlight {
  background: linear-gradient(transparent 70%, #d4e4ff 30%);
  font-weight: 600;
}

.pg_ojtSec_item {
  padding: 0 1.6rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ojtSec_item {
    padding: 0 clamp(10px, 10px + (16 - 10) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_ojtSec_item {
    padding: 0 clamp(10px, 10px + (16 - 10) * (100vw - 769px) / 223, 16px);
  }
}
@media (max-width: 768px) {
  .pg_ojtSec_item {
    padding: 0;
  }
}

.pg_ojtSec_role {
  display: none;
  --bg: #7fb3ff;
  background: var(--bg);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.9rem 1.2rem;
}
.pg_ojtSec_role--light {
  --bg: #7fb3ff;
}
.pg_ojtSec_role--dark {
  --bg: #013894;
}
@media (max-width: 768px) {
  .pg_ojtSec_role {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 340px) / 428, 20px);
  }
}

.pg_ojtSec_list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ojtSec_list li {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_ojtSec_list li {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 769px) / 223, 14px);
  }
}
@media (max-width: 768px) {
  .pg_ojtSec_list li {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 340px) / 428, 14px);
  }
}

.pg_ojtSec_list li::before {
  content: "・";
  margin-right: 0.2em;
}

.pg_ojtSec_point {
  margin-top: 1.6rem;
  font-weight: 700;
  color: #013894;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ojtSec_point {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .pg_ojtSec_point {
    font-size: clamp(13px, 13px + (16 - 13) * (100vw - 769px) / 223, 16px);
  }
}

@media (max-width: 768px) {
  .pg_ojtSec_img {
    max-width: 48rem;
    margin: 0 auto;
  }
}

/* merit */
.pg_merit-ttl {
  background: #013894;
  color: #fff;
  padding: 1.2rem 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.pg_merit-ttl span {
  font-weight: 700;
}

.pg_merit-lead {
  margin-top: 3.2rem;
}

.pg_merit-content {
  display: flex;
  margin-top: 4.8rem;
  gap: 4.8rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 88rem;
  margin: 4.8rem auto 0 auto;
}
@media (max-width: 768px) {
  .pg_merit-content {
    flex-direction: column;
    gap: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 393, 40px);
  }
}

.pg_merit-visual {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 32rem;
  padding: 2.4rem 2.4rem 2.8rem;
  background: #d4e4ff;
  border-radius: 2.4rem;
  border: 1px solid #cfd9ea;
  box-sizing: border-box;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_merit-visual {
    width: clamp(200px, 200px + (320 - 200) * (100vw - 1025px) / 315, 320px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_merit-visual {
    width: clamp(240px, 240px + (320 - 240) * (100vw - 769px) / 223, 320px);
  }
}
@media (max-width: 768px) {
  .pg_merit-visual {
    max-width: 68rem;
    width: 100%;
  }
}

.pg_merit-label {
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 2.4rem;
  background: #013894;
  height: 3.6rem;
  padding: 0 2rem;
}

.pg_merit-label span {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .pg_merit-label span {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 765px) / 227, 16px);
  }
}

.pg_merit-avatar {
  aspect-ratio: 1;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd9ea;
}
@media (max-width: 768px) {
  .pg_merit-avatar {
    width: 18rem;
    height: 18rem;
  }
}

.pg_merit-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg_merit-visualTxt {
  text-align: center;
}
@media (max-width: 768px) {
  .pg_merit-visualTxt {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 765px) / 227, 18px);
  }
}

.pg_merit-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .pg_merit-list {
    gap: 3.2rem;
  }
}

.pg_merit-item {
  gap: 1.6rem;
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  column-gap: 1.6rem;
  align-items: start;
  position: relative;
  --line: calc(4.8rem + 9rem);
  --rot: 0deg;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .pg_merit-item {
    --line: clamp(100px, 100px + (124 - 100) * (100vw - 1025px) / 175, 124px);
  }
}
@media (max-width: 768px) {
  .pg_merit-item {
    grid-template-columns:
      clamp(64px, 64px + (90 - 64) * (100vw - 375px) / 393, 90px)
      1fr;
    align-items: center;
  }
}

.pg_merit-itemTtl {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_merit-itemTtl {
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 1025px) / 315, 18px);
    margin-bottom: clamp(4px, 4px + (8 - 4) * (100vw - 1025px) / 315, 8px);
  }
}
@media (max-width: 992px) and (min-width: 765px) {
  .pg_merit-itemTtl {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 769px) / 223, 18px);
  }
}

.pg_merit-visualTxt {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.pg_merit-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd9ea;
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg_merit-icon {
    width: clamp(64px, 64px + (90 - 64) * (100vw - 375px) / 393, 90px);
    height: clamp(64px, 64px + (90 - 64) * (100vw - 375px) / 393, 90px);
  }
}

.pg_merit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pg_merit-ul li {
  position: relative;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.pg_merit-ul li::before {
  content: "・";
}

@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_merit-ul li {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 992px) and (min-width: 765px) {
  .pg_merit-ul li {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 769px) / 223, 16px);
    margin-bottom: clamp(6px, 6px + (8 - 6) * (100vw - 769px) / 223, 8px);
  }
}
@media (max-width: 768px) {
  .pg_merit-ul li {
    font-size: var(--fs__m);
  }
}

.pg_merit-desc {
  position: relative;
  z-index: 1;
}

.pg_merit-item::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
  width: var(--line);
  height: 1px;
  background: #6b6b6b;
  transform-origin: 100% 50%;
  transform: translateX(-100%) rotate(var(--rot));
  z-index: 0;
}
@media (max-width: 768px) {
  .pg_merit-item::before {
    display: none;
  }
}

.pg_merit-item:nth-child(1) {
  --rot: -12deg;
}
.pg_merit-item:nth-child(2) {
  --rot: 0deg;
}
.pg_merit-item:nth-child(3) {
  --rot: 12deg;
}

/* ai capability */
.pg_aiCapSec-content {
  gap: 3.2rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-content {
    gap: clamp(16px, 16px + (32 - 16) * (100vw - 1025px) / 315, 32px);
  }
}
@media (max-width: 768px) {
  .pg_aiCapSec-content {
    gap: 4rem;
  }
}

.pg_aiCapSec-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.pg_aiCapSec-head {
  display: flex;
  align-items: center;
  border: 1px solid;
  gap: 1.6rem;
  height: 6.8rem;
  padding: 0.8rem 1.6rem;
  height: auto;
  min-height: 7.2rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-head {
    gap: clamp(10px, 10px + (16 - 10) * (100vw - 1025px) / 315, 16px);
    padding: 0.8rem clamp(10px, 10px + (16 - 10) * (100vw - 1025px) / 315, 16px);
  }
}

.pg_aiCapSec-itemTtl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #013894;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-itemTtl {
    font-size: clamp(15px, 15px + (18 - 15) * (100vw - 1025px) / 315, 18px);
  }
}
@media (max-width: 768px) {
  .pg_aiCapSec-itemTtl {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 340px) / 428, 20px);
    text-align: center;
  }
}

.pg_aiCapSec-icon {
  width: 8rem;
  height: 5.6rem;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}

.pg_aiCapSec-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg_aiCapSec-ttl {
  font-size: 2rem;
}

.pg_aiCapSec-body {
  padding: 0rem 0.8rem;
}

.pg_aiCapSec-list {
}

.pg_aiCapSec-list li {
  position: relative;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-list li {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_aiCapSec-list li {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 765px) / 227, 14px);
  }
}
@media (max-width: 768px) {
  .pg_aiCapSec-list li {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 765px) / 227, 16px);
  }
}

.pg_aiCapSec-list li::before {
  content: "・";
  margin-right: 0.2em;
}

.pg_aiCapSec-label {
  box-sizing: border-box;
  width: 100%;
  background: #d4e4ff;
  border-radius: 100vh;
  color: #013894;
  height: 3.2rem;
  padding: 0 2rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  margin-top: 1.6rem;
  font-weight: 700;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-label {
    padding: 0 1rem;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 991px) and (min-width: 765px) {
  .pg_aiCapSec-label {
    padding: 0 1rem;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 765px) / 227, 16px);
  }
}
@media (max-width: 768px) {
  .pg_aiCapSec-label {
    height: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 393, 40px);

    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 765px) / 227, 18px);
    margin-top: 2.4rem;
  }
}

.pg_aiCapSec-label span {
  font-weight: 700;
}

.pg_aiCapSec-note {
  margin-top: 0.6rem;
  color: #013894;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_aiCapSec-note {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 765px) {
  .pg_aiCapSec-note {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 765px) / 227, 14px);
  }
}
@media (max-width: 768px) {
  .pg_aiCapSec-note {
    font-size: 1.6rem;
  }
}

/* issue */
.pg_issueSec_items {
  display: flex;
  align-items: stretch;
  gap: 0.8rem;
  margin-top: 3.2rem;
}

@media (max-width: 768px) {
  .pg_issueSec_items {
    flex-direction: column;
    align-items: center;
  }
}

.pg_issueSec_box_wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}

.pg_issueSec_box_ttl {
  font-size: 2rem;
  padding: 1.2rem 1.6rem;
  font-weight: 800;
}

.pg_issueSec_box_wrap--left .pg_issueSec_box_ttl {
  background: #d4e4ff;
  color: #013894;
}

.pg_issueSec_box_wrap--right .pg_issueSec_box_ttl {
  background: #013894;
  color: #fff;
}

.pg_issueSec_box {
  margin-top: 0.8rem;
  border: 1px solid#013894;
  padding: 1.2rem 1.6rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pg_issueSec_box_lead {
  font-size: 1.6rem;
  color: #013894;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pg_issueSec_box_lead {
    font-size: var(--fs__xl);
  }
}

.pg_issueSec_box ul {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .pg_issueSec_box ul {
    font-size: var(--fs__l);
  }
  .pg_issueSec_box li {
    margin-bottom: 0.2rem;
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}

.pg_issueSec_box ul:last-of-type {
  margin-bottom: 0;
}

.pg_issueSec_box li {
  position: relative;
}

.pg_issueSec_box li::before {
  content: "・";
  margin-right: 0.2em;
}

.pg_issueSec_arrow {
  width: 2rem;
  height: 8rem;
  background: #ff9d00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg_issueSec_arrow {
    rotate: 90deg;
    width: 2rem;
    height: 4rem;
  }
}

/* feature */
.pg_featureSec-lead {
  margin-top: 4.8rem;
  line-height: 1.7;
}

.pg_featureSec-visual {
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .pg_featureSec-visual {
    flex-direction: column;
    align-items: center;
  }
}

.pg_featureSec-capTtl {
  font-size: 1.8rem;
  color: #013894;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .pg_featureSec-capTtl {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 340px) / 428, 20px);
  }
}

.pg_featureSec-capTxt {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .pg_featureSec-capTxt {
    margin-bottom: 1.4rem;
  }
}

.pg_featureSec-visual-wrap {
  position: relative;
}

.pg_featureSec .pg_intro_txt {
  text-align: center;
}

.pg_featureSec_itemWrap {
  display: grid;
  gap: 4rem;
  margin-top: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
  justify-self: center;
}
@media (max-width: 768px) {
  .pg_featureSec_itemWrap {
    grid-template-columns: 1fr;
  }
}

.pg_featureSec_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .pg_featureSec_item {
    gap: 1.6rem;
  }
}

.pg_featureSec_itemImg {
  max-width: 18.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pg_featureSec_itemImg {
    max-width: 32rem;
    width: 100%;
  }
}

.pg_featureSec_itemDesc {
  background: #d4e4ff;
  min-height: 13rem;
  height: 100%;
  width: 16.5rem;
  padding: 1.2rem 1rem;
}
@media (max-width: 768px) {
  .pg_featureSec_itemDesc {
    width: 100%;
    max-width: 34rem;
    min-height: auto;
  }
}

.pg_featureSec_itemDesc p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .pg_featureSec_itemDesc p {
    font-size: var(--fs__l);
  }
}

.pg_featureSec_itemDesc li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .pg_featureSec_itemDesc li {
    font-size: var(--fs__l);
  }
}

.pg_featureSec_itemDesc li::before {
  content: "・";
}

.pg_featureSec_Case {
  margin-top: 6.4rem;
}

@media (max-width: 768px) {
  .c-title-blue {
    font-size: var(--fs__xl);
  }
}

.pg_featureSec_Img {
  max-width: 54rem;
  width: 100%;
  margin: 4.8rem auto 0 auto;
}

.pg_featureSec_Ttl {
  font-size: 2rem;
  margin-top: 4rem;
  padding: 1.2rem 1.6rem;
  color: #fff;
  background: #013894;
}

.pg_featureSec_Txt {
  margin-top: 1.6rem;
}

.pg_featureSec_blocks {
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_featureSec_blocks {
    gap: clamp(16px, 16px + (32 - 16) * (100vw - 1025px) / 315, 32px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_featureSec_blocks {
    gap: clamp(16px, 16px + (32 - 16) * (100vw - 769px) / 223, 32px);
  }
}
@media (max-width: 768px) {
  .pg_featureSec_blocks {
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 2.4rem;
  }
}

.pg_featureSec_block {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}

.pg_featureSec_blockTtl {
  color: #013894;
  font-size: 2rem;
  /* padding: 1.2rem 1.6rem; */
  font-weight: 800;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_featureSec_blockTtl {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 1024px) / 316, 20px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_featureSec_blockTtl {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 769px) / 223, 20px);
  }
}

.pg_featureSec_blockTtl span {
  font-weight: 800;
}

.pg_featureSecCase_label {
  margin-top: 0.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .pg_featureSecCase_label {
    margin-top: 1.6rem;
  }
}

.pg_featureSecCase_label span {
  font-weight: 700;
  box-sizing: border-box;
  background: #d4e4ff;
  border-radius: 100vh;
  color: #013894;
  height: 3.2rem;
  padding: 0 3.2rem;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-width: 64rem;
}
@media (max-width: 768px) {
  .pg_featureSecCase_label span {
    font-size: var(--fs__l);
    height: clamp(32px, 32px + (40 - 32) * (100vw - 375px) / 393, 40px);
    min-width: 80%;
  }
}
@media (max-width: 500px) {
  .pg_featureSecCase_label span {
    width: 100%;
  }
}

.pg_featureSecCase_arrow {
  width: 2rem;
  height: 4rem;
  background: #ff9d00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  align-self: center;
  flex-shrink: 0;
  margin: 3.2rem 0;
}
@media (max-width: 768px) {
  .pg_featureSecCase_arrow {
    rotate: 90deg;
    margin: 1.6rem 0;
  }
}

.pg_featureSec_blockTxt {
  padding: 1.2rem 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .pg_featureSec_blockTxt {
    padding: 1.2rem 0;
  }
}

.pg_featureSec_Case .pg_intro_txt {
  text-align: center;
  margin-top: 6.4rem;
}

.pg_featureSec-col {
}

.pg_featureSec-col--left {
  flex: 0 0 60%;
  position: relative;
}

.pg_featureSec-col--eval {
  flex: 1;
}

.pg_featureSec-visual-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pg_featureSec-visual-arrow {
    position: static;
    gap: 0.4rem;
    margin-top: 3.2rem;
  }
}

.pg_featureSec-visual-arrowImg {
  width: 8rem;
}
@media (max-width: 768px) {
  .pg_featureSec-visual-arrowImg {
    width: 6rem;
  }
}

.pg_featureSec-visual-arrowTxt {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_featureSec-visual-arrowTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 765px) {
  .pg_featureSec-visual-arrowTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 765px) / 227, 14px);
  }
}
@media (max-width: 768px) {
  .pg_featureSec-visual-arrowTxt {
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 390, 18px);
    line-height: 1.4;
  }
}

/* variation */

.pg_variationSec-content {
  display: flex;
  align-items: stretch;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-content {
    gap: clamp(10px, 10px + (24 - 10) * (100vw - 1024px) / 316, 24px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-content {
    gap: clamp(16px, 16px + (24 - 16) * (100vw - 769px) / 223, 24px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-content {
    flex-direction: column;
    gap: 2.4rem;
    max-width: 72rem;
    margin: 4.8rem auto 0 auto;
  }
}

.pg_variationSec-card {
  flex: 1;
  border: 1px solid #d6deee;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #eef6ff;
}

.pg_variationSec-card.pg_variationSec-card--left {
  background: #fafafa;
}

.pg_variationSec-cardHead {
  background: #7fb3ff;
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-cardHead {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-cardHead {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / 390, 18px);
  }
}

.pg_variationSec-content
  > .pg_variationSec-card:last-child
  .pg_variationSec-cardHead {
  background: #013894;
}

/* 本文 */
.pg_variationSec-cardBody {
  padding: 2.4rem 1.6rem 2.4rem;
}

/* 右カードは背景を薄水色に */
.pg_variationSec-content
  > .pg_variationSec-card:last-child
  .pg_variationSec-cardBody {
  background: #eef6ff;
}

.pg_variationSec-cardBody {
  background: #fafafa;
}
@media (max-width: 768px) {
  .pg_variationSec-cardBody {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.pg_variationSec-card--left .pg_variationSec-cardBody {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #fafafa;
}

.pg_variationSec-plus {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-plus {
    width: clamp(32px, 32px + (48 - 32) * (100vw - 1025px) / 315, 48px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-plus {
    width: clamp(32px, 32px + (48 - 32) * (100vw - 769px) / 223, 48px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-plus {
    margin: 0 auto;
  }
}

/* ------- 左カード（スタンダード演習） ------- */
.pg_variationSec-cardTtl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-cardTtl {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / 315, 18px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-cardTtl {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 769px) / 223, 18px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-cardTtl {
    font-size: 2rem;
  }
}

.pg_variationSec-cardTxt {
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-cardTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-cardTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1024px) / 316, 14px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-cardTxt {
    text-align: center;
    font-size: var(--fs__l);
  }
}

.pg_variationSec-cardImg {
  display: flex;
  justify-content: center;
  max-width: 32rem;
  width: 80%;
  margin: 0 auto;
}
.pg_variationSec-cardImg img {
  width: min(360px, 100%);
  height: auto;
  display: block;
}

.pg_variationSec-list {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-list {
    font-size: var(--fs__l);
    max-width: 48rem;
  }
}
.pg_variationSec-list li {
  line-height: 1.6;
  position: relative;
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-list {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 765px) / 227, 14px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-list {
    font-size: var(--fs__l);
  }
}

.pg_variationSec-list li::before {
  content: "・";
  margin-right: 0.2em;
}

/* ------- 右カード（メニュー3つ） ------- */
.pg_variationSec-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg_variationSec-menuItem {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .pg_variationSec-menuItem {
    gap: 1.6rem;
  }
}

.pg_variationSec-menuItem + .pg_variationSec-menuItem {
  border-top: 1px solid #d6deee;
}

/* アイコン（丸） */
.pg_variationSec-menuIcon {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d6deee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-menuIcon {
    width: clamp(40px, 40px + (60 - 40) * (100vw - 1025px) / 315, 60px);
    height: clamp(40px, 40px + (60 - 40) * (100vw - 1025px) / 315, 60px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-menuIcon {
    width: clamp(40px, 40px + (60 - 40) * (100vw - 769px) / 223, 60px);
    height: clamp(40px, 40px + (60 - 40) * (100vw - 769px) / 223, 60px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-menuIcon {
    width: clamp(60px, 60px + (80 - 60) * (100vw - 375px) / 393, 80px);
    height: clamp(60px, 60px + (80 - 60) * (100vw - 375px) / 393, 80px);
  }
}

.pg_variationSec-menuTtl {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-menuTtl {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1025px) / 315, 18px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-menuTtl {
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 769px) / 223, 18px);
  }
}

.pg_variationSec-menuTxt {
  margin: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_variationSec-menuTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1025px) / 315, 14px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_variationSec-menuTxt {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 1024px) / 316, 14px);
  }
}
@media (max-width: 768px) {
  .pg_variationSec-menuTxt {
    font-size: var(--fs__l);
  }
}

/* flow */
.pg_floweSec .pg_intro_txt {
  text-align: center;
}

.pg_floweSec_flow {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .pg_floweSec_flow {
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }
}

.pg_floweSec_item {
  width: 100%;
  max-width: 20rem;
  position: relative;
}
@media (max-width: 768px) {
  .pg_floweSec_item {
    width: 100%;
    max-width: 32rem;
    position: relative;
  }
}

.pg_floweSec_step {
  font-weight: 800;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #013894;
}

.pg_floweSec_box {
  border: 1px solid #ccc;
  padding: 2.4rem 1rem 1rem;
  position: relative;
  margin-bottom: 1rem;
}

.pg_floweSec_box_ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: bold;
  background: #013894;
  color: #fff;
  padding: 0.4rem 1rem;
}

.pg_floweSec_box_img {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}

.pg_floweSec_box_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pg_floweSec_box_txt {
  font-size: 1.4rem;
  color: #101010;
}
@media (max-width: 768px) {
  .pg_floweSec_box_txt {
    font-size: var(--fs__l);
  }
}

.pg_floweSec_arrow {
  width: 3rem;
  height: 4rem;
  background: #d4e4ff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg_floweSec_arrow {
    rotate: 90deg;
  }
}

/* case */
.pg_CaseSec__items {
  margin: 0 auto;
  gap: 4rem;
  display: flex;
  flex-direction: column;
  max-width: 72rem;
}
@media (max-width: 768px) {
  .pg_CaseSec__items {
    gap: 0;
  }
}

.pg_CaseSec__item {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}

.pg_CaseSec__img {
  flex: 0 0 43%;
  overflow: hidden;
  aspect-ratio: 4/3;
}

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

.pg_CaseSec__desc {
  flex: 1;
  background: #f7f9fb;
  position: relative;
  padding: 5.8rem 2.8rem 1rem 2.8rem;
  display: flex;
  flex-direction: column;
}

.pg_CaseSec__tag {
  top: 1rem;
  left: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  background: #013894;
  font-weight: 700;
  color: #ffffff;
  padding: 0.2rem 1.4rem;
}

.pg_CaseSec__title {
  font-size: 2rem;
  font-weight: 700;
  color: #013894;
}

.pg_CaseSec__text {
  margin-top: 1rem;
}

.pg_CaseSec__link {
  margin-top: auto;
  font-weight: 600;
  color: #013894;
  text-align: right;
  position: relative;
  padding-bottom: 0.4rem;
}

.pg_CaseSec__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14rem;
  height: 1px;
  background: #013894;
}

.pg_functionsSec2 .pg_intro_txt {
  text-align: center;
}

.pg_functionsSec2_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .pg_functionsSec2_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 2.4rem;
  }
}

.pg_functionsSec2_step {
  border: 1px solid #27638d;
  padding: 4rem 3.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pg_functionsSec2_step {
    width: 100%;
    margin-bottom: 0;
    min-height: 22rem;
    padding: 4rem 2.4rem 4rem;
  }
}

.pg_functionsSec2_header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c__blue);
  color: #fff;
  padding: 0.6rem 1.6rem;
  width: auto;
  min-width: 14rem;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .pg_functionsSec2_header {
    gap: 2.5rem;
  }
}

.pg_functionsSec2_label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.pg_functionsSec2_ttl {
  color: #013894;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .pg_functionsSec2_ttl {
    margin-bottom: 1.6rem;
  }
}

.pg_functionsSec2_description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg_functionsSec2_ttl_description {
  color: #323f4f;
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: auto;
}

@media (max-width: 768px) {
  .pg_functionsSec2_ttl_description {
    font-size: 1.8rem;
  }
}

.pg_functionsSec2_description ul {
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .pg_functionsSec2_description ul {
    margin-top: 1.6rem;
  }
}

.pg_functionsSec2_description li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media (max-width: 768px) {
  .pg_functionsSec2_description li {
    font-size: var(--fs__l);
  }
}

.pg_functionsSec2_description li::before {
  content: "・";
  margin-right: 0.1em;
}

.pg_functionsSec2_description p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .pg_functionsSec2_description p {
    font-size: var(--fs__l);
  }
}

.pg_functionsSec2_arrowContainer {
  position: absolute;
  bottom: -8rem;
  height: 5.2rem;
  left: 50%;
  width: 98%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .pg_functionsSec2_arrowContainer {
    margin: auto;
    width: 16rem;
    bottom: -6.4rem;
    left: 50%;
    transform: translate(-50%);
  }
}

.pg_functionsSec2__arrowText {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  font-size: 1.3rem;
  line-height: 150%;
  font-weight: 600;
}

.pg_functionsSec2_note {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .pg_functionsSec2_note {
    font-size: 2rem;
  }
}

.pg_functionsSec2_cards {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.4rem;
  grid-auto-rows: auto;
  align-items: stretch;
  align-content: start;
}

.pg_functionsSec2_card:nth-child(-n + 3) {
  grid-column: span 4;
}
.pg_functionsSec2_card:nth-child(n + 4) {
  grid-column: span 6;
}

@media (max-width: 768px) {
  .pg_functionsSec2_cards {
    grid-template-columns: 1fr;
    gap: 4rem;
    width: 100%;
    margin: 0 auto;
  }
  .pg_functionsSec2_cards > .pg_functionsSec2_card {
    grid-column: 1 / -1;
  }
}

.pg_functionsSec2_card {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-color: rgb(1, 56, 148);
  border-image: initial;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pg_functionsSec2_card-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .pg_functionsSec2_card-body {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}

.pg_functionsSec2_card-text {
  color: #013894;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 150%;
}
@media (max-width: 768px) {
  .pg_functionsSec2_card-text {
    font-size: var(--fs__l);
  }
}

.pg_functionsSec2_card-img {
  max-width: 100%;
  margin: 0 auto 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

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

.pg_functionsSec2_card-link {
  text-align: right;
  color: var(--c__blue);
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pg_functionsSec2_card-link {
    font-size: var(--fs__l);
  }
}

.pg_functionsSec2_card-body ul {
  margin-top: auto;
  margin-bottom: 0.8rem;
}

.pg_functionsSec2_card-body li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
@media (max-width: 768px) {
  .pg_functionsSec2_card-body li {
    font-size: var(--fs__l);
  }
}
.pg_functionsSec2_card-body li:last-of-type {
  margin-bottom: 0;
}

.pg_functionsSec2_card-body li::before {
  content: "・";
  margin-right: 0.1em;
  margin-bottom: 0.4rem;
}

.pg_featureSecCase_content {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .pg_featureSecCase_content {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.pg_functionsSec2_card h4 {
  margin: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  background: rgb(1, 56, 148);
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .pg_featureSecCase_itemsWrap {
    width: 100%;
  }
}

.pg_featureSecCase_items {
  gap: 0;
  margin-top: 2.4rem;
  box-sizing: border-box;
  border: none;
}
@media (max-width: 768px) {
  .pg_featureSecCase_items {
    gap: 2.4rem;
    margin-top: 2.4rem;
    padding: 0;
  }
}

.pg_featureSecCase_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
  padding: 1.6rem 1.6rem;
}

@media (max-width: 768px) {
  .pg_featureSecCase_item {
    gap: 1rem;
    padding: 0;
  }
}

.pg_featureSecCase_item-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--c__blue);
  min-height: 8rem;
  box-sizing: border-box;
}

.pg_featureSecCase_item-headImg {
  flex: 0 0 10rem;
  width: 10rem;
  height: 7rem;
  border: 1px solid #bdb8b2;
  background: #eee;
  box-sizing: border-box;
  overflow: hidden;
}

.pg_featureSecCase_item-headImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg_featureSecCase_item h4 {
  font-size: 2rem;
  color: var(--c__blue);
  margin: 0 0 0.4rem;
  font-weight: 700;
}

.pg_featureSecCase_item p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .pg_featureSecCase_item p {
    font-size: var(--fs__l);
  }
}

.pg_featureSecCase_item ul {
  margin: 0.4rem 0 0;
}

.pg_featureSecCase_item li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media (max-width: 768px) {
  .pg_featureSecCase_item li {
    font-size: var(--fs__l);
  }
}

.pg_featureSecCase_item li::before {
  content: "・";
  margin-right: 0.1em;
}

.pg_featureSecCase_img {
  margin-top: auto;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

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

.pg_featureSecCase_result {
  margin-top: 3.2rem;
  text-align: center;
}

.pg_featureSecCase_result p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pg_featureSecCase_result p {
    font-size: var(--fs__l);
  }
}

/* flow */
.pg_flowSec-lead {
  margin-top: 3.2rem;
}

.pg_flowSec_arrow {
  list-style: none;
  margin: 2.4rem 0 2rem;
  padding: 0;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pg_flowSec_arrow {
    display: none;
  }
}

.pg_flowSec_arrowItem {
  --bg: #7fb3ff;
  position: relative;
  flex: 1;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #7fb3ff;
  background: var(--bg);
  line-height: 1.2;
  text-align: center;
  padding: 0 1.4rem;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_flowSec_arrowItem {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / 315, 16px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .pg_flowSec_arrowItem {
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 769px) / 223, 16px);
  }
}

.pg_flowSec_arrowItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #7fb3ff;
  z-index: 2;
}

.pg_flowSec_arrowItem::before {
  --arrowHalf: 22px;
  --arrowW: 22px;
  --sep: 6px;
  content: "";
  position: absolute;
  top: calc(-1 * var(--sep));
  right: calc(-1 * (var(--arrowW) + var(--sep)));
  width: 0;
  height: 0;
  border-top: calc(var(--arrowHalf) + var(--sep)) solid transparent;
  border-bottom: calc(var(--arrowHalf) + var(--sep)) solid transparent;
  border-left: calc(var(--arrowW) + var(--sep)) solid #fff;
  z-index: 1;
}

.pg_flowSec_arrowItem--dark {
  --bg: #013894;
}

.pg_flowSec_arrowItem--dark::after {
  content: "";
  position: absolute;
  top: 0;
  right: -21.5px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #013894;
  z-index: 2;
}

.pg_flowSec_arrowItem:not(:first-child) {
  padding-left: 3rem;
}

/* security */
.pg_securitySec .pg_intro_txt {
  text-align: center;
}

.pg_securitySec_items {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .pg_securitySec_items {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}

.pg_securitySec_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 24px + (40 - 24) * (100vw - 1024px) / 296, 40px);
  height: 4rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .pg_securitySec_arrow {
    width: 4rem;
  }
}

@media (max-width: 768px) {
  .pg_securitySec_arrow {
    width: 12rem;
    height: 5rem;
  }
  .pg_securitySec_arrow--2 {
    rotate: 180deg;
  }
}

.pg_securitySec_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .pg_securitySec_item {
    width: 100%;
  }
}

.pg_securitySec_item-head {
  background: var(--c__blue);
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem;
  border-radius: 12px;
  position: relative;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 1320px) {
  .pg_securitySec_item-head {
    padding: 0.8rem 0.8rem;
  }
}

@media (max-width: 768px) {
  .pg_securitySec_item-head {
    padding: 0.8rem 2.4rem;
  }
}

.pg_securitySec_icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  vertical-align: middle;
}

.pg_securitySec_icon img {
  vertical-align: unset;
}

.pg_securitySec_item-head h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 1024px) / 256, 20px);
  color: #fff;
  width: 100%;
  text-align: center;
  margin-left: -2.4rem;
}
@media (max-width: 1024px) {
  .pg_securitySec_item-head h3 {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 768px) / 256, 20px);
  }
}

@media (max-width: 768px) {
  .pg_securitySec_item-head h3 {
    font-size: var(--fs__xl);
  }
}

.pg_securitySec_item-block {
  margin-top: 1.6rem;
}
.pg_securitySec_item-block h4 {
  margin: 0.2rem 0 0.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .pg_securitySec_item-block h4 {
    font-size: var(--fs__xl);
  }
}

.pg_securitySec_item li {
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .pg_securitySec_item li {
    font-size: var(--fs__l);
  }
}
.pg_securitySec_item li::before {
  content: "・";
  margin-right: 0.1em;
}

.pg_securitySec_item-block p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .pg_securitySec_item-block p {
    font-size: var(--fs__l);
  }
}

.pg_securitySec_item-block a {
  color: var(--c__blue);
  display: block;
  margin: 0.2rem 0;
}

/* case */
.pg_ExamSecSec .pg_intro_txt {
  text-align: center;
}

.pg_ExamSec_items {
  gap: 0rem;
}
@media (max-width: 768px) {
  .pg_ExamSec_items {
    gap: 4rem;
  }
}

.pg_ExamSec_item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 1.6rem;
  border-right: 1px dashed #d4e4ff;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ExamSec_item {
    padding: 0 clamp(8px, 8px + (16 - 8) * (100vw - 1025px) / 315, 16px);
  }
}

.pg_ExamSec_item:last-child {
  border-right: none;
}

.pg_ExamSec_item-ttl {
  background: #d4e4ff;
  display: flex;
  color: var(--c__blue);
  gap: 0.8rem;
  padding: 0.8rem 1.6rem;
  border-radius: 100vh;
  text-align: center;
  position: relative;
  vertical-align: middle;
  align-items: center;
  font-size: 1.8rem;
  justify-content: center;
}
@media (max-width: 1340px) and (min-width: 1025px) {
  .pg_ExamSec_item-ttl {
    font-size: clamp(13px, 13px + (18 - 13) * (100vw - 1025px) / 315, 18px);
    padding: 0.8rem clamp(8px, 8px + (16 - 8) * (100vw - 1025px) / 315, 16px);
  }
}

.pg_ExamSec_item-note {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pg_ExamSec_item-note {
    font-size: var(--fs__m);
    text-align: left;
  }
}

.pg_ExamSec_item-lead {
  margin: 0.4rem 0 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 768px) {
  .pg_ExamSec_item-lead {
    font-size: var(--fs__l);
  }
}

.pg_ExamSec_item-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .pg_ExamSec_item-txt {
    font-size: var(--fs__l);
  }
}
