@charset "UTF-8";

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

body {
  overflow: hidden;
}

.section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 70px 0;
}

/**scss共通ここまで***/
/* silicagel page */
.silicagel {
  --sg-green: #24aaa2;
  --sg-dark: #138f89;
  --sg-pale: #e9f7f5;
  --sg-orange: #e8750b;
  color: #333;
  overflow: hidden;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}

.silicagel *, .silicagel *::before, .silicagel *::after {
  box-sizing: border-box;
}

.silicagel img {
  display: block;
}

.silicagel p {
  margin: 0;
}

.silicagel-hero > img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.silicagel-lead__text::before {
  left: max(-17px, -1.24451vw);
  top: max(-24px, -1.756955vw);
}

.silicagel-lead__text::after {
  right: max(-25px, -1.830161vw);
  bottom: max(-20px, -1.464129vw);
}

.silicagel-entry-link {
  width: min(350px, 25.622255vw);
  min-height: min(87px, 6.36896vw);
  margin: min(42px, 3.074671vw) 0 0 auto;
  padding: min(15px, 1.098097vw) min(62px, 4.538799vw) min(14px, 1.02489vw) min(25px, 1.830161vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(110deg, #ef8718, #d86208);
  position: relative;
  box-shadow: min(8px, 0.585652vw) min(8px, 0.585652vw) 0 rgba(232,117,11,.18);
  text-align: center;
}

.silicagel-entry-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: min(29px, 2.122987vw);
  height: min(9px, 0.658858vw);
  border-bottom: 1px solid #fff;
  transform: translateY(-70%);
}

.silicagel-entry-link small {
  font-size: min(16px, 1.171303vw);
  letter-spacing: .06em;
}

.silicagel-entry-link strong {
  font-size: min(23px, 1.683748vw);
  letter-spacing: .08em;
}

.silicagel-heading {
  position: relative;
  min-height: min(145px, 10.614934vw);
  margin-bottom: min(55px, 4.026354vw);
}

.silicagel-heading > span {
  display: block;
  color: rgba(36,170,162,.14);
  font-family: Arial, sans-serif;
  font-size: clamp(86px, 8.2vw, 112px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.045em;
}

.silicagel-heading > span {
  width: min(582px, 42.606149vw);
  transform: translateY(min(20px, 1.464129vw));
}

.silicagel-heading h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: var(--sg-dark);
  font-size: clamp(30px, 2.8vw, 39px);
  line-height: 1.45;
  letter-spacing: .04em;
}

.silicagel-heading--center {
  text-align: center;
}

.silicagel-heading--center h2 {
  width: 100%;
}

.silicagel-about, .silicagel-difference, .silicagel-reason > * {
  width: min(80.5%, min(1100px, 80.527086vw));
  margin-left: auto;
  margin-right: auto;
}

.silicagel-difference__item--special {
  background: linear-gradient(135deg, #e6f6f3, #d5efeb);
}

.silicagel-difference__item--special .silicagel-grains {
  background-color: rgba(255,255,255,.35);
}

.silicagel-reason__lead {
  max-width: min(850px, 62.225476vw);
  margin-top: min(20px, 1.464129vw);
  margin-bottom: min(95px, 6.954612vw);
  padding-left: min(100px, 7.320644vw);
  font-size: min(17px, 1.24451vw);
  line-height: 2.05;
}

.silicagel-point {
  min-height: min(390px, 28.550512vw);
  display: grid;
  grid-template-columns: 48% 52%;
  position: relative;
  background: linear-gradient(130deg, #edf9f7, #dbf1ee);
}

.silicagel-point > b {
  position: absolute;
  z-index: 2;
  top: max(-24px, -1.756955vw);
  right: min(25px, 1.830161vw);
  color: var(--sg-green);
  font: 700 min(42px, 3.074671vw)/1 Arial,sans-serif;
  letter-spacing: -.03em;
}

.silicagel-work > h2, .silicagel-work__list {
  width: min(80.5%, min(1100px, 80.527086vw));
  margin-left: auto;
  margin-right: auto;
}

.silicagel-work > h2 {
  margin-top: 0;
  margin-bottom: min(80px, 5.856515vw);
  color: var(--sg-dark);
  font-size: min(40px, 2.928258vw);
  line-height: 1.5;
}

.silicagel-work-card {
  width: 90.4%;
  min-height: min(355px, 25.988287vw);
  margin-left: auto;
  display: grid;
  grid-template-columns: 44% 56%;
  position: relative;
  background: linear-gradient(125deg, #fff, #f7fbfa);
  box-shadow: min(14px, 1.02489vw) min(14px, 1.02489vw) 0 rgba(36,170,162,.08);
}

.silicagel-work-card:nth-child(even) {
  margin-left: 0;
}

/* hero / lead adjustment (Figma 242:8) */
.silicagel-hero {
  position: relative;
  overflow: visible;
}

.silicagel-hero h1 {
  position: absolute;
  margin: 0;
  font-weight: 700;
  left: max(min(20px, 1.464129vw), calc((100vw - min(1324px, 96.925329vw)) / 2));
  bottom: min(27px, 1.976574vw);
  font-size: min(30px, 2.196193vw);
  line-height: 1.2;
  letter-spacing: 0;
}

.silicagel-hero h1 span, .silicagel-hero h1 strong {
  width: max-content;
  color: #fff;
  font-weight: 700;
}

.silicagel-hero h1 span {
  letter-spacing: 0.1em;
  display: table;
  color: #fff;
  padding: min(4px, 0.292826vw) min(13px, 0.951684vw) min(5px, 0.366032vw);
  background: linear-gradient(105deg, #12a9a1 0%, #4fc7be 100%);
}

.silicagel-hero h1 strong {
  display: block;
  margin-top: min(13px, 0.951684vw);
  padding: 0 min(13px, 0.951684vw) min(5px, 0.366032vw);
  font-size: min(70px, 5.124451vw);
  line-height: 1.05;
  background: linear-gradient(105deg, #e87508 0%, #f5b800 100%);
}

.silicagel-hero h1 strong.sp_only{
  display: none;
}

.silicagel-hero__blocks {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  height: min(550px, 40.263543vw);
  pointer-events: none;
}

.silicagel-hero__blocks i {
  position: absolute;
  display: block;
}

.silicagel-hero__blocks i:nth-child(1) {
  left: 4.76%;
  top: min(63px, 4.612006vw);
  width: 5.42%;
  height: min(73px, 5.34407vw);
  background: linear-gradient(135deg, #0ba9a0, #a9e6df);
}

.silicagel-hero__blocks i:nth-child(2) {
  left: 13.47%;
  top: 0;
  width: 12.23%;
  height: min(83px, 6.076135vw);
  background: linear-gradient(115deg, #e97908, #f4b800);
}

.silicagel-hero__blocks i:nth-child(3) {
  left: 67.13%;
  top: 0;
  width: 6.96%;
  height: min(96px, 7.027818vw);
  background: linear-gradient(135deg, #10a79f, #a6e3dc);
}

.silicagel-hero__blocks i:nth-child(4) {
  right: 3.51%;
  top: min(28px, 2.04978vw);
  width: 8.05%;
  height: min(109px, 7.979502vw);
  background: linear-gradient(135deg, #f2b600, #e87508);
}

.silicagel-hero__blocks i:nth-child(5) {
  left: 5.42%;
  top: min(342px, 25.036603vw);
  width: 2.12%;
  height: min(114px, 8.345534vw);
  background: linear-gradient(180deg, #f2b600, #e87508);
}

.silicagel-hero__blocks i:nth-child(6) {
  left: 8.57%;
  top: min(419px, 30.673499vw);
  width: 2.05%;
  height: min(116px, 8.491947vw);
  background: linear-gradient(180deg, #f2b600, #e87508);
}

.silicagel-lead {
  width: min(80.5%, min(1100px, 80.527086vw));
  margin: min(185px, 13.543192vw) auto min(210px, 15.373353vw);
  position: relative;
  min-height: min(252px, 18.448023vw);
  margin-top: min(188px, 13.762811vw);
  margin-bottom: min(94px, 6.881406vw);
}

.silicagel-lead__text {
  position: relative;
  width: 89.36%;
  padding: min(39px, 2.855051vw) min(290px, 21.229868vw) min(23px, 1.683748vw) min(44px, 3.221083vw);
  background: #fff0e1;
}

.silicagel-lead__text::before, .silicagel-lead__text::after {
  content: "";
  position: absolute;
  width: min(115px, 8.418741vw);
  height: 2px;
  background: var(--sg-green);
  display: none;
}

.silicagel-lead p {
  font-size: min(18px, 1.317716vw);
  /*font-weight: 700;*/
  line-height: 2.12;
  letter-spacing: 0.18em;
}

.silicagel-lead p span{
  font-weight: 700;
}


.silicagel-lead .silicagel-entry-link {
  position: absolute;
  z-index: 3;
  top: 32%;
  right: 0;
  width: min(349px, 25.549048vw);
  min-height: min(87px, 6.36896vw);
  margin: 0;
  padding-left: min(41px, 3.001464vw);
  background: linear-gradient(105deg, #e87508 0%, #f5b800 100%);
  box-shadow: none;
}

.silicagel-lead .silicagel-entry-link.sp_only{
  display: none;
}

.silicagel-lead .silicagel-entry-link small, .silicagel-lead .silicagel-entry-link strong {
  color: #fff;
}

/* content sections adjustment (Figma 242:14 / 23 / 40 / 69 / 90) */
.silicagel-about {
  width: 100%;
  max-width: none;
  height: min(963px, 70.497804vw);
  margin: 0;
  padding-top: min(113px, 8.272328vw);
  position: relative;
}

.silicagel-about::before, .silicagel-about::after {
  content: "";
  position: absolute;
  z-index: 4;
  background: linear-gradient(135deg, #13a9a1 0%, #a7e4de 100%);
}

.silicagel-about::before {
  left: calc(50% - min(628px, 45.973646vw));
  bottom: min(48px, 3.513909vw);
  width: min(110px, 8.052709vw);
  height: min(110px, 8.052709vw);
}

.silicagel-about::after {
  left: calc(50% + min(601px, 43.997072vw));
  top: min(526px, 38.506589vw);
  width: min(77px, 5.636896vw);
  height: min(77px, 5.636896vw);
}

.silicagel-about > .silicagel-heading, .silicagel-about__content {
  width: min(1100px, 80.527086vw);
  max-width: 80.5%;
  margin-left: auto;
  margin-right: auto;
}

.silicagel-about > .silicagel-heading {
  min-height: min(315px, 23.060029vw);
  margin-bottom: max(-315px, -23.060029vw);
  z-index: 3;
}

.silicagel-about .silicagel-heading h2 {
  bottom: 0;
  left: min(4px, 0.292826vw);
  font-size: min(35px, 2.562225vw);
  line-height: 1.82;
  font-weight: bold;
}

.silicagel-about__content {
  position: relative;
  min-height: min(802px, 58.711567vw);
  padding: 2px 0 0;
}

.silicagel-about__content > img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 2px;
  width: min(578px, 42.313324vw);
  height: min(466px, 34.114202vw);
  object-fit: cover;
}

.silicagel-about__text {
  position: relative;
  z-index: 2;
  background: linear-gradient(120deg, rgba(238,249,247,.97), rgba(223,244,240,.97));
  width: min(740px, 54.172767vw);
  height: min(336px, 24.597365vw);
  margin-top: min(382px, 27.964861vw);
  padding: min(63px, 4.612006vw) min(53px, 3.879941vw) min(45px, 3.29429vw);
}

.silicagel-about__text p {
  letter-spacing: .03em;
  font-size: min(16px, 1.171303vw);
  line-height: 2;
}

.silicagel-about__text p + p {
  margin-top: 0;
}

.silicagel-about__text p:first-child {
  font-weight: 400;
}

.silicagel-difference > .silicagel-heading, .silicagel-difference__list {
  width: min(1100px, 80.527086vw);
  max-width: 80.5%;
  margin-left: auto;
  margin-right: auto;
}

.silicagel-difference__item {
  position: relative;
  overflow: hidden;
  background: #f2f8f7;
  width: min(471px, 34.480234vw);
  min-height: min(506px, 37.04246vw);
  padding: min(47px, 3.440703vw) min(39px, 2.855051vw) min(32px, 2.342606vw) min(45px, 3.29429vw);
}

.silicagel-grains {
  width: min(245px, 17.935578vw);
  height: min(155px, 11.346999vw);
  margin: min(28px, 2.04978vw) auto 0;
  opacity: .85;
  border-radius: 50%;
  background: radial-gradient(circle at 20% 30%, #d5e3e0 0 min(8px, 0.585652vw), transparent min(9px, 0.658858vw)), radial-gradient(circle at 48% 18%, #e1ecea 0 min(10px, 0.732064vw), transparent min(11px, 0.805271vw)), radial-gradient(circle at 72% 42%, #cbdedb 0 min(7px, 0.512445vw), transparent min(8px, 0.585652vw)), radial-gradient(circle at 35% 65%, #d7e7e4 0 min(11px, 0.805271vw), transparent min(12px, 0.878477vw)), radial-gradient(circle at 62% 78%, #c7ddd9 0 min(9px, 0.658858vw), transparent min(10px, 0.732064vw)), radial-gradient(circle at 86% 67%, #deebe9 0 min(7px, 0.512445vw), transparent min(8px, 0.585652vw));
  background-size: min(68px, 4.978038vw) min(62px, 4.538799vw);
  transform: rotate(-6deg);
  margin-top: min(18px, 1.317716vw);
}

.silicagel-reason > * {
  width: min(1115px, 81.625183vw);
  max-width: 81.7%;
}

.silicagel-reason .silicagel-heading {
  min-height: min(246px, 18.008785vw);
  margin-bottom: min(27px, 1.976574vw);
}

.silicagel-points {
  display: grid;
  width: min(1115px, 81.625183vw);
  max-width: 81.7%;
  gap: min(104px, 7.61347vw);
  transform: translateX(max(-9px, -0.658858vw));
}

.silicagel-point, .silicagel-point--reverse {
  width: min(1032px, 75.549048vw);
  height: min(328px, 24.011713vw);
  min-height: min(328px, 24.011713vw);
  margin-left: auto;
  display: grid;
  grid-template-columns: min(540px, 39.531479vw) min(492px, 36.01757vw);
  background: none;
}

.silicagel-point--reverse {
  margin-left: min(18px, 1.317716vw);
  grid-template-columns: min(492px, 36.01757vw) min(540px, 39.531479vw);
}

.silicagel-point > img {
  grid-column: 2;
  width: min(492px, 36.01757vw);
  height: min(328px, 24.011713vw);
  min-height: min(328px, 24.011713vw);
  object-fit: cover;
}

.silicagel-point--reverse > img {
  grid-column: 1;
}

.silicagel-point > div {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  height: min(286px, 20.937042vw);
  padding: min(48px, 3.513909vw) min(45px, 3.29429vw) min(30px, 2.196193vw) 0;
  background: linear-gradient(120deg, #eef9f7, #dcefeb);
  padding: 0;
  min-height: 318px;
}

.silicagel-point--reverse > div {
  grid-row: 1;
  grid-column: 2;
  padding: 0 0 0 min(45px, 3.29429vw);
}

.silicagel-point > b, .silicagel-point--reverse > b {
  top: min(47px, 3.440703vw);
  right: auto;
  left: max(-84px, -6.149341vw);
  color: rgba(36,170,162,.2);
  font-size: min(50px, 3.660322vw);
  writing-mode: vertical-rl;
}

.silicagel-point--reverse > b {
  left: auto;
  right: max(-84px, -6.149341vw);
}

.silicagel-point h3 {
  color: var(--sg-dark);
  margin: 0 0 min(27px, 1.976574vw);
  font-size: min(21px, 1.537335vw);
  line-height: 2.1;
}

.silicagel-point p {
  font-size: min(16px, 1.171303vw);
  line-height: 2;
}

.silicagel-work__heading::before, .silicagel-work__heading::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #e87508, #f5b800);
}

.silicagel-work__heading::before {
  top: -63px;
  right: -20px;
  width: min(105px, 7.686676vw);
  height: min(105px, 7.686676vw);
}

.silicagel-work__heading::after {
  top: 40px;
  right: 83px;
  width: min(52px, 3.806735vw);
  height: min(52px, 3.806735vw);
}

.silicagel-voices__visual h2::before {
  content: "VOICE";
  margin-bottom: min(8px, 0.585652vw);
  color: rgba(255,255,255,.75);
  font: 800 min(92px, 6.734993vw)/.8 Arial,sans-serif;
  letter-spacing: -.04em;
  display: none;
}

.silicagel-recruit {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 170px;
  margin-bottom: 200px;
}

.silicagel-recruit > span {
  position: relative;
  z-index: 1;
  display: block;
  width: min(795px, 58.199122vw);
  margin: 0 auto;
  transform: translateY(40px);
}

.silicagel-recruit > span img {
  display: block;
  width: 100%;
  height: auto;
}

.silicagel-recruit--inner{
  background-color: rgba(227,119,14,0.15);
  margin: 0 auto;
  max-width: 1100px;
  padding: 74px 0 70px;
}

.silicagel-recruit p {
  position: relative;
  z-index: 1;
  color: #000;
  /*font-weight: 700;*/
  letter-spacing: .04em;
  font-size: min(22px, 1.610542vw);
  line-height: 2;
}

.silicagel-recruit p span{
  font-weight: 700;
}


.silicagel-recruit__copy-sp {
  display: none;
}

.silicagel-recruit .silicagel-entry-link {
  z-index: 1;
  width: min(349px, 25.549048vw);
  min-height: min(87px, 6.36896vw);
  margin: 42px auto 0;
  background: linear-gradient(105deg, #e87508 0%, #f5b800 100%);
  box-shadow: none;
}

.silicagel-recruit .silicagel-entry-link small, .silicagel-recruit .silicagel-entry-link strong {
  color: #fff;
}

/* silicagel-difference adjustment (Figma 242:23 / 242:107) */
.silicagel-difference {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: min(150px, 10.980966vw) 0 0;
  position: relative;
  height: min(1001px, 73.279649vw);
  min-height: min(1001px, 73.279649vw);
  padding-top: min(92px, 6.734993vw);
  background: #fff;
  isolation: isolate;
}

.silicagel-difference::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(212px, 15.519766vw);
  left: 50%;
  width: min(1100px, 80.527086vw);
  height: min(641px, 46.925329vw);
  transform: translateX(-50%);
  background: #fff0e1;
}

.silicagel-difference::after {
  content: "";
  position: absolute;
  top: min(117px, 8.565154vw);
  right: calc(50% - min(618px, 45.241581vw));
  width: min(115px, 8.418741vw);
  height: min(115px, 8.418741vw);
  background: linear-gradient(135deg, #e87508 0%, #f5b800 100%);
}

.silicagel-difference > .silicagel-heading {
  width: min(1100px, 80.527086vw);
  max-width: 80.5%;
  min-height: min(147px, 10.761347vw);
  margin-bottom: min(42px, 3.074671vw);
  z-index: 3;
}

.silicagel-difference > .silicagel-heading::before {
  content: "";
  position: absolute;
  top: max(-57px, -4.172767vw);
  right: min(50px, 3.660322vw);
  width: min(73px, 5.34407vw);
  height: min(73px, 5.34407vw);
  background: linear-gradient(135deg, #e87508 0%, #f5b800 100%);
}

.silicagel-difference .silicagel-heading > span {
  color: rgba(232,117,8,.11);
  font-size: min(109px, 7.979502vw);
  line-height: 1;
  letter-spacing: -.045em;
  margin: 0 auto;
  width: min(672px, 49.194729vw);
  transform: translateY(0px);
}

.silicagel-difference .silicagel-heading h2 {
  left: 50%;
  bottom: 0;
  width: min(474px, 34.699854vw);
  height: min(56px, 4.099561vw);
  padding-top: min(7px, 0.512445vw);
  transform: translateX(-50%);
  color: #fff;
  font-size: min(28px, 2.04978vw);
  line-height: 1.5;
  letter-spacing: .02em;
  background-color: #e3770e;
  letter-spacing: 0.25em;
  font-weight: bold;
}

.silicagel-difference .silicagel-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: max(-24px, -1.756955vw);
  transform: translateX(-50%);
  border-top: min(24px, 1.756955vw) solid #e3770e;
  border-left: min(12px, 0.878477vw) solid transparent;
  border-right: min(12px, 0.878477vw) solid transparent;
}

.silicagel-difference__list {
  display: grid;
  justify-content: center;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(2, min(471px, 34.480234vw));
  gap: min(38px, 2.781845vw);
}

.silicagel-difference__item, .silicagel-difference__item--special {
  width: min(471px, 34.480234vw);
  height: min(506px, 37.04246vw);
  min-height: min(506px, 37.04246vw);
  padding: min(47px, 3.440703vw) min(39px, 2.855051vw) min(25px, 1.830161vw) min(45px, 3.29429vw);
  overflow: visible;
  background: #fff;
}

.silicagel-difference__item i {
  position: absolute;
  font-style: normal;
  writing-mode: vertical-rl;
  left: 0;
  top: 0;
  color: rgba(232,117,8,.11);
  font-size: min(48px, 3.513909vw);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  width: min(130px, 9.516837vw);
}

.silicagel-difference__item:first-child i {
  width: min(79px, 5.783309vw);
}

.silicagel-difference__item h3 {
  min-height: min(34px, 2.489019vw);
  text-align: center;
  margin-bottom: min(18px, 1.317716vw);
  color: #e87508;
  font-size: min(23px, 1.683748vw);
  font-weight: bold;
  line-height: 1.35;
  white-space: nowrap;
}

.silicagel-difference__item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #333;
  font-size: min(16px, 1.171303vw);
  line-height: 2;
}

.silicagel-difference__image {
  width: min(275px, 20.131772vw);
  height: min(216px, 15.812592vw);
  margin: min(21px, 1.537335vw) auto 0;
  object-fit: contain;
}

.silicagel-difference__item--special .silicagel-difference__image {
  width: min(322px, 23.572474vw);
  height: min(229px, 16.764275vw);
  margin-top: min(20px, 1.464129vw);
}

/* silicagel-reason adjustment (Figma 242:40 / 243:120) */
.silicagel-reason {
  padding: min(61px, 4.465593vw) 0 0;
  height: min(2010px, 147.144949vw);
  min-height: min(2010px, 147.144949vw);
  background: #fff;
}

.silicagel-reason > .silicagel-heading {
  width: min(1115px, 81.625183vw);
  max-width: 81.63%;
  min-height: min(246px, 18.008785vw);
  margin: 0 auto min(44px, 3.221083vw);
}

.silicagel-reason .silicagel-heading > span {
  color: rgba(48, 174, 166, .20);
  font-size: min(109px, 7.979502vw);
  line-height: 1.043;
  letter-spacing: -.045em;
  transform: translateY(min(55px, 4.026354vw));
}

.silicagel-reason .silicagel-heading h2 {
  left: min(64px, 4.685212vw);
  bottom: min(17px, 1.24451vw);
  color: #30aea6;
  font-size: min(35px, 2.562225vw);
  line-height: 1.816;
  letter-spacing: .01em;
  font-weight: bold;
}

.silicagel-reason__heading-sp {
  display: none;
}

.silicagel-reason > .silicagel-reason__lead {
  padding: 0;
  width: min(843px, 61.713031vw);
  max-width: 61.71%;
  margin: 0 0 min(74px, 5.417277vw) calc(50% - min(309px, 22.620791vw));
  color: #333;
  font-size: min(18px, 1.317716vw);
  line-height: 2;
  letter-spacing: 0;
}

.silicagel-reason .silicagel-points {
  width: min(1115px, 81.625183vw);
  max-width: 81.63%;
  margin: 0 auto;
  gap: min(104px, 7.61347vw);
  transform: translateX(max(-9px, -0.658858vw));
}

.silicagel-reason .silicagel-point, .silicagel-reason .silicagel-point--reverse {
  position: relative;
  width: min(1032px, 75.549048vw);
  height: min(370px, 27.086384vw);
  min-height: min(370px, 27.086384vw);
  margin: 0 0 0 auto;
  align-items: flex-start;
  overflow: visible;
}

.silicagel-reason .silicagel-point::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: min(109px, 7.979502vw);
  left: min(49px, 3.587116vw);
  width: min(738px, 54.026354vw);
  height: min(261px, 19.106882vw);
  background: linear-gradient(135deg, #e9f7f5 0%, #d8f0ee 100%);
}

.silicagel-reason .silicagel-point--reverse {
  width: min(1001px, 73.279649vw);
  margin: 0 auto 0 min(18px, 1.317716vw);
}

.silicagel-reason .silicagel-point--reverse::before {
  left: min(254px, 18.594436vw);
}

.silicagel-reason .silicagel-point > img, .silicagel-reason .silicagel-point--reverse > img {
  position: relative;
  z-index: 2;
  width: min(492px, 36.01757vw);
  height: min(328px, 24.011713vw);
  min-height: min(328px, 24.011713vw);
  object-fit: cover;
}

.silicagel-reason .silicagel-point > div, .silicagel-reason .silicagel-point--reverse > div {
  position: relative;
  z-index: 1;
  width: min(500px, 39.531479vw);
  height: auto;
  background: none;
}

.silicagel-reason .silicagel-point > b, .silicagel-reason .silicagel-point--reverse > b {
  z-index: 2;
  top: min(47px, 3.440703vw);
  left: max(-84px, -6.149341vw);
  right: auto;
  width: min(53px, 3.879941vw);
}

.silicagel-reason .silicagel-point--reverse > b {
  left: auto;
  right: max(-84px, -6.149341vw);
}

.silicagel-reason .silicagel-point > b img {
  display: block;
  width: 100%;
  height: auto;
}

.silicagel-reason .silicagel-point h3 {
  margin: 0 0 min(22px, 1.610542vw);
  color: #30aea6;
  font-size: min(22px, 1.610542vw);
  line-height: 2;
  letter-spacing: 0;
  font-weight: 700;
}

.silicagel-reason .silicagel-point p {
  margin: 0;
  color: #333;
  font-size: min(16px, 1.171303vw);
  line-height: 2;
  letter-spacing: 0;
}

/* silicagel-work adjustment (Figma 242:69 / 243:145) */
.silicagel-work {
  position: relative;
  padding-top: 154px;
}

.silicagel-work__list::before,
.silicagel-work__list::after{
  content: "";
  position: absolute;
  z-index: 2;
}

.silicagel-work::before, .silicagel-work::after, .silicagel-work__heading::before, .silicagel-work__heading::after, .silicagel-work__list::before, .silicagel-work__list::after {
  background: linear-gradient(135deg, #e3770e 0%, #f5b800 100%);
}

.silicagel-work__heading {
  position: relative;
  max-width: 81.55%;
  margin: 0 auto min(34px, 2.489019vw);
}

.silicagel-work__heading span {
  position: absolute;
  top: -80px;
  left: 0;
  width: 750px;
}

.silicagel-work__heading h2 {
  margin: 0;
  color: #e3770e;
  font-size: min(35px, 2.562225vw);
  line-height: 1.3;
  padding-left: 61px;
  font-weight: bold;
  letter-spacing: 0.22em;
}

.silicagel-work__list__bg{
  background: #fff0e1;
  margin-top: -56px;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
  top: 0;
  left: 0;
}

.silicagel-work__list {
  display: grid;
  position: relative;
  width: min(994px, 72.767204vw);
  max-width: 72.77%;
  margin: 0 auto;
  gap: min(21px, 1.537335vw);
}

.silicagel-work__list::before {
  bottom: -171px;
  left: -74px;
  width: min(74px, 7.686676vw);
  height: min(74px, 7.686676vw);
}

.silicagel-work__list::after {
  bottom: -203px;
  left: 0px;
  width: min(35px, 7.686676vw);
  height: min(35px, 7.686676vw);
}

.silicagel-work-card, .silicagel-work-card:nth-child(even) {
  box-shadow: none;
  width: min(994px, 72.767204vw);
  max-width: 100%;
  height: min(271px, 19.838946vw);
  min-height: min(271px, 19.838946vw);
  margin: 0;
  grid-template-columns: min(426px, 31.185944vw) min(568px, 41.581259vw);
  background: #fff;
}

.silicagel-work-card > img {
  width: min(385px, 28.18448vw);
  height: min(256px, 18.740849vw);
  min-height: min(256px, 18.740849vw);
  margin: min(8px, 0.585652vw) 0 min(7px, 0.512445vw) min(8px, 0.585652vw);
  object-fit: cover;
  object-position: center;
}

.silicagel-work-card > div {
  padding: min(49px, 3.587116vw) min(58px, 4.245974vw) min(25px, 1.830161vw) 0;
}

.silicagel-work-card em {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

.silicagel-work-card h3 {
  margin: 0 0 min(17px, 1.830161vw);
  color: #e3770e;
  font-size: min(28px, 2.04978vw);
  line-height: 1.2;
  font-weight: bold;
}

.silicagel-work-card p {
  color: #333;
  font-size: min(16px, 1.171303vw);
  line-height: 2;
}

/* silicagel-voices adjustment (Figma 242:90 / 243:156) */
.silicagel-voices {
  background: #fff;
  margin-top: 200px;
}

.silicagel-voices__visual {
  height: min(450px, 32.942899vw);
  position: relative;
  overflow: hidden;
}

.silicagel-voices__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: none;
}

.silicagel-voices__visual h2 {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: min(52px, 3.806735vw);
  width: max-content;
  padding: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: min(35px, 2.562225vw);
  line-height: 1.15;
  letter-spacing: 0;
  background: none;
}

.silicagel-voices__visual h2 span {
  padding: 0 min(10px, 0.732064vw) min(3px, 0.219619vw);
  background: linear-gradient(105deg, #13a9a1 0%, #77d3ca 100%);
  font-weight: bold;
  letter-spacing: 0.25em;
}

.silicagel-voices__visual h2 br {
  display: none;
}

.silicagel-voices__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  width: min(1118px, 81.844802vw);
  max-width: 81.84%;
  margin: min(80px, 5.856515vw) auto 0;
  gap: min(67px, 4.904832vw);
}

.silicagel-voice {
  position: relative;
  width: min(860px, 65.739385vw);
  max-width: calc(100% - min(164px, 12.005857vw));
  min-height: min(324px, 23.718887vw);
  margin-left: auto;
  padding: min(31px, 2.562225vw) min(67px, 4.904832vw) min(30px, 2.196193vw) min(44px, 6.149341vw);
  overflow: visible;
  background: linear-gradient(120deg, #e8f7f5 0%, #d9efec 100%);
  margin-right: 56px;
}

.silicagel-voice::before {
  content: "";
  position: absolute;
  left: max(-37px, -2.708638vw);
  top: min(62px, 9.074671vw);
  border-top: min(22px, 0) solid transparent;
  border-bottom: min(22px, 1.610542vw) solid transparent;
  border-right: min(38px, 2.781845vw) solid #e5f5f3;
}

.silicagel-voice::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 50px;
  height: 100%;
}

.silicagel-voice:first-child::after {
  background: url(../images/employee/silicagel/voice_text_item01.svg) no-repeat center / 100% auto;
}

.silicagel-voice:nth-child(2)::after {
  background: url(../images/employee/silicagel/voice_text_item02.svg) no-repeat center / 100% auto;
}

.silicagel-voice:nth-child(3)::after {
  background: url(../images/employee/silicagel/voice_text_item03.svg) no-repeat center / 100% auto;
}

.silicagel-voice:last-child::after {
  background: url(../images/employee/silicagel/voice_text_item04.svg) no-repeat center / 100% auto;
}

.silicagel-voice > img {
  position: absolute;
  left: max(-173px, -13.029283vw);
  bottom: min(34px, 2.489019vw);
  width: auto;
  height: min(272px, 19.912152vw);
}

.silicagel-voice > span {
  position: absolute;
  font: 800 min(63px, 4.612006vw)/1 Arial,sans-serif;
  letter-spacing: -.05em;
  top: min(5px, 0.366032vw);
  right: max(-76px, -5.56369vw);
  color: rgba(48, 174, 166, .22);
  font-size: min(68.77px, 5.034407vw);
  line-height: 1;
  writing-mode: vertical-rl;
}

.silicagel-voice h3 {
  position: relative;
  margin: 0 0 min(28px, 2.04978vw);
  color: #30aea6;
  font-size: min(22px, 1.610542vw);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.18em;
}

.silicagel-voice p {
  color: #333;
  font-size: min(16px, 1.171303vw);
  line-height: 2;
}

.silicagel-voice small {
  display: block;
  margin-top: min(18px, 1.317716vw);
  color: #30aea6;
  text-align: left;
  font-size: min(14px, 1.02489vw);
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .silicagel-hero > img {
    object-position: 51% center;
  }
  
  .silicagel-lead__text::before, .silicagel-lead__text::after {
    width: 17vw;
  }
  
  .silicagel-lead__text::before {
    left: -2.5vw;
    top: -4vw;
  }
  
  .silicagel-lead__text::after {
    right: -2vw;
    bottom: -3.5vw;
  }
  
  .silicagel-entry-link.pc_only {
    display: none;
  }

  .silicagel-entry-link {
    width: 82.5vw;
    min-height: 20vw;
    margin-top: 10vw;
    padding: 3vw 15vw 3vw 5vw;
    margin-top: 9vw;
    padding: 1vw 0 3vw;
  }
  
  .silicagel-entry-link::after {
    right: 0;
    width: 7vw;
    height: 2.2vw;
  }
  
  .silicagel-entry-link small {
    font-size: 3.8vw;
  }
  
  .silicagel-entry-link strong {
    font-size: 4.7vw;
    margin-top: 2vw;
  }
  
  .silicagel-heading {
    min-height: 30vw;
    margin-bottom: 10vw;
  }
  
  .silicagel-heading > span {
    font-size: 19.8vw;
    line-height: .82;
  }
  
  .silicagel-heading h2 {
    font-size: 7.1vw;
    line-height: 1.48;
  }
  
  .silicagel-about, .silicagel-difference, .silicagel-reason > * {
    width: 100%;
  }
  
  .silicagel-about > .silicagel-heading, .silicagel-reason > .silicagel-heading {
    padding-left: 7.5%;
  }
  
  .silicagel-difference .silicagel-heading {
    min-height: 25vw;
    padding: 0 3%;
  }
  
  .silicagel-grains {
    width: 54vw;
    height: 37vw;
    margin-top: 6vw;
    background-size: 15vw 14vw;
  }
  
  .silicagel-reason__lead {
    width: 77%;
    margin: 8vw 7.5% 17vw auto;
    padding: 0;
    font-size: 4vw;
    line-height: 1.9;
  }
  
  .silicagel-recruit .silicagel-entry-link {
    width: 85.75%;
    min-height: 20.3vw;
    margin: 7.4vw auto 0;
    padding: 3vw 5vw;
  }
  
  .silicagel-hero {
    min-height: 0;
  }
  
  .silicagel-hero h1 {
    line-height: 1.65;
    left: 0vw;
    right: auto;
    bottom: -18.5vw;
    font-size: 3.7vw;
  }
  
  .silicagel-hero h1 span {
    padding: .8vw 1.5vw;
  }
  
  .silicagel-hero h1 strong.pc_only{
    display: none;
  }

  .silicagel-hero h1 strong.sp_only {
    display: block;
  }

  .silicagel-hero h1 strong {
    margin-top: 1.4vw;
    padding: .4vw 1.5vw .8vw;
    font-size: 8.3vw;
  }
  
  .silicagel-hero__blocks {
    height: 40vw;
  }
  
  .silicagel-hero__blocks i:nth-child(1) {
    top: 6vw;
    height: 10vw;
    display: none;
  }
  
  .silicagel-hero__blocks i:nth-child(2) {
    top: 0;
    height: 11vw;
    display: none;
  }
  
  .silicagel-hero__blocks i:nth-child(3) {
    top: 13vw;
    left: 73vw;
    height: 14vw;
    width: 14vw;
  }
  
  .silicagel-hero__blocks i:nth-child(4) {
    top: -2vw;
    height: 9vw;
    right: 4vw;
    width: 12vw;
  }
  
  .silicagel-hero__blocks i:nth-child(5) {
    top: 128vw;
    height: 20vw;
    left: 3vw;
    width: 5vw;
  }
  
  .silicagel-hero__blocks i:nth-child(6) {
    top: 141vw;
    height: 20vw;
    left: 10vw;
    width: 5vw;
  }
  
  .silicagel-lead {
    margin: 22vw auto 25vw;
    width: 92.7%;
    min-height: 0;
    margin-top: 29vw;
  }
  
  .silicagel-lead__text {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 7vw 5.2vw 14vw;
  }
  
  .silicagel-lead p {
    font-size: 4.1vw;
    line-height: 1.85;
  }

  .silicagel-lead .silicagel-entry-link.sp_only {
    display: flex;
    margin-top: 8vw;
  }
  
  .silicagel-lead .silicagel-entry-link {
    position: relative;
    top: auto;
    right: 0;
    bottom: 0;
    width: 79.5vw;
    min-height: 20vw;
    padding-left: 0;
  }
  
  .silicagel-about {
    margin-bottom: 13vw;
    height: auto;
    padding-top: 26vw;
    padding-bottom: 0;
  }
  
  .silicagel-about::before {
    left: 0;
    bottom: 7vw;
    width: 13vw;
    height: 13vw;
  }
  
  .silicagel-about::after {
    right: 0;
    left: auto;
    top: 60vw;
    width: 10vw;
    height: 10vw;
  }
  
  .silicagel-about > .silicagel-heading, .silicagel-about__content {
    width: 100%;
    max-width: none;
  }
  
  .silicagel-about > .silicagel-heading {
    min-height: 48vw;
    margin: 0;
    padding-left: 7.5%;
  }
  
  .silicagel-about .silicagel-heading > span {
    width: 92vw;
    margin-left: -5vw;
    transform: translateY(-12vw);
  }
  
  .silicagel-about .silicagel-heading h2 {
    left: 7.5%;
    font-size: 8.8vw;
    line-height: 1.5;
  }
  
  .silicagel-about__content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 10vw;
  }
  
  .silicagel-about__content > img {
    position: relative;
    order: 1;
    margin-left: auto;
    object-fit: contain;
    background: #f1f5f4;
    width: 89.5%;
    height: 67vw;
  }
  
  .silicagel-about__text {
    order: 2;
    margin: -7vw 0 0 4vw;
    width: 93%;
    height: auto;
    padding: 13vw 7.5vw 10vw;
    z-index: -1;
  }
  
  .silicagel-about__text p {
    font-size: 4vw;
    line-height: 1.9;
  }
  
  .silicagel-about__text p + p {
    margin-top: 1.1em;
  }
  
  .silicagel-difference > .silicagel-heading, .silicagel-difference__list {
    width: 100%;
    max-width: none;
  }
  
  .silicagel-difference__item {
    margin: auto;
    width: 100%;
    min-height: 126vw;
    padding: 11vw 4vw 8vw 9vw;
  }
  
  .silicagel-reason > * {
    width: 100%;
    max-width: none;
  }
  
  .silicagel-reason .silicagel-heading {
    min-height: 49vw;
    padding-left: 7.5%;
  }
  
  .silicagel-points {
    width: 100%;
    max-width: none;
    gap: 18vw;
    transform: none;
  }
  
  .silicagel-point, .silicagel-point--reverse {
    flex-direction: column;
    width: 92.7%;
    height: auto;
    min-height: 0;
    margin: auto;
    display: flex;
  }
  
  .silicagel-point > img, .silicagel-point--reverse > img {
    order: 1;
    width: 100%;
    height: 60vw;
    min-height: 0;
  }
  
  .silicagel-point > div, .silicagel-point--reverse > div {
    order: 2;
    width: 100%;
    height: auto;
    padding: 10vw 7.5vw 11vw;
  }
  
  .silicagel-point > b, .silicagel-point--reverse > b {
    top: -4vw;
    right: 3vw;
    left: auto;
    font-size: 9vw;
    writing-mode: horizontal-tb;
  }
  
  .silicagel-point h3 {
    margin-bottom: 5vw;
    font-size: 6vw;
    line-height: 1.55;
  }
  
  .silicagel-point p {
    font-size: 3.9vw;
    line-height: 1.9;
  }
  
  .silicagel-recruit {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10vw;
  }
  
  .silicagel-recruit > span {
    width: 94.267%;
    margin: 0 0 0 2.259%;
    transform: none;
  }

  .silicagel-recruit--inner {
    width: 94.693%;
    max-width: none;
    margin: -2vw auto 0;
    padding: 13.3vw 0 11.7vw;
  }

  .silicagel-recruit p {
    width: 84%;
    margin: 0 auto;
    text-align: left;
    font-size: 5.067vw;
    line-height: 2.021;
    letter-spacing: .02em;
  }

  .silicagel-recruit p br {
    display: none;
  }

  .silicagel-recruit p br:last-of-type {
    display: block;
  }
  
  .silicagel-difference {
    padding: 18vw 0 25vw;
    height: 341.87vw;
    min-height: 341.87vw;
    padding-top: 3.6vw;
  }
  
  .silicagel-difference::before {
    top: 42.35vw;
    left: 3.67vw;
    width: 93.11vw;
    height: 299.45vw;
    transform: none;
  }
  
  .silicagel-difference::after {
    top: 9.85vw;
    right: -1.5vw;
    width: 15vw;
    height: 15vw;
  }
  
  .silicagel-difference > .silicagel-heading {
    width: 81%;
    max-width: none;
    min-height: 53.85vw;
    margin: 0 auto 8.55vw;
  }
  
  .silicagel-difference > .silicagel-heading::before {
    top: -3.55vw;
    right: -13.9vw;
    width: 8.7vw;
    height: 8.7vw;
  }
  
  .silicagel-difference .silicagel-heading > span {
    width: 48vw;
    margin: 0 auto;
    font-size: 15.2vw;
    line-height: .87;
    text-align: center;
    overflow-wrap: anywhere;
  }
  
  .silicagel-difference .silicagel-heading h2 {
    bottom: 17px;
    width: 80.96vw;
    height: 23.42vw;
    padding: 2.1vw 4vw 0;
    font-size: 6.4vw;
    line-height: 1.48;
  }

  .silicagel-difference .silicagel-heading h2::after{
    bottom: -6vw;
    border-top: 8vw solid #e3770e;
    border-left: 3vw solid transparent;
    border-right: 2vw solid transparent;
  }
  
  .silicagel-difference__list {
    width: 81.64%;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.42vw;
  }
  
  .silicagel-difference__item, .silicagel-difference__item--special {
    width: 100%;
    height: 117.86vw;
    min-height: 117.86vw;
    padding: 7.88vw 7.2vw 4vw;
  }
  
  .silicagel-difference__item--special {
    height: 138.6vw;
    min-height: 138.6vw;
  }
  
  .silicagel-difference__item i {
    left: 0;
    top: 0;
    font-size: 11.2vw;
    line-height: 1.04;
  }

  .silicagel-difference__item:first-child i {
    width: 23%;
  }
  
  .silicagel-difference__item:last-child i {
    width: 37%;
    left: 1%;
  }

  .silicagel-difference__item h3 {
    min-height: 6.4vw;
    margin: 0 auto 4.2vw;
    font-size: 5.4vw;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }
  
  .silicagel-difference__item--special h3 {
    margin-left: 0;
    text-align: center;
  }
  
  .silicagel-difference__item p {
    font-size: 4vw;
    line-height: 1.8;
  }
  
  .silicagel-difference__image {
    width: 59.7vw;
    height: 46.98vw;
    margin: 6.9vw auto 0;
  }
  
  .silicagel-difference__item--special .silicagel-difference__image {
    width: 68.78vw;
    height: 48.85vw;
    margin-top: 6vw;
  }
  
  .silicagel-reason {
    height: auto;
    padding: 3.05vw 0 24vw;
  }
  
  .silicagel-reason > .silicagel-heading {
    width: 100%;
    max-width: none;
    min-height: 88vw;
    margin: 0 0 8.7vw;
  }
  
  .silicagel-reason .silicagel-heading > span {
    margin-left: -5.5vw;
    transform: translateY(22vw);
    width: 96vw;
  }
  
  .silicagel-reason .silicagel-heading h2 {
    left: 5.75vw;
    bottom: 0;
    font-size: 8vw;
    line-height: 1.525;
    letter-spacing: 0;
  }
  
  .silicagel-reason__heading-pc {
    display: none;
  }
  
  .silicagel-reason__heading-sp {
    display: block;
  }
  
  .silicagel-reason > .silicagel-reason__lead {
    width: 76.27%;
    max-width: none;
    margin: 0 0 22.5vw 14.94%;
    font-size: 4.267vw;
    line-height: 1.75;
  }
  
  .silicagel-reason .silicagel-points {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 13.3vw;
    transform: none;
  }
  
  .silicagel-reason .silicagel-point, .silicagel-reason .silicagel-point--reverse {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .silicagel-reason .silicagel-point::before {
    top: 26.85vw;
    bottom: 0;
    left: 18.84%;
    width: 81.16%;
    height: auto;
  }

  .silicagel-reason .silicagel-point--reverse::before {
    left: 0;
  }
  
  .silicagel-reason .silicagel-point > img, .silicagel-reason .silicagel-point--reverse > img {
    order: 1;
    width: 85.15%;
    height: 56.75vw;
    min-height: 56.75vw;
    margin: 2.36vw 0 0 7.55%;
  }
  
  .silicagel-reason .silicagel-point > div, .silicagel-reason .silicagel-point--reverse > div {
    order: 2;
    align-self: flex-start;
    width: 82.13%;
    height: auto;
    margin: 0 0 0 7.55%;
    padding: 9.4vw 0 7.9vw;
    background: none;
  }
  
  .silicagel-reason .silicagel-point > b, .silicagel-reason .silicagel-point--reverse > b {
    z-index: 3;
    top: 0;
    right: 0;
    left: auto;
    width: 12.3vw;
  }
  
  .silicagel-reason .silicagel-point h3 {
    margin-bottom: 7.33vw;
    font-size: 5.067vw;
    line-height: 2.02;
    font-weight: 700;
  }
  
  .silicagel-reason .silicagel-point p {
    font-size: 3.733vw;
    line-height: 1.995;
  }
  
  .silicagel-work {
    height: auto;
    min-height: 0;
    padding: 0 0 60vw;
    margin-top: 13vw;
  }
  
  .silicagel-work::before {
    top: 5vw;
    right: 4vw;
    width: 7vw;
    height: 7vw;
    display: none;
  }
  
  .silicagel-work::after {
    display: block;
    bottom: -4.5vw;
    left: 6.1vw;
    width: 14vw;
    height: 14vw;
  }
  
  .silicagel-work__heading {
    width: 100%;
    max-width: none;
    height: 35vw;
    margin: 0;
  }
  
  .silicagel-work__heading::before, .silicagel-work__heading::after {
    display: none;
  }
  
  .silicagel-work__heading span {
    top: 0;
    left: 2vw;
    width: 97vw;
  }
  
  .silicagel-work__heading h2 {
    top: 9vw;
    left: 4.93vw;
    bottom: auto;
    width: 100%;
    padding: 0;
    padding-left: 5vw;
    font-size: 8vw;
    line-height: 1.7;
    transform: translateY(8vw);
  }

  .silicagel-work__list__bg {
    top: 0;
    margin-top: 0;
    padding: 19vw 0 16vw;
    margin-top: -10vw;
  }
  
  .silicagel-work__list {
    width: 93.19%;
    max-width: none;
    gap: 5.56vw;
  }
  
  .silicagel-work__list::after {
    content: "";
    position: absolute;
    left: 7.4vw;
    bottom: -10.8vw;
    width: 5.3vw;
    height: 5.3vw;
    background: linear-gradient(135deg, #e3770e 0%, #f5b800 100%);
  }
  
  .silicagel-work-card, .silicagel-work-card:nth-child(even) {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  
  .silicagel-work-card > img, .silicagel-work-card:nth-child(even) > img {
    width: 79.15%;
    height: auto;
    min-height: 0;
    margin: 10.9vw auto 0;
    object-fit: cover;
    object-position: center;
  }
  
  .silicagel-work-card > div {
    width: 88%;
    margin: 0 auto;
    padding: 8.3vw 0 10vw;
  }

  .silicagel-work-card em {
    right: 0;
    top: 0;
    width: 17.05vw;
    height: 17.05vw;
    padding: 0;
    font-size: 0;
  }
  
  .silicagel-work-card em::after {
    top: 2.1vw;
    right: 1.5vw;
    font-size: 5.333vw;
  }
  
  .silicagel-work-card h3 {
    margin-bottom: 6.3vw;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  
  .silicagel-work-card p {
    width: 83%;
    margin-left: 1.25vw;
    font-size: 3.733vw;
    line-height: 1.786;
  }
  
  .silicagel-voices {
    min-height: 0;
    margin-top: 0;
    padding-bottom: 11.3vw;
  }
  
  .silicagel-voices__visual {
    height: 88.8vw;
  }
  
  .silicagel-voices__visual > img {
    object-position: center center;
  }
  
  .silicagel-voices__visual h2 {
    padding: 1vw 2vw;
    left: 0;
    bottom: 8.2vw;
    width: 100%;
    transform: none;
    font-size: 8vw;
    line-height: 1.52;
    text-align: center;
  }
  
  .silicagel-voices__visual h2 span {
    padding: 1vw 1.4vw 1vw;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    letter-spacing: 0.2em;
    display: inline-block;
    line-height: 1em;
  }

  .silicagel-voices__visual h2 span.pc_only {
    display: none;
  }
  
  .silicagel-voices__visual h2 br {
    display: block;
  }
  
  /* .silicagel-voices__visual h2 span:last-child {
    
  } */
  
  .silicagel-voices__list {
    display: grid;
    grid-template-columns: 1fr;
    width: 95.35%;
    max-width: none;
    margin: 8.75vw auto 0;
    gap: 12.5vw;
  }
  
  .silicagel-voice {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 21.2vw 6.43vw 10vw;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 0 10.5vw, #e8f7f5 10.5vw, #d9efec 100%);
  }
  
  .silicagel-voice::before {
    display: none;
  }

  .silicagel-voice::after {
    display: none;
  }
  
  .silicagel-voice > img {
    z-index: 3;
    left: auto;
    right: 3.2vw;
    top: 1.2vw;
    bottom: auto;
    width: auto;
    height: 29vw;
  }
  
  .silicagel-voice > span {
    width: 71vw;
    z-index: 2;
    top: 1vw;
    left: 3.55vw;
    right: auto;
    color: rgba(48, 174, 166, .22);
    font-size: 16.005vw;
    line-height: 1;
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }
  
  .silicagel-voice h3 {
    width: 72%;
    margin: 0 0 5.5vw;
    font-size: 5.067vw;
    line-height: 2;
  }
  
  .silicagel-voice p {
    font-size: 3.733vw;
    line-height: 1.995;
  }
  
  .silicagel-voice small {
    margin-top: 5.5vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
