:root {
  --default-digit-height: 0;
  --number-bottom: -8.5%;
  --number-bottom-lg: -7%;
  --number-bottom-md: -5%;
  --number-bottom-sm: -10%;
}

.c-anchor-link {
  margin: 5.2vw 0;
}

.txt-1 {
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.featured-data {
  margin-bottom: 62px;
}

.support-system {
  margin-bottom: 4.1666666667vw;
  margin-top: 3.6458333333vw;
}

.support-system__inner {
  background-color: #edf0f4;
  border-radius: 24px;
  padding: 40px 3.0208333333vw 47px;
  position: relative;
}

.support-system__subtitle {
  width: 228px;
  height: 50px;
  position: absolute;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}

.support-system__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 19px;
}

.support-system__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #e87bb0;
  transform: translateX(-50%);
}

.grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.grid__item {
  display: flex;
  flex-direction: column;
}

.grid__item--first .grid__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grid__title {
  background-color: #e87bb0;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 40px;
}

.grid__item:not(:last-child) .grid__title::before, .grid__item:not(:last-child) .grid__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 40px;
}

.grid__item:not(:last-child) .grid__title::before {
  content: "";
  right: -20px;
  top: 0;
  width: 40px;
  background-color: #e87bb0;
}

.grid__item:not(:last-child) .grid__title::after {
  content: "";
  right: -18px;
  top: 0;
  width: 20px;
  background-color: #edf0f4;
  -webkit-clip-path: polygon(20% 0, 80% 50%, 20% 100%, 0 100%, 60% 50%, 0 0);
          clip-path: polygon(20% 0, 80% 50%, 20% 100%, 0 100%, 60% 50%, 0 0);
  z-index: 1;
}

.grid__item:first-child .grid__title {
  border-radius: 6px 0 0 6px;
}

.grid__item:last-child .grid__title {
  border-radius: 0 6px 6px 0;
}

.grid__content {
  margin: 10px 0 20px;
  background-color: #ffffff;
  text-align: center;
  padding: 12px 30px 16px;
  flex: 1 0 auto;
  width: 100%;
  border-radius: 8px;
}

.grid__subtitle {
  color: #e87bb0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.grid__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2604166667vw 0.78125vw;
}

.grid__content .list-inner {
  display: block;
}

.grid__content .list-inner::after {
  content: "";
  clear: both;
  display: table;
}

.grid__content .list-inner ul {
  float: left;
  width: 50%;
  grid-template-columns: repeat(1, 1fr);
}

.grid__content .list-inner ul:first-child {
  padding-right: 10px;
}

.grid__content .list-inner ul:last-child {
  padding-left: 10px;
}

.grid__content li {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.6px;
  line-height: 1.25;
}

.grid__content li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #e68eb0;
}

