@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
company2 — SODグループ紹介ページ 改訂デザイン
---------------------------------------------------------------------------------------------------------------------
*/
.c2-message {
  padding: 80px 5% 70px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .c2-message {
      padding: 120px 5% 100px;
      text-align: center; } }
  .c2-message::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -60px;
    width: 320px;
    height: 320px;
    background: #e6007e;
    filter: blur(120px);
    opacity: 0.3;
    border-radius: 50%;
    pointer-events: none; }
  .c2-message__inner {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto; }
  .c2-message__en {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.8em;
    color: rgba(230, 0, 126, 0.8);
    letter-spacing: 0.22em;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .c2-message__en {
        font-size: 0.9em; } }
  .c2-message__title {
    position: relative;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 0 0 48px rgba(230, 0, 126, 0.45);
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .c2-message__title {
        font-size: 3.5em;
        right: -0.5em; } }
    @media (min-width: 1200px) {
      .c2-message__title {
        font-size: 4.0em; } }
  .c2-message__lead {
    font-size: 0.85em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.08em;
    margin: 0 0 56px; }
    @media (min-width: 768px) {
      .c2-message__lead {
        font-size: 1em;
        margin-bottom: 72px; } }
  .c2-message__divider {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, #e6007e, rgba(230, 0, 126, 0));
    margin: 0 auto 52px; }
  .c2-message__body p {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2.0em;
    color: rgba(255, 255, 255, 0.9); }
    @media (min-width: 768px) {
      .c2-message__body p {
        font-size: 1.125em; } }
    .c2-message__body p + p {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .c2-message__body p + p {
          margin-top: 30px; } }

.c2-features {
  padding: 0 5% 40px; }
  @media (min-width: 768px) {
    .c2-features {
      padding-bottom: 60px; } }

.c2-feature-block {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .c2-feature-block {
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .c2-feature-block {
      padding-top: 56px; } }

.c2-feature-card {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  overflow: clip;
  padding: 40px 15px;
  display: grid;
  gap: 32px; }
  @media (min-width: 768px) {
    .c2-feature-card {
      border-radius: 20px;
      padding: 50px 40px;
      gap: 40px; } }
  @media (min-width: 1024px) {
    .c2-feature-card {
      grid-template-columns: 260px 1fr;
      gap: 40px;
      padding: 60px; } }
  @media (min-width: 1200px) {
    .c2-feature-card {
      grid-template-columns: 340px 1fr;
      gap: 40px; } }

.c2-feature-head {
  position: relative; }
  @media (min-width: 1024px) {
    .c2-feature-head {
      position: sticky;
      top: 100px;
      align-self: start; } }
  .c2-feature-head__num {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9em;
    font-weight: 600;
    color: #e6007e;
    letter-spacing: 0.18em;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .c2-feature-head__num {
        font-size: 1.125em; } }
    .c2-feature-head__num::before {
      content: "";
      display: block;
      flex-shrink: 0;
      width: 28px;
      height: 1px;
      background: #e6007e; }
  .c2-feature-head__title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .c2-feature-head__title {
        font-size: 2.0em; } }
  .c2-feature-head__sub {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.7em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.08em;
    margin: 0; }
    @media (min-width: 768px) {
      .c2-feature-head__sub {
        font-size: 0.8em; } }

.c2-body .sod-logo {
  width: 250px;
  margin-bottom: 20px; }
.c2-body h3 {
  font-size: 1.00em;
  font-weight: 700;
  color: #000;
  padding: 5px 0 5px 14px;
  border-left: 3px solid #e6007e;
  line-height: 1.4em;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .c2-body h3 {
      font-size: 1.2em;
      margin-bottom: 24px; } }
.c2-body p {
  font-size: 0.9em;
  line-height: 1.9em;
  color: black;
  text-align: justify; }
  @media (min-width: 768px) {
    .c2-body p {
      font-size: 1.0em; } }
  .c2-body p + p {
    margin-top: 16px; }
  .c2-body p + h3 {
    margin-top: 40px; }
.c2-body figure {
  margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .c2-body figure {
      margin: 40px 0 0 0; } }
  .c2-body figure img {
    border-radius: 10px; }

.sod-cycle {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .sod-cycle {
      width: 90%;
      margin: 40px auto 0; } }

.c2-label-box {
  margin: 20px 0 24px; }
  @media (min-width: 768px) {
    .c2-label-box {
      margin: 28px 0 32px; } }
  .c2-label-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: lb;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .c2-label-box__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    counter-increment: lb; }
    @media (min-width: 768px) {
      .c2-label-box__item {
        padding: 14px 2px;
        gap: 16px; } }
    .c2-label-box__item::before {
      content: "0" counter(lb);
      font-family: "Cormorant Garamond", serif;
      font-size: 0.9em;
      color: #e6007e;
      letter-spacing: 0.06em;
      flex-shrink: 0;
      min-width: 1.6em; }
      @media (min-width: 768px) {
        .c2-label-box__item::before {
          font-size: 1.0em; } }
  .c2-label-box__name {
    flex: 1;
    color: #e6007e;
    font-size: 1.0em;
    font-weight: 700; }
    @media (min-width: 768px) {
      .c2-label-box__name {
        font-size: 1.25em; } }
  .c2-label-box__dot {
    display: none; }
  .c2-label-box__role {
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.78em;
    font-weight: 500;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .c2-label-box__role {
        font-size: 0.85em; } }

