.p_organization_system {
  width: 100%;
  overflow: hidden;
  padding-bottom: 46px;
}
.p_organization_system .system_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.p_organization_system .system_leading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 18px;
  padding-left: 3px;
}
.p_organization_system .system_block {
  width: 100%;
  position: relative;
}
.p_organization_system .system_block_os {
  width: 100%;
  margin-top: 77px;
}
.p_organization_system .system_block_tag {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #e8002f;
}
.p_organization_system .system_block_grid {
  width: 100%;
  max-width: 350px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
  z-index: 0;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}
.p_organization_system .system_block_grid::before, .p_organization_system .system_block_grid::after {
  content: "";
  border: 1px solid #ff8181;
  border-radius: 175px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p_organization_system .system_block_grid::before {
  width: 408px;
  aspect-ratio: 0.3177570093;
  top: calc(50% - 21px);
}
.p_organization_system .system_block_grid::after {
  width: 350px;
  aspect-ratio: 0.289975145;
  top: calc(50% - 9px);
}
.p_organization_system .system_block_grid .item {
  --top: 0px;
  --left: 0px;
  --padding-top: 0px;
  --icon-w: 0px;
  --icon-l: 0px;
  --title-mt: 0px;
  width: 290px;
  height: 290px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #ff8181;
  margin-left: auto;
  margin-right: auto;
}
.p_organization_system .system_block_grid .item_header {
  width: 100%;
  height: 124px;
  background-color: #e8002f;
  padding-top: var(--padding-top);
}
.p_organization_system .system_block_grid .item_icon {
  width: var(--icon-w);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: var(--icon-l);
}
.p_organization_system .system_block_grid .item_icon img {
  width: 100%;
  display: block;
}
.p_organization_system .system_block_grid .item_title {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #fff;
  font-size: 1.25rem;
  margin-top: var(--title-mt);
}
.p_organization_system .system_block_grid .item_body {
  width: 100%;
  padding: 13px 43px 0px;
}
.p_organization_system .system_block_grid .item_txt {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.p_organization_system .system_block_grid .item:nth-child(1) {
  --top: 0px;
  --left: 366px;
  --padding-top: 20px;
  --icon-w: 57.94px;
  --title-mt: 5px;
}
.p_organization_system .system_block_grid .item:nth-child(2) {
  --top: 178px;
  --left: 710px;
  --padding-top: 17px;
  --icon-w: 58.21px;
  --icon-left: 0px;
}
.p_organization_system .system_block_grid .item:nth-child(3) {
  --top: 526px;
  --left: 560px;
  --padding-top: 16px;
  --icon-w: 54.18px;
}
.p_organization_system .system_block_grid .item:nth-child(4) {
  --top: 526px;
  --left: 172px;
  --padding-top: 21px;
  --icon-w: 76.45px;
  --title-mt: 6px;
}
.p_organization_system .system_block_grid .item:nth-child(5) {
  --top: 178px;
  --left: 22px;
  --padding-top: 28px;
  --icon-w: 86.71px;
  --title-mt: 9px;
}
.p_organization_system .js_scrollable_overflow {
  overflow-x: hidden !important;
  width: calc(100% + 40px);
  left: -20px;
}
.p_organization_system .js_scrollable_overflow .scroll-hint-icon-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_organization {
    padding-bottom: 140px;
  }
  .p_organization_system {
    padding-bottom: 0;
  }
  .p_organization_system .system_heading {
    text-align: center;
    font-size: 1.75rem;
    margin-top: -5px;
    padding-left: 29px;
  }
  .p_organization_system .system_leading {
    max-width: 1010px;
    font-size: 1.125rem;
    position: relative;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
  }
  .p_organization_system .system_block {
    width: 1080px;
    min-height: 874px;
    margin-left: auto;
    margin-right: auto;
  }
  .p_organization_system .system_block_os {
    scrollbar-width: none;
    padding-bottom: 20px;
    margin-top: 67px;
  }
  .p_organization_system .system_block_tag {
    font-size: 1.75rem;
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    translate: -50% -50%;
  }
  .p_organization_system .system_block_grid {
    max-width: 100%;
    display: block;
    aspect-ratio: 1.2272727273;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .p_organization_system .system_block_grid::before, .p_organization_system .system_block_grid::after {
    border-radius: 999px;
  }
  .p_organization_system .system_block_grid::before {
    width: 562px;
    aspect-ratio: 1;
    top: calc(50% - 23px);
  }
  .p_organization_system .system_block_grid::after {
    width: 678px;
    aspect-ratio: 1;
    top: calc(50% - 23px);
  }
  .p_organization_system .system_block_grid .item {
    width: 348px;
    height: 348px;
    position: absolute;
    top: var(--top);
    left: var(--left);
    margin-left: 0;
    margin-right: 0;
  }
  .p_organization_system .system_block_grid .item_header {
    height: 157px;
  }
  .p_organization_system .system_block_grid .item_body {
    height: 189px;
    padding: 16px 47px 0px;
  }
  .p_organization_system .system_block_grid .item:nth-child(1) {
    --padding-top: 31px;
    --icon-w: 62.2px;
    --title-mt: 8px;
  }
  .p_organization_system .system_block_grid .item:nth-child(2) {
    --padding-top: 21px;
    --icon-w: 63px;
    --icon-l: 3px;
    --title-mt: 9px;
  }
  .p_organization_system .system_block_grid .item:nth-child(3) {
    --padding-top: 16px;
    --icon-w: 65.83px;
    --icon-l: 3px;
    --title-mt: 5px;
  }
  .p_organization_system .system_block_grid .item:nth-child(4) {
    --padding-top: 23px;
    --icon-w: 101.32px;
    --icon-l: 3px;
    --title-mt: 4px;
  }
  .p_organization_system .system_block_grid .item:nth-child(5) {
    --padding-top: 40px;
    --icon-w: 113.88px;
  }
  .p_organization_system .js_scrollable_overflow {
    left: 0;
    width: 100%;
    overflow-x: auto !important;
  }
  .p_organization_system .js_scrollable_overflow .scroll-hint-icon-wrap {
    display: block;
  }
}
/*# sourceMappingURL=maps/organization.css.map */