.grid__content img {
  width: 110px;
  height: 70px;
  margin-bottom: 5px;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.two-column__item {
  border-radius: 8px;
  border: 2px solid #e68eb0;
  padding: 30px;
  background-color: #fff;
}

.two-column__inner {
  display: flex;
  gap: 8px;
}

.two-column__image img {
  width: 10.9375vw;
}

.two-column__subtitle {
  font-size: 19px;
  letter-spacing: 0.6px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid #e68eb0;
  color: #e87bb0;
  margin-bottom: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-gap: 4px;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery--benefits .gallery__item--3 {
  grid-column-end: 7;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery--benefits .gallery__item--4 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery__item--5 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery__item--6 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery__item--7 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 10;
}

.gallery__item--8 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 7;
  grid-row-end: 10;
}

@media screen and (max-width:1024px) {
  .txt-1 {
    font-size: 1.8536585366vw;
  }
  .grid__content {
    padding: 12px 20px 12px;
  }
  .grid__subtitle {
    font-size: 2.1463414634vw;
  }
  .two-column__inner {
    flex-direction: column-reverse;
  }
  .two-column__image {
    text-align: center;
  }
  .two-column__image img {
    width: 90%;
  }
  .two-column__subtitle {
    font-size: 1.8536585366vw;
  }
}

@media screen and (max-width:767px) {
  .txt-1 {
    font-size: 12px;
  }

  .featured-data {
    margin-bottom: 35px;
  }
  .support-system {
    margin-bottom: 32px;
  }
  .support-system__inner {
    padding: 32px 20px 20px;
    border-radius: 8px;
  }
  .support-system__subtitle {
    width: 155px;
  }
  .support-system__title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 19px;
  }
  .support-system__title::after {
    bottom: 3px;
  }
  .grids {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid__title {
    border-radius: 4px;
    min-height: auto;
    padding: 3px;
    font-size: 16px;
  }
  .grid__item:not(:last-child) .grid__title::before, .grid__item:not(:last-child) .grid__title::after {
    content: none;
  }
  .grid__item:first-child .grid__title {
    border-radius: 4px;
  }
  .grid__item:last-child .grid__title {
    border-radius: 4px;
  }
  
  .grid__item--first .grid__subtitle {
    margin-bottom: 0;
  }
  
  .grid__content {
    margin-top: 4px;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 16px 20px 20px;
  }
  .grid__subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .grid__content ul {
    gap: 4px 14px;
  }
  
  .grid__content .list-inner ul:first-child {
    padding-right: 8px;
  }
  
  .grid__content .list-inner ul:last-child {
    padding-left: 7px;
  }
  
  .grid__content li {
    font-size: 13px;
    letter-spacing: 0;
  }
  .grid__content li:before {
    width: 6px;
    height: 6px;
  }
  .grid__content img {
    margin-bottom: 10px;
  }
  .two-column {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3px;
  }
  .two-column__item {
    padding: 13px 15px;
  }
  .two-column__subtitle {
    font-size: 16px;
  }
  
  .gallery {
    grid-gap: 2px;
  }
  .gallery__item--1 {
    grid-column-end: 5;
    grid-row-end: 6;
  }
  .gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-end: 6;
  }
  .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery--benefits .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 11;
    grid-row-end: 16;
  }
  .gallery--benefits .gallery__item--4 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 16;
    grid-row-end: 20;
  }
  .gallery__item--6 {
    grid-column-start: 5;
    grid-row-start: 16;
    grid-row-end: 20;
  }
  .gallery__item--7 {
    grid-column-end: 9;
    grid-row-start: 20;
    grid-row-end: 25;
  }
  .gallery__item--8 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 25;
    grid-row-end: 29;
  }
}

/* Start Gallery Data */

.gallery__item {
  position: relative;
  overflow: hidden;
  max-height: 18.421052vw;
}

