@charset "UTF-8";

/*
	##### OGIS #####
	business/assets/css/biz_sp.css
*/


/* --------------------------------------------------
contents section
-------------------------------------------------- */

.sec {
  display: block;
  width: 100%;
  max-width: calc(670 / 750 * 100vw);
  padding: calc(160 / 750 * 100vw) 0 calc(150 / 750 * 100vw);
  margin: 0 auto;
  counter-increment: number;

  .txt {
    text-align: justify;
  }
}

.line {
  all: unset;
  display: block;
  height: 1px;
  max-width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  background-color: var(--color-5);

  .chart-1-5 + & {
    margin-top: calc(150 / 750 * 100vw);
  }
}

.sec-ttl {
  display: inline-block;
  padding-left: calc(120 / 750 * 100vw);
  margin-bottom: calc(55 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: .14em;
  line-height: 1.375;
  position: relative;

  &::before {
    content: counter(number, decimal-leading-zero);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0;
    width: calc(91 / 750 * 100vw);
    height: calc(91 / 750 * 100vw);
    border: solid 1.5px var(--color-4);
    border-radius: 50%;
    color: var(--color-4);
    position: absolute;
    left: 0;
    top: -.4em;
  }
}

em.bold {
  font-style: normal;
  font-size: 120%;
  font-weight: 700;
  color: var(--color-3)
}
em.marker {
  font-size: 110%;
  font-style: normal;
  font-weight: 700;
  color: var(--color-3);
  text-decoration: underline;
  text-decoration-thickness: .5em;
  text-decoration-color: #fdffa1;
  text-underline-offset: -.25em;
}


/* --------------------------------------------------
business page
-------------------------------------------------- */

.chart-1-4 {
  display: block;
  width: calc(670 / 750 * 100vw);
  height: auto;
  margin: calc(70 / 750 * 100vw) auto calc(75 / 750 * 100vw);
}

.chart-1-5 {
  display: block;
  width: 100%;

  figure {
    display: block;

    figcaption {
      font-size: calc(28 / 750 * 100vw);
      font-weight: 700;
      margin-bottom: calc(30 / 750 * 100vw);
  
      .small {
        font-size: 70%;
        font-weight: 600;
        vertical-align: baseline;
      }
      &::before {
        content: '●';
        color: var(--color-4);
        font-size: .7em;
        padding-right: .2em;
        display: inline-block;
        translate: 0 -.25em;
      }
    }
    .img-box {
      display: block;
      width: 100%;
      padding-bottom: calc(30 / 750 * 100vw);
      overflow: hidden;
      overflow-x: scroll;
      scrollbar-color: var(--color-4) #fff;

      picture {
        display: block;
        width: calc(1150 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);  
      }
    }
  }

  .fig-note {
    display: block;
    width: 100%;
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    text-align: right;
    margin-top: 1em;
  }
}


.biz {
  display: block;
  width: 100%;
  margin-top: calc(160 / 750 * 100vw);

  .grid {
    display: grid;
    grid-template-areas: "photo" "title" ".";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    width: 100%;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    margin-bottom: calc(70 / 750 * 100vw);

    .right-side {
      grid-area: photo;
      border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
      overflow: hidden;

      .img-box {
        display: block;
        width: 100%;
        height: 100%;
      }
    }
    .ttl-group {
      grid-area: title;
      padding: calc(60 / 750 * 100vw) calc(55 / 750 * 100vw) calc(40 / 750 * 100vw);
      position: relative;

      .ttl {
        margin-left: calc(-55 / 750 * 100vw);
        margin-bottom: calc(50 / 750 * 100vw);

        .jp {
          font-size: calc(30 / 750 * 100vw);
          line-height: 0;
          vertical-align: middle;
        }
        .en {
          font-size: calc(27 / 750 * 100vw);

          --f: .5em;
          --r: .8em;
          
          margin-left: calc(-1*var(--r));
          padding: .2em 1em 0 .65em;
          line-height: 1.8;
          color: #fff;
          background: var(--color-4);
          border-top: var(--f) solid #0005;
          clip-path: 
            polygon(calc(100% - var(--r)) 98%,0 98%,0 var(--f),var(--r) 0,var(--r) var(--f),100% var(--f));
        }
      }
      .sub-ttl {
        font-weight: 700;
        font-size: calc(32 / 750 * 100vw);
        line-height: 1.5;
        color: #3373b1;
      }
    }
    .txt {
      padding: 0 calc(55 / 750 * 100vw) calc(55 / 750 * 100vw);
      text-align: justify;
    }
  }
}


.projects {
  padding: 0 calc(30 / 750 * 100vw);

  dt {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 600;
    margin-bottom: calc(30 / 750 * 100vw);

    &::before {
      content: '● ';
      white-space: pre;
      font-size: 70%;
      vertical-align: middle;
      color: var(--color-4);
    }
  }

  .projects-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(calc(145 / 750 * 100vw), 1fr);
    grid-auto-flow: row;
    row-gap: calc(20 / 750 * 100vw);
    align-items: stretch;

    li {
      display: block;

       a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: .75em calc(90 / 750 * 100vw) .75em calc(40 / 750 * 100vw);
        border: solid 1px var(--color-3);
        border-radius: calc(10 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        background: url(../../../assets/images/ico-links-popup.svg) no-repeat center right calc(35 / 750 * 100vw) / calc(27 / 750 * 100vw) auto;

        .name {
          font-size: .9em;
          color: var(--color-2);
          font-feature-settings: "palt"
        }
      }
    }
  }
}


