/*
Theme Name: 株式会社Standard
Version: 1.0
Author: 株式会社hypex
*/
html {
  scroll-padding-top: 8rem;
  background: #fff;
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 6rem;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
  padding-left: 10.6rem;
  padding-right: 10.6rem;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

ul,
ol {
  list-style: none;
}

body {
  padding-top: 8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 6rem;
  }
}

* {
  line-height: 1.7;
  letter-spacing: 0.08em;
}

address {
  font-style: normal;
}

::before,
::after {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 4.7rem;
  padding: 0 1rem 0 1.4rem;
  border-radius: 0.2rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-button {
    height: 6.4rem;
    padding: 0 2.3rem 0.5rem 2.3rem;
  }
}

.cta-button::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.8rem;
  border-radius: 0.08rem;
  background: #fff;
}

.cta-button span {
  flex-grow: 1;
  line-height: 1;
  padding-bottom: 0.2rem;
}

.cta-button span::before {
  content: attr(data-en);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.8rem;
  letter-spacing: 0;
}

.cta-button::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 2.8rem;
  margin-bottom: 0.4rem;
  background: url("assets/img/common/arrow_white.svg") center bottom/contain no-repeat;
}

.cta-button.new-graduate, .cta-button.requirements {
  background: #009b71;
}

.cta-button.career {
  background: #f37f28;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #1d1d1d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .global-nav {
    height: 6rem;
  }
}

.global-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding-left: 3rem;
  padding-right: 3.4rem;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper {
    height: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.3rem;
  }
}

.global-nav .logo {
  display: block;
  width: 18.1rem;
  height: 3.1rem;
}

@media screen and (max-width: 768px) {
  .global-nav .logo {
    width: 15.8rem;
    height: 2.7rem;
  }
}

.global-nav .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-nav .links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .global-nav .links {
    display: none;
  }
}

.global-nav .links .site-links {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.global-nav .links .site-links>li {
  position: relative;
  font-weight: 700;
}

.global-nav .links .site-links>li .sub-links {
  position: absolute;
  top: 100%;
  display: none;
  padding-top: 3.6rem;
}

.global-nav .links .site-links>li .sub-links ul {
  min-width: 25.9rem;
  padding: 0.8rem 2.4rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
}

.global-nav .links .site-links>li .sub-links ul>li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1d1d1d;
  padding: 0.8rem 1rem 0.8rem 0;
  font-weight: 700;
}

.global-nav .links .site-links>li .sub-links ul>li a::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url("assets/img/common/arrow_black_right.svg") center/contain no-repeat;
}

.global-nav .links .site-links>li .sub-links ul>li+li {
  border-top: 1px solid #1d1d1d;
}

.global-nav .links .ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.global-nav .links .ctas>li {
  width: 15rem;
}

.global-nav .menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .global-nav .menu-button {
    position: relative;
    display: block;
    width: 5.6rem;
    height: 2.8rem;
    border: 1px solid #fff;
    border-radius: 0.5rem;
  }
}

.global-nav .menu-button>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.global-nav .menu-button>div:nth-child(2) {
  transform: translateY(-0.4rem);
}

.global-nav .menu-button>div:nth-child(3) {
  transform: translateY(0.4rem);
}

.global-nav .menu-button.open>div:nth-child(1) {
  opacity: 0;
}

.global-nav .menu-button.open>div:nth-child(2) {
  transform: translateY(0) rotate(30deg);
}

.global-nav .menu-button.open>div:nth-child(3) {
  transform: translateY(0) rotate(-30deg);
}

#menu {
  position: fixed;
  top: 6rem;
  width: 100%;
  height: calc(100dvh - 6rem);
  overflow-y: auto;
  z-index: 99;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#menu.open {
  transform: translateY(0);
  opacity: 1;
}

#menu .global-footer-links {
  height: 100%;
}

#menu .global-footer-links .box {
  height: 100%;
  padding-top: 0.8rem;
  background: #1d1d1d;
}

.side-lined {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 3.2rem;
  width: calc(100% + 10.6rem);
  width: calc(100% + 10.6rem + (100vw - 144rem) / 2);
  margin-bottom: 4rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .side-lined {
    width: calc(100% + 2.3rem);
    overflow: hidden;
    font-size: 4rem;
    column-gap: 1.6rem;
  }
}