@media screen and (max-width:768px){
  .gallery__item {
  max-height: 36.153846vw;
}
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery--workstyle .gallery__item--1 .data-content {
  position: absolute;
  left: 16%;
  bottom: var(--number-bottom);
}

.gallery--women .gallery__item--1 .data-content {
  position: absolute;
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery--staff .gallery__item--1 .data-content {
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--1 .data-content {
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.gallery--benefits .gallery__item--1 .data-content {
  position: absolute;
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery--workstyle .gallery__item--2 .data-content {
  right: 4%;
  top: 17%;
}

.gallery--workstyle .gallery__item--2 .unit {
  line-height: calc(var(--default-digit-height) / 1.75);
}

.gallery--women .gallery__item--2 .data-content {
  left: 6%;
  top: 20%;
}

.gallery--staff .gallery__item--2 .data-content {
  top: 25%;
  left: 6%;
}

.gallery--company .gallery__item--2 .data-content {
  right: 5%;
  bottom: var(--number-bottom);
}

.gallery--benefits .gallery__item--2 .data-content {
  left: 5%;
  top: 15%;
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery--workstyle .gallery__item--3 .data-content {
  left: 2%;
  bottom: var(--number-bottom);
}

.gallery--workstyle .gallery__item--3 .data-content-2 {
  right: 5%;
  bottom: var(--number-bottom);
}

.gallery--workstyle .gallery__item--3 .data-content-2 .unit::before {
  background-image: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/workstyle_note_03_02.png);
  left: -17%;
}

.gallery--workstyle .gallery__item--3 .unit::before {
  position: absolute;
  top: -23%;
  left: -5%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/workstyle_note_03_01.png) no-repeat 0 0/cover;
  width: 3.3333333333vw;
  height: 2.1354166667vw;
}

.gallery--women .gallery__item--3 .data-content {
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery--women .gallery__item--3 .data-content-2 {
  right: 8%;
  bottom: var(--number-bottom);
}

.gallery--women .gallery__item--3 .data-content-2 .unit::before {
  background-image: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/women_note_03_02.png);
}

.gallery--women .gallery__item--3 .unit::before {
  position: absolute;
  top: -74%;
  left: -116%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/women_note_03_01.png) no-repeat 0 0/cover;
  width: 3.3333333333vw;
  height: 2.1354166667vw;
}

.gallery--benefits .gallery__item--3 {
  grid-column-end: 7;
}

.gallery--staff .gallery__item--3 .data-content {
  top: 25%;
  left: 2%;
}

.gallery--staff .gallery__item--3 .data-content-2 {
  top: 25%;
  right: 21%;
}

.gallery--staff .gallery__item--3 .data-content-2 .unit::before {
  background-image: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_03_02.png);
}

.gallery--staff .gallery__item--3 .startRoll {
  font-size: clamp(26px, 4.6875vw, 90px);
}

.gallery--staff .gallery__item--3 .unit {
  font-size: clamp(16px, 2.3958333333vw, 50px);
}

.gallery--staff .gallery__item--3 .unit::before {
  position: absolute;
  top: -16%;
  left: 4%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_03_01.png) no-repeat 0 0/cover;
  width: clamp(26px, 2.1875vw, 40px);
  height: clamp(16px, 1.3020833333vw, 25px);
}

.gallery--company .gallery__item--3 .data-content {
  left: 8%;
  top: 12%;
}

.gallery--company .gallery__item--3 .data-content-2 {
  top: 10%;
  right: 12%;
}

.gallery--company .gallery__item--3 .data-content-2 .unit::before {
  background-image: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/company_note_03_02.png);
  left: 2%;
}

.gallery--company .gallery__item--3 .unit::before {
  position: absolute;
  top: -16%;
  left: 2%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/company_note_03_01.png) no-repeat 0 0/cover;
  width: 3.3333333333vw;
  height: 2.1354166667vw;
}

.gallery--benefits .gallery__item--3 .data-content {
  right: 10%;
  bottom: 15%;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery--workstyle .gallery__item--4 .data-content {
  right: 3.5%;
  bottom: var(--number-bottom);
}

.gallery--women .gallery__item--4 .data-content {
  position: absolute;
  left: 2%;
  bottom: var(--number-bottom);
}

.gallery--benefits .gallery__item--4 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}

.gallery--staff .gallery__item--4 .data-content {
  bottom: 5%;
  left: 15%;
}

.gallery--staff .gallery__item--4 .data-content-2 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.gallery--staff .gallery__item--4 .data-content-3 {
  bottom: 5%;
  right: 13%;
}

.gallery--staff .gallery__item--4 .startRoll {
  font-size: clamp(20px, 2.0833333333vw, 40px);
}

.gallery--staff .gallery__item--4 .unit {
  font-size: 1.0416666667vw;
}

.gallery--company .gallery__item--4 .data-content {
  right: 3%;
  bottom: var(--number-bottom);
}

.gallery--benefits .gallery__item--4 .data-content {
  left: 5%;
  bottom: 12%;
}

.gallery--benefits .gallery__item--4 .digit {
  padding-left: 2.6041666667vw;
}

.gallery--benefits .gallery__item--4 .digit:before {
  display: block;
  bottom: -25%;
  content: "年";
  font-family: "Zen Kaku Gothic New", serif;
  font-size: clamp(26px, 2.6041666667vw, 50px);
  left: 0;
  bottom: 0;
  font-weight: 700;
  position: absolute;
  line-height: calc(var(--default-digit-height) / 1.6);
}

.gallery__item--5 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery--workstyle .gallery__item--5 .data-content {
  left: -4%;
  bottom: var(--number-bottom);
}

@media screen and (max-width: 768px){
  .gallery.gallery--workstyle .gallery__item--5 .data-content .unit{
    margin-left: -0.2564102vw;
    font-size: 24px !important;
  }
}

