@charset "UTF-8";
/* stylesheet */
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 768px) {
  [data-sp] {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  [data-mid] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [data-pc] {
    display: none !important;
  }
}
#sgc-top {
  contain: paint;
  min-width: 1280px;
  font-family: "SST Japanese Pro", sans-serif;
  color: #000;
  padding-top: clamp(48px, 3.75vw, 72px);
}
@media (max-width: 767px) {
  #sgc-top {
    min-width: auto;
    padding-top: 14.2493638677vw;
  }
}
#sgc-top.course01 {
  position: relative;
}
#sgc-top.course01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/test/技術系職種コース.jpg");
  background-size: 1920px 3066px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -137px;
  left: 0px;
  z-index: 2;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 767px) {
  #sgc-top.course01::after {
    background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/test/技術系職種_SP.jpg");
    background-size: 393px 3389px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
#sgc-top img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sgc-top * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sgc-top .intro {
  margin: 0 auto clamp(96px, 7.5vw, 144px);
}
#sgc-top .intro.second {
  margin: 0 auto clamp(70.6666666667px, 5.5208333333vw, 106px);
}
#sgc-top .intro .__block01 {
  padding: clamp(25.3333333333px, 1.9791666667vw, 38px) clamp(53.3333333333px, 4.1666666667vw, 80px) clamp(77.3333333333px, 6.0416666667vw, 116px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sgc-top .intro .__text01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(48.6666666667px, 3.8020833333vw, 73px);
}
#sgc-top .intro .__title01 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.35em;
  margin-bottom: clamp(14px, 1.09375vw, 21px);
}
#sgc-top .intro .__text02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.26em;
}
#sgc-top .intro .__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(10.6666666667px, 0.8333333333vw, 16px);
}
#sgc-top .intro .__list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#sgc-top .intro .__list > li a {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  #sgc-top .intro .__list > li a:hover {
    text-decoration: underline;
  }
}
#sgc-top .intro .__list > li a:not([class]) + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .intro .__list > li a:not([class]):hover + .__icon::before {
    left: 2px;
  }
}
#sgc-top .intro .__list > li a.__anchor + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .intro .__list > li a.__anchor + .__icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor02.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .intro .__list > li a.__anchor:hover + .__icon::after {
    top: calc(50% + 2px);
  }
}
#sgc-top .intro .__list > li a.__ex + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .intro .__list > li a.__ex + .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .intro .__list > li a.__ex:hover + .__icon::after {
    top: -2px;
    right: -2px;
  }
}
#sgc-top .intro .__list > li .__icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
#sgc-top .intro .__slider {
  width: clamp(10272px, 802.5vw, 15408px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrollLeft 90s linear infinite;
          animation: scrollLeft 90s linear infinite;
  padding: 0;
}
#sgc-top .intro .__slider.second {
  -webkit-animation: scrollLeft02 90s linear infinite;
          animation: scrollLeft02 90s linear infinite;
}
#sgc-top .intro .__slider > div {
  width: clamp(428px, 33.4375vw, 642px);
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollLeft02 {
  0% {
    -webkit-transform: translateX(-22.6463104326vw);
            transform: translateX(-22.6463104326vw);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 22.6463104326vw));
            transform: translateX(calc(-50% - 22.6463104326vw));
  }
}
@keyframes scrollLeft02 {
  0% {
    -webkit-transform: translateX(-22.6463104326vw);
            transform: translateX(-22.6463104326vw);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 22.6463104326vw));
            transform: translateX(calc(-50% - 22.6463104326vw));
  }
}
#sgc-top .intro .__block02 {
  position: relative;
  overflow: hidden;
}
#sgc-top .intro .__block02 .control-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
#sgc-top .intro .__text03 {
  display: inline-block;
  padding: 18px 24px 18px 0px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  z-index: 1;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