.side-lined[data-en] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .side-lined[data-en] {
    flex-direction: column;
    gap: 0.6rem 1.6rem;
    flex-wrap: wrap;
    height: 7rem;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.side-lined[data-en]::before {
  content: attr(data-en);
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .side-lined[data-en]::before {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

.side-lined[data-en] span {
  margin-left: 0.8rem;
}

@media screen and (max-width: 768px) {
  .side-lined[data-en] span {
    margin-left: 0;
  }
}

.side-lined span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

@media screen and (max-width: 768px) {
  .side-lined span {
    align-items: start;
    width: 100%;
    padding-top: 1.2rem;
  }
}

.side-lined span::before, .side-lined span::after {
  content: "";
  width: 0.8rem;
  height: 3.1rem;
  border-radius: 0.1rem;
  background: #1d1d1d;
}

@media screen and (max-width: 768px) {
  .side-lined span::before, .side-lined span::after {
    height: 1.6rem;
  }
}

.side-lined span::after {
  width: auto;
  flex-grow: 1;
}

.button-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}

.button-wrapper .labeled-button {
  display: grid;
  grid-template-columns: auto 1.2rem;
  grid-template-rows: auto 1fr;
  gap: 0.5rem 7rem;
  min-width: 25.2rem;
  height: 6.5rem;
  background: #1d1d1d;
  border-radius: 1rem;
  color: #fff;
  padding: 1.6rem 3.2rem 0 4rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.button-wrapper .labeled-button::before {
  content: attr(data-en);
  grid-column: span 2;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

.button-wrapper .labeled-button::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("assets/img/common/arrow_white.svg") center/contain no-repeat;
}

.button-wrapper .labeled-button:hover {
  background: #f7f7f7;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
}

.button-wrapper .labeled-button:hover::after {
  background: url("assets/img/common/arrow_black_right.svg") center/contain no-repeat;
}

h1.side-lined {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  h1.side-lined {
    margin-bottom: 2.4rem;
  }
}

.breadcrumb {
  padding-top: 1.6rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 4rem;
  }
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb ol {
    display: inline;
  }
}

.breadcrumb ol li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb ol li {
    display: inline;
  }
}

.breadcrumb ol li a,
.breadcrumb ol li span {
  font-size: 1.4rem;
  line-height: 1;
  color: #8a8a8a;
}

.breadcrumb ol li:first-child a,
.breadcrumb ol li:first-child span {
  letter-spacing: 0;
}

.breadcrumb ol li+li::before {
  content: "";
  width: 0.1rem;
  height: 1.1rem;
  background: #8a8a8a;
  border-radius: 0.1rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb ol li+li::before {
    display: inline-block;
  }
}

.breadcrumb ol li:last-child a,
.breadcrumb ol li:last-child span {
  color: #1d1d1d;
}

.breadcrumb ol li:last-child::before {
  background: #1d1d1d;
}

.breadcrumb ol li.news a,
.breadcrumb ol li.news span {
  color: #1d1d1d;
}

.page-hero {
  margin-bottom: 10.4rem;
}

@media screen and (max-width: 768px) {
  .page-hero {
    margin-bottom: 6.4rem;
  }
}

.page-hero .image {
  border-radius: 1rem 0 0 1rem;
  margin-bottom: 4rem;
  overflow: hidden;
  width: calc(100% + 10.6rem);
}

@media screen and (max-width: 768px) {
  .page-hero .image {
    margin-bottom: 2.4rem;
    width: 35.2rem;
    margin-bottom: 1.4rem;
  }
}

.page-hero .image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-hero .image img {
    aspect-ratio: 350/240;
  }
}