.gallery--women .gallery__item--5 .data-content {
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery--staff .gallery__item--5 .data-content {
  right: 8%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--5 .data-content {
  left: 2%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--5 .startRoll {
  font-size: clamp(26px, 4.6875vw, 110px);
}

.gallery--company .gallery__item--5 .unit {
  font-size: 2.3958333333vw;
  line-height: calc(var(--default-digit-height) / 1.35);
}

.gallery__item--6 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 7;
}

.gallery--workstyle .gallery__item--6 .data-content {
  right: 4%;
  top: 13%;
}
@media screen and (max-width: 480px){
  .gallery--workstyle .gallery__item--6 .data-content {
  top: 9%;
}
}

.gallery--women .gallery__item--6 .data-content {
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery--staff .gallery__item--6 .data-content {
  right: 6%;
  top: 22%;
}

.gallery--company .gallery__item--6 .data-content {
  right: 3%;
  bottom: var(--number-bottom);
}

.gallery__item--7 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 10;
}

.gallery--workstyle .gallery__item--7 .data-content {
  left: 4%;
  top: 17%;
}

.gallery--workstyle .gallery__item--7 .data-content-2 {
  left: 24%;
  top: 17%;
}

.gallery--staff .gallery__item--7 .data-content {
  right: 7%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--7 .data-content {
  left: 6%;
  bottom: var(--number-bottom);
}

.gallery__item--8 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 7;
  grid-row-end: 10;
}

.gallery--workstyle .gallery__item--8 .data-content {
  right: 11%;
  bottom: var(--number-bottom);
}

.gallery--staff .gallery__item--8 .data-content {
  left: 6%;
  top: 11%;
}

.gallery--staff .gallery__item--8 .data-content-2 {
  left: 11%;
  bottom: 2.5%;
}

.gallery--staff .gallery__item--8 .data-content-2 .unit::before {
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_08_02.png) no-repeat 0 0/cover;
}

.gallery--staff .gallery__item--8 .data-content-3 {
  right: 7%;
  top: 11%;
}

.gallery--staff .gallery__item--8 .data-content-3 .unit::before {
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_08_03.png) no-repeat 0 0/cover;
}

.gallery--staff .gallery__item--8 .data-content-4 {
  right: 7%;
  bottom: 2.5%;
}

.gallery--staff .gallery__item--8 .data-content-4 .unit::before {
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_08_04.png) no-repeat 0 0/cover;
}

.gallery--staff .gallery__item--8 .startRoll {
  font-size: clamp(48px, 4.6875vw, 90px);
}

.gallery--staff .gallery__item--8 .unit {
  font-size: 2.3958333333vw;
}

.gallery--staff .gallery__item--8 .unit::before {
  position: absolute;
  top: -83%;
  left: -71%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/staff_note_08_01.png) no-repeat 0 0/cover;
  width: 4.2708333333vw;
  height: 2.1354166667vw;
}

.gallery--company .gallery__item--8 .data-content {
  left: 2%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--8 .data-content-2 {
  right: 31%;
  bottom: var(--number-bottom);
}

.gallery--company .gallery__item--8 .data-content-2 .unit::before {
  background-image: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/company_note_08_02.png);
  left: -17%;
}

.gallery--company .gallery__item--8 .unit::before {
  position: absolute;
  top: -23%;
  left: -5%;
  content: "";
  display: block;
  background: url(//47021661.fs1.hubspotusercontent-na1.net/hubfs/47021661/raw_assets/public/Vision%20Recruit%20Theme/assets/images/data/company_note_08_01.png) no-repeat 0 0/cover;
  width: 3.3333333333vw;
  height: 2.1354166667vw;
}

.data-content,
.data-content-2,
.data-content-3,
.data-content-4 {
  position: absolute;
}

.startRollarea {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}

.startRoll {
  overflow: hidden;
  font-size: clamp(26px, 6.7708333333vw, 130px);
  display: flex;
  height: var(--default-digit-height);
  line-height: var(--default-digit-height);
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
  font-family: "Oswald", serif;
}

.digit {
  display: inline-block;
  position: relative;
  text-align: center;
}

.digit span {
  display: block;
  transition: transform 2s ease-in-out;
}

.unit {
  position: relative;
  line-height: calc(var(--default-digit-height) / 1.6);
  font-size: 2.6041666667vw;
  font-weight: 900;
}

.unit--percent {
  font-family: "Oswald", serif;
  font-size: 2.9166666667vw;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .gallery--workstyle .gallery__item--2 .data-content {
    top: 21%;
  }
  .gallery--staff .gallery__item--2 .data-content {
    top: 32%;
  }
  .gallery--staff .gallery__item--3 .data-content {
    top: 32%;
  }
  .gallery--staff .gallery__item--3 .data-content-2 {
    top: 32%;
  }
  .gallery--workstyle .gallery__item--6 .data-content {
    top: 33%;
  }
  .gallery--staff .gallery__item--6 .data-content {
    top: 26%;
  }
  .gallery--workstyle .gallery__item--7 .data-content {
    top: 31%;
  }
  .gallery--workstyle .gallery__item--7 .data-content-2 {
    top: 31%;
  }
  .gallery--workstyle .gallery__item--8 .data-content {
    bottom: var(--number-bottom-md);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gallery--workstyle .gallery__item--1 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--women .gallery__item--1 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--staff .gallery__item--1 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--benefits .gallery__item--1 .data-content {
    bottom: var(--number-bottom-lg);
  }

  .gallery--company .gallery__item--2 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--3 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-lg);
  }
  .gallery--women .gallery__item--3 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--women .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--4 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--women .gallery__item--4 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--4 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--5 .data-content {
    bottom: var(--number-bottom-lg);
    left: 
  }
  .gallery--women .gallery__item--5 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--staff .gallery__item--5 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--5 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--5 .startRoll {
    font-size: 5.7291666667vw;
  }
  .gallery--company .gallery__item--5 .unit {
    font-size: 2.9166666667vw;
    line-height: calc(var(--default-digit-height) / 1.5);
  }
  .gallery--women .gallery__item--6 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--6 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--7 .data-content-2 {
    left: 21%;
  }
  .gallery--staff .gallery__item--7 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--7 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--workstyle .gallery__item--8 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--8 .data-content {
    bottom: var(--number-bottom-lg);
  }
  .gallery--company .gallery__item--8 .data-content-2 {
    bottom: var(--number-bottom-lg);
  }
}

@media screen and (max-width: 767px) {
  .gallery--workstyle .gallery__item--1 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--1 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--staff .gallery__item--1 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--benefits .gallery__item--1 .data-content {
    bottom: var(--number-bottom-md);
  }

  .gallery--company .gallery__item--2 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--workstyle .gallery__item--3 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--workstyle .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--3 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-md);
  }
  .gallery--workstyle .gallery__item--4 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--4 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--4 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--workstyle .gallery__item--5 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--5 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--staff .gallery__item--5 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--5 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--women .gallery__item--6 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--6 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--staff .gallery__item--7 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--7 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--8 .data-content {
    bottom: var(--number-bottom-md);
  }
  .gallery--company .gallery__item--8 .data-content-2 {
    bottom: var(--number-bottom-md);
  }
}