.chart-1 {
  display: block;
  width: 100%;
  height: auto;
  margin: calc(50 / 750 * 100vw) 0;
}



/* --------------------------------------------------
jobs page
-------------------------------------------------- */

.flow-steps {
  display: flex;
  flex-direction: column;
  row-gap: calc(90 / 750 * 100vw);
  width: calc(610 / 750 * 100vw);
  margin: calc(65 / 750 * 100vw) auto 0;

  li {
    display: block;
    width: 100%;
    position: relative;

    &:not(:last-child)::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: calc(30 / 750 * 100vw) calc(25 / 750 * 100vw);
      position: absolute;
      top: calc(100% + calc(30 / 750 * 100vw));
      left: 50%;
      transform: translate(-50%, 0);
    }

    dl {
      display: flex;
      flex-direction: column;
      row-gap: calc(24 / 750 * 100vw);
      width: 100%;

      dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: calc(100 / 750 * 100vw);
        border-radius: calc(10 / 750 * 100vw);
        text-align: center;
        font-weight: 700;
        font-size: calc(28 / 750 * 100vw);
        color: #fff;

        &::before {
          content: '';
          display: inline-block;
          width: calc(76 / 750 * 100vw);
          height: calc(76 / 750 * 100vw);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-right: calc(14 / 750 * 100vw);
        }
      }
      dd {
        font-feature-settings: "palt";
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.8571428571428572;
        text-align: justify;
      }
    }

    &:nth-child(1) {

      &::after {
        border-color: rgba(var(--rgb-3), .5) transparent transparent transparent;
      }
      dl dt {
        background-color: rgba(var(--rgb-3), .5);

        &::before {
          background-image: url(../images/ico-1.svg);
        }
      }
    }
    &:nth-child(2) {

      &::after {
        border-color: rgba(var(--rgb-3), .66) transparent transparent transparent;
      }
      dl dt {
        background-color: rgba(var(--rgb-3), .66);

        &::before {
          background-image: url(../images/ico-2.svg);
        }
      }
    }
    &:nth-child(3) {

      &::after {
        border-color: rgba(var(--rgb-3), .83) transparent transparent transparent;
      }
      dl dt {
        background-color: rgba(var(--rgb-3), .83);

        &::before {
          background-image: url(../images/ico-3.svg);
        }
      }
    }
    &:nth-child(4) {

      dl dt {
        background-color: var(--color-3);

        &::before {
          background-image: url(../images/ico-4.svg);
        }
      }
    }
  }
}

.jobs .sec-02 .chart-box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: var(--color-4) #fff;
  margin-top: calc(60 / 750 * 100vw);
  padding-bottom: calc(40 / 750 * 100vw);

  .chart-2 {
    height: calc(582 / 750 * 100vw);
    width: calc(1084 / 750 * 100vw);
  }
}


.modal-triggers {
  display: grid;
  width: calc(610 / 750 * 100vw);
  grid-template-columns: 1fr;
  grid-auto-rows: calc(100 / 750 * 100vw);
  row-gap: calc(20 / 750 * 100vw);
  align-items: stretch;
  margin: calc(100 / 750 * 100vw) auto 0;

  li {
    display: block;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
  & + .txt {
    font-feature-settings: normal;
    width: calc(610 / 750 * 100vw);
    letter-spacing: 0;
    margin: calc(20 / 750 * 100vw) auto;
  }
}
a.pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  text-decoration: none;

  &::after {
    content: '';
    display: block;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background: url(../../../assets/images/trggr-arrw.svg) no-repeat center / contain
  }

  span {
    font-weight: 700;
    color: var(--color-6);

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
    }
  }
}
:is(.pop, .job-type) .sales::before {
  color: #9cc1a4;
}
:is(.pop, .job-type) .consultant::before {
  color: #8ac8e6;
}
:is(.pop, .job-type) .it-architect::before {
  color: #d38991;
}
:is(.pop, .job-type) .prjct-manager::before {
  color: #e2c479;
}
:is(.pop, .job-type) .it-specialist::before {
  color: #ecb286;
}
:is(.pop, .job-type) .app-specialist::before {
  color: #bd98b9;
}
:is(.pop, .job-type) .it-srvc-management::before {
  color: #87abcc;
}

/* MODAL */

.modal-set {
  display: none;
}

.job-type {
  display: block;
  width: 100%;
  max-width: calc(610 / 750 * 100vw);
  padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(65 / 750 * 100vw);
  background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
  border-radius: calc(10 / 750 * 100vw);
  background-color: var(--bg-col);
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
  margin: 0 auto;
  position: relative;

  .job-ttl {
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    color: var(--color-6);
    padding-bottom: calc(40 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
    border-bottom: solid 1px var(--color-3);

    &::before {
      display: inline-block;
      content: '●';
      font-size: .5em;
      vertical-align: bottom;
      transform: translateY(-50%);
      padding-right: .5em;
    }
  }
  .txt {
    text-align: justify;
  }

  .mfp-close {
    display: block;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    position: absolute;
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    background: url(../../../assets/images/close-x.svg) no-repeat center / contain;
    color: transparent;
    overflow: hidden;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}