.c2-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px; }
  @media (min-width: 768px) {
    .c2-tag-list {
      gap: 9px;
      margin-bottom: 32px; } }
  .c2-tag-list li {
    list-style: none;
    border: 1px solid rgba(230, 0, 126, 0.45);
    border-radius: 999px;
    padding: 5px 14px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.76em;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .c2-tag-list li {
        font-size: 0.82em;
        padding: 5px 16px; } }

.c2-label-img figure {
  width: 68%;
  margin: 28px auto 0;
  padding: 24px 0; }
  @media (min-width: 768px) {
    .c2-label-img figure {
      padding: 48px 0; } }
  .c2-label-img figure img {
    display: block;
    width: 100%;
    height: auto; }

@keyframes c2-glow-pulse {
  0%, 100% {
    opacity: 0.12; }
  50% {
    opacity: 0.22; } }
.sod-work-circle {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #f4f4f4;
  border-radius: 12px;
  margin: 28px 0 0;
  padding: 32px 16px 28px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sod-work-circle {
      border-radius: 16px;
      padding: 40px 24px 36px; } }
  .sod-work-circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: #e6007e;
    filter: blur(72px);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.1; }
  .sod-work-circle__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
  .sod-work-circle__diagram {
    position: relative;
    width: min(300px, 100%);
    height: 270px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .sod-work-circle__diagram {
        width: min(380px, 100%);
        height: 340px; } }
  .sod-work-circle__center {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5em;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.15);
    letter-spacing: 0.12em;
    pointer-events: none; }
    @media (min-width: 480px) {
      .sod-work-circle__center {
        font-size: 2.0em; } }
  .sod-work-circle__item {
    position: absolute;
    z-index: 2;
    width: 88px;
    height: 88px;
    border: 1.5px solid rgba(230, 0, 126, 0.55);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 480px) {
      .sod-work-circle__item {
        width: 110px;
        height: 110px; } }
    .sod-work-circle__item--top {
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
    .sod-work-circle__item--left {
      left: 0;
      bottom: 0; }
    .sod-work-circle__item--right {
      right: 0;
      bottom: 0; }
  .sod-work-circle__label {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.06em; }
    @media (min-width: 480px) {
      .sod-work-circle__label {
        font-size: 1.5em; } }

.c2-process-list {
  display: grid;
  gap: 52px; }
  @media (min-width: 768px) {
    .c2-process-list {
      gap: 64px; } }

.c2-flow {
  grid-column: 1 / -1;
  background: #060606;
  border-radius: 10px;
  overflow: hidden; }
  .c2-flow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: flow;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.07); }
    @media (min-width: 768px) {
      .c2-flow ul {
        grid-template-columns: repeat(2, 1fr); } }
  .c2-flow li {
    counter-increment: flow;
    background: #060606;
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    font-size: 0.82em;
    font-weight: 700;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.02em; }
    @media (min-width: 768px) {
      .c2-flow li {
        padding: 22px 28px;
        gap: 24px; } }
    .c2-flow li::before {
      content: "0" counter(flow);
      font-family: "Cormorant Garamond", serif;
      font-size: 2.4em;
      font-weight: 700;
      color: #e6007e;
      line-height: 1;
      letter-spacing: 0.02em;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .c2-flow li::before {
          font-size: 3.0em; } }
    @media (min-width: 768px) {
      .c2-flow li {
        font-size: 0.9em; } }

.sod-data-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (min-width: 768px) {
    .sod-data-card {
      gap: 15px; } }
  @media (min-width: 1200px) {
    .sod-data-card {
      gap: 20px; } }
  .sod-data-card__item {
    position: relative;
    background-color: #D32D7E;
    border-radius: 10px;
    min-height: 140px;
    padding: 10px;
    color: #fff;
    overflow: hidden; }
    @media (min-width: 768px) {
      .sod-data-card__item {
        padding: 20px 20px;
        min-height: 240px; } }
    @media (min-width: 1200px) {
      .sod-data-card__item {
        padding: 30px 25px;
        min-height: 280px; } }
  .sod-data-card__item--history {
    height: 165px; }
  .sod-data-card__title {
    margin: 0;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .sod-data-card__title {
        font-size: 1.6em; } }
    .sod-data-card__title small {
      display: block;
      margin-top: 4px;
      font-size: 0.6em;
      line-height: 1.3em; }
      @media (min-width: 768px) {
        .sod-data-card__title small {
          font-size: 0.75em; } }
  .sod-data-card__balloon {
    position: relative;
    top: 10px;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px;
    color: #000;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center; }
    @media (min-width: 768px) {
      .sod-data-card__balloon {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 95px;
        font-size: 0.9em;
        transform: translateX(-50%);
        width: 80%; } }
    @media (min-width: 1200px) {
      .sod-data-card__balloon {
        bottom: 120px;
        font-size: 0.95em; } }
    .sod-data-card__balloon::after {
      content: "";
      position: absolute;
      background-color: #fff;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 10px;
      height: 20px;
      border-radius: 20px; }
  .sod-data-card__number {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .sod-data-card__number {
        bottom: 20px;
        font-size: 4.0em; } }
    @media (min-width: 1200px) {
      .sod-data-card__number {
        bottom: 28px;
        font-size: 4.8em; } }
    .sod-data-card__number span {
      margin-left: 1px;
      font-size: 0.28em;
      font-weight: 700; }
      @media (min-width: 768px) {
        .sod-data-card__number span {
          font-size: 0.3em; } }

.sod-policy {
  margin: 40px 0 0; }
  .sod-policy__item {
    border-top: 1px solid #e6007e;
    padding: 20px 0;
    display: grid;
    gap: 20px; }
    @media (min-width: 768px) {
      .sod-policy__item {
        grid-template-columns: 150px 1fr;
        padding: 30px 0; } }
    .sod-policy__item:last-child {
      padding-bottom: 0; }
  .sod-policy__number {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #e6007e;
    margin: 0 0 5px 0; }
    @media (min-width: 768px) {
      .sod-policy__number {
        font-size: 2.0em; } }
  .sod-policy__title {
    font-size: 1.45em;
    font-weight: 700;
    line-height: 1.3em;
    color: #e6007e;
    margin: 0; }
    @media (min-width: 768px) {
      .sod-policy__title {
        font-size: 1.55em; } }
  .sod-policy__body {
    display: grid;
    gap: 26px; }
    @media (min-width: 768px) {
      .sod-policy__body {
        gap: 28px; } }
    .sod-policy__body p {
      font-size: 0.9em;
      text-align: justify;
      line-height: 1.9em;
      margin: 0; }
      @media (min-width: 768px) {
        .sod-policy__body p {
          font-size: 1em; } }

.c2-final-image {
  grid-column: 1 / -1;
  margin: 0; }
  .c2-final-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; }