@media screen and (max-width:767px) {
  .gallery {
    grid-gap: 2px;
  }
  .gallery--company .gallery__item--1 .startRoll {
    font-size: 46px;
  }
  .gallery--company .gallery__item--1 .unit {
    line-height: calc(var(--default-digit-height) / 1.2);
  }
  .gallery__item--1 {
    grid-column-end: 5;
    grid-row-end: 6;
  }
  .gallery--company .gallery__item--2 .startRoll {
    font-size: 46px;
  }
  .gallery--company .gallery__item--2 .unit {
    line-height: calc(var(--default-digit-height) / 1.2);
  }
  .gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-end: 6;
  }
  .gallery--workstyle .gallery__item--3 .unit::before {
    width: 40px;
    height: 25px;
    top: -29%;
  }
  .gallery--women .gallery__item--3 .unit::before {
    width: 40px;
    height: 25px;
    top: -85%;
    left: -136%;
  }
  .gallery--benefits .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery--staff .gallery__item--3 .startRoll {
    font-size: 46px;
  }
  .gallery--staff .gallery__item--3 .unit::before {
    height: 25px;
    width: 40px;
    top: -43%;
    left: -22%;
  }
  .gallery--company .gallery__item--3 .data-content {
    left: 8%;
  }
  .gallery--company .gallery__item--3 .data-content-2 {
    right: 8%;
  }
  .gallery--company .gallery__item--3 .unit::before {
    width: 40px;
    height: 25px;
    top: -29%;
  }
  .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery--benefits .gallery__item--4 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 11;
  }
  .gallery--staff .gallery__item--4 .startRoll {
    font-size: 20px;
  }
  .gallery--staff .gallery__item--4 .unit {
    font-size: 1px;
  }
  .gallery--benefits .gallery__item--4 .digit:before {
    font-size: 26px;
  }
  .gallery--benefits .gallery__item--4 .digit {
    padding-left: 25px;
  }
  .gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 11;
    grid-row-end: 16;
  }
  .gallery--workstyle .gallery__item--5 .startRoll {
    font-size: 60px;
  }
  @media screen and (max-width: 768px){
    .gallery--workstyle .gallery__item--5 .startRoll {
    letter-spacing: -0.5px;
      margin-left: -0.76923076vw;
  }
  }
  .gallery--company .gallery__item--5 .startRoll {
    font-size: 50px;
  }
  .gallery--company .gallery__item--5 .unit {
    font-size: 22px;
    line-height: calc(var(--default-digit-height) / 1.7);
  }
  .gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 16;
    grid-row-end: 20;
  }
  .gallery__item--6 {
    grid-column-start: 5;
    grid-row-start: 16;
    grid-row-end: 20;
  }
  .gallery__item--7 {
    grid-column-end: 9;
    grid-row-start: 20;
    grid-row-end: 25;
  }
  .gallery--staff .gallery__item--8 .data-content-2 {
    bottom: 0.5%;
  }
  .gallery--staff .gallery__item--8 .data-content-4 {
    bottom: 0.5%;
  }
  .gallery--staff .gallery__item--8 .startRoll {
    font-size: 46px;
  }
  .gallery--staff .gallery__item--8 .unit::before {
    width: 42px;
    height: 21px;
  }
  .gallery--staff .gallery__item--8 .unit {
    font-size: 22px;
  }
  .gallery--company .gallery__item--8 .unit::before {
    width: 40px;
    height: 25px;
    top: -29%;
  }
  .gallery__item--8 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 25;
    grid-row-end: 29;
  }
  .startRoll {
    font-size: 66px;
  }
  .unit {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .gallery--workstyle .gallery__item--1 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--women .gallery__item--1 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--staff .gallery__item--1 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--benefits .gallery__item--1 .data-content {
    bottom: var(--number-bottom-sm);
  }

  .gallery--company .gallery__item--2 .data-content {
    bottom: calc(var(--number-bottom-sm) + 3%);
  }
  .gallery--workstyle .gallery__item--3 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--workstyle .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-sm);
  }
  .gallery--women .gallery__item--3 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--women .gallery__item--3 .data-content-2 {
    bottom: var(--number-bottom-sm);
  }
  .gallery--workstyle .gallery__item--4 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--women .gallery__item--4 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--staff .gallery__item--4 .data-content-3 {
    right: 11%;
  }
  .gallery--company .gallery__item--4 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--workstyle .gallery__item--5 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--women .gallery__item--5 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--staff .gallery__item--5 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--company .gallery__item--5 .data-content {
    bottom: calc(var(--number-bottom-sm) + 3%);
  }
  .gallery--company .gallery__item--5 .startRoll {
    font-size: 46px;
  }
  .gallery--company .gallery__item--5 .unit {
    line-height: calc(var(--default-digit-height) / 1.5);
  }
  .gallery--women .gallery__item--6 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--company .gallery__item--6 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--staff .gallery__item--7 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--company .gallery__item--7 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--workstyle .gallery__item--8 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--company .gallery__item--8 .data-content {
    bottom: var(--number-bottom-sm);
  }
  .gallery--company .gallery__item--8 .data-content-2 {
    bottom: var(--number-bottom-sm);
  }
}

/* End Gallery Data */

.discover {
  margin-bottom: clamp(60px, 8.3333333333vw, 160px);
}

@media screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .gallery.gallery--workstyle .gallery__item--3 .data-content {
        bottom: -3.55128205vw !important;
    }

    .gallery.gallery--workstyle .gallery__item--3 .data-content-2 {
        bottom: -3.25128205vw !important;
    }
  
    .gallery.gallery--workstyle .gallery__item.gallery__item--4 .data-content {
        bottom: -3.21641025vw !important;
    }

    .gallery.gallery--workstyle .gallery__item.gallery__item--4 .data-content .digit:first-child {
        bottom: -0.31641025vw !important;
    }

    .gallery.gallery--workstyle .gallery__item.gallery__item--4 .data-content .digit:last-child {
        bottom: -0.71641025vw !important;
    }

    .gallery.gallery--workstyle .gallery__item--8 .data-content{
      bottom: -3.076923vw !important;
    }
    .gallery.gallery--staff .gallery__item--1 .data-content{
      bottom: -3.646153846vw !important;
    }
  .gallery.gallery--benefits .gallery__item--2 .data-content{
    //top: 50% !important;
  }
  .gallery.gallery--benefits .gallery__item--3 .data-content{
    right: 2.5833333vw !important;
  }
  .gallery.gallery--staff .gallery__item--5 .data-content{
      bottom: -2.9641025vw !important;
    }
  .gallery.gallery--staff .gallery__item--7 .data-content{
    bottom: -3.3641025vw !important;
  }
  .gallery.gallery--staff .gallery__item.gallery__item--7 .data-content .digit:first-child {
        bottom: -0.31641025vw !important;
    }
  .gallery.gallery--women .gallery__item.gallery__item--1 .data-content{
    bottom: -3.2641025vw; !important;
  }
  .gallery.gallery--women .gallery__item.gallery__item--1 .data-content .digit:last-child {
        bottom: -0.42641025vw !important;
    }
  .gallery.gallery--women .gallery__item.gallery__item--2 .data-content{
     bottom: -3.2641025vw; !important;
  }
  .gallery.gallery--women .gallery__item--3 .data-content .digit:first-child{
    bottom: -0.31641025vw !important;
  }
  
  .gallery.gallery--women .gallery__item--4 .data-content .digit:first-child{
     bottom: -0.81641025vw !important;
  }
  .gallery.gallery--women .gallery__item--4 .data-content .digit:last-child{
     bottom: -0.81641025vw !important;
  }
  .gallery.gallery--company .gallery__item.gallery__item--4 .data-content .digit:nth-child(2), .gallery.gallery--company .gallery__item.gallery__item--4 .data-content .digit:last-child{
    bottom: -0.69641025vw !important;
  }
  .gallery.gallery--company .gallery__item.gallery__item--5 .data-content{
   left: -5% !important;
     bottom: -3.2641025vw; !important;
  }
  .gallery.gallery--company .gallery__item.gallery__item--5 .data-content .digit:nth-child(2){
    bottom: -0.38641025vw !important;
  }
  .gallery.gallery--company .gallery__item--5 .data-content .startRoll{
    letter-spacing: -0.03em
  }
  .gallery.gallery--company .gallery__item--5 .data-content .unit {
    bottom: -1.2375vw !important;
    font-size: 21px !important;
}
  .gallery.gallery--company .gallery__item.gallery__item--6 .data-content .digit:first-child{
    bottom: -0.81641025vw !important;
  }
  .gallery.gallery--company .gallery__item.gallery__item--6 .data-content .digit:nth-child(2){
    bottom: -1.01641025vw !important;
  }
  .gallery.gallery--company .gallery__item.gallery__item--1 .data-content .digit:first-child{
    bottom: 0.81641025vw !important;
  }
}
.gallery.gallery--workstyle .gallery__item--5 .data-content .startRoll{
  letter-spacing: -0.05em;
}
.gallery__item picture img{
  height: 100%;
}

@supports (-webkit-touch-callout: none) {
  .gallery.gallery--women .gallery__item--3 .data-content {
    bottom: -2.05vw !important;
  }

  .gallery.gallery--women .gallery__item--3 .data-content .digit:nth-child(2) {
    transform: translateY(0.26vw);
  }
  
  .gallery.gallery--women .gallery__item .data-content .unit {
    bottom: -1.03vw !important;
  }
}