:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

.company_item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 10px;
}
@media screen and (max-width: 1239px) {
  .company_item {
    column-gap: 9px;
  }
}
@media screen and (max-width: 639px) {
  .company_item {
    column-gap: 8px;
  }
}
.company_item .name {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
}
@media screen and (max-width: 1239px) {
  .company_item .name {
    column-gap: 7px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .name {
    column-gap: 4px;
  }
}
.company_item .name::before {
  align-self: center;
  content: "";
  display: inline-block;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--mcs_gray00);
}
@media screen and (max-width: 1239px) {
  .company_item .name::before {
    width: 7px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .name::before {
    width: 6px;
  }
}
.company_item .name .label {
  align-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 600;
}
.company_item .name .label span {
  font-weight: 600;
}
.company_item .name .label {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  .company_item .name .label {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .name .label {
    font-size: 15px;
  }
}
.company_item .line {
  align-self: center;
  height: 1.5px;
  background-image: repeating-linear-gradient(90deg, var(--mcs_gray00) 0 5px, transparent 5px 8px);
}
.company_item .booth {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 136px;
  height: 32px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .company_item .booth {
    width: 128px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .booth {
    width: 120px;
  }
}
.company_item .booth::before {
  content: "";
  display: inline-block;
  border: 1.5px solid transparent;
  border-radius: 16px;
  background-image: linear-gradient(white, white), var(--grad_mcs);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: absolute;
  inset: 0;
}
.company_item .booth .label {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.company_item .booth .label span {
  font-weight: 600;
}
.company_item .booth .label {
  translate: 0 -0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .company_item .booth .label {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .booth .label {
    font-size: 13px;
  }
}
.company_item .booth .num {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.company_item .booth .num span {
  font-weight: 500;
}
.company_item .booth .num {
  translate: 0 0.03em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .company_item .booth .num {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  .company_item .booth .num {
    font-size: 15px;
  }
}

.company_item.company_item_wide {
  grid-column: 1/-1;
}

@media screen and (max-width: 639px) {
  .company_item.company_item_nameLong {
    grid-template-columns: 1fr auto;
    row-gap: 10px;
  }
}
@media screen and (max-width: 639px) {
  .company_item.company_item_nameLong .name {
    grid-column: 1/-1;
    justify-self: start;
  }
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

section.section_intro {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_intro {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro {
    margin-top: 40px;
  }
}
section.section_intro .lead {
  display: flex;
  justify-content: center;
  margin-inline: 8vw;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_intro .lead {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .lead {
    padding-top: 30px;
  }
}
section.section_intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_intro .lead p span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section.section_intro .lead p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .lead p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .lead p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .lead p br {
    display: none;
  }
}
section.section_intro .photo_collage {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage {
    margin-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage {
    margin-top: 40px;
  }
}
section.section_intro .photo_collage .bg {
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  bottom: -100px;
  z-index: -1;
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .bg {
    top: -100px;
  }
}
section.section_intro .photo_collage .bg .gradient {
  opacity: 0.4;
  background: var(--grad_mcs);
  mix-blend-mode: color-dodge;
  position: absolute;
  inset: 0;
}
section.section_intro .photo_collage .bg img {
  opacity: 0.15;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_intro .photo_collage .bg::before, section.section_intro .photo_collage .bg::after {
  content: "";
  display: inline-block;
  height: 42%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
section.section_intro .photo_collage .bg::before {
  background: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, transparent 100%);
  top: -2px;
}
section.section_intro .photo_collage .bg::after {
  background: linear-gradient(0deg, hsl(0, 0%, 100%) 0%, transparent 100%);
  bottom: -2px;
}
section.section_intro .photo_collage .photo_wrap {
  margin-inline: auto;
  width: 1000px;
  height: auto;
  aspect-ratio: 1000/450;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap {
    width: 92vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo {
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
}
section.section_intro .photo_collage .photo_wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_intro .photo_collage .photo_wrap .photo.photo_1 {
  width: 272px;
  aspect-ratio: 272/168;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_1 {
    width: 22.848vw;
    top: 0.672vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_1 {
    width: 25.024vw;
    top: 0.736vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_2 {
  width: 204px;
  aspect-ratio: 204/126;
  left: 234px;
  top: 107px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_2 {
    width: 17.136vw;
    left: 19.656vw;
    top: 8.988vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_2 {
    width: 18.768vw;
    left: 21.528vw;
    top: 9.844vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_3 {
  width: 272px;
  aspect-ratio: 272/168;
  left: 500px;
  top: 0;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_3 {
    width: 22.848vw;
    left: 42vw;
    top: 0vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_3 {
    width: 25.024vw;
    left: 46vw;
    top: 0vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_4 {
  width: 204px;
  aspect-ratio: 204/126;
  left: 799px;
  top: 81px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_4 {
    width: 17.136vw;
    left: 67.116vw;
    top: 6.804vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_4 {
    width: 18.768vw;
    left: 73.508vw;
    top: 7.452vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_5 {
  width: 272px;
  aspect-ratio: 272/168;
  left: 137px;
  top: 264px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_5 {
    width: 22.848vw;
    left: 11.508vw;
    top: 22.176vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_5 {
    width: 25.024vw;
    left: 12.604vw;
    top: 24.288vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_6 {
  width: 272px;
  aspect-ratio: 272/168;
  left: 477px;
  top: 197px;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_6 {
    width: 22.848vw;
    left: 40.068vw;
    top: 16.548vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_6 {
    width: 25.024vw;
    left: 43.884vw;
    top: 18.124vw;
  }
}
section.section_intro .photo_collage .photo_wrap .photo.photo_7 {
  width: 204px;
  aspect-ratio: 204/126;
  left: 722px;
  top: 329px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_7 {
    width: 17.136vw;
    left: 60.648vw;
    top: 27.636vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .photo_collage .photo_wrap .photo.photo_7 {
    width: 18.768vw;
    left: 66.424vw;
    top: 30.268vw;
  }
}

section.section_map {
  margin-top: 70px;
  padding-top: 50px;
  margin-inline: auto;
  width: 960px;
  max-width: 92vw;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_map {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map {
    margin-top: 30px;
    padding-top: 30px;
  }
}
section.section_map .badge {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-content: center;
  width: 104px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--grad_mcs);
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_map .badge {
    width: 74px;
    right: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .badge {
    width: 44px;
  }
}
@media screen and (max-width: 439px) {
  section.section_map .badge {
    right: 0;
  }
}
section.section_map .badge .num,
section.section_map .badge span.unit {
  font-family: "Poppins", sans-serif;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_map .badge .num span,
section.section_map .badge span.unit span {
  font-weight: 500;
}
section.section_map .badge .num,
section.section_map .badge span.unit {
  color: var(--c-white);
}
section.section_map .badge .num {
  font-size: 48px;
}
@media screen and (max-width: 1239px) {
  section.section_map .badge .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .badge .num {
    font-size: 24px;
  }
}
section.section_map .badge span.unit {
  align-self: end;
  padding-left: 0.1em;
  font-size: 32px;
  translate: 0 -0.1em;
}
@media screen and (max-width: 1239px) {
  section.section_map .badge span.unit {
    font-size: 24px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .badge span.unit {
    font-size: 16px;
  }
}
section.section_map .caption {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_map .caption {
    padding-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .caption {
    padding-top: 30px;
  }
}
section.section_map .caption p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_map .caption p span {
  font-weight: 500;
}
section.section_map .caption p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_map .caption p {
    font-size: 15px;
    line-height: 26.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .caption p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.section_map .scroll_contents {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_map .scroll_contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .scroll_contents {
    margin-top: 30px;
  }
}
section.section_map .scroll_contents .swipe {
  display: none;
}
@media screen and (max-width: 639px) {
  section.section_map .scroll_contents .swipe {
    display: block;
  }
}
section.section_map .scroll_contents .map {
  width: 100%;
}
@media screen and (max-width: 639px) {
  section.section_map .scroll_contents .map {
    padding-inline: 4vw;
    width: calc(700px + 8vw);
    height: auto;
  }
}
section.section_map .scroll_contents .map img {
  width: 100%;
  height: auto;
}
section.section_map .download {
  padding-top: 50px;
  margin-inline: auto;
  width: 440px;
  max-width: 100%;
}
@media screen and (max-width: 1239px) {
  section.section_map .download {
    padding-top: 40px;
    width: 360px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .download {
    padding-top: 30px;
    width: 280px;
  }
}
section.section_map .download .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_map .download .title h4 span {
  font-weight: 600;
}
section.section_map .download .title h4 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_map .download .title h4 {
    font-size: 17.5px;
    line-height: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .download .title h4 {
    font-size: 15px;
    line-height: 22px;
  }
}
section.section_map .download .title::after {
  content: "";
  display: block;
  margin-top: 25px;
  height: 2px;
  background: var(--grad_mcs);
}
@media screen and (max-width: 1239px) {
  section.section_map .download .title::after {
    margin-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .download .title::after {
    margin-top: 20px;
  }
}
section.section_map .download .title.fadeElem::after {
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}
section.section_map .download .title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section_map .download .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 1239px) {
  section.section_map .download .btn {
    margin-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_map .download .btn {
    margin-top: 20px;
  }
}
section.section_map .download .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  border-radius: 16px;
  position: relative;
}
section.section_map .download .btn a::before {
  content: "";
  display: inline-block;
  border-radius: inherit;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
section.section_map .download .btn a::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 15px;
  background-color: var(--c-white);
  position: absolute;
  inset: 2px;
}
section.section_map .download .btn a .icon {
  position: relative;
  z-index: 1;
}
section.section_map .download .btn a .icon svg {
  transition: stroke 1.3s;
  fill: none;
  stroke: url(#download_arrow);
  stroke-width: 1.8px;
}
section.section_map .download .btn a .icon svg polyline.box {
  stroke-linejoin: round;
}
@media screen and (min-width: 1239px) {
  section.section_map .download .btn a:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  section.section_map .download .btn a:hover .icon svg {
    stroke: var(--c-white);
  }
}
section.section_map .download .note {
  margin-top: 15px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_map .download .note span {
  font-weight: 500;
}
section.section_map .download .note {
  text-align: center;
}

section.section_list {
  margin-top: 30px;
  padding-top: 50px;
  margin-inline: auto;
  width: 1160px;
  max-width: 92vw;
}
@media screen and (max-width: 1239px) {
  section.section_list {
    margin-top: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list {
    margin-top: 10px;
    padding-top: 30px;
  }
}
section.section_list .section_content {
  margin-inline: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content {
    margin-inline: 8vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_list .section_content {
    margin-inline: 4vw;
  }
}
section.section_list .section_content .grad_line_title {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .grad_line_title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .grad_line_title {
    margin-top: 30px;
  }
}
section.section_list .section_content .company_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_list .section_content .company_grid {
    column-gap: 40px;
    row-gap: 18px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_list .section_content .company_grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.section_list .section_content .company_grid {
    row-gap: 16px;
    margin-top: 24px;
  }
}

section.section_news {
  margin-top: 50px;
  padding-top: 50px;
  margin-inline: auto;
  width: 960px;
}
@media screen and (max-width: 1239px) {
  section.section_news {
    margin-top: 25px;
    padding-top: 45px;
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_news {
    margin-top: 0px;
    padding-top: 40px;
  }
}
section.section_news .news_box {
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box {
    padding: 35px 15px 30px;
  }
}
section.section_news .news_box::before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background-color: var(--mcs_gray01);
  position: absolute;
  inset: 0;
}
section.section_news .news_box .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 24px;
  position: absolute;
  left: 40px;
  top: -12px;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box .badge {
    left: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box .badge {
    left: 20px;
  }
}
section.section_news .news_box .badge::before {
  content: "";
  display: inline-block;
  border-radius: 12px;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
section.section_news .news_box .badge .label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_news .news_box .badge .label span {
  font-weight: 500;
}
section.section_news .news_box .badge .label {
  color: var(--c-white);
  translate: 0 -0.05em;
}
section.section_news .news_box .head {
  justify-self: center;
  position: relative;
}
section.section_news .news_box .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_news .news_box .head h4 span {
  font-weight: 600;
}
section.section_news .news_box .head h4 {
  text-align: center;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box .head h4 {
    font-size: 18.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box .head h4 {
    font-size: 15px;
  }
}
section.section_news .news_box .head h4 span.deco {
  display: inline-block;
  margin-inline: 1em;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box .head h4 span.deco {
    margin-inline: 0.5em;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box .head h4 span.deco {
    display: none;
  }
}
section.section_news .news_box .body {
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box .body {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box .body {
    padding-top: 20px;
  }
}
section.section_news .news_box .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_news .news_box .body p span {
  font-weight: 500;
}
section.section_news .news_box .body p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_news .news_box .body p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .news_box .body p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.section_news .news_box.fadeElem::before {
  opacity: 0;
  translate: 0 var(--fadeInLength);
}
section.section_news .news_box.fadeIn::before {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}