.c2-message-block {
  background: #e6007e;
  padding: 48px 5% 48px 0;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .c2-message-block {
      padding: 80px 5% 80px 0;
      margin-top: 100px; } }
  .c2-message-block__inner {
    background: #fff;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 44px 24px;
    display: grid;
    gap: 32px; }
    @media (min-width: 768px) {
      .c2-message-block__inner {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 64px 60px 64px 0;
        grid-template-columns: 240px 1fr;
        gap: 56px;
        align-items: start;
        padding-left: 5%; } }
    @media (min-width: 1200px) {
      .c2-message-block__inner {
        grid-template-columns: 350px 1fr;
        gap: 72px; } }
  .c2-message-block__image {
    margin: auto 0 0 0; }
    @media (min-width: 768px) {
      .c2-message-block__image {
        margin: auto 0 0 5%; } }
    .c2-message-block__image img {
      width: 80%;
      margin: auto; }
      @media (min-width: 768px) {
        .c2-message-block__image img {
          width: 100%; } }
    .c2-message-block__image .name {
      margin: 10px 0 0 0; }
      @media (min-width: 768px) {
        .c2-message-block__image .name {
          margin: 10px 0 0 5%; } }
      .c2-message-block__image .name p {
        font-size: 0.7em;
        line-height: 1.4em;
        margin: 0 0 5px 0; }
        @media (min-width: 1200px) {
          .c2-message-block__image .name p {
            font-size: 0.8em; } }
      .c2-message-block__image .name h6 {
        font-size: 0.7em;
        line-height: 1.4em;
        margin: 0 0 5px 0; }
        @media (min-width: 1200px) {
          .c2-message-block__image .name h6 {
            font-size: 0.8em; } }
        .c2-message-block__image .name h6 span {
          font-size: 1.25em;
          margin: 0 0 0 10px; }
  .c2-message-block__txt {
    margin-top: auto; }
  .c2-message-block__head {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .c2-message-block__head {
        margin-bottom: 40px; } }
  .c2-message-block__label {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9em;
    color: #e6007e;
    letter-spacing: 0.18em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .c2-message-block__label {
        font-size: 1.0em; } }
    .c2-message-block__label::before {
      content: "";
      display: block;
      flex-shrink: 0;
      width: 24px;
      height: 1px;
      background: #e6007e; }
  .c2-message-block__title {
    font-size: 1.6em;
    font-weight: 700;
    color: #000;
    line-height: 1.3em;
    margin: 0; }
    @media (min-width: 768px) {
      .c2-message-block__title {
        font-size: 2.1em; } }
  .c2-message-block__body {
    display: grid;
    gap: 20px; }
    @media (min-width: 768px) {
      .c2-message-block__body {
        gap: 24px; } }
    .c2-message-block__body h3 {
      font-size: 1.05em;
      font-weight: 700;
      color: #000;
      padding: 5px 0 5px 14px;
      border-left: 3px solid #e6007e;
      line-height: 1.55em;
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .c2-message-block__body h3 {
          font-size: 1.15em; } }
    .c2-message-block__body p {
      font-size: 0.88em;
      line-height: 2.05em;
      color: rgba(0, 0, 0, 0.72); }
      @media (min-width: 768px) {
        .c2-message-block__body p {
          font-size: 0.95em; } }