#sgc-top .intro .__text03::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #sgc-top .intro {
    margin: 0 auto 20.3562340967vw;
  }
  #sgc-top .intro.second .__block01 {
    padding: 5.0890585242vw 4.0712468193vw 11.1959287532vw;
    display: block;
  }
  #sgc-top .intro .__block01 {
    padding: 3.8167938931vw 4.0712468193vw 15.2671755725vw;
    display: block;
    position: relative;
  }
  #sgc-top .intro .__block01::after {
    content: "";
    width: 2.6717557252vw;
    height: 18.8295165394vw;
    background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_scroll.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 1.5267175573vw;
  }
  #sgc-top .intro .__text01 {
    font-size: 3.5623409669vw;
    margin-bottom: 13.4860050891vw;
  }
  #sgc-top .intro .__title01 {
    font-size: 8.1424936387vw;
    margin-bottom: 4.0712468193vw;
  }
  #sgc-top .intro .__text02 {
    font-size: 3.0534351145vw;
    letter-spacing: 0.26em;
  }
  #sgc-top .intro .__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.3256997455vw;
  }
  #sgc-top .intro .__list > li {
    gap: 1.0178117048vw;
    -ms-grid-columns: 1fr 1.0178117048vw 2.7989821883vw;
    grid-template-columns: 1fr 2.7989821883vw;
  }
  #sgc-top .intro .__list > li a {
    font-size: 3.0534351145vw;
  }
  #sgc-top .intro .__list > li a:not([class]) + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .intro .__list > li a.__anchor + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .intro .__list > li a.__anchor + .__icon::after {
    content: "";
    width: 1.272264631vw;
    height: 1.272264631vw;
  }
  #sgc-top .intro .__list > li a.__ex + .__icon::before {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .intro .__list > li a.__ex + .__icon::after {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .intro .__list > li .__icon {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .intro .__slider {
    width: 2320.6106870229vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrollLeft 180s linear infinite;
            animation: scrollLeft 180s linear infinite;
    padding: 0;
  }
  #sgc-top .intro .__slider.second {
    -webkit-animation: scrollLeft02 180s linear infinite;
            animation: scrollLeft02 180s linear infinite;
  }
  #sgc-top .intro .__slider > div {
    width: 96.6921119593vw;
    aspect-ratio: 380/214;
  }
  #sgc-top .intro .__slider > div img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    height: 100%;
  }
  @-webkit-keyframes scrollLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scrollLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes scrollLeft02 {
    0% {
      -webkit-transform: translateX(-48.3460559796vw);
              transform: translateX(-48.3460559796vw);
    }
    100% {
      -webkit-transform: translateX(calc(-50% - 48.3460559796vw));
              transform: translateX(calc(-50% - 48.3460559796vw));
    }
  }
  @keyframes scrollLeft02 {
    0% {
      -webkit-transform: translateX(-48.3460559796vw);
              transform: translateX(-48.3460559796vw);
    }
    100% {
      -webkit-transform: translateX(calc(-50% - 48.3460559796vw));
              transform: translateX(calc(-50% - 48.3460559796vw));
    }
  }
  #sgc-top .intro .__block02 {
    position: relative;
    overflow: hidden;
  }
  #sgc-top .intro .__block02 .control-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
  }
  #sgc-top .intro .__text03 {
    display: inline-block;
    padding: 3.1806615776vw 4.0712468193vw 3.1806615776vw 0px;
    position: relative;
    color: #fff;
    font-size: 3.5623409669vw;
    font-weight: 400;
    line-height: 1.5;
    z-index: 1;
    margin-bottom: 9.4147582697vw;
  }
  #sgc-top .intro .__text03::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #sgc-top .intro .__block03 {
    padding: 20.3562340967vw 4.0712468193vw 0;
  }
}
#sgc-top .company {
  margin: 0 auto clamp(96px, 7.5vw, 144px);
  padding: clamp(0px, 0vw, 0px) clamp(53.3333333333px, 4.1666666667vw, 80px) clamp(0px, 0vw, 0px);
}
#sgc-top .company .__block01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 912px clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: 912px 1fr;
  gap: clamp(32px, 2.5vw, 48px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#sgc-top .company .__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(10px, 0.78125vw, 15px);
}
#sgc-top .company .__list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#sgc-top .company .__list > li a {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  #sgc-top .company .__list > li a:hover {
    text-decoration: underline;
  }
}
#sgc-top .company .__list > li a:not([class]) + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .company .__list > li a:not([class]):hover + .__icon::before {
    left: 2px;
  }
}
#sgc-top .company .__list > li a.__anchor + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .company .__list > li a.__anchor + .__icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor02.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .company .__list > li a.__anchor:hover + .__icon::after {
    top: calc(50% + 2px);
  }
}
#sgc-top .company .__list > li a.__ex + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .company .__list > li a.__ex + .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .company .__list > li a.__ex:hover + .__icon::after {
    top: -2px;
    right: -2px;
  }
}
#sgc-top .company .__list > li .__icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
#sgc-top .company .__left {
  width: 912px;
}
#sgc-top .company .__block02 {
  padding-top: clamp(42.6666666667px, 3.3333333333vw, 64px);
}
#sgc-top .company .__block03 {
  padding-top: clamp(37.3333333333px, 2.9166666667vw, 56px);
}
#sgc-top .company .__block03.mt0 {
  padding-top: 0;
}
#sgc-top .company .__title01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
#sgc-top .company .__title02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: #C8C8C8 1px dashed;
  margin-bottom: 12px;
}
#sgc-top .company .__title02::before {
  content: "";
  width: 8px;
  height: 51px;
  background-color: #003366;
  position: absolute;
  right: 100%;
  bottom: 0;
}
#sgc-top .company .__text01 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
}
#sgc-top .company .__list02 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: -0.01em;
}
#sgc-top .company .__list02 dt {
  display: inline;
  font-weight: 700;
}
#sgc-top .company .__list02 dd {
  display: inline;
}
#sgc-top .company .__right {
  position: sticky;
  top: calc(80px + clamp(48px, 3.75vw, 72px));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  #sgc-top .company {
    margin: 0 auto 24.427480916vw;
    padding: 0 4.0712468193vw 0vw;
  }
  #sgc-top .company .__block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sgc-top .company .__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.3256997455vw;
  }
  #sgc-top .company .__list > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0178117048vw 2.7989821883vw;
    grid-template-columns: 1fr 2.7989821883vw;
    gap: 1.0178117048vw;
  }
  #sgc-top .company .__list > li a {
    font-size: 3.0534351145vw;
  }
  #sgc-top .company .__list > li a:not([class]) + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .company .__list > li a.__anchor + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .company .__list > li a.__anchor + .__icon::after {
    content: "";
    width: 1.272264631vw;
    height: 1.272264631vw;
  }
  #sgc-top .company .__list > li a.__ex + .__icon::before {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .company .__list > li a.__ex + .__icon::after {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .company .__list > li .__icon {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .company .__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 13.7404580153vw;
    position: relative;
    top: 0;
  }
  #sgc-top .company .__left {
    width: 100%;
  }
  #sgc-top .company .__block02 {
    padding-top: 12.7226463104vw;
  }
  #sgc-top .company .__block03 {
    padding-top: 12.7226463104vw;
  }
  #sgc-top .company .__block03.mt0 {
    padding-top: 0;
  }
  #sgc-top .company .__title01 {
    font-size: 4.0712468193vw;
    line-height: 1.5;
    margin-bottom: 3.0534351145vw;
  }
  #sgc-top .company .__title02 {
    font-size: 4.0712468193vw;
    padding-left: 4.0712468193vw;
    padding-bottom: 0.5089058524vw;
    padding-top: 0.5089058524vw;
    border-bottom: #C8C8C8 1px dashed;
    margin-bottom: 8.1424936387vw;
  }
  #sgc-top .company .__title02::before {
    content: "";
    width: 1.0178117048vw;
    height: 7.1246819338vw;
    background-color: #003366;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
  }
  #sgc-top .company .__text01 {
    font-size: 3.3078880407vw;
    line-height: 1.5;
  }
  #sgc-top .company .__list02 {
    margin-top: 5.8524173028vw;
    font-size: 2.7989821883vw;
    line-height: 1.5;
  }
}
#sgc-top .course {
  margin: 0 auto clamp(96px, 7.5vw, 144px);
  padding: clamp(0px, 0vw, 0px) clamp(53.3333333333px, 4.1666666667vw, 80px) clamp(0px, 0vw, 0px);
}
#sgc-top .course .__block01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 912px clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: 912px 1fr;
  gap: clamp(32px, 2.5vw, 48px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#sgc-top .course .__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(10px, 0.78125vw, 15px);
}
#sgc-top .course .__list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#sgc-top .course .__list > li a {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  #sgc-top .course .__list > li a:hover {
    text-decoration: underline;
  }
}
#sgc-top .course .__list > li a:not([class]) + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .course .__list > li a:not([class]):hover + .__icon::before {
    left: 2px;
  }
}
#sgc-top .course .__list > li a.__anchor + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .course .__list > li a.__anchor + .__icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor02.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .course .__list > li a.__anchor:hover + .__icon::after {
    top: calc(50% + 2px);
  }
}
#sgc-top .course .__list > li a.__ex + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .course .__list > li a.__ex + .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .course .__list > li a.__ex:hover + .__icon::after {
    top: -2px;
    right: -2px;
  }
}
#sgc-top .course .__list > li .__icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
#sgc-top .course .__left {
  width: 912px;
}
#sgc-top .course .__block02 {
  padding-top: clamp(42.6666666667px, 3.3333333333vw, 64px);
}
#sgc-top .course .__block03 {
  padding-top: clamp(44.6666666667px, 3.4895833333vw, 67px);
}
#sgc-top .course .__block03.mt0 {
  padding-top: 0;
}
#sgc-top .course .__block04 {
  padding-bottom: clamp(13.3333333333px, 1.0416666667vw, 20px);
  border-bottom: #C8C8C8 1px dashed;
  margin-bottom: clamp(13.3333333333px, 1.0416666667vw, 20px);
}
#sgc-top .course .__block04:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#sgc-top .course .__block04.mt0 {
  padding-top: 0;
}
#sgc-top .course .__title01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
#sgc-top .course .__title02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: #C8C8C8 1px dashed;
  margin-bottom: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3em 1fr;
  grid-template-columns: 3em 1fr;
  color: #036;
}
#sgc-top .course .__title02::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #036;
  position: absolute;
  right: 100%;
  bottom: 0;
}
#sgc-top .course .__title02 a {
  text-decoration: underline;
  color: #036;
}
#sgc-top .course .__title03 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: #C8C8C8 1px dashed;
  margin-bottom: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.6em 1fr;
  grid-template-columns: 2.6em 1fr;
}
#sgc-top .course .__title03::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #036;
  position: absolute;
  right: 100%;
  bottom: 0;
}
#sgc-top .course .__text01 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
}
#sgc-top .course .__disc01 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
}
#sgc-top .course .__disc01 > * + * {
  margin-top: clamp(16px, 1.25vw, 24px);
}
#sgc-top .course .__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
#sgc-top .course .__list02 dt {
  display: inline;
  font-weight: 700;
}
#sgc-top .course .__list02 dd {
  display: inline;
}
#sgc-top .course .__list02 figure img {
  max-width: 300px;
}
#sgc-top .course .__list03 > li {
  position: relative;
  padding-left: 1em;
}
#sgc-top .course .__list03 > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 1000px;
  position: absolute;
  left: 7px;
  top: 15px;
}
#sgc-top .course .__right {
  position: sticky;
  top: calc(80px + clamp(48px, 3.75vw, 72px));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#sgc-top .course .__link_image01 {
  position: relative;
  overflow: hidden;
  display: block;
}
#sgc-top .course .__link_image01 iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
#sgc-top .course .__link01 {
  text-decoration: none;
  color: #000;
}
#sgc-top .course .__link01 .__caption {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  color: #000;
}
#sgc-top .course .__link01 .__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
#sgc-top .course .__link01 .__icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .course .__link01 .__icon::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .course .__link01:hover {
    text-decoration: underline;
  }
  #sgc-top .course .__link01:hover .__link_image01 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #sgc-top .course .__link01:hover .__icon::after {
    bottom: 0px;
    right: -2px;
  }
}
@media (max-width: 767px) {
  #sgc-top .course {
    margin: 0 auto 24.427480916vw;
    padding: 0vw 4.0712468193vw 0vw;
  }
  #sgc-top .course .__block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sgc-top .course .__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.3256997455vw;
  }
  #sgc-top .course .__list > li {
    -ms-grid-columns: 1fr 1.0178117048vw 2.7989821883vw;
    grid-template-columns: 1fr 2.7989821883vw;
    gap: 1.0178117048vw;
  }
  #sgc-top .course .__list > li a {
    font-size: 3.0534351145vw;
  }
  #sgc-top .course .__list > li a:not([class]) + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .course .__list > li a.__anchor + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .course .__list > li a.__anchor + .__icon::after {
    content: "";
    width: 1.272264631vw;
    height: 1.272264631vw;
  }
  #sgc-top .course .__list > li a.__ex + .__icon::before {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .course .__list > li a.__ex + .__icon::after {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .course .__list > li .__icon {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .course .__right {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 12.213740458vw;
    top: 0;
  }
  #sgc-top .course .__left {
    width: 100%;
  }
  #sgc-top .course .__block02 {
    padding-top: 12.213740458vw;
  }
  #sgc-top .course .__block03 {
    padding-top: 12.7226463104vw;
  }
  #sgc-top .course .__block03.mt0 {
    padding-top: 0;
  }
  #sgc-top .course .__block04 {
    padding-bottom: 7.1246819338vw;
    border-bottom: #C8C8C8 1px dashed;
    margin-bottom: 7.1246819338vw;
  }
  #sgc-top .course .__block04:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #sgc-top .course .__title01 {
    font-size: 4.0712468193vw;
    line-height: 1.5;
    margin-bottom: 3.0534351145vw;
  }
  #sgc-top .course .__title02 {
    font-size: 4.0712468193vw;
    padding-left: 4.0712468193vw;
    padding-bottom: 2.2900763359vw;
    line-height: 1.5;
    padding-top: 2.2900763359vw;
    border-bottom: #C8C8C8 1px dashed;
    margin-bottom: 7.1246819338vw;
  }
  #sgc-top .course .__title02::before {
    content: "";
    width: 1.0178117048vw;
    background-color: #003366;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
  }
  #sgc-top .course .__title03 {
    font-size: 4.0712468193vw;
    padding-left: 4.0712468193vw;
    padding-bottom: 2.0356234097vw;
    line-height: 1.5;
    padding-top: 2.5445292621vw;
    border-bottom: #C8C8C8 1px dashed;
    margin-bottom: 7.1246819338vw;
  }
  #sgc-top .course .__title03::before {
    content: "";
    width: 1.0178117048vw;
    background-color: #003366;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
  }
  #sgc-top .course .__text01 {
    font-size: 3.3078880407vw;
    line-height: 1.5;
  }
  #sgc-top .course .__disc01 {
    font-size: 3.3078880407vw;
    line-height: 1.5;
  }
  #sgc-top .course .__disc01 > * + * {
    margin-top: clamp(17.3333333333px, 1.3541666667vw, 26px);
  }
  #sgc-top .course .__list02 {
    margin-top: 5.8524173028vw;
    font-size: 2.7989821883vw;
    line-height: 1.5;
  }
  #sgc-top .course .__list03 > li {
    position: relative;
    padding-left: 1em;
  }
  #sgc-top .course .__list03 > li::before {
    content: "";
    width: 1.0178117048vw;
    height: 1.0178117048vw;
    background-color: #000;
    border-radius: 1000px;
    position: absolute;
    left: 1.0178117048vw;
    top: 2.0356234097vw;
  }
  #sgc-top .course .__link01 .__caption {
    display: block;
    font-size: 3.3078880407vw;
    margin-top: 3.0534351145vw;
  }
  #sgc-top .course .__link01 .__icon {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
    display: inline-block;
    position: relative;
    margin-left: 1.0178117048vw;
  }
  #sgc-top .course .__link01 .__icon::before {
    content: "";
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
  #sgc-top .course .__link01 .__icon::after {
    content: "";
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
}
#sgc-top .page-pj {
  margin: 0 auto clamp(96px, 7.5vw, 144px);
  padding: clamp(0px, 0vw, 0px) clamp(53.3333333333px, 4.1666666667vw, 80px) clamp(0px, 0vw, 0px);
}
#sgc-top .page-pj .__block01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 912px clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: 912px 1fr;
  gap: clamp(32px, 2.5vw, 48px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#sgc-top .page-pj .__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(10px, 0.78125vw, 15px);
}
#sgc-top .page-pj .__list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#sgc-top .page-pj .__list > li a {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  #sgc-top .page-pj .__list > li a:hover {
    text-decoration: underline;
  }
}
#sgc-top .page-pj .__list > li a:not([class]) + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .page-pj .__list > li a:not([class]):hover + .__icon::before {
    left: 2px;
  }
}
#sgc-top .page-pj .__list > li a.__anchor + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .page-pj .__list > li a.__anchor + .__icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_anchor02.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .page-pj .__list > li a.__anchor:hover + .__icon::after {
    top: calc(50% + 2px);
  }
}
#sgc-top .page-pj .__list > li a.__ex + .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .page-pj .__list > li a.__ex + .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .page-pj .__list > li a.__ex:hover + .__icon::after {
    top: -2px;
    right: -2px;
  }
}
#sgc-top .page-pj .__list > li .__icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
#sgc-top .page-pj .__left {
  width: 912px;
}
#sgc-top .page-pj .fv .__image01 {
  margin-bottom: clamp(18px, 1.40625vw, 27px);
}
#sgc-top .page-pj .fv .__title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.1em;
  margin-bottom: clamp(34px, 2.65625vw, 51px);
}
#sgc-top .page-pj .fv .__title01 span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
#sgc-top .page-pj .fv .__name01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.24;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .page-pj .fv .__year01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
}
#sgc-top .page-pj .fv .__division01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 13px;
  position: relative;
}
#sgc-top .page-pj .fv .__division01::after {
  content: "";
  width: 100px;
  height: 0.5px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sgc-top .page-pj .__block02 {
  padding-top: clamp(38px, 2.96875vw, 57px);
}
#sgc-top .page-pj .__block03 {
  padding-top: clamp(53.3333333333px, 4.1666666667vw, 80px);
}
#sgc-top .page-pj .__block03.mt0 {
  padding-top: 0;
}
#sgc-top .page-pj .__title02 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: clamp(43.3333333333px, 3.3854166667vw, 65px);
}
#sgc-top .page-pj .__text01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
#sgc-top .page-pj .__text01 + p {
  margin-top: 1em;
}
#sgc-top .page-pj .__text01 a {
  color: #003366;
}
#sgc-top .page-pj .__caption {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 6px;
}
#sgc-top .page-pj .__grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10.6666666667px, 0.8333333333vw, 16px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(38px, 2.96875vw, 57px) clamp(10.6666666667px, 0.8333333333vw, 16px);
}
#sgc-top .page-pj .__right {
  position: sticky;
  top: calc(80px + clamp(48px, 3.75vw, 72px));
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  #sgc-top .page-pj {
    margin: 0 auto 24.427480916vw;
    padding: 0 4.0712468193vw 0vw;
  }
  #sgc-top .page-pj .__block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sgc-top .page-pj .__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.3256997455vw;
  }
  #sgc-top .page-pj .__list > li {
    -ms-grid-columns: 1fr 1.0178117048vw 2.7989821883vw;
    grid-template-columns: 1fr 2.7989821883vw;
    gap: 1.0178117048vw;
  }
  #sgc-top .page-pj .__list > li a {
    font-size: 3.0534351145vw;
  }
  #sgc-top .page-pj .__list > li a:not([class]) + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .page-pj .__list > li a.__anchor + .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .page-pj .__list > li a.__anchor + .__icon::after {
    content: "";
    width: 1.272264631vw;
    height: 1.272264631vw;
  }
  #sgc-top .page-pj .__list > li a.__ex + .__icon::before {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .page-pj .__list > li a.__ex + .__icon::after {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .page-pj .__list > li .__icon {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
  }
  #sgc-top .page-pj .__right {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 13.7404580153vw;
    top: 0;
  }
  #sgc-top .page-pj .__left {
    width: 100%;
  }
  #sgc-top .page-pj .fv .__image01 {
    margin-bottom: 9.6692111959vw;
  }
  #sgc-top .page-pj .fv .__title01 {
    gap: 2.0356234097vw;
    font-size: 4.0712468193vw;
    margin-bottom: 15.0127226463vw;
  }
  #sgc-top .page-pj .fv .__title01 span {
    font-size: 2.5445292621vw;
  }
  #sgc-top .page-pj .fv .__name01 {
    font-size: 3.3078880407vw;
  }
  #sgc-top .page-pj .fv .__year01 {
    font-size: 2.2900763359vw;
    margin-bottom: 2.2900763359vw;
  }
  #sgc-top .page-pj .fv .__division01 {
    font-size: 2.2900763359vw;
    padding-bottom: 3.5623409669vw;
    margin-bottom: 3.0534351145vw;
    position: relative;
  }
  #sgc-top .page-pj .fv .__division01::after {
    content: "";
    width: 25.4452926209vw;
    height: 0.5px;
  }
  #sgc-top .page-pj .__block02 {
    padding-top: 14.5038167939vw;
  }
  #sgc-top .page-pj .__block03 {
    padding-top: 10.1781170483vw;
  }
  #sgc-top .page-pj .__block03.mt0 {
    padding-top: 0;
  }
  #sgc-top .page-pj .__title02 {
    font-size: 3.3078880407vw;
    margin-bottom: 7.6335877863vw;
  }
  #sgc-top .page-pj .__text01 {
    font-size: 3.3078880407vw;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  #sgc-top .page-pj .__grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5267175573vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5267175573vw;
  }
}
#sgc-top .new {
  margin: 0 auto clamp(84px, 6.5625vw, 126px);
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
}
#sgc-top .new .__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: clamp(74.6666666667px, 5.8333333333vw, 112px) 1fr;
  grid-template-columns: clamp(74.6666666667px, 5.8333333333vw, 112px) 1fr;
}
#sgc-top .new h3 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
#sgc-top .new .__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(16px, 1.25vw, 24px) 1fr clamp(16px, 1.25vw, 24px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}
#sgc-top .new .__list_item {
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  background: #fff;
  position: relative;
  padding: clamp(13.3333333333px, 1.0416666667vw, 20px) clamp(16px, 1.25vw, 24px);
  line-height: 1.5;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .new .__list_item .__time {
  display: block;
  color: #4B4C56;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: clamp(6.6666666667px, 0.5208333333vw, 10px);
}
#sgc-top .new .__list_item a {
  font-size: 14px;
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
}
#sgc-top .new .__list_item a .__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
#sgc-top .new .__list_item a .__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .new .__list_item a .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .new .__list_item a::after {
  content: "";
  border-radius: 8px;
  border: 2px solid transparent;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .new .__list_item:hover a::after {
    border-color: #000;
  }
  #sgc-top .new .__list_item:hover a .__icon::after {
    right: -2px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  #sgc-top .new {
    margin: 0 auto 22.3918575064vw;
    padding: 0 4.0712468193vw;
  }
  #sgc-top .new .__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #sgc-top .new h3 {
    font-size: 6.106870229vw;
    margin-bottom: 4.0712468193vw;
    letter-spacing: 0.1em;
  }
  #sgc-top .new .__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.106870229vw;
  }
  #sgc-top .new .__list_item {
    border-radius: 2.0356234097vw;
    border: 1px solid #C8C8C8;
    background: #fff;
    position: relative;
    padding: 2.2900763359vw 6.106870229vw;
    line-height: 1.5;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  #sgc-top .new .__list_item .__time {
    font-size: 3.0534351145vw;
    margin-bottom: 2.5445292621vw;
  }
  #sgc-top .new .__list_item a {
    font-size: 3.0534351145vw;
    display: block;
    color: #000;
    width: 100%;
  }
  #sgc-top .new .__list_item a .__icon {
    width: 2.7989821883vw;
    height: 2.7989821883vw;
    display: inline-block;
    padding: 0;
  }
  #sgc-top .new .__list_item a .__icon::before {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
    left: 0;
    top: 0.3816793893vw;
  }
  #sgc-top .new .__list_item a .__icon::after {
    content: "";
    width: 2.7989821883vw;
    height: 2.7989821883vw;
    right: 0;
    top: 0.3816793893vw;
  }
  #sgc-top .new .__list_item a::after {
    content: "";
    border-radius: 2.0356234097vw;
  }
}
#sgc-top .about-us {
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
  margin: 0 auto clamp(81.3333333333px, 6.3541666667vw, 122px);
}
#sgc-top .about-us .__title01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: clamp(9.3333333333px, 0.7291666667vw, 14px);
  margin-bottom: clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
}
#sgc-top .about-us .__title01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}
#sgc-top .about-us .__title01.is-animated::after {
  clip-path: inset(0);
}
#sgc-top .about-us .__inner {
  padding-left: 112px;
}
#sgc-top .about-us .__grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 2.5vw, 48px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#sgc-top .about-us .__grid01::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sgc-top .about-us .card01 {
  padding-right: 16px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  #sgc-top .about-us .card01:hover {
    text-decoration: underline;
  }
  #sgc-top .about-us .card01:hover .__card_image01 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #sgc-top .about-us .card01:hover .__link {
    text-decoration: underline;
  }
  #sgc-top .about-us .card01:hover .__link .__icon {
    left: calc(100% + 10px);
  }
}
#sgc-top .about-us .__card_image01 {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
}
#sgc-top .about-us .__card_image01 img {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .about-us .__card_tag {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sgc-top .about-us .__card_title01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .about-us .__link {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .about-us .__link .__icon {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  padding: 1px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  left: calc(100% + 8px);
}
#sgc-top .about-us .__link .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: 1px;
}
#sgc-top .about-us .__text01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
@media (max-width: 767px) {
  #sgc-top .about-us {
    margin: 0 auto 21.1195928753vw;
    padding: 0 4.0712468193vw;
  }
  #sgc-top .about-us .__title01 {
    font-size: 6.106870229vw;
    padding-bottom: 3.5623409669vw;
    margin-bottom: 5.0890585242vw;
    position: relative;
    letter-spacing: 0.1em;
  }
  #sgc-top .about-us .__inner {
    padding-left: 0;
  }
  #sgc-top .about-us .__grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 7.6335877863vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sgc-top .about-us .__grid01::before {
    content: none;
  }
  #sgc-top .about-us .card01 {
    padding-right: 0;
  }
  #sgc-top .about-us .__card_image01 {
    position: relative;
    margin-bottom: 3.0534351145vw;
  }
  #sgc-top .about-us .__card_tag {
    font-size: 2.0356234097vw;
    line-height: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    position: absolute;
    left: calc(100% + 1.2em);
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #sgc-top .about-us .__card_title01 {
    font-size: 3.5623409669vw;
    margin-bottom: 0vw;
    letter-spacing: 0.2em;
  }
  #sgc-top .about-us .__link {
    font-size: 3.0534351145vw;
  }
  #sgc-top .about-us .__link .__icon {
    content: "";
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    padding: 0;
    left: calc(100% + 2.0356234097vw);
  }
  #sgc-top .about-us .__link .__icon::after {
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    left: 0;
    top: 0;
  }
  #sgc-top .about-us .__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #sgc-top .about-us .__text01 {
    font-size: 3.0534351145vw;
    letter-spacing: 0;
  }
}
#sgc-top .for-new-graduate {
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
  margin: 0 auto clamp(96px, 7.5vw, 144px);
}
#sgc-top .for-new-graduate .__title01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
}
#sgc-top .for-new-graduate .__title01 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: clamp(6.6666666667px, 0.5208333333vw, 10px);
  letter-spacing: 0.16em;
}
#sgc-top .for-new-graduate .__title01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}
#sgc-top .for-new-graduate .__title01.is-animated::after {
  clip-path: inset(0);
}
#sgc-top .for-new-graduate .__inner {
  padding-left: 112px;
}
#sgc-top .for-new-graduate .__grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 2.5vw, 48px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#sgc-top .for-new-graduate .__grid01::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sgc-top .for-new-graduate .card01 {
  padding-right: 16px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  #sgc-top .for-new-graduate .card01:hover {
    text-decoration: underline;
  }
  #sgc-top .for-new-graduate .card01:hover .__card_image01 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #sgc-top .for-new-graduate .card01:hover .__link {
    text-decoration: underline;
  }
  #sgc-top .for-new-graduate .card01:hover .__link .__icon {
    left: calc(100% + 10px);
  }
}
#sgc-top .for-new-graduate .__card_image01 {
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
}
#sgc-top .for-new-graduate .__card_image01 img {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .for-new-graduate .__card_tag {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sgc-top .for-new-graduate .__card_title01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .for-new-graduate .__card_text01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
#sgc-top .for-new-graduate .__link {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .for-new-graduate .__link .__icon {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  padding: 1px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  left: calc(100% + 8px);
}
#sgc-top .for-new-graduate .__link .__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_Internal.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: 1px;
}
#sgc-top .for-new-graduate .__block01 {
  padding-top: clamp(42.6666666667px, 3.3333333333vw, 64px);
  padding-bottom: clamp(80px, 6.25vw, 120px);
  border-top: 1px solid #C8C8C8;
}
#sgc-top .for-new-graduate .__block02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 2.5vw, 48px);
  padding-top: clamp(42.6666666667px, 3.3333333333vw, 64px);
  padding-bottom: clamp(42.6666666667px, 3.3333333333vw, 64px);
}
#sgc-top .for-new-graduate .__btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 8px;
  border: 2px solid #000;
  background: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: relative;
}
#sgc-top .for-new-graduate .__btn01::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 8px;
  pointer-events: none;
  border: 4px solid #000;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  left: -2px;
  top: -2px;
  z-index: 2;
}
#sgc-top .for-new-graduate .__btn01 .__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
#sgc-top .for-new-graduate .__btn01 .__icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .for-new-graduate .__btn01 .__icon::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .for-new-graduate .__btn01:hover {
    text-decoration: underline;
  }
  #sgc-top .for-new-graduate .__btn01:hover::after {
    opacity: 1;
  }
  #sgc-top .for-new-graduate .__btn01:hover .__icon::after {
    right: -2px;
    top: -2px;
  }
}
#sgc-top .for-new-graduate .__btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  background: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: relative;
}
#sgc-top .for-new-graduate .__btn02::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #000;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: 2;
}
#sgc-top .for-new-graduate .__btn02 .__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
#sgc-top .for-new-graduate .__btn02 .__icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .for-new-graduate .__btn02 .__icon::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  #sgc-top .for-new-graduate .__btn02:hover {
    text-decoration: underline;
  }
  #sgc-top .for-new-graduate .__btn02:hover::after {
    opacity: 1;
  }
  #sgc-top .for-new-graduate .__btn02:hover .__icon::after {
    right: -2px;
    top: -2px;
  }
}
@media (max-width: 767px) {
  #sgc-top .for-new-graduate {
    margin: 0 auto 24.427480916vw;
    padding: 0 4.0712468193vw;
  }
  #sgc-top .for-new-graduate .__title01 {
    font-size: 6.106870229vw;
    padding-bottom: 4.5801526718vw;
    margin-bottom: 5.5979643766vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  #sgc-top .for-new-graduate .__title01 span {
    font-size: 3.0534351145vw;
    margin-top: 3.0534351145vw;
    letter-spacing: 0.16em;
  }
  #sgc-top .for-new-graduate .__inner {
    padding-left: 0;
  }
  #sgc-top .for-new-graduate .__grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 7.1246819338vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sgc-top .for-new-graduate .__grid01::before {
    content: none;
  }
  #sgc-top .for-new-graduate .card01 {
    padding-right: 0;
  }
  #sgc-top .for-new-graduate .__card_image01 {
    position: relative;
    margin-bottom: 4.0712468193vw;
  }
  #sgc-top .for-new-graduate .__card_tag {
    font-size: 2.0356234097vw;
    line-height: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    position: absolute;
    left: calc(100% + 1.2em);
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #sgc-top .for-new-graduate .__card_title01 {
    font-size: 4.0712468193vw;
    margin-bottom: 2.0356234097vw;
    letter-spacing: 0.1em;
  }
  #sgc-top .for-new-graduate .__card_text01 {
    letter-spacing: 0;
    font-size: 2.5445292621vw;
  }
  #sgc-top .for-new-graduate .__link {
    font-size: 2.5445292621vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sgc-top .for-new-graduate .__link .__icon {
    content: "";
    width: 2.5445292621vw;
    height: 2.5445292621vw;
    padding: 0;
    left: calc(100% + 1.272264631vw);
  }
  #sgc-top .for-new-graduate .__link .__icon::after {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
    left: 0;
    top: 0;
  }
  #sgc-top .for-new-graduate .__text01 {
    font-size: 3.0534351145vw;
  }
  #sgc-top .for-new-graduate .__block01 {
    padding: 8.1424936387vw 0;
  }
  #sgc-top .for-new-graduate .__block02 {
    padding: 8.1424936387vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.8524173028vw;
  }
  #sgc-top .for-new-graduate .__btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 7.1246819338vw 7.1246819338vw 6.6157760814vw;
    gap: 2.0356234097vw;
    font-size: 4.0712468193vw;
    border-radius: 2.0356234097vw;
    border: 0.5089058524vw solid #000;
    background: #fff;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative;
    letter-spacing: 0;
  }
  #sgc-top .for-new-graduate .__btn01::after {
    content: "";
    width: calc(100% + 1.0178117048vw);
    height: calc(100% + 1.0178117048vw);
    border-radius: 2.0356234097vw;
    pointer-events: none;
    border: 1.0178117048vw solid #000;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    left: -0.5089058524vw;
    top: -0.5089058524vw;
    z-index: 2;
  }
  #sgc-top .for-new-graduate .__btn01 .__icon {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
    display: inline-block;
    position: relative;
  }
  #sgc-top .for-new-graduate .__btn01 .__icon::before {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
  #sgc-top .for-new-graduate .__btn01 .__icon::after {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
  #sgc-top .for-new-graduate .__btn02 {
    padding: 3.0534351145vw 3.0534351145vw 2.5445292621vw;
    gap: 2.0356234097vw;
    font-size: 4.0712468193vw;
    border-radius: 2.0356234097vw;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative;
    letter-spacing: 0;
  }
  #sgc-top .for-new-graduate .__btn02::after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #000;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    left: -1px;
    top: -1px;
    border-radius: 2.0356234097vw;
    z-index: 2;
  }
  #sgc-top .for-new-graduate .__btn02 .__icon {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
  #sgc-top .for-new-graduate .__btn02 .__icon::before {
    content: "";
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
  #sgc-top .for-new-graduate .__btn02 .__icon::after {
    content: "";
    width: 3.5623409669vw;
    height: 3.5623409669vw;
  }
}
#sgc-top .frontline-stories {
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
  margin: 0 auto clamp(81.3333333333px, 6.3541666667vw, 122px);
}
#sgc-top .frontline-stories .__title01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
}
#sgc-top .frontline-stories .__title01 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: clamp(6.6666666667px, 0.5208333333vw, 10px);
  letter-spacing: 0.16em;
}
#sgc-top .frontline-stories .__title01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}
#sgc-top .frontline-stories .__title01.is-animated::after {
  clip-path: inset(0);
}
#sgc-top .frontline-stories .__inner {
  padding-left: 112px;
}
#sgc-top .frontline-stories .__grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(21.3333333333px, 1.6666666667vw, 32px) 1fr clamp(21.3333333333px, 1.6666666667vw, 32px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(49.3333333333px, 3.8541666667vw, 74px) clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
}
#sgc-top .frontline-stories .card01 {
  padding-right: 16px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  #sgc-top .frontline-stories .card01:hover {
    text-decoration: underline;
  }
  #sgc-top .frontline-stories .card01:hover .__card_image01 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #sgc-top .frontline-stories .card01:hover .__link {
    text-decoration: underline;
  }
  #sgc-top .frontline-stories .card01:hover .__link .__icon {
    left: calc(100% + 10px);
  }
}
#sgc-top .frontline-stories .__card_image01 {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
#sgc-top .frontline-stories .__card_image01 img {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .frontline-stories .__card_tag {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sgc-top .frontline-stories .__card_title01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .frontline-stories .__card_text01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #sgc-top .frontline-stories {
    margin: 0 auto 21.6284987277vw;
    padding: 0 4.0712468193vw;
  }
  #sgc-top .frontline-stories .__title01 {
    position: relative;
    font-size: 6.106870229vw;
    padding-bottom: 4.5801526718vw;
    margin-bottom: 5.5979643766vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  #sgc-top .frontline-stories .__title01 span {
    font-size: 3.0534351145vw;
    margin-top: 3.0534351145vw;
    letter-spacing: 0.16em;
  }
  #sgc-top .frontline-stories .__inner {
    padding-left: 0;
  }
  #sgc-top .frontline-stories .__grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.1781170483vw;
  }
  #sgc-top .frontline-stories .card01 {
    padding-right: 0;
  }
  #sgc-top .frontline-stories .__card_image01 {
    position: relative;
    margin-bottom: 3.6641221374vw;
    overflow: hidden;
  }
  #sgc-top .frontline-stories .__card_tag {
    font-size: 2.0356234097vw;
    left: calc(100% + 1.2em);
    top: 0;
  }
  #sgc-top .frontline-stories .__card_title01 {
    font-size: 4.0712468193vw;
  }
  #sgc-top .frontline-stories .__card_text01 {
    font-size: 2.5445292621vw;
    margin-bottom: 2.4427480916vw;
  }
}
#sgc-top .frontliners {
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
  margin: 0 auto clamp(81.3333333333px, 6.3541666667vw, 122px);
}
#sgc-top .frontliners .__title01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
}
#sgc-top .frontliners .__title01 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: clamp(6.6666666667px, 0.5208333333vw, 10px);
  letter-spacing: 0.16em;
}
#sgc-top .frontliners .__title01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}
#sgc-top .frontliners .__title01.is-animated::after {
  clip-path: inset(0);
}
#sgc-top .frontliners .__inner {
  padding-left: 112px;
}
#sgc-top .frontliners .__grid01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(32px, 2.5vw, 48px) 1fr clamp(32px, 2.5vw, 48px) 1fr clamp(32px, 2.5vw, 48px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(49.3333333333px, 3.8541666667vw, 74px) clamp(32px, 2.5vw, 48px);
  position: relative;
}
#sgc-top .frontliners .card01 {
  padding-right: 16px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
#sgc-top .frontliners .card01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}
@media (hover: hover) {
  #sgc-top .frontliners .card01:hover {
    text-decoration: underline;
  }
  #sgc-top .frontliners .card01:hover .__card_image01 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #sgc-top .frontliners .card01:hover .__link {
    text-decoration: underline;
  }
  #sgc-top .frontliners .card01:hover .__link .__icon {
    left: calc(100% + 10px);
  }
}
#sgc-top .frontliners .__card_image01 {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
#sgc-top .frontliners .__card_image01 img {
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .frontliners .__card_tag {
  font-size: 12px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sgc-top .frontliners .__card_title01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.24;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .frontliners .__card_text01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
}
#sgc-top .frontliners .__card_division {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 13px;
  position: relative;
}
#sgc-top .frontliners .__card_division::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #sgc-top .frontliners {
    margin: 0 auto 24.427480916vw;
    padding: 0 4.0712468193vw;
  }
  #sgc-top .frontliners .__title01 {
    position: relative;
    font-size: 6.106870229vw;
    padding-bottom: 4.5801526718vw;
    margin-bottom: 5.5979643766vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  #sgc-top .frontliners .__title01 span {
    font-size: 3.0534351145vw;
    margin-top: 3.0534351145vw;
    letter-spacing: 0.16em;
  }
  #sgc-top .frontliners .__inner {
    padding-left: 0;
    overflow-x: scroll;
  }
  #sgc-top .frontliners .__inner.second {
    overflow-x: inherit;
    padding-top: 6.6157760814vw;
  }
  #sgc-top .frontliners .__inner.second .__grid01 {
    -ms-grid-columns: 71.2468193384vw;
    grid-template-columns: repeat(1, 71.2468193384vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16.2849872774vw;
    padding-right: 4.0712468193vw;
  }
  #sgc-top .frontliners .__grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw 10.1781170483vw 71.2468193384vw;
    grid-template-columns: repeat(8, 71.2468193384vw);
    gap: 10.1781170483vw;
  }
  #sgc-top .frontliners .card01 {
    padding-right: 0;
  }
  #sgc-top .frontliners .__card_image01 {
    position: relative;
    margin-bottom: 3.8167938931vw;
    overflow: hidden;
  }
  #sgc-top .frontliners .__card_tag {
    font-size: 3.0534351145vw;
    left: calc(100% + 1.6em);
    top: 0;
  }
  #sgc-top .frontliners .__card_title01 {
    font-size: 4.0712468193vw;
  }
  #sgc-top .frontliners .__card_text01 {
    font-size: 2.2900763359vw;
    margin-bottom: 2.2900763359vw;
  }
  #sgc-top .frontliners .__card_division {
    font-size: 2.2900763359vw;
    padding-bottom: 3.5623409669vw;
    margin-bottom: 3.0534351145vw;
    position: relative;
  }
  #sgc-top .frontliners .__card_division::after {
    content: "";
    width: 100%;
    height: 0.5px;
  }
}
#sgc-top .other-resources {
  padding: 0 clamp(53.3333333333px, 4.1666666667vw, 80px);
  margin: 0 auto clamp(96px, 7.5vw, 144px);
}
#sgc-top .other-resources .__title01 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: clamp(9.3333333333px, 0.7291666667vw, 14px);
  margin-bottom: clamp(18.6666666667px, 1.4583333333vw, 28px);
  position: relative;
}
#sgc-top .other-resources .__title01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}
#sgc-top .other-resources .__title01.is-animated::after {
  clip-path: inset(0);
}
#sgc-top .other-resources .__inner {
  padding-left: 112px;
}
#sgc-top .other-resources .__list01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(21.3333333333px, 1.6666666667vw, 32px) 1fr clamp(21.3333333333px, 1.6666666667vw, 32px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(21.3333333333px, 1.6666666667vw, 32px);
  position: relative;
  list-style: none;
}
#sgc-top .other-resources .__list01 > li {
  position: relative;
}
#sgc-top .other-resources .__list01 > li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
  position: absolute;
  left: calc(100% + clamp(10px, 0.78125vw, 15px));
  top: 0;
}
#sgc-top .other-resources .__list01 > li:last-child::after {
  content: none;
}
#sgc-top .other-resources .__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
#sgc-top .other-resources .__list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C8C8C8;
  padding: 8px 0;
  position: relative;
}
@media (hover: hover) {
  #sgc-top .other-resources .__list02 > li:hover a {
    text-decoration: underline;
  }
  #sgc-top .other-resources .__list02 > li:hover .__icon::after {
    right: -2px;
    top: -2px;
  }
}
#sgc-top .other-resources .__list02 > li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
#sgc-top .other-resources .__list02 > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}
#sgc-top .other-resources .__list02 > li .__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
#sgc-top .other-resources .__list02 > li .__icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .other-resources .__list02 > li .__icon::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#sgc-top .other-resources .__list02 > li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  #sgc-top .other-resources {
    padding: 0 4.0712468193vw;
    margin: 0 auto 24.427480916vw;
  }
  #sgc-top .other-resources .__title01 {
    position: relative;
    font-size: 6.106870229vw;
    padding-bottom: 3.8167938931vw;
    margin-bottom: 5.0890585242vw;
    position: relative;
    letter-spacing: 0.1em;
  }
  #sgc-top .other-resources .__title01 span {
    font-size: 3.0534351145vw;
  }
  #sgc-top .other-resources .__inner {
    padding-left: 0px;
  }
  #sgc-top .other-resources .__list01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(0px, 0vw, 0px);
    position: relative;
    list-style: none;
  }
  #sgc-top .other-resources .__list01 > li {
    display: contents;
  }
  #sgc-top .other-resources .__list01 > li::after {
    content: none;
  }
  #sgc-top .other-resources .__list02 {
    display: contents;
  }
  #sgc-top .other-resources .__list02 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #C8C8C8;
    padding: 2.5445292621vw 0;
  }
  #sgc-top .other-resources .__list02 > li a {
    color: #000;
    text-decoration: none;
    font-size: 4.0712468193vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
  #sgc-top .other-resources .__list02 > li a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
  }
  #sgc-top .other-resources .__list02 > li .__icon {
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    display: block;
    position: relative;
  }
  #sgc-top .other-resources .__list02 > li .__icon::before {
    content: "";
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex01.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  #sgc-top .other-resources .__list02 > li .__icon::after {
    content: "";
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    background-image: url("/ja/SonyInfo/Jobs/sgc-recruit/assets/img/top/Icon_ex02.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  #sgc-top .other-resources .__list02 > li:last-child {
    border-bottom: 1px solid #C8C8C8;
  }
}
#sgc-top .anime-smooth {
  clip-path: inset(50% 100% 50% 0);
}
#sgc-top .anime-smooth.is-animated {
  -webkit-animation: slideIn 0.5s forwards, openUp 0.5s 0.5s forwards;
          animation: slideIn 0.5s forwards, openUp 0.5s 0.5s forwards;
}
@-webkit-keyframes slideIn {
  from {
    clip-path: inset(50% 100% 50% 0);
    /* 右端＋上下から圧縮（上下50%で全く見えない） */
  }
  to {
    clip-path: inset(calc(50% - 0.5px) 0 calc(50% - 0.5px) 0);
    /* 横100%、上下1pxの帯状 */
  }
}
@keyframes slideIn {
  from {
    clip-path: inset(50% 100% 50% 0);
    /* 右端＋上下から圧縮（上下50%で全く見えない） */
  }
  to {
    clip-path: inset(calc(50% - 0.5px) 0 calc(50% - 0.5px) 0);
    /* 横100%、上下1pxの帯状 */
  }
}
#sgc-top .anime-smooth {
  /* 2. 中央から上下に開く */
}
@-webkit-keyframes openUp {
  from {
    clip-path: inset(calc(50% - 0.5px) 0 calc(50% - 0.5px) 0);
    /* 横100%、上下1pxの帯状 */
  }
  to {
    clip-path: inset(0 0 0 0);
    /* 全表示 */
  }
}
@keyframes openUp {
  from {
    clip-path: inset(calc(50% - 0.5px) 0 calc(50% - 0.5px) 0);
    /* 横100%、上下1pxの帯状 */
  }
  to {
    clip-path: inset(0 0 0 0);
    /* 全表示 */
  }
}
#sgc-top {
  /*
  >>> 追従)2027卒 エントリーサイト
  */
}
#sgc-top .entry_btn {
  display: block;
  width: 260px;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  background-color: #DC3A1A;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#sgc-top .entry_btn:hover {
  opacity: 0.6;
}
#sgc-top .entry_btn strong {
  display: block;
  color: white;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
#sgc-top .entry_btn span {
  display: block;
  color: white;
  font-size: 0.8em;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #sgc-top .entry_btn {
    width: 100%;
  }
  #sgc-top .entry_btn strong, #sgc-top .entry_btn span {
    letter-spacing: 0.04em;
  }
}