.page-hero .links {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-hero .links {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .page-hero .links::after {
    background: #aaa;
    border-width: 0.2rem;
    content: "";
    display: block;
    height: 2.8rem;
    width: 0.2rem;
  }
}

.page-hero .links li {
  list-style: none;
}

.page-hero .links a {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .page-hero .links a {
    border-bottom: 1px solid #aaa;
    font-size: 1.8rem;
    justify-content: space-between;
    padding: 1rem 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .page-hero .links a::before {
    background: #aaa;
    border-width: 0.2rem;
    content: "";
    display: block;
    height: 2.8rem;
    margin-right: 2.4rem;
    width: 0.2rem;
  }
}

.page-hero .links a::after {
  background: url("assets/img/common/arrow_black.svg") center/contain no-repeat;
  content: "";
  display: block;
  height: 1rem;
  width: 1.1rem;
}

@media screen and (min-width: 769px) {
  .page-hero .links a::after {
    margin-right: 4rem;
  }
}

.left-lined {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

.left-lined::before {
  content: "";
  width: 0.8rem;
  height: 3rem;
  background: #1d1d1d;
  border-radius: 0.1rem;
}

@media screen and (max-width: 768px) {
  .left-lined::before {
    width: 0.5rem;
    height: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .left-lined {
    gap: 1rem;
    font-size: 2rem;
  }
}

.left-lined.small {
  font-size: 1.6rem;
  line-height: 1;
  gap: 1rem;
}

.left-lined.small::before {
  width: 0.4rem;
  height: 2rem;
}

.global-footer .cta {
  padding: 11.8rem 0 6.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta {
    padding-top: 6.4rem;
    overflow: hidden;
  }
}

.global-footer .cta .wrapper {
  display: grid;
  grid-template-columns: 1fr 56.9rem;
  gap: 7.2rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .wrapper {
    grid-template-columns: 100%;
    gap: 3.5rem;
  }
}

.global-footer .cta .text {
  padding-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .text {
    padding-top: 0;
  }
}

.global-footer .cta .text h2 {
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 1.4;
  transform: matrix(1, 0, -0.1, 1, 0, 0);
}

@media screen and (max-width: 768px) {
  .global-footer .cta .text h2 {
    padding-left: 0.4rem;
    width: calc(100% + 2rem);
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
}

.global-footer .cta .text p {
  max-width: 53.4rem;
  font-size: 1.8rem;
}

.global-footer .cta .buttons ul>li+li {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li+li {
    margin-top: 1rem;
  }
}

.global-footer .cta .buttons ul>li .cta-button {
  gap: 2.4rem;
  height: 17.1rem;
  padding: 0 4.8rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li .cta-button {
    gap: 1.6rem;
    height: 9.9rem;
    padding: 0 3rem 0 3.2rem;
  }
}

.global-footer .cta .buttons ul>li .cta-button::before {
  width: 0.6rem;
  height: 7rem;
  border-radius: 0.3rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li .cta-button::before {
    height: 6.4rem;
  }
}

.global-footer .cta .buttons ul>li .cta-button span {
  font-size: 3rem;
  line-height: 2;
  padding-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li .cta-button span {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

.global-footer .cta .buttons ul>li .cta-button span::before {
  line-height: 1;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li .cta-button span::before {
    font-size: 2rem;
  }
}

.global-footer .cta .buttons ul>li .cta-button::after {
  width: 2.4rem;
  height: 6.3rem;
}

@media screen and (max-width: 768px) {
  .global-footer .cta .buttons ul>li .cta-button::after {
    width: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .global-footer .global-footer-links .site-links .box {
    padding-bottom: 4.8rem;
  }
}

.global-footer-links {
  display: grid;
  grid-template-columns: calc(51.6rem + (100vw - 144rem) / 2) 1fr;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .global-footer-links {
    grid-template-columns: 100%;
  }
}

.global-footer-links .company-info {
  background: #1d1d1d;
}

.global-footer-links .company-info .inner {
  max-width: 51.6rem;
  margin-left: auto;
  padding: 10.4rem 0 5.3rem 7.9rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner {
    padding: 4.6rem 3rem 3.2rem;
  }
}

.global-footer-links .company-info .inner .logo {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 7.2rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner .logo {
    margin-bottom: 3.6rem;
  }
}

.global-footer-links .company-info .inner .logo img {
  width: 15rem;
}

.global-footer-links .company-info .inner .logo .divider {
  height: 3.15rem;
  width: 0.1rem;
  background: #fff;
}

.global-footer-links .company-info .inner .logo span {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
}

.global-footer-links .company-info .inner address {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner address {
    margin-bottom: 1.6rem;
  }
}

.global-footer-links .company-info .inner address p {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner address p {
    font-weight: 700;
  }
}

.global-footer-links .company-info .inner address p:first-child {
  font-weight: 700;
}

.global-footer-links .company-info .inner address p+p {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner address p+p {
    font-weight: 500;
  }
}

.global-footer-links .company-info .inner .terms {
  margin-bottom: 6rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner .terms {
    margin-bottom: 4rem;
  }
}

.global-footer-links .company-info .inner .terms>li+li {
  margin-top: 0.4rem;
}

.global-footer-links .company-info .inner .terms a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.global-footer-links .company-info .inner .terms a::before {
  content: "";
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  background: url("assets/img/common/arrow_inequality.svg") center/contain no-repeat;
}

.global-footer-links .company-info .inner .terms a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("assets/img/common/external.svg") center/contain no-repeat;
}

.global-footer-links .company-info .inner .copyright {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .company-info .inner .copyright {
    letter-spacing: 0;
  }
}

.global-footer-links .site-links {
  padding-top: 4.4rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links {
    order: -1;
    padding-top: 0;
  }
}

.global-footer-links .site-links .box {
  height: 100%;
  padding: 9.5rem 7.4rem 9.5rem;
  background: #666666;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box {
    padding: 4rem 2.3rem;
  }
}

.global-footer-links .site-links .box .inner {
  max-width: 92.4rem;
}

.global-footer-links .site-links .box .page-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4rem 8rem;
  max-height: 35rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links {
    max-height: none;
    gap: 0;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social) {
  max-width: 15.6rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social) {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):not(:has(.cta-button)) {
    position: relative;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button) {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button) {
    margin: 0;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6980392157);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button)::before, .global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button)::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 2.6rem;
    right: 0.6rem;
    margin: auto;
    width: 1rem;
    height: 0.2rem;
    background: #1d1d1d;
    border-radius: 0.1rem;
    pointer-events: none;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button).closed::before {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button).closed~ul {
    display: none;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button)>div {
  position: absolute;
  top: -0.2rem;
  right: -1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.8rem;
  height: 5.8rem;
}

@media screen and (min-width: 769px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button)>div {
    display: none;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social)>a:not(.cta-button)>div::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, 0.6980392157);
  border-radius: 1.1rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):not(.global-footer-links .site-links .box .page-links > li:not(.social):has(ul))>a::before, .global-footer-links .site-links .box .page-links>li:not(.social):not(.global-footer-links .site-links .box .page-links > li:not(.social):has(ul))>a::after {
    display: none;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social):not(.global-footer-links .site-links .box .page-links > li:not(.social):has(ul))>a>div {
  display: none;
}

.global-footer-links .site-links .box .page-links>li:not(.social)>ul {
  display: grid;
  grid-template-columns: 100%;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6980392157);
    padding: 0 1.6rem;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social)>ul>li>a {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>ul>li>a {
    font-size: 1.5rem;
    padding: 1.6rem 0 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6980392157);
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>ul>li+li>a {
    padding-top: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social)>ul>li:last-child>a {
    border-bottom: none;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button) {
  width: 30.6rem;
  max-width: 30.6rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)+li {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button) {
    width: 100%;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>.cta-button {
  height: 6.4rem;
  margin-bottom: 1.6rem;
  padding: 0 2.2rem 0.5rem 2.3rem;
  gap: 1.2rem;
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>.cta-button::before {
  width: 0.3rem;
  height: 3.1rem;
  border-radius: 0.15rem;
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>.cta-button::after {
  width: 1.2rem;
  height: 2.8rem;
  margin-bottom: 0;
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>.cta-button span::before {
  font-size: 1.2rem;
}

.global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.4rem 2.2rem;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>ul {
    padding: 0;
    border: none;
    gap: 0.4rem 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>li:not(.social):has(.cta-button)>ul>li>a {
    border: none;
    padding: 0;
    font-size: 1.3rem;
  }
}

.global-footer-links .site-links .box .page-links>.social {
  display: flex;
  gap: 2.4rem;
  margin-top: -1.6rem;
}

.global-footer-links .site-links .box .page-links>.social>a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .global-footer-links .site-links .box .page-links>.social>a {
    padding: 0;
    border: none;
  }
}

.global-footer-links .site-links .box .page-links>.social>a.instagram::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("./assets/img/common/instagram.svg") center/contain no-repeat;
}

.global-footer-links .site-links .box .page-links>.social>a.youtube::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background: url("./assets/img/common/youtube.svg") center/contain no-repeat;
}

.interview-heading {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 40.2rem;
  border-radius: 1rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .interview-heading {
    position: relative;
    overflow: hidden;
    flex-direction: column-reverse;
    padding: 3.2rem 2.4rem 8.8rem;
    height: auto;
  }
}

.interview-heading.orange {
  background: #f37f28;
}

.interview-heading.blue {
  flex-direction: row-reverse;
  justify-content: space-between;
  background: #0044dd;
  padding: 0 7.2rem 0 12.8rem;
}

@media screen and (max-width: 768px) {
  .interview-heading.blue {
    flex-direction: column-reverse;
    padding: 3.2rem 2.4rem 8.8rem;
  }
}

.interview-heading.blue .image {
  width: 50.1rem;
  height: 47.5rem;
}

@media screen and (max-width: 768px) {
  .interview-heading.blue .image {
    width: 26rem;
    height: auto;
    right: -2.5rem;
  }
}

.interview-heading.blue .image img {
  width: 50.1rem;
}

@media screen and (max-width: 768px) {
  .interview-heading.blue .image img {
    width: 100%;
    height: auto;
  }
}

.interview-heading.crosstalk {
  justify-content: space-between;
  align-items: start;
  height: auto;
  padding: 5.9rem 5.6rem;
  background: url("./assets/img/interview/crosstalk-bg.webp") center/100% 100% no-repeat;
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk {
    flex-direction: column;
    padding: 3.2rem 2.4rem;
    gap: 2.4rem;
  }
}

.interview-heading.crosstalk .text {
  width: 35.6rem;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .text {
    width: 100%;
    gap: 0.68rem;
  }
}

.interview-heading.crosstalk .text .left-lined {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .text .left-lined {
    gap: 0.907rem;
    line-height: 1;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .text .left-lined::before {
    width: 0.453rem;
    height: 1.7rem;
  }
}

.interview-heading.crosstalk .text p {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .text p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.interview-heading.crosstalk .text p::before {
  content: "CROSS TALK";
  font-family: "Albert Sans", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 10.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .text p::before {
    font-size: 6.4rem;
    margin-bottom: 1.2rem;
  }
}

.interview-heading.crosstalk .image {
  width: 66.3rem;
  height: 38.5rem;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .interview-heading.crosstalk .image {
    position: static;
    width: 100%;
    height: 17.9rem;
  }
}

.interview-heading.crosstalk .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.interview-heading .image {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: -7.3rem;
  width: 52.6rem;
  height: 47.5rem;
}

@media screen and (max-width: 768px) {
  .interview-heading .image {
    position: absolute;
    width: 28rem;
    height: auto;
    bottom: -1.6rem;
    right: -5rem;
  }
}

.interview-heading .image img {
  max-width: none;
  width: 57.3rem;
}

@media screen and (max-width: 768px) {
  .interview-heading .image img {
    width: 100%;
    height: auto;
  }
}

.interview-heading .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2.4rem;
}

.interview-heading .text .position {
  padding: 0.6rem 2.4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 1rem;
}

.interview-heading .text .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .interview-heading .text .title {
    font-size: 2.4rem;
  }
}

.interview-heading .text p {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .interview-heading .text p {
    font-size: 1.8rem;
  }
}

.interview-heading .text p .en {
  display: block;
  font-family: "Albert Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .interview-heading .text p .en {
    font-size: 1.8rem;
  }
}

.interview-heading .text p .date {
  margin-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .interview-heading .text p .date {
    display: block;
    font-size: 1.4rem;
  }
}

.category-list {
  display: flex;
  justify-content: start;
  gap: 0.8rem;
}

.category-list>li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.9rem;
  padding: 0 1rem;
  background: #3f3e3e;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

.article-card {
  display: grid;
  grid-template-columns: 1fr 26.1rem;
  align-items: center;
  gap: 8rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .article-card {
    grid-template-columns: 100%;
    gap: 1.6rem;
  }
}

.article-card .text .category-list {
  margin-bottom: 2.4rem;
}

.article-card .text .date {
  margin-bottom: 1.6rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .article-card .text .date {
    margin-bottom: 0.8rem;
  }
}

.article-card .text .title a {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article-card .text .title a {
    display: block;
    font-size: 1.8rem;
  }
}

.article-card .image {
  height: 15.5rem;
  background: #646464;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article-card .image {
    height: 19.5rem;
  }
}

.article-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  overflow: hidden;
}

.slide-up {
  transform: translateY(1rem);
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition-delay: 0.3s;
}

.slide-up.up {
  transform: translateY(0);
  opacity: 1;
}

body:not(.page-template-page-interview-entry-1, .page-template-page-interview-entry-2) header {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */