@charset "UTF-8";
:root {
  --color-blue: #0404d4;
  --color-black: #091a30;
  --color-green: #199332;
  --color-gray: #8b8b8b;
  --color-border: #9f9f9f;
  --color-bg-blue: #091a30;
  --color-bg-gray: #f6f6f6;
}
:root {
  --liquid-lgDesignRatio: 144;
  --liquid-mdDesignRatio: 75;
  --liquid-smDesignRatio: 37.5;
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignRatio));
  --liquid-bodyroot: 1.6rem;
  --solid-root: 16px;
  --mobile-DesignWidth: 750;
  --mobile-ContentsWidth: 750;
  --mobile-ContentsRatio: var(--mobile-ContentsWidth) / var(--mobile-DesignWidth);
  --mobile-root: min(16px * var(--mobile-ContentsRatio), 16 * 100 / var(--mobile-DesignWidth) * 1vw);
  --headerHeight: 8rem;
}
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-size-adjust: 100%;
  background-color: #fff;
  color: var(--color-black);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, NotoSansCJKjp, Yu Gothic, YuGothic, Verdana, Meiryo,
    "M+ 1p", sans-serif;
  letter-spacing: 0em;
  overflow-wrap: break-word;
}
html {
  font-size: var(--liquid-htmlroot);
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}
html body {
  font-size: var(--liquid-bodyroot);
}
html,
body {
  width: 100%;
  min-height: 100%;
}
.modal-open {
  overflow: hidden;
}
.ff_eng {
  font-family: Lato, Noto Sans JP, sans-serif;
}
a,
button {
  display: block;
  z-index: 100;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
a > *,
button > * {
  pointer-events: none;
}
a.__prevent,
button.__prevent {
  pointer-events: none;
}
a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
a:focus:not(:fous-visible),
button:focus:not(:fous-visible) {
  outline: none;
}
a img,
button img {
  border: none;
}
.is_DOMloaded a,
.is_DOMloaded button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-property: background-color, opacity, fill, color, border-color, -webkit-box-shadow,
    -webkit-transform;
  transition-property: background-color, opacity, fill, color, border-color, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, opacity, fill, color, box-shadow, transform, border-color;
  transition-property: background-color, opacity, fill, color, box-shadow, transform, border-color;
  transition-property: background-color, opacity, fill, color, box-shadow, transform, border-color, -webkit-box-shadow,
    -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
* {
  min-height: 0vw;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px)
    env(safe-area-inset-left, 20px);
}
img {
  width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  pointer-events: none;
}
picture {
  display: block;
}
iframe {
  width: 100%;
}
ul,
ol,
li {
  font-size: inherit;
  list-style: none;
}
figure {
  display: block;
}
svg {
  overflow: visible;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.ly_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
}
.ly_wrapper.is_hidden {
  overflow: hidden;
}
.ly_wrapper .ly_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ly_inner {
  width: min(100% - 4.8rem, 112rem);
  margin: 0 auto;
}
.ly_inner_s {
  width: min(100% - 4.8rem, 80rem);
  margin: 0 auto;
}
.bl_header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.bl_header.__black,
.bl_header.bl_header.is-scroll {
  color: var(--color-black);
}
body.is-menu-open .bl_header.__black {
  color: #fff;
}
.bl_header_inner {
  padding: 3.2rem 4rem 3.2rem 3.2rem;
  -webkit-transition: background-color 0.2s ease-out, -webkit-backdrop-filter 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-backdrop-filter 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, backdrop-filter 0.2s ease-out;
  transition: background-color 0.2s ease-out, backdrop-filter 0.2s ease-out;
  transition: background-color 0.2s ease-out, backdrop-filter 0.2s ease-out, -webkit-backdrop-filter 0.2s ease-out;
}
.bl_header.is-scroll .bl_header_inner {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
}
body.is-menu-open .bl_header.is-scroll .bl_header_inner {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: none;
}
.bl_header.__black.is-scroll .bl_header_inner {
  background: rgba(255, 255, 255, 0.4);
}
.bl_header_ctt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_header_logo {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.is-menu-open .bl_header_logo {
  opacity: 0;
}
.bl_header_logoItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.bl_header_logoPic {
  display: block;
  position: relative;
  aspect-ratio: 160/42.72;
  width: 16rem;
}
.bl_header_logoItemPic {
  position: relative;
}
.bl_header_logoItemPicWhite {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.bl_header.__black .bl_header_logoItemPicWhite {
  opacity: 0;
}
.bl_header.is-scroll:not(.__black) .bl_header_logoItemPicWhite {
  opacity: 0;
}
body.is-menu-open .bl_header.__black .bl_header_logoItemPicWhite,
.bl_header_logoItemPicBlack {
  opacity: 1;
}
.bl_header.is-scroll:not(.__black) .bl_header_logoItemPicBlack {
  opacity: 1;
}
body.is-menu-open .bl_header.__black .bl_header_logoItemPicBlack {
  opacity: 0;
}
.bl_header_logoText {
  margin-left: 3.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.bl_header_nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2.9rem;
}
.bl_header_navItem {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 0;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bl_header_navItem:before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: currentColor;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.bl_header_navItemIcon {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 0.8rem;
  margin-left: 0.1rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.bl_header_navItem.is-open .bl_header_navItemIcon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bl_header_navItemIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_header_menubtn,
.bl_header_menubtnOpenIcon {
  display: none;
}
body.is-menu-open .bl_header_menubtnOpenIcon {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
body.is-menu-open .bl_header_menubtnCloseIcon {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.bl_header_panel {
  display: block;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2.4rem 3.2rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.bl_header.is-scroll .bl_header_panel {
  background: rgba(9, 26, 48, 0.1);
}
.bl_header.__black.is-scroll .bl_header_panel {
  background: rgba(255, 255, 255, 0.4);
}
.bl_header_panelContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bl_header_panelHead {
  width: 19rem;
}
.bl_header_panelHeadEn {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.bl_header_panelHeadJp {
  display: block;
  margin-top: 0.7rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.bl_header_panelBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.bl_header_panelItem {
  width: 19rem;
}
.bl_header_panelItemFig {
  aspect-ratio: 191/127;
  overflow: hidden;
  border-radius: 0.4rem;
}
.bl_header_panelItemFig img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
a:hover .bl_header_panelItemFig img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bl_header_panelItemText {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.bl_footer {
  padding: 12rem 9rem 5.6rem;
  background-color: var(--color-bg-blue);
  color: #fff;
}
.bl_footer_ctt {
  display: grid;
  grid-template: auto/34% 1fr;
}
.bl_footer_logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.bl_footer_logoItem {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.bl_footer_logoPic {
  display: block;
  aspect-ratio: 161/42.72;
  width: 100%;
  width: 16rem;
}
.bl_footer_logoPic img {
  display: block;
  width: 100%;
  height: auto;
}
.bl_footer_logoText {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.bl_footer_nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  align-items: flex-start;
  max-width: 75%;
  gap: 4.8rem 2rem;
}
.bl_footer_navItem.is-open .bl_footer_navItemLinkIcon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.bl_footer_navItem.__lg {
  display: grid;
}
.bl_footer_navItem.__md {
  display: none;
}
.bl_footer_navItemMain {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.bl_footer_navItemSubWrap {
  display: none;
}
.bl_footer_navItemSub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.5rem;
  padding-left: 1.6rem;
  gap: 2.2rem;
}
.bl_footer_navItemLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  font-size: 1.4rem;
}
.bl_footer_navItemLink:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.bl_footer_navItemLink[target="_blank"] {
  position: relative;
}
.bl_footer_navItemLink[target="_blank"]:after {
  display: inline-block;
  position: relative;
  top: -0.15rem;
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.5em;
  background-image: url(./images/common/icon-blank-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.bl_footer_navItemLink.__m {
  font-weight: 500;
}
.bl_footer_navItemLinkIcon {
  width: 1rem;
  height: 0.9rem;
  margin-left: 0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bl_footer_navItemLinkIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_footer_banners {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  width: 100%;
  margin-top: 8rem;
  gap: 2.4rem;
}
.bl_footer_bannerItem {
  display: block;
  aspect-ratio: 256/64;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5.5rem;
  gap: 2.4rem;
}
.bl_footer_bannerItem.u-wrapDirection {
  grid-column: 3;
}
.bl_footer_snsItem {
  display: block;
  aspect-ratio: 1;
  width: 5.6rem;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_footer_copyright {
  display: block;
  margin-top: 8.3rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
.bl_footer_pagetop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 5.6rem;
  bottom: 5.6rem;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.1rem solid var(--color-black);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-black);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.bl_footer_pagetop_icon {
  width: 1.5rem;
  height: 0.9rem;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.bl_footer_pagetop_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_footer_fixBanner {
  display: none;
  z-index: 200;
  position: fixed;
  right: 4rem;
  bottom: 15rem;
}
.bl_footer_fixBanner_item {
  display: block;
  width: 200px;
  height: auto;
  padding: 7px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_footer_fixBanner_item img {
  display: block;
  width: 100%;
  height: auto;
}
.bl_footer_fixBanner_itemPic {
  display: inline-block;
  width: 100%;
  height: auto;
}
.bl_footer_fixBanner_itemText {
  display: block;
  padding: 5px 0;
  color: #10562f;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_footer_fixBanner_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.bl_footer_fixBanner_closeBar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color-black);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.bl_footer_fixBanner_closeBar.__is1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_footer_fixBanner_closeBar.__is2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.el_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 19.2rem;
  height: 5.6rem;
  margin: 0;
  padding: 1.8rem 1rem;
  border: 0.1rem solid var(--color-black);
  background: none;
  background-color: var(--color-black);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Lato, Noto Sans JP, sans-serif;
  text-align: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.el_btn.__white {
  border: none;
  background-color: #fff;
  color: var(--color-black);
}
.el_btn.__blue {
  border: none;
  background-color: var(--color-blue);
}
.el_btn:before {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: 0.1rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: currentColor;
  content: "";
}
.el_textBlock_title {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.6;
}
.el_textBlock_title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_title:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.el_textBlock_text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock_text:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.el_textBlock.__center {
  text-align: center;
}
.el_textBlock.__left {
  text-align: left;
}
.el_textBlock.__fff > * {
  color: #fff !important;
}
.el_textBlock > *:last-child {
  margin-bottom: 0 !important;
}
.el_textBlock .el_textBlock_title {
  margin-bottom: 2.4rem;
}
.el_textBlock.__mbLv1 {
  margin-bottom: 1.6rem;
}
.el_textBlock.__mbLv2 {
  margin-bottom: 2.4rem;
}
.el_textBlock.__mbLv3 {
  margin-bottom: 3.2rem;
}
.el_textBlock.__mbLv4 {
  margin-bottom: 4rem;
}
.el_textBlock.__mbLv5 {
  margin-bottom: 5.6rem;
}
.el_textBlock.__mbLv6 {
  margin-bottom: 6.4rem;
}
.el_textBlock.__mbLv7 {
  margin-bottom: 7.2rem;
}
.el_textBlock.__mbLv8 {
  margin-bottom: 8rem;
}
.el_heading {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.45rem;
}
.el_heading.__white:before {
  background-color: #fff;
}
.el_heading:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: var(--color-black);
  content: "";
}
.el_heading_en {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_heading_jp {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}
.el_heading2 {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
}
.el_heading2:before {
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 0.4rem;
  height: 70%;
  min-height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}
.el_heading3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4.8rem;
}
.el_heading3Bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 2.4rem;
}
.el_heading3Bar:after {
  -webkit-box-flex: 1;
  display: block;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 0.1rem;
  min-height: 1px;
  margin-left: 1.6rem;
  background-color: currentColor;
  content: "";
}
.el_text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.el_textM {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.el_textdeco {
  font-weight: 700;
  font-size: 20rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el_textdeco.__white {
  color: #fff;
}
.el_textdeco.__gray {
  color: #cfcfcf;
  opacity: 0.2;
}
.el_menu {
  display: none;
  z-index: 8888;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background-color: var(--color-black);
}
.el_menu_wrap {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.el_menu_ctt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100lvh;
  padding: 14rem 1.6rem;
}
.el_menu_nav {
  width: 100%;
  max-width: 26.5rem;
  margin-right: auto;
  margin-left: auto;
}
.el_menu_navItem {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.el_menu_navItem.is-open .el_menu_navItemLinkIcon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.el_menu_navItem + .el_menu_navItem {
  margin-top: 3.2rem;
}
.el_menu_navItemSubWrap {
  display: none;
}
.el_menu_navItemSub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3.2rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  gap: 3.2rem 0;
}
.el_menu_navItemLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.el_menu_navItemLinkIcon {
  width: 1rem;
  height: 0.9rem;
  margin-left: 0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.el_menu_navItemLinkIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.el_menu_bottom {
  margin-top: 7.3rem;
}
.el_menu_logoPic {
  display: block;
  width: 16rem;
  margin-right: auto;
  margin-left: auto;
}
.el_menu_logoText {
  margin-top: 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.el_menu_copyright {
  display: block;
  margin-top: 4.8rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: Lato, Noto Sans JP, sans-serif;
  text-align: center;
}
.el_pagetop {
  padding-top: 10.8rem;
}
.el_pagetop_ctt {
  width: 100%;
  height: 22rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  border-top: 0.1rem solid var(--color-border);
  border-bottom: 0.1rem solid var(--color-border);
}
.el_pagetop_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 3.3rem;
  padding-left: 9rem;
  border-left: 0.1rem solid var(--color-border);
}
.el_pagetop_inner.__single {
  padding-top: 6rem;
}
.el_pagetop_ttl {
  display: block;
}
.el_pagetop_ttlMain {
  display: block;
  font-weight: 700;
  font-size: 6.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_pagetop_ttlSub {
  display: block;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.el_pagetop_bread {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.el_pagetop_breadItem {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  white-space: nowrap;
}
.el_pagetop_breadItem[href] {
  color: #98a6b5;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.el_pagetop_breadItem.__nolink {
  color: #98a6b5;
}
.el_pagetop_article_date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.el_pagetop_article_dateItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.el_pagetop_article_dateItem dt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.el_pagetop_article_dateItem dd {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_pagetop_article_category {
  margin-top: 1.6rem;
}
.el_pagetop_article_categoryItem {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border: 0.1rem solid var(--color-black);
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1;
}
.el_pagetop_article_title {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
}
.el_pagetop_article_desc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 1.6rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el_linkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 24rem;
  padding: 2rem 10rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
.el_linkbox.__gray {
  background-color: #525e6d;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.el_linkbox.__color {
  background-image: -o-linear-gradient(45deg, #0404d4, #199332);
  background-image: linear-gradient(45deg, #0404d4, #199332);
  color: #fff;
  -webkit-transition: background-image 0.2s ease-out;
  -o-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
}
.el_linkbox.__color:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(227deg, #0404d4, #199332);
  background-image: linear-gradient(223deg, #0404d4, #199332);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.el_linkbox_heading {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
}
.el_linkbox_desc {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.el_linkbox_icon {
  width: 5.6rem;
  height: 5.6rem;
}
.el_linkbox_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.el_notebox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2.6rem 4rem;
  background-color: var(--color-bg-gray);
}
.el_notebox_icon {
  width: 4rem;
  height: 4rem;
}
.el_notebox_icon:where(figure),
.el_notebox_icon figure,
figure.el_notebox_icon {
  margin-bottom: 0 !important;
}

.el_notebox_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.el_notebox_desc a {
  display: inline-block;
  text-decoration: underline;
}
.el_notebox_desc a[target="_blank"] {
  position: relative;
}
.el_notebox_desc a[target="_blank"]:after {
  display: inline-block;
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.1em;
  background-image: url(./images/common/icon-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.el_related {
  z-index: 0;
  position: relative;
  padding-top: 8.6rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
.el_related_deco {
  z-index: -1;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 16rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  white-space: nowrap;
  opacity: 0.05;
  pointer-events: none;
}
.el_related_heading {
  text-align: center;
}
.el_related_headingMain {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_related_headingSub {
  display: block;
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.el_related_body {
  margin-top: 4.3rem;
}
.el_related_list {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  gap: 3.2rem;
}
.el_related_list.__col3 {
  grid-template: auto/repeat(3, 1fr);
}
.el_related_item {
  z-index: 0;
  position: relative;
  aspect-ratio: 544/360;
  overflow: hidden;
  border: 0.1rem solid var(--color-black);
  border-radius: 0.8rem;
  background-color: #fff;
}
.el_related_list.__col3 .el_related_item {
  aspect-ratio: 352/320;
}
.el_related_itemLink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5.6rem 4rem 4rem 6.4rem;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #fff;
}
.el_related_list.__col3 .el_related_itemLink {
  padding: 5.6rem 3.2rem 4rem;
}
.el_related_itemBg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el_related_itemBg:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  content: "";
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.el_related_itemHeadingSub {
  max-width: 35.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid currentColor;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_related_itemHeadingMain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
.el_related_itemHeadingMain span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.el_related_itemHeadingMainIcon {
  width: 5.6rem;
  height: 5.6rem;
}
.el_related_itemHeadingMainIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.el_related_cta {
  margin-top: 4.8rem;
}
.el_storyCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.el_storyCard.__white {
  color: #fff;
}
.el_storyCard_link {
  display: block;
  width: calc(100% - 2rem);
}
.el_storyCard_fig {
  z-index: 0;
  position: relative;
  aspect-ratio: 320/240;
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.el_storyCard_fig:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.el_storyCard_fig img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_storyCard_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 2.4rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
}
.el_storyCard_title.__min2line {
  min-height: 6rem;
}
.el_storyCard_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  gap: 0.8rem;
}
.el_storyCard_tagItem {
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid currentColor;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.el_storyCard_date {
  -webkit-box-flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex: 1;
  flex: 1;
  height: 2rem;
  -webkit-transform: translateX(100%) rotate(90deg);
  -ms-transform: translateX(100%) rotate(90deg);
  transform: translate(100%) rotate(90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  color: #808893;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.el_faqAcc {
  border: 0.05rem solid #707070;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.pg_faq_sec.__gray .el_faqAcc {
  border-color: #fff;
}
.el_faqAcc_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2rem 4.8rem;
}
.el_faqAcc_head::-webkit-details-marker {
  display: none;
}
.el_faqAcc_icon {
  display: block;
  width: 3.5rem;
  margin-right: 3.2rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  font-family: Lato, Noto Sans JP, sans-serif;
  letter-spacing: 0;
}
.el_faqAcc_icon.__blue {
  color: var(--color-blue);
}
.el_faqAcc_arr {
  width: 1.5rem;
  height: 0.9rem;
  margin-left: 2rem;
}
.el_faqAcc[open] .el_faqAcc_arr {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.el_faqAcc_arr svg {
  display: block;
  width: 100%;
  height: 100%;
}
.el_faqAcc_headTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}
.el_faqAcc_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4.8rem;
  padding: 2rem 0 3rem;
  border-top: 0.1rem solid #dedede;
}
.el_faqAcc_bodyText {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
}
.el_faqAcc_bodyText a {
  display: inline-block;
  color: var(--color-blue);
  text-decoration: underline;
}
.el_faqAcc_bodyText p + p {
  margin-top: 1em;
}
.el_popupbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12rem;
  height: 3.2rem;
  margin: 0;
  padding: 0;
  border: 0.1rem solid var(--color-black);
  background-color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.el_popupbtn.__md {
  display: none;
}
.el_popup {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el_popup.is-open {
  display: block;
}
.el_popup_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  cursor: pointer;
  opacity: 0.95;
}
.el_popup_close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.el_popup_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  content: "";
}
.el_popup_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  content: "";
}
.el_popup_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.el_popup_content {
  width: 100%;
  min-width: 97rem;
  max-width: 76rem;
  height: 100%;
  max-height: 80vh;
  padding: 4.2rem;
  background-color: #fff;
  pointer-events: auto;
}
.el_popup_content * {
  height: 100%;
}
.el_popup_content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.el_popup_movie {
  position: relative;
  aspect-ratio: 1920/1080;
  min-width: 97rem;
  pointer-events: none;
}
.el_popup_movie iframe {
  aspect-ratio: 1920/1080;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.bl_loading {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
}
.bl_loading_wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100svh;
}
.bl_loading_heading {
  color: #fff;
  font-weight: 700;
  font-size: 9.4rem;
  line-height: 13.4rem;
  letter-spacing: -0.15em;
  text-align: center;
  white-space: nowrap;
}
.bl_loading_heading span {
  display: inline-block;
  letter-spacing: 0;
  opacity: 0;
}
.bl_loading_logo {
  display: block;
  width: 20rem;
  height: 5.34rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
.bl_loading_logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_loading_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: #fff;
}
.bl_loading_percent {
  position: absolute;
  right: 0;
  bottom: -1rem;
  color: #fff;
  font-weight: 700;
  font-size: 20rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  opacity: 0.5;
  opacity: 0;
}
.js_fadeInUp,
.js_fadeInUpBlock .line {
  opacity: 0;
}
.js_fadeInUpBlock .line {
  display: inline-block;
}
[data-inview="fadein"] {
  opacity: 0;
}
[data-inview="up"] {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
}
[data-inview="scale"] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
[data-inview-each="up"] {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
}
[data-inview-each="scale"] {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.hp_asterisk {
  position: relative;
}
.hp_asterisk:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -10px;
  content: "*";
  color: red;
  line-height: 1;
}
.hp_iframeWrapper {
  position: relative;
  width: 100%;
}
.hp_iframeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp_iframeWrapper.__16-9 {
  padding-top: 56.25%;
}
.hp_iframeWrapper.__square {
  padding-top: 100%;
}
.hp_fitImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.hp_fitImgWidth {
  display: block;
  width: 100%;
  height: auto;
}
.hp_containImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hp_sprite {
  display: block;
  width: 100%;
  height: 100%;
}
body.is-scroll-fixed {
  overflow: hidden;
}
.dd_md,
.dd_mdsm,
.dd_sm {
  visibility: hidden;
  width: 0;
  height: 0;
}
br.__md {
  display: none;
}
.pg_home_fv {
  z-index: 0;
  position: relative;
  aspect-ratio: 1920/1080;
  width: 100%;
  overflow: hidden;
}
.pg_home_fv_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg_home_fv_bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1920/1080;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_home_fv_bgItem {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
}
.pg_home_fv_bgItem.__lg {
  display: block;
}
.pg_home_fv_bgItem.__md {
  display: none;
}
.pg_home_fv_bgItem:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091a30;
  content: "";
  opacity: 0.5;
}
.pg_home_fv_bgItemIrame iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_fv_bgItemIcon {
  z-index: 20;
  position: absolute;
  right: 9.6rem;
  bottom: 7rem;
  aspect-ratio: 203/205;
  width: 20.3rem;
  cursor: pointer;
}
.pg_home_fv_bgItemIconBg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_fv_bgItemIconText {
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pg_home_fv_bgItemIconMark {
  display: block;
  position: absolute;
  top: 62%;
  left: 53%;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: top 0.3s ease-out, transform 0.3s ease-out;
  transition: top 0.3s ease-out, transform 0.3s ease-out;
  transition: top 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.pg_home_fv_scrollDown{
  position: absolute;
  left: 50%;
  bottom: 10rem;
  transform: translate(-50%,0);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  z-index: 100;
  aspect-ratio: 203 / 205;
  cursor: pointer;
}

.pg_home_fv_scrollDown::before,
.pg_home_fv_scrollDown::after{
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0) rotate(45deg);
  transition: bottom .3s ease-in;
}
.pg_home_fv_scrollDown::before{
  bottom: 4rem;
}
.pg_home_fv_scrollDown::after{
  bottom: 0rem;
}
.pg_home_fv_scrollDown:hover::before{
  bottom: 3rem;
}
.pg_home_fv_scrollDown:hover::after{
  bottom: -1rem;
}
.pg_home_fv_mobileHeading {
  display: block;
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_home_msg {
  padding: 10.5rem 0 13rem;
}
.pg_home_msg_ctt {
  display: grid;
  grid-template: auto/37.5% 1fr;
}
.pg_home_msg_head {
  padding-top: 1.5rem;
}
.pg_home_msg_desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4.8rem;
  letter-spacing: 0.07em;
}
.pg_home_msg_strong {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.03em;
}
.pg_home_video {
  background-color: #f6f6f6;
  padding: 40px 0;
}
.pg_home_video_wrapper {
  display: flex;
  background-color: #d9d9d9;
}
.pg_home_video_thumb {
  max-width: 480px;
  flex: 1;
  overflow: hidden;
}
.pg_home_video_thumb img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.pg_home_video_content {
  display: flex;
  margin-left: 100px;
  padding: 20px 20px 20px 0;
  justify-content: space-between;
}
.pg_home_video_text {
  flex: 1;
}
.pg_home_video_btns {
  margin-top: auto;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pg_home_video_link {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 12px;
  text-decoration: underline;
  color: #0404d4;
}
.pg_home_video_heading {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pg_home_video_desc {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.pg_home_video_btn {
  position: relative;
  display: inline-block;
  height: 6.5rem;
  width: 23rem;
  text-align: center;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pg_home_video_btn::after {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: 0.1rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: currentColor;
  content: "";
}
.modal {
  position: relative;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(13, 25, 36, 0.7);
}
.modal__container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__content {
  position: fixed;
  aspect-ratio: 16 / 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  aspect-ratio: 1920 / 1080;
  min-width: 97rem;
  max-width: 1080px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.modal__content iframe {
  border: none;
  height: 100%;
}
.modal__close {
  z-index: 1050;
}
.modal.is-fading-out {
  opacity: 0;
  pointer-events: none;
}
.pg_home_about {
  z-index: 0;
  position: relative;
  padding: 10rem 0;
}
.pg_home_about:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57rem;
  background-color: var(--color-bg-gray);
  content: "";
}
.pg_home_about_head {
  z-index: 0;
  position: relative;
}
.pg_home_about_deco {
  z-index: -1;
  position: absolute;
  top: -55%;
  right: -15rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pg_home_about_body {
  z-index: 10;
  position: relative;
  margin-top: 4.8rem;
}
.pg_home_about_wrapper {
  position: relative;
  height: 100%;
}
.pg_home_about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  gap: 1.8rem;
}
.pg_home_about_item {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: max(30rem, 30rem);
}
.pg_home_about_itemLink {
  display: block;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 3rem 0 6.5rem 3.5rem;
  color: #fff;
}
.pg_home_about_itemBg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pg_home_about_itemBg picture {
  display: block;
  height: 100%;
}
.pg_home_about_itemBg img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.pg_home_about_itemBg:before {
  display: block;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091a30;
  content: "";
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pg_home_about_itemHeading {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
.pg_home_about_itemDesc {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.5rem;
  padding-right: 4rem;
  line-height: 1.5;
}
.pg_home_about_itemArr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  opacity: 0.6;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.pg_home_about_itemArrIcon {
  display: block;
  z-index: 10;
  position: relative;
  width: 3rem;
  height: 1rem;
  color: var(--color-black);
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.pg_home_about_itemArrIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_news {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.pg_home_news_head {
  z-index: 0;
  position: relative;
}
.pg_home_news_deco {
  z-index: -1;
  position: absolute;
  top: -3rem;
  left: -17rem;
}
.pg_home_news_body {
  z-index: 10;
  position: relative;
  margin-top: 4.8rem;
}
.pg_home_news_item {
  border-top: 0.1rem solid #d4d4d4;
}
.pg_home_news_item:last-of-type {
  border-bottom: 0.1rem solid #d4d4d4;
}
.pg_home_news_itemLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  z-index: 0;
  position: relative;
  grid-template: auto/12rem 14.5rem 1fr 5.6rem;
  align-items: center;
  justify-items: start;
  padding: 2.5rem 3.2rem;
  gap: 0;
  background-color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.pg_home_news_itemLink:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: var(--color-black);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.pg_home_news_itemDate {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_home_news_itemTag {
  display: inline-block;
  justify-items: start;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid currentColor;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.pg_home_news_itemTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
}
.pg_home_news_itemNewTag {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3rem 0.5rem;
  border-radius: 0.4rem;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
}
.pg_home_news_itemIcon {
  aspect-ratio: 1;
  width: 5.6rem;
}
.pg_home_news_itemIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_news_btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 3.2rem;
}
.pg_home_story {
  z-index: 0;
  position: relative;
  padding-top: 10rem;
  overflow: hidden;
}
.pg_home_story:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57rem;
  background-color: var(--color-bg-gray);
  content: "";
}
.pg_home_story_body {
  margin-top: 5.8rem;
  padding: 0 3rem;
}
.pg_home_story_heading {
  font-weight: 700;
  font-size: 3.2rem;
}
.pg_home_story_desc {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_home_story_slide {
  width: 100%;
  margin-top: 3.2rem;
  overflow: visible !important;
}
.pg_home_story_slide .swiper-wrapper {
  height: 47rem;
}
.pg_home_story_slideItem {
  width: 32.3rem;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.pg_home_story_slideItem.swiper-slide-active {
  width: 46rem !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.pg_home_story_sliderCtr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: flex-end;
  gap: 2.4rem;
}
.pg_home_story_sliderBtns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  max-width: 112rem;
  gap: 1.6rem;
}
.pg_home_story_sliderBtn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  border-radius: 50%;
  background: none;
  color: var(--color-black);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pg_home_story_sliderBtn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_workstyle {
  z-index: 0;
  position: relative;
  padding: 7rem 0 10rem;
  overflow: hidden;
}
.pg_home_workstyle_head {
  z-index: 0;
  position: relative;
}
.pg_home_workstyle_deco {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -5rem;
}
.pg_home_workstyle_body {
  z-index: 10;
  position: relative;
  margin-top: 5.8rem;
  padding: 0 3rem;
}
.pg_home_workstyle_heading {
  font-weight: 700;
  font-size: 3.2rem;
}
.pg_home_workstyle_desc {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_home_workstyle_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-top: 3.2rem;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  gap: 1.6rem;
}
.pg_home_workstyle_item {
  z-index: 0;
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #707070;
}
.pg_home_workstyle_itemLink {
  display: block;
  z-index: 30;
  position: relative;
  width: 35.2rem;
  height: 47rem;
  padding: 4.8rem 3rem;
  color: #fff;
  -webkit-transition: width 0.3s ease-out, color 0.3s ease-out;
  -o-transition: width 0.3s ease-out, color 0.3s ease-out;
  transition: width 0.3s ease-out, color 0.3s ease-out;
}
.pg_home_workstyle_itemLink.is-active {
  color: #fff;
}
.pg_home_workstyle_itemBg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pg_home_workstyle_itemBg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_workstyle_itemBg:before {
  display: block;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
.pg_home_workstyle_itemTag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.pg_home_workstyle_itemTag:before {
  display: block;
  width: 3.2rem;
  height: 0.1rem;
  margin-right: 1.6rem;
  background-color: currentColor;
  content: "";
}
.pg_home_workstyle_itemHeading {
  width: 100%;
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
}
.pg_home_workstyle_itemIcon {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  width: 5.6rem;
  height: 5.6rem;
}
.pg_home_workstyle_itemIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_home_faq {
  padding-bottom: 10rem;
}
.pg_home_faq_box {
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 1.6rem;
  color: #fff;
}
.pg_home_faq_boxBg {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg_home_faq_boxBg:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  content: "";
  opacity: 0.6;
}
.pg_home_faq_boxDeco {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -1rem;
  color: #fff;
  font-weight: 700;
  font-size: 20rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg_home_faq_boxCtt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  align-items: center;
  height: 32rem;
  padding: 2rem 9.6rem;
  color: #fff;
}
.pg_home_faq_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg_home_faq_desc {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.pg_home_faq_btn {
  margin-left: 6.4rem;
}
.pg_mission_lead {
  padding-top: 4rem;
}
.pg_mission_article_sec {
  padding: 10rem 0;
}
.pg_mission_article_sec.__mts {
  padding-top: 8rem;
}
.pg_mission_article_sec.__mbs {
  padding-bottom: 8rem;
}
.pg_mission_article_sec.__gray {
  background-color: var(--color-bg-gray);
}
.pg_mission_article_sec.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_mission_article_secHeadingSub,
.pg_mission_article_secDesc {
  margin-top: 2.4rem;
}
.pg_mission_article_secFig {
  margin-top: 4.8rem;
}
.pg_mission_article_list {
  margin-top: 4rem;
}
.pg_mission_article_secBoxList {
  margin-top: 3.5rem;
}
.pg_mission_article_secLinkbox {
  margin-top: 8rem;
}
.pg_mission_history {
  display: block;
  padding-top: 49px;
}

.pg_mission_history_list {
  position: relative;
  padding-left: 200px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.pg_mission_history_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(180deg, #0613c4 0%, #00a040 101.89%);
}
.pg_mission_history_item {
  position: relative;
}
.pg_mission_history_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0613c4;
}

.pg_mission_history_item_year {
  position: absolute;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
  color: #516f89;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 32.77px;
}
.pg_mission_history_item_box {
  padding: 20px 40px;
  border-radius: 8px;
  background: #f7f7f7;
}
.pg_mission_history_item_box.__hasImg {
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr min(400px, 36%);
  gap: 85px;
}

.pg_mission_history_item_box_content {
  display: block;
}
.pg_mission_history_item_box_imgWrap {
  display: flex;
  align-items: center;
}
.pg_mission_history_item_box_img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_mission_history_item_box_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.pg_mission_history_item_box_title:not(:last-child) {
  margin-bottom: 10px;
}

.pg_mission_history_item_box_title_sub {
  position: relative;
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.pg_mission_history_item_box_title_link {
  color: #0613c4;
}
.pg_mission_history_item_box_title_link::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.pg_mission_history_item_box_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.pg_mission_history_item_box_item {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.65%;
}
.pg_mission_history_item_box_item_link {
  color: #0613c4;
  display: inline-block;
}
.pg_mission_history_item_box_item_link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
}
.pg_mission_history_item_box_item_subText {
  margin-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.pg_mission_list_item {
  padding: 3.2rem 3rem 4rem;
  border-top: 0.1rem solid #a5a5a5;
}
.pg_mission_list_item:last-of-type {
  padding-bottom: 0;
}
.pg_mission_list_itemHead {
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.8rem;
}
.pg_mission_list_itemHead span {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_mission_list_itemDesc {
  margin-top: 1rem;
}
.pg_mission_list_itemList {
  display: grid;
  margin-top: 3.2rem;
  padding: 0 3.2rem;
  gap: 1.6rem;
}
.pg_mission_list_itemListItem {
  padding: 2.4rem 3.2rem;
  background-color: #fff;
}
.pg_mission_list_itemListItemHead {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.pg_mission_list_itemListItemHead span {
  display: inline-block;
  margin-right: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_mission_list_itemListItemDesc {
  margin-top: 1.6rem;
}
.pg_mission_list_itemLinkCard {
  margin-top: 2.4rem;
  padding: 0 3.2rem;
}
.pg_mission_list_itemListItemCard {
  width: 100%;
  margin-top: 1.6rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
.pg_mission_list_card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1.6rem;
  border: 0.1rem solid #707070;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.pg_mission_list_card.__gray {
  background-color: none;
}
.pg_mission_list_cardThumb {
  aspect-ratio: 127/95;
  width: 12.7rem;
}
.pg_mission_list_cardText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2.4rem;
}
.pg_mission_list_cardText strong {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.pg_mission_list_cardText span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.pg_mission_list_cardIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin-left: 4rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}
.pg_mission_list_cardIcon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.pg_mission_boxlist {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 3.2rem;
}
.pg_mission_boxlist_item {
  padding: 3.2rem;
  border: 0.1rem solid var(--color-black);
}
.pg_mission_boxlist_itemHeading {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
}
.pg_mission_boxlist_itemDesc {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.pg_mission_about {
  max-width: 109.5rem;
  margin-top: 4.8rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.pg_mission_about_heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.pg_mission_about_headingIcon {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
}
.pg_mission_about_desc {
  margin-top: 1.6rem;
}
.pg_mission_about_box1 {
  max-width: 57rem;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.6rem 4.5rem 3.2rem;
  background-color: var(--color-bg-gray);
}
.pg_mission_about_box1Heading {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.pg_mission_about_box1Desc {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.pg_mission_about_box1List {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
  gap: 0.9rem;
}
.pg_mission_about_box1ListItem {
  padding: 0.5rem 1.8rem 0.7rem;
  border-radius: 0.4rem;
  background-color: var(--color-black);
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
.pg_mission_about_fig {
  width: 100%;
  max-width: 92.3rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_mission_about_arr1 {
  position: relative;
}
.pg_mission_about_arr1Item {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: 4.2rem;
  height: 3rem;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}
.pg_mission_about_arr1Item img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_mission_about_box2 {
  margin-top: 4rem;
  padding: 3.4rem;
  background-color: var(--color-bg-gray);
}
.pg_mission_about_box2Heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
}
.pg_mission_about_box2Desc {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
}
.pg_mission_about_box2Fig {
  width: 60.3rem;
  margin-top: 2.2rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_mission_about_arr2 {
  position: relative;
}
.pg_mission_about_arr2Item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.2rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.pg_mission_about_arr2Item img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_mission_about_arr2ItemText {
  display: block;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  width: 10rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  color: var(--color-blue);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.pg_mission_about_arr3Item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.2rem;
  height: 3rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_mission_about_arr3Item img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_mission_about_box3 {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.pg_mission_about_box3Item {
  position: relative;
  padding: 2.4rem;
  background-color: var(--color-bg-gray);
}
.pg_mission_about_box3ItemHeading {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: center;
}
.pg_mission_about_box3ItemDesc {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}
.pg_mission_related {
  border-top: 0.1rem solid #8f8f8f;
}
.pg_mission_overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
.pg_mission_overview_about {
  margin: 28px 0 0;
  padding: 43px 43px 0;
  border-radius: 11px;
  background-color: #fff;
}
.pg_mission_overview_about_heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pg_mission_overview_about_heading h3 {
  font-weight: 500;
  font-size: 27px;
}
.pg_mission_overview_about_heading span {
  font-weight: 400;
  font-size: 19px;
  margin-left: 10px;
}
.pg_mission_overview_about_headingIcon {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
}
.pg_mission_overview_about_desc {
  margin-bottom: 44px;
}
.pg_mission_overview_about_goal {
  background-color: #f6f6f6;
  padding: 45px;
}
.pg_mission_overview_about_goal_heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.344%;
  text-align: center;
  margin-bottom: 10px;
}
.pg_mission_overview_about_goal_desc {
  padding: 20px 0;
  font-size: 18.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 185.401%;
  text-align: center;
}
.pg_mission_overview_about_goal_imgWrap {
  width: 62%;
  margin: 0 auto;
}
.pg_mission_overview_about_accordionList {
  display: block;
}

.pg_mission_overview_about_accordionList_input {
  display: none;
}

#overview-about-accordion-1:checked ~ .pg_mission_overview_about_accordionList_tabList .__blue {
  opacity: 1;
  pointer-events: none;
}

#overview-about-accordion-1:checked ~ .pg_mission_overview_about_accordionList_tabList .__blue::before {
  rotate: 0deg;
}
#overview-about-accordion-1:checked ~ .pg_mission_overview_about_accordionList_contentList .__blue {
  grid-template-rows: 1fr;
}
#overview-about-accordion-1:checked
  ~ .pg_mission_overview_about_accordionList_tabList
  .__blue
  .pg_mission_overview_about_accordionList_tabItem_close {
  pointer-events: all;
}

#overview-about-accordion-2:checked ~ .pg_mission_overview_about_accordionList_tabList .__green {
  opacity: 1;
}
#overview-about-accordion-2:checked ~ .pg_mission_overview_about_accordionList_tabList .__green::before {
  rotate: 0deg;
}
#overview-about-accordion-2:checked ~ .pg_mission_overview_about_accordionList_contentList .__green {
  grid-template-rows: 1fr;
}
#overview-about-accordion-2:checked
  ~ .pg_mission_overview_about_accordionList_tabList
  .__green
  .pg_mission_overview_about_accordionList_tabItem_close {
  pointer-events: all;
}

#overview-about-accordion-3:checked ~ .pg_mission_overview_about_accordionList_tabList .__gray {
  opacity: 1;
}
#overview-about-accordion-3:checked ~ .pg_mission_overview_about_accordionList_tabList .__gray::before {
  rotate: 0deg;
}
#overview-about-accordion-3:checked ~ .pg_mission_overview_about_accordionList_contentList .__gray {
  grid-template-rows: 1fr;
}
#overview-about-accordion-3:checked
  ~ .pg_mission_overview_about_accordionList_tabList
  .__gray
  .pg_mission_overview_about_accordionList_tabItem_close {
  pointer-events: all;
}

.pg_mission_overview_about_accordionList_tabList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pg_mission_overview_about_accordionList_tabItem {
  display: block;
  padding: 18px 30px 18px 14px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  opacity: 0.35;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.pg_mission_overview_about_accordionList_tabItem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 15px;
  height: 11px;
  translate: 0 -50%;
  rotate: 180deg;
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-accordionArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: rotate 0.3s ease;
}
.pg_mission_overview_about_accordionList_tabItem_close {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.pg_mission_overview_about_accordionList_tabItem.__blue {
  background-color: #0613c4;
}
.pg_mission_overview_about_accordionList_tabItem.__green {
  background-color: #00a040;
}
.pg_mission_overview_about_accordionList_tabItem.__gray {
  background-color: #516f89;
}
.pg_mission_overview_about_accordionList_contentList {
  margin: 0 -43px;
}
.pg_mission_overview_about_accordionList_contentItem {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s grid-template-rows ease;
}
.pg_mission_overview_about_accordionList_contentItem_accordionBody {
  overflow: hidden;
}
.pg_mission_overview_about_accordionList_contentItem_accordionInner {
  padding: 40px 123px;
}
.pg_mission_overview_about_accordionList_contentItem.__blue {
  background-color: #edefff;
}
.pg_mission_overview_about_accordionList_contentItem.__blue .pg_mission_overview_about_linkCard {
  border-color: #0404d4;
}
.pg_mission_overview_about_accordionList_contentItem.__blue .pg_mission_overview_about_linkCard_title {
  color: #0404d4;
}
.pg_mission_overview_about_accordionList_contentItem.__blue .pg_mission_overview_about_linkCard_title::after {
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-blank.svg");
}
.pg_mission_overview_about_accordionList_contentItem.__blue .pg_mission_overview_about_projectItem_title {
  color: #0404d4;
}
.pg_mission_overview_about_accordionList_contentItem.__blue .pg_mission_overview_about_projectItem {
  border-color: #0404d4;
}
.pg_mission_overview_about_accordionList_contentItem.__blue
  .pg_mission_overview_about_accordionList_contentItem_closeBtn {
  border-color: #0404d4;
  color: #0404d4;
}

.pg_mission_overview_about_accordionList_contentItem.__green {
  background-color: #ded;
}
.pg_mission_overview_about_accordionList_contentItem.__green .pg_mission_overview_about_linkCard {
  border-color: #199332;
}
.pg_mission_overview_about_accordionList_contentItem.__green .pg_mission_overview_about_linkCard_title {
  color: #199332;
}
.pg_mission_overview_about_accordionList_contentItem.__green .pg_mission_overview_about_linkCard_title::after {
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-blank_green.svg");
}
.pg_mission_overview_about_accordionList_contentItem.__green .pg_mission_overview_about_projectItem_title {
  color: #199332;
}
.pg_mission_overview_about_accordionList_contentItem.__green .pg_mission_overview_about_projectItem {
  border-color: #199332;
}
.pg_mission_overview_about_accordionList_contentItem.__green
  .pg_mission_overview_about_accordionList_contentItem_closeBtn {
  border-color: #199332;
  color: #199332;
}

.pg_mission_overview_about_accordionList_contentItem.__gray {
  background-color: #efeff5;
}
.pg_mission_overview_about_accordionList_contentItem.__gray .pg_mission_overview_about_linkCard {
  border-color: #707070;
}
.pg_mission_overview_about_accordionList_contentItem.__gray .pg_mission_overview_about_linkCard_title {
  color: #091a30;
}
.pg_mission_overview_about_accordionList_contentItem.__gray .pg_mission_overview_about_linkCard_title::after {
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-blank_gray.svg");
}
.pg_mission_overview_about_accordionList_contentItem.__gray .pg_mission_overview_about_projectItem_title {
  color: #091a30;
}
.pg_mission_overview_about_accordionList_contentItem.__gray .pg_mission_overview_about_projectItem {
  border-color: #525e6d;
}
.pg_mission_overview_about_accordionList_contentItem.__gray
  .pg_mission_overview_about_accordionList_contentItem_closeBtn {
  border-color: #525e6d;
  color: #525e6d;
}

.pg_mission_overview_about_accordionList_contentItem_top {
  padding: 0 0 60px;
}
.pg_mission_overview_about_accordionList_contentItem_title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.344%;
  margin-bottom: 30px;
}
.pg_mission_overview_about_accordionList_contentItem_desc {
  font-size: 18.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 199.626%;
  margin-bottom: 20px;
}
.pg_mission_overview_about_linkCard {
  display: grid;
  grid-template-columns: max(169px, 15%) 1fr;
  gap: 32px;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 20px;
}
.pg_mission_overview_about_linkCard_imgWrap {
  display: block;
}
.pg_mission_overview_about_linkCard_img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_mission_overview_about_linkCard_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 0;
}
.pg_mission_overview_about_linkCard_title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.762%;
}
.pg_mission_overview_about_linkCard_title::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.pg_mission_overview_about_linkCard_desc {
  font-size: 18.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.123%;
}
.pg_mission_overview_about_projectList {
  cunter-reset: project;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pg_mission_overview_about_projectItem {
  counter-increment: project;
  padding-bottom: 10px;
  border-bottom: 1px solid #0613c4;
}
.pg_mission_overview_about_projectItem.__hasCard {
  padding-bottom: 20px;
  border-bottom: unset;
}
.pg_mission_overview_about_projectItem.__hasCard .pg_mission_overview_about_projectItem_desc {
  margin-bottom: 20px;
}

.pg_mission_overview_about_projectItem_title {
  padding-left: 79px;
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 20px;
}
.pg_mission_overview_about_projectItem_title::before {
  content: "project" counter(project, decimal-leading-zero) ".";
  position: absolute;
  color: #091a30;
  top: 10px;
  left: 0;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.959%;
}
.pg_mission_overview_about_projectItem_desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.pg_mission_overview_about_accordionList_contentItem_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.pg_mission_overview_about_accordionList_contentItem_closeBtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  border-radius: 100vmax;
  border: 1px solid #0613c4;
  font-size: 26.7px;
  font-style: normal;
  font-weight: 500;
  width: min(388px, 100%);
}

.pg_mission_overview_output {
  position: relative;
  padding: 82px 62px 30px;
  background-color: #fff;
}
.pg_mission_overview_city_flowHeading,
.pg_mission_overview_output_flowHeading {
  position: absolute;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
  color: #0613c4;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.pg_mission_overview_city_flowArrow,
.pg_mission_overview_output_flowArrow {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 97px;
  height: 46px;
  transform: translateX(-50%);
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-flowDown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pg_mission_overview_output_imgWrap {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.pg_mission_overview_city {
  position: relative;
  padding: 82px 62px 48px;
  background-color: #fff;
}
.pg_mission_overview_city_heading {
  font-size: 26.7px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.pg_mission_overview_city_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pg_mission_overview_city_item {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 11px 22px 13px;
  border: 2px solid #808893;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.pg_news {
  padding-bottom: 10rem;
}
.pg_news_category {
  border-bottom: 0.1rem solid var(--color-border);
}
.pg_news_category_ctt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template: auto/21rem 1fr;
  align-items: center;
  width: 100%;
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.4rem 0;
}
.pg_news_category_head {
  padding-left: 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_news_category_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.88rem;
}
.pg_news_category_itemWrap input[type="checkbox"] {
  display: none;
}
.pg_news_category_item {
  display: inline-block;
  min-width: 14.4rem;
  padding: 2.4rem 1rem;
  background-color: #f6f6f6;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.pg_news_category_item.__active {
  background-color: var(--color-black);
  color: #fff;
  pointer-events: none;
}
input:checked + .pg_news_category_item {
  background-color: var(--color-black);
  color: #fff;
  pointer-events: none;
}
.pg_news_list {
  margin-top: 11rem;
}
.pg_news_list_item {
  border-top: 0.1rem solid #d4d4d4;
}
.pg_news_list_item:last-of-type {
  border-bottom: 0.1rem solid #d4d4d4;
}
.pg_news_list_itemLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  z-index: 0;
  position: relative;
  grid-template: auto/12rem 14.5rem 1fr 5.6rem;
  align-items: center;
  justify-items: start;
  padding: 2.5rem 3.2rem;
  gap: 0;
  background-color: #fff;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.pg_news_list_itemLink:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: var(--color-black);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.pg_news_list_itemDate {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_news_list_itemTag {
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid currentColor;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.pg_news_list_itemTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
}
.pg_news_list_itemNewTag {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3rem 0.5rem;
  border-radius: 0.4rem;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
}
.pg_news_list_itemIcon {
  aspect-ratio: 1;
  width: 5.6rem;
}
.pg_news_list_itemIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_news_notfound {
  padding: 10rem 0;
  font-size: 2.4rem;
  text-align: center;
}
.pg_common_pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  gap: 1rem;
}
.pg_common_pagination_btn {
  width: 8rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  display: grid;
  border-radius: 6px;
  place-content: center;
}
a.pg_common_pagination_btn{
  border: 1px solid #a6a9a9;
  color: #a6a9a9;
}
span.pg_common_pagination_btn{
  border: 1px solid #d4d4d4;
  color: #d4d4d4;
}

.pg_common_pagination_item {
  font-weight: 500;
  font-size: 2rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  width: 5rem;
  height: 5rem;
  border: 1px solid #a6a9a9;
  border-radius: 6px;
  color: #a6a9a9;
  display: grid;
  place-content: center;
  transition: all 0.3s ease-out;
}
a.pg_common_pagination_item:hover{  
  color: var(--color-bg-blue);
  background: #e9ece9;
  border: 1px solid var(--color-bg-blue);
}
span.pg_common_pagination_item{
  border: 1px solid var(--color-bg-blue);
  background: var(--color-bg-blue);
  color: #fff;
}
.pg_newsDetail {
  padding-bottom: 10rem;
}
.pg_newsDetail_main {
  width: 100%;
  max-width: 99.2rem;
  margin-top: 5.6rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_newsDetail_main strong {
  font-weight: 700;
}
.pg_newsDetail_main a {
  display: inline-block;
  color: var(--color-blue);
  text-decoration: underline;
}
.pg_newsDetail_main a:hover {
  text-decoration: none;
}
.pg_newsDetail_main_thumb {
  aspect-ratio: 992/558;
}
.pg_newsDetail_main_body {
  margin-top: 5.6rem;
}
.pg_newsDetail_main_body h2 {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.7rem;
}
.pg_newsDetail_main_body h2:before {
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 0.4rem;
  height: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}
.pg_newsDetail_main_body > * + h2 {
  margin-top: 5.6rem;
}
.pg_newsDetail_main_body > * + p {
  margin-top: 3.2rem;
}
.pg_interview {
  padding-bottom: 10rem;
}
.pg_interview_noList {
  padding: 8.6rem 0;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
.pg_interview_pickup {
  z-index: 0;
  position: relative;
  margin-top: 8rem;
  padding-bottom: 5.6rem;
}
.pg_interview_pickup:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.7rem;
  background-color: var(--color-black);
  content: "";
}
.pg_interview_pickup_list {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  margin-top: 5.6rem;
  gap: 4.8rem;
}
.pg_interview_search {
  padding: 4.4rem 0 4rem;
  border-bottom: 0.1rem solid #a9a9a9;
}
.pg_interview_search_head {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_interview_search_ctt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template: auto/17rem 1fr;
  align-items: center;
}
.pg_interview_search_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template: auto/17rem 1fr;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #a9a9a9;
}
.pg_interview_search_itemHead {
  font-weight: 700;
  font-size: 1.6rem;
}
.pg_interview_search_itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.pg_interview_search_check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
.pg_interview_search_check input {
  display: none;
}
.pg_interview_search_check span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 3.6rem;
}
.pg_interview_search_check span:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0.1rem solid #707070;
  border-radius: 0.2rem;
  content: "";
}
.pg_interview_search_check span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0.1rem solid #707070;
  border-radius: 0.2rem;
  background-image: url(../assets/images/common/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pg_interview_search_check input:checked + span:after {
  opacity: 1;
}
.pg_interview_search_reset {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
.pg_interview_search_resetBtn {
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: underline;
}
.pg_interview_list {
  margin-top: 5.6rem;
}
.pg_interview_list_list {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 4rem 4.8rem;
}
.pg_interview_pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.pg_interview_pagination_btn {
  width: 5.6rem;
  margin: 0 2.4rem;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pg_interview_pagination_btn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_interview_pagination_item {
  margin: 0 0.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_interviewDetail {
  padding-top: 17.2rem;
  padding-bottom: 10rem;
}
.pg_interviewDetail_article {
  position: relative;
  max-width: 96rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_interviewDetail_article_sns {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
}
.pg_interviewDetail_article_snsHead {
  height: 7.6rem;
  padding-top: 3rem;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  white-space: nowrap;
}
.pg_interviewDetail_article_snsHead p {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.pg_interviewDetail_article_snsBody {
  display: grid;
  margin-top: 1rem;
  gap: 0.8rem;
}
.pg_interviewDetail_article_snsBody:before {
  display: block;
  width: 0.1rem;
  height: 2.4rem;
  margin: 0rem auto 1.6rem;
  background-color: var(--color-black);
  content: "";
}
.pg_interviewDetail_article_snsLink {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pg_interviewDetail_article_thumb {
  width: 100%;
}
.pg_interviewDetail_article_date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.pg_interviewDetail_article_date dd {
  font-weight: 700;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_interviewDetail_article_dateItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pg_interviewDetail_article_title {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.8rem;
}
.pg_interviewDetail_article_category {
  margin-top: 1.6rem;
}
.pg_interviewDetail_article_categoryItem {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1.6rem;
  border: 0.1rem solid var(--color-black);
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1;
}
.pg_interviewDetail_article_body {
  margin-top: 4rem;
}
.pg_interviewDetail_article_desc {
  margin-top: 4rem;
  padding: 3.2rem;
  background-color: var(--color-bg-gray);
}
.pg_interviewDetail_article_prof {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  padding: 2.4rem 3.2rem;
  gap: 3rem;
  border: 0.1rem solid #707070;
}
.pg_interviewDetail_article_prof .el_text {
  margin-top: 1rem;
  font-weight: 400;
}
.pg_interviewDetail_article_profPic {
  aspect-ratio: 1;
  width: 15rem;
}
.pg_interviewDetail_article_profCtt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg_interviewDetail_article_profHead {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pg_interviewDetail_article_profHead strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
}
.pg_interviewDetail_article_main {
  margin-top: 6.4rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_interviewDetail_article_main h2 {
  position: relative;
  padding-bottom: 2.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.pg_interviewDetail_article_main h2:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-color: #ebebec;
  content: "";
}
.pg_interviewDetail_article_main h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9.5rem;
  height: 0.6rem;
  background-color: #3b4043;
  content: "";
}
.pg_interviewDetail_article_main * + h2 {
  margin: 6.4rem 0 2.8rem;
}
.pg_interviewDetail_article_main h3 {
  position: relative;
  margin: 5.7rem 0 2.8rem;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
}
.pg_interviewDetail_article_main h3:before {
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  width: 0.6rem;
  height: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
}
.pg_interviewDetail_article_main h4 {
  margin: 4.8rem 0 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.pg_interviewDetail_article_main strong {
  font-weight: 700;
}
.pg_interviewDetail_article_main a {
  display: inline-block;
  color: var(--color-blue);
  text-decoration: underline;
}
.pg_interviewDetail_article_main a:hover {
  text-decoration: none;
}
.pg_interviewDetail_article_main figure {
  max-width: 73.6rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}
.pg_interviewDetail_article_main figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_interviewDetail_article_main figcaption {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.pg_interviewDetail_article_main .wp-block-embed-youtube {
  aspect-ratio: 16/9;
  width: 100%;
}
.pg_interviewDetail_article_main .wp-block-embed-youtube * {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_interviewDetail_article_main blockquote {
  position: relative;
  max-width: 73.6rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding: 0 3.2rem;
}
.pg_interviewDetail_article_main blockquote:before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.8rem;
  height: 1.5rem;
  background-image: url(../assets/images/interview/deco-blockquote-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pg_interviewDetail_article_main blockquote:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 1.8rem;
  height: 1.5rem;
  background-image: url(../assets/images/interview/deco-blockquote-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pg_interviewDetail_article_main * + p {
  margin-top: 2.8rem;
}
.pg_interviewDetail_article_main ul,
.pg_interviewDetail_article_main ol {
  max-width: 76.8rem;
  max-width: 73.6rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_interviewDetail_article_main ul strong,
.pg_interviewDetail_article_main ol strong {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #cfcfcf;
  font-weight: 700;
}
.pg_interviewDetail_article_main ul strong + br,
.pg_interviewDetail_article_main ol strong + br {
  display: none;
}
.pg_interviewDetail_article_main ul li + li,
.pg_interviewDetail_article_main ol li + li {
  margin-top: 2.4rem;
}
.pg_interviewDetail_article_main ol {
  counter-reset: item;
}
.pg_interviewDetail_article_main ol li {
  position: relative;
  counter-increment: item;
}
.pg_interviewDetail_article_main ol li:before {
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: -3.5rem;
  width: 2rem;
  margin-right: 1rem;
  content: counter(item, decimal-leading-zero);
  color: var(--color-blue);
  font-weight: 700;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_interviewDetail_article_main ul li {
  position: relative;
}
.pg_interviewDetail_article_main ul li:before {
  display: block;
  position: absolute;
  top: 1rem;
  left: -2.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--color-blue);
  content: "";
}
.pg_interviewDetail_article_main .speakerdeck-iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.pg_interviewDetail_cta {
  margin-top: 10rem;
}
.pg_interviewDetail_relate {
  margin-top: 8rem;
}
.pg_interviewDetail_relate_list {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  margin-top: 5.6rem;
  gap: 4.8rem;
}
.pg_faq_note {
  margin-top: 4rem;
}
.pg_faq_sec {
  padding: 10rem 0;
}
.pg_faq_sec.__mts {
  padding-top: 8rem;
}
.pg_faq_sec.__mbs {
  padding-bottom: 8rem;
}
.pg_faq_sec.__gray {
  background-color: var(--color-bg-gray);
}
.pg_faq_sec.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_faq_sec_list {
  display: grid;
  gap: 1.6rem;
}
.pg_faq_sec_headSub {
  margin-top: 1.4rem;
}
.pg_faq_sec_body {
  margin-top: 5.6rem;
}
.pg_faq_contact {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  gap: 3.2rem;
}
.pg_faq_contact_box {
  padding: 5.2rem 4.8rem 4.5rem;
  background-color: var(--color-black);
  color: #fff;
}
.pg_faq_contact_boxHead {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #fff;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.pg_faq_contact_boxName {
  margin-top: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pg_faq_contact_boxDesc {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.pg_career_note {
  margin-top: 4rem;
}
.pg_career_sec {
  padding: 10rem 0;
}
.pg_career_sec.__mts {
  padding-top: 8rem;
}
.pg_career_sec.__mbs {
  padding-bottom: 8rem;
}
.pg_career_sec.__gray {
  background-color: var(--color-bg-gray);
}
.pg_career_sec.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_career_sec_body {
  display: grid;
  width: 100%;
  max-width: 96.7rem;
  margin-right: auto;
  margin-left: auto;
  gap: 8rem;
}
.pg_career_sec_item {
  width: 100%;
}
.pg_career_sec_note {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
}
.pg_career_sec_headingSub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 2.4rem;
}
.pg_career_sec_headingSub:after {
  -webkit-box-flex: 1;
  display: block;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 0.1rem;
  margin-left: 1.6rem;
  background-color: currentColor;
  content: "";
}
.pg_career_sec_desc {
  margin-top: 2.4rem;
}
.pg_career_sec_fig {
  position: relative;
  margin-top: 2.4rem;
}
.pg_career_sec_fig + .pg_career_sec_fig {
  margin-top: 5rem;
}
.pg_career_sec_figCaption {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: right;
}
.pg_career_sec_figCaption a {
  display: inline-block;
  text-decoration: underline;
}
.pg_career_sec_figBtn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.pg_career_sec_list {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  max-width: 105.5rem;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_career_sec_listItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.pg_career_sec_listItemIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}
.pg_career_sec_listItemIconImg {
  width: 1.1rem;
  height: 1.6rem;
}
.pg_career_sec_listItemIconImg img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_career_sec_pickup,
.pg_career_sec_list2 {
  width: 100%;
  max-width: 105.5rem;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_career_sec_list2ItemHeading {
  font-weight: 500;
  font-size: 2rem;
  line-height: 6.4rem;
}
.pg_career_sec_list2ItemDesc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.pg_career_sec_btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
.pg_career_sec_btnItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.2rem;
  height: 5.6rem;
  gap: 0.8rem;
  border: 0.2rem solid var(--color-black);
  background-color: var(--color-black);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.pg_career_sec_flowInner {
  margin-top: 4.8rem;
}
.pg_career_pickup {
  padding: 3.2rem;
  border-radius: 0.8rem;
  background-color: var(--color-bg-gray);
}
.pg_career_pickup_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
}
.pg_career_pickup_headIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}
.pg_career_pickup_headIconImg {
  width: 1.37rem;
  height: 2rem;
}
.pg_career_pickup_headIconImg img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_career_pickup_list {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  margin-top: 2.4rem;
  gap: 3.2rem;
}
.pg_career_pickup_item {
  padding: 3.2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.pg_career_pickup_itemHeading {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.pg_career_pickup_itemDesc {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.pg_career_boxs {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  margin-top: 2.4rem;
  gap: 3.2rem;
}
.pg_career_boxs_item {
  padding: 3.2rem;
  background-color: #fff;
}
.pg_career_boxs_itemHead {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.pg_career_boxs_itemDesc {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.pg_career_boxs_itemFig {
  margin-top: 0.8rem;
}
.pg_career_flow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.pg_career_flow_item {
  position: relative;
  width: 16.8rem;
}
.pg_career_flow_item + .pg_career_flow_item .pg_career_flow_itemFig:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 1.8rem;
  height: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../assets/images/career/flow-arr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pg_career_flow_itemTag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pg_career_flow_itemTagItem {
  padding: 0.6rem 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.pg_career_flow_itemTagItem.__black {
  background-color: var(--color-black);
  color: #fff;
}
.pg_career_flow_itemTagItem.__green {
  background-color: var(--color-green);
  color: #fff;
}
.pg_career_flow_itemTagItem.__gray {
  background-color: var(--color-gray);
  color: #fff;
}
.pg_career_flow_itemFig {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  margin-top: 1.6rem;
}
.pg_career_flow_itemHeading {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.pg_career_flow_itemDesc {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.pg_career_related {
  border-top: 0.1rem solid #8f8f8f;
}
.pg_data_data {
  padding: 10rem 0;
}
.pg_data_data.__mts {
  padding-top: 8rem;
}
.pg_data_data.__mbs {
  padding-bottom: 8rem;
}
.pg_data_data.__gray {
  background-color: var(--color-bg-gray);
}
.pg_data_data.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_data_data_desc {
  max-width: 108rem;
  margin-top: 4.8rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_data_data_boxs {
  display: grid;
  width: 100%;
  max-width: 104.8rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  gap: 4rem;
}
.pg_data_data_col2 {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  width: 100%;
  gap: 4.8rem;
}
.pg_data_data_box {
  width: 100%;
  padding: 3.6rem 6rem;
  background-color: #f6f6f6;
}
.pg_data_data_box.__ps {
  padding: 4rem 3.2rem;
}
.pg_data_data_box.__pbss {
  padding-right: 2rem;
  padding-left: 2rem;
}
.pg_data_data_boxHeading {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.pg_data_data_boxDesc {
  margin-top: 2.6rem;
  font-weight: 500;
  text-align: center;
}
.pg_data_data_boxBody {
  margin-top: 2.4rem;
}
.pg_data_data_boxFig {
  margin-right: auto;
  margin-left: auto;
}
.pg_data_data_boxFig.__is1 {
  aspect-ratio: 596/332;
  width: 59.6rem;
}
.pg_data_data_pref {
  position: relative;
  aspect-ratio: 596/332;
  width: 59.6rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_data_data_pref_s {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.pg_data_data_pref.__lg {
  display: block;
}
.pg_data_data_pref.__md {
  display: none;
}
.pg_data_data_pref_item {
  position: absolute;
  aspect-ratio: 1;
}
.pg_data_data_pref_item.__tokyo {
  right: 27%;
  bottom: 0;
  width: 12.4rem;
}
.pg_data_data_pref_item.__chiba {
  right: 2%;
  bottom: 0;
  width: 9.2rem;
}
.pg_data_data_pref_item.__kanagawa {
  right: 13%;
  bottom: 28%;
  width: 9.2rem;
}
.pg_data_data_pref_item.__saitama {
  right: 30%;
  bottom: 44%;
  width: 7.2rem;
}
.pg_data_data_pref_item.__chubu {
  top: 24%;
  left: 21%;
  width: 9.2rem;
}
.pg_data_data_pref_item.__kanto {
  top: 13%;
  right: 0%;
  aspect-ratio: auto;
  width: 17.2rem;
}
.pg_data_data_pref_item.__tohoku {
  top: 0;
  right: 52%;
  width: 8.3rem;
}
.pg_data_data_pref_item.__kinki {
  bottom: 39%;
  left: 6%;
  aspect-ratio: 1;
  width: 7.2rem;
}
.pg_data_data_pref_item.__kyusyu {
  bottom: 7%;
  left: 0;
  aspect-ratio: 1;
  width: 6.8rem;
}
.pg_data_data_pref_item.__chugoku {
  bottom: 6%;
  left: 36%;
  aspect-ratio: 1;
  width: 5.6rem;
}
.pg_data_data_graph_body {
  display: grid;
  margin-top: 4.5rem;
  padding: 0 1.5rem;
  gap: 0.8rem;
}
.pg_data_data_graph_body.__pl {
  padding-right: 3rem;
  padding-left: 3rem;
}
.pg_data_data_graph_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.pg_data_data_graph_rowIcon {
  aspect-ratio: 45/48;
  width: 4.5rem;
  margin-right: 1rem;
}
.pg_data_data_graph_rowIcon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.pg_data_data_graph_rowData {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg_data_data_graph_rowBarWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.pg_data_data_graph_rowBar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 4.8rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: var(--color-green);
}
.pg_data_data_graph_rowBar span {
  display: inline-block;
  padding-left: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  opacity: 0;
}
.pg_data_data_graph_rowBar.__is1-1 {
  width: 21rem;
}
.pg_data_data_graph_rowBar.__is1-2,
.pg_data_data_graph_rowBar.__is1-3 {
  width: 5.7rem;
}
.pg_data_data_graph_rowBar.__is1-4 {
  width: 1rem;
  opacity: 0.7;
}
.pg_data_data_graph_rowBar.__is1-5 {
  width: 1rem;
  opacity: 0.6;
}
.pg_data_data_graph_rowBar.__is2-1 {
  width: 15.4rem;
}
.pg_data_data_graph_rowBar.__is2-2 {
  width: 4.6rem;
  opacity: 0.7;
}
.pg_data_data_graph_rowBar.__is2-3 {
  width: 2.3rem;
  opacity: 0.5;
}
.pg_data_data_graph_rowBar.__is2-4,
.pg_data_data_graph_rowBar.__is2-5 {
  width: 1.8rem;
  opacity: 0.2;
}
.pg_data_data_graph_rowBar.__blue,
.pg_data_data_graph_rowBar.__green {
  background-color: var(--color-blue);
}
.pg_data_data_graph_rowBarLabel {
  margin-left: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.pg_data_data_graph_rowBarNum {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-left: 1.6rem;
}
.pg_data_data_graph_rowBarNum strong {
  display: inline-block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0;
}
.pg_data_data_graph_rowBarNum strong.__s {
  font-size: 3.2rem;
}
.pg_data_data_graph_rowBarNum .__green {
  color: var(--color-green);
}
.pg_data_data_graph_rowBarNum .__blue {
  color: var(--color-blue);
}
.pg_data_data_graph_rowBarNum > span {
  display: inline-block;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.pg_data_data_graph_desc {
  margin-top: 1.6rem;
  padding: 0 4rem;
  color: #525b6a;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}
.pg_data_data_graph_note {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: right;
}
.pg_data_data_reason {
  display: block;
  position: relative;
  aspect-ratio: 892/397;
  width: 89.2rem;
}
.pg_data_data_reason_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.pg_data_data_reason_item strong {
  font-weight: 700;
}
.pg_data_data_reason_item.__is1 {
  top: 5%;
  left: 21.5%;
  width: 27.1rem;
  background-color: var(--color-green);
  font-size: 2.3rem;
}
.pg_data_data_reason_item.__is1 strong {
  font-size: 3.2rem;
}
.pg_data_data_reason_item.__is2 {
  top: 27%;
  left: 51%;
  width: 25.6rem;
  background-color: var(--color-blue);
  font-size: 2.3rem;
}
.pg_data_data_reason_item.__is2 strong {
  font-size: 3.2rem;
}
.pg_data_data_reason_item.__is3 {
  top: 3%;
  right: 0;
  width: 21.1rem;
  background-color: #5db36f;
  font-size: 1.8rem;
}
.pg_data_data_reason_item.__is3 strong {
  font-size: 2.4rem;
}
.pg_data_data_reason_item.__is4 {
  bottom: 5%;
  left: 0;
  width: 21.1rem;
  background-color: #4e4ee1;
  font-size: 1.8rem;
}
.pg_data_data_reason_item.__is4 strong {
  font-size: 2.4rem;
  line-height: 1.166;
}
.pg_data_data_reason_item.__is5 {
  right: 3%;
  bottom: 2%;
  width: 16.6rem;
  background-color: #4e4ee1;
  font-size: 1.8rem;
}
.pg_data_data_reason_item.__is5 strong {
  font-size: 2.4rem;
  line-height: 1.166;
}
.pg_data_data_reason_item.__is6 {
  top: 0;
  left: 4%;
  width: 16.6rem;
  background-color: #5db36f;
  font-size: 2.2rem;
}
.pg_data_data_reason_item.__is6 strong {
  font-size: 1.8rem;
}
.pg_data_data_reason_item.__is7 {
  top: 2%;
  right: 22.5%;
  width: 10.5rem;
  background-color: #8bc998;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pg_data_data_reason_item.__is8 {
  bottom: 0;
  left: 41%;
  width: 11.8rem;
  background-color: #8bc998;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pg_data_data_reason_item.__is9 {
  top: 8%;
  left: 50%;
  width: 8.8rem;
  background-color: #8181e9;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pg_data_data_reason_item.__is10 {
  bottom: 0;
  left: 23%;
  width: 10.5rem;
  background-color: #8181e9;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pg_data_data_reason_item.__is10 strong {
  font-weight: 700;
}
.pg_data_data_major_body {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 1.6rem;
}
.pg_data_data_major_fig {
  width: 29.15rem;
  height: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_data_data_major_fig canvas {
  width: 24rem !important;
  height: 24rem !important;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.pg_data_data_major_itemIcon {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 6rem;
}
.pg_data_data_major_itemIcon.__is1 {
  top: 3rem;
  left: calc(50% + 7rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.pg_data_data_major_itemIcon.__is2 {
  bottom: 1rem;
  left: calc(50% - 7rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.pg_data_data_major_item {
  position: absolute;
  text-align: center;
}
.pg_data_data_major_item.__is1 {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% + 2.3rem);
  color: #fff;
}
.pg_data_data_major_item.__is2 {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 9rem);
  color: #fff;
}
.pg_data_data_major_item.__is3 {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% - 12rem);
  text-align: right;
}
.pg_data_data_major_itemLabel {
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
}
.pg_data_data_major_itemLabel span {
  font-size: 2rem;
}
.pg_data_data_major_itemNum {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
}
.pg_data_data_major_itemUnit {
  font-weight: 700;
}
.pg_data_data_major_desc {
  margin-top: 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pg_data_data_remote_body {
  display: block;
  position: relative;
  width: 100%;
}
.pg_data_data_remote_body {
  display: block;
  width: 100%;
  padding-top: 2rem;
}
.pg_data_data_remote_fig {
  width: 29.15rem;
  height: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_data_data_remote_fig canvas {
  width: 24rem !important;
  height: 24rem !important;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.pg_data_data_remote_item {
  position: absolute;
  text-align: center;
}
.pg_data_data_remote_item.__is1 {
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% + 2.8rem);
}
.pg_data_data_remote_item.__is2 {
  position: absolute;
  top: calc(50% + 5.5rem);
  left: calc(50% - 1rem);
}
.pg_data_data_remote_item.__is3 {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: calc(50% - 9rem);
  color: #fff;
}
.pg_data_data_remote_item.__is4 {
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 10rem);
  gap: 1rem;
  color: #fff;
}
.pg_data_data_remote_item.__is5 {
  position: absolute;
  top: calc(50% - 9rem);
  left: calc(50% - 5rem);
  color: #fff;
}
.pg_data_data_remote_itemLabel {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
}
.pg_data_data_remote_itemLabel span {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.pg_data_data_remote_itemNum {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
.pg_data_data_remote_itemUnit {
  font-weight: 700;
  line-height: 1;
}
.pg_data_data_remote_desc {
  margin-top: 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pg_data_data_remote_itemIcon {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 6rem;
}
.pg_data_data_remote_itemIcon.__is1 {
  top: 13rem;
  left: calc(50% + 11rem);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.pg_data_data_voice {
  display: grid;
  margin-top: 2rem;
  gap: 0.8rem;
}
.pg_data_data_voice_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
}
.pg_data_data_voice_row.__afe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pg_data_data_voice_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.pg_data_data_voice_item {
  padding: 1.6rem;
  background-color: #fff;
  color: #525e6d;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4.8rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
}
.pg_data_data_voice_item.__round {
  padding: 1.6rem 4.8rem;
  border-radius: 3.2rem;
}
.pg_data_data_voice_item.__ps {
  padding: 1.6rem 1.1rem;
}
.pg_data_data_voice_item .__green {
  color: var(--color-green);
}
.pg_data_data_voice_item .__blue {
  color: var(--color-blue);
}
.pg_data_data_voice_item strong {
  display: inline;
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.01em;
}
.pg_data_data_voice_item strong.__s {
  font-size: 3.2rem;
}
.pg_data_data_voice_item strong.__m {
  font-size: 4rem;
}
.pg_data_slider picture {
  display: inline;
}
.pg_data_slider .swiper {
  width: 100%;
}
.pg_data_slider_item.swiper-slide {
  display: block;
  aspect-ratio: 44/33;
  width: 44rem;
}
.pg_data_slider_btns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  max-width: 112rem;
  margin-top: 1.6rem;
  margin-right: auto;
  margin-left: auto;
  gap: 1.6rem;
}
.pg_data_slider_btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  border-radius: 50%;
  background: none;
  color: var(--color-black);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pg_data_slider_btn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_data_related {
  margin-top: 8rem;
  border-top: 0.1rem solid var(--color-black);
}
.pg_work_lead {
    padding-top: 4rem;
    padding-bottom: 0rem;
}
.pg_work_lead.__mts {
  padding-top: 8rem;
}
.pg_work_lead.__mbs {
  padding-bottom: 8rem;
}
.pg_work_lead.__gray {
  background-color: var(--color-bg-gray);
}
.pg_work_lead.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_work_sec {
  padding: 10rem 0;
  overflow: hidden;
}
.pg_work_sec.__mts {
  padding-top: 8rem;
}
.pg_work_sec.__mbs {
  padding-bottom: 8rem;
}
.pg_work_sec.__gray {
  background-color: var(--color-bg-gray);
}
.pg_work_sec.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_work_sec_body {
  max-zoom: 109.4rem;
  width: 100%;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_work_sec_desc {
  margin-top: 2.4rem;
}
.pg_work_sec_fig {
  position: relative;
  margin-top: 4rem;
}
.pg_work_sec_fig.__is1 {
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_work_sec_fig.__is2 {
  max-width: 56rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_work_sec_figBtn {
  display: none;
}
.pg_work_sec_boxs {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  margin-top: 5.4rem;
  gap: 3.2rem;
}
.pg_work_sec_box {
  padding: 3.4rem 4rem 3.8rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.pg_work_sec_boxTag {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
  text-align: center;
}
.pg_work_sec_boxHeading {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.pg_work_sec_boxList {
  display: grid;
  margin-top: 1.8rem;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.pg_work_sec_boxListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg_work_sec_boxListItem span {
  -webkit-box-flex: 1;
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.6rem;
  font-weight: 500;
}
.pg_work_sec_boxListItem:before {
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  background-color: currentColor;
  content: "";
}
.pg_work_sec_prof {
  margin-top: 5.6rem;
}
.pg_work_sec_profItem {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 3.2rem;
  gap: 3.2rem;
  border-top: 0.05rem solid #9f9f9f;
}
.pg_work_sec_profItem:last-of-type {
  border-bottom: 0.05rem solid #9f9f9f;
}
.pg_work_sec_profItemFig {
  aspect-ratio: 1;
  width: 12.8rem;
  overflow: hidden;
  border-radius: 50%;
}
.pg_work_sec_profItemText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg_work_sec_profItemTag {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.4rem;
}
.pg_work_sec_profItemInfo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 0.9rem;
  gap: 2.4rem;
}
.pg_work_sec_profItemName {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.pg_work_sec_profItemPos {
  padding: 0.4rem 1.6rem;
  border: 0.1rem solid var(--color-black);
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.pg_work_sec_profItemYear {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.pg_work_sec_profItemHeading {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.pg_work_sec_profItemDesc {
  margin-top: 1.6rem;
}
.pg_work_sec_profItemBtn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.6rem;
}
.pg_work_sec_linkbox {
  margin-top: 5.6rem;
}
.pg_work_sec_principle {
  max-width: 88rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_work_sec_principleBtn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.6rem;
}
.pg_work_box {
  padding: 4rem 8rem 5.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
  color: var(--color-black);
}
.pg_work_box_heading {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
  text-align: center;
}
.pg_work_box_desc {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
  text-align: center;
}
.pg_work_box_list {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  margin-top: 3rem;
  gap: 5rem;
}
.pg_work_box_listCol {
  display: grid;
  gap: 1.6rem;
}
.pg_work_box_listItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
}
.pg_work_box_listItemTag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-right: 2.4rem;
  background-image: -o-linear-gradient(45deg, #0404d4, #199332);
  background-image: linear-gradient(45deg, #0404d4, #199332);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_work_msg {
  z-index: 0;
  position: relative;
  aspect-ratio: 1440/480;
  width: 100%;
  overflow: hidden;
}
.pg_work_msg_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg_work_msg_bg:before {
  display: block;
  z-index: 10;
  position: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  content: "";
  opacity: 0.4;
}
.pg_work_msg_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 6.4rem;
  text-align: center;
  white-space: nowrap;
}
.pg_work_flow {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
.pg_work_flow .swiper {
  overflow: visible !important;
}
.pg_work_flow .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 47rem;
}
.pg_work_flow_item.swiper-slide {
  position: relative;
  width: 38.4rem;
  height: 100%;
  padding: 3.4rem 2.8rem;
  background-color: #fff;
}
.pg_work_flow_itemHead {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.pg_work_flow_itemHead span {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_work_flow_itemFig {
  aspect-ratio: 1;
  width: 12.8rem;
  margin-top: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_work_flow_itemDesc {
  margin-top: 1.8rem;
  padding: 0.8rem 0.5em;
  border: 0.1rem solid var(--color-black);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.07em;
}
.pg_work_flow_itemList {
  display: grid;
  margin-top: 1.6rem;
  gap: 0.5rem;
}
.pg_work_flow_itemListItemIcon {
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
}
.pg_work_flow_itemListItemIcon img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_work_flow_itemListItem {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.07em;
}
.pg_work_flow_itemListItem strong {
  color: var(--color-blue);
  font-weight: 700;
}
.pg_work_flow_btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: none;
  background-color: var(--color-black);
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pg_work_flow_btn.__prev {
  left: -12rem;
}
.pg_work_flow_btn.__next {
  right: -12rem;
}
.pg_work_flow_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pg_work_flow_btn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_workstyle_note {
  margin-top: 4rem;
  padding-bottom: 6rem;
}
.pg_workstyle_sec {
  padding: 10rem 0 8rem;
}
.pg_workstyle_sec.__mts {
  padding-top: 8rem;
}
.pg_workstyle_sec.__mbs {
  padding-bottom: 8rem;
}
.pg_workstyle_sec.__gray {
  background-color: var(--color-bg-gray);
}
.pg_workstyle_sec.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_workstyle_sec_body {
  max-width: 109.6rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_workstyle_sec_item + .pg_workstyle_sec_item {
  margin-top: 6.4rem;
}
.pg_workstyle_sec_item + .pg_workstyle_sec_item.__mts {
  margin-top: 2.4rem;
}
.pg_workstyle_sec_headingSub,
.pg_workstyle_sec_desc {
  margin-top: 2.4rem;
}
.pg_workstyle_sec_cards {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  max-width: 103rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  gap: 2.4rem 3.2rem;
}
.pg_workstyle_sec_cards.__mt0 {
  margin-top: 0;
}
.pg_workstyle_sec_card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 2.4rem 4rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: var(--color-bg-gray);
}
.pg_workstyle_sec_card.__bgwhite {
  background-color: #fff;
}
.pg_workstyle_sec_cardHeading {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.pg_workstyle_sec_cardHeading span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
.pg_workstyle_sec_cardBody {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.pg_workstyle_sec_cardIcon {
  aspect-ratio: 1;
  width: 9.6rem;
}
.pg_workstyle_sec_cardIcon.__s {
  width: 8rem;
}
.pg_workstyle_sec_cardNum {
  position: relative;
  margin-left: 3.2rem;
}
.pg_workstyle_sec_cardNumItem {
  font-family: Lato, Noto Sans JP, sans-serif;
  font-size: 5em;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(14deg, #0404d4 26%, #199332 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pg_workstyle_sec_cardNumUnit {
  display: inline-block;
  margin-left: 0.4rem;
  font-weight: 700;
  font-size: 4rem;
  font-family: Lato, Noto Sans JP, sans-serif;
}
.pg_workstyle_sec_cardNote {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
}
.pg_workstyle_sec_card2um {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.8rem;
  gap: 1.6rem;
}
.pg_workstyle_sec_card2umItemHead {
  display: block;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.pg_workstyle_sec_card2umItemNumItem {
  display: block;
  width: auto;
  font-family: Lato, Noto Sans JP, sans-serif;
  font-size: 3em;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -0.03em;
  background: linear-gradient(14deg, #0404d4 26%, #199332 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pg_workstyle_sec_card2umItemUnit {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 700;
  font-size: 4rem;
}
.pg_workstyle_sec_card2umItemNum {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.pg_workstyle_sec_slider {
  width: 100vw;
  margin-top: 4rem;
  margin-left: calc(50% - 50vw);
}
.pg_workstyle_sec_sliderItem.swiper-slide {
  display: block;
  aspect-ratio: 1152/767;
  width: 115.2rem;
}
.pg_workstyle_sec_sliderBtns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  max-width: 112rem;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  gap: 1.6rem;
}
.pg_workstyle_sec_sliderBtn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  border-radius: 50%;
  background: none;
  color: var(--color-black);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.pg_workstyle_sec_sliderBtn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_workstyle_model {
  max-width: 96rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_workstyle_model_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template: auto/12rem 1fr;
  align-items: center;
  padding: 4rem 5.2rem;
  gap: 6rem;
  border-radius: 0.8rem;
  background-color: var(--color-bg-gray);
}
.pg_workstyle_model_box + .pg_workstyle_model_box {
  margin-top: 1.6rem;
}
.pg_workstyle_model_boxFig {
  width: 12rem;
}
.pg_workstyle_model_boxFigItem {
  aspect-ratio: 1;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg_workstyle_model_boxFigItemName {
  margin-bottom: 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  white-space: nowrap;
}
* + .pg_workstyle_model_boxFigItemName {
  margin-top: 3.2rem;
}
.pg_workstyle_model_boxFigItemText {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.pg_workstyle_model_boxFigItemText a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}
.pg_workstyle_model_boxFigItemText a[target="_blank"] {
  position: relative;
}
.pg_workstyle_model_boxFigItemText a[target="_blank"]:after {
  display: inline-block;
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.5em;
  background-image: url(./images/common/icon-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pg_workstyle_model_fukidasi {
  position: relative;
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
  padding: 3rem 4rem;
  border: 0.1rem solid var(--color-black);
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.pg_workstyle_model_fukidasi strong {
  font-weight: 500;
  font-size: 2rem;
}
.pg_workstyle_model_fukidasi * + p,
.pg_workstyle_model_fukidasi * + ul {
  margin-top: 1rem;
}
.pg_workstyle_model_fukidasi li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.pg_workstyle_model_note {
  margin-top: 1.6rem;
}
.pg_workstyle_info {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  max-width: 103.3rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  gap: 2.4rem;
}
.pg_workstyle_info_item {
  display: grid;
  grid-template: auto/6.4rem 1fr;
  padding: 3.2rem;
  overflow: hidden;
  gap: 2.4rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.pg_workstyle_info_itemIcon {
  aspect-ratio: 1;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg_workstyle_info_itemText dt {
  font-weight: 500;
  font-size: 1.8rem;
}
.pg_workstyle_info_itemText dd {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.pg_workstyle_deco {
  margin-top: 8rem;
  display: block;
  aspect-ratio: 1440/600;
}
.pg_job_lead {
  padding-top: 4rem;
}
.pg_job_info {
  padding: 8rem 0;
}
.pg_job_info_nav {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  margin-top: 5.6rem;
  gap: 1.6rem;
}
.pg_job_info_navItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6rem 1rem;
  border: 0.1rem solid var(--color-black);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.pg_job_info_navItemHead {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}
.pg_job_info_navItemBody {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 0.1rem solid currentColor;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.pg_job_info_navItemBtn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
  text-align: right;
}
.pg_job_info_navItemBtnIcon {
  display: inline-block;
  width: 2.4rem;
  height: 0.5rem;
  margin-left: 0.8rem;
}
.pg_job_info_navItemBtnIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_job_info_listSec + .pg_job_info_listSec {
  margin-top: 8rem;
}
.pg_job_info_list {
  margin-top: 8rem;
}
.pg_job_info_listItem {
  margin-top: 3.2rem;
}
.pg_job_info_listItem + .pg_job_info_listItem {
  margin-top: 4rem;
}
.pg_job_faq {
  padding: 10rem 0 8rem;
  background-color: var(--color-bg-gray);
}
.pg_job_faq_body {
  max-width: 112rem;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}
.pg_job_faq_desc {
  margin-top: 2.4rem;
}
.pg_job_faq_list {
  display: grid;
  gap: 1.6rem;
}
.pg_job_faq_btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 3.2rem;
}
.pg_job_card {
  width: 100%;
  max-width: 103rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3.2rem;
  background-color: var(--color-bg-gray);
}
.pg_job_card_head {
  position: relative;
  padding-bottom: 3rem;
}
.pg_job_card_head:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #98a6b5;
  content: "";
}
.pg_job_card_heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
}
.pg_job_card_heading__cate {
  border: 1px solid var(--color-black);
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 6px;
}
.pg_job_card_info {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: max-content 1fr;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  gap: 0 6rem;
}
.pg_job_card_infoTxt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  margin-top: 1rem;
  padding-right: 5rem;
}
.pg_job_card_infoNote {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}
.u-alt-right {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  height: 100%;
}
.pg_job_card_infoRow {
  display: grid;
}
.pg_job_card_infoRow__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pg_job_card_infoDt span {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.pg_job_card_infoDd {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  margin-top: 1rem;
  height: auto;
}
.pg_job_card_infoDd a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  color: #0404d4;
}
.pg_job_card_infoDd a[target="_blank"] {
  position: relative;
}
.pg_job_card_infoDd a[target="_blank"]:after {
  display: inline-block;
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.3rem;
  background-image: url(./images/common/icon-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pg_job_card_infoDd ul li::before {
  content: "・";
  margin-right: 0.5rem;
}
.pg_job_card_infoDd ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
  line-height: 1.5;
}
.pg_job_card_btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2.4rem;
  gap: 2.4rem;
}
.pg_job_card_btns:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #98a6b5;
  content: "";
}
.pg_job_card_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25.6rem;
  height: 6.4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 0.2rem solid var(--color-black);
  background-color: var(--color-black);
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.pg_job_card_btn:not([href]) {
  border-color: #8b8b8b;
  background-color: #8b8b8b;
  pointer-events: none;
}
.pg_job_card_btnIcon {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
}
.pg_job_card_btnIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pg_job_card_note {
  font-size: 1.2rem;
  line-height: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 1.6rem;
  gap: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #525e6d;
  margin-top: 4.5rem;
  height: fit-content;
}
.pg_job_card_noteIcon {
  display: block;
  width: 3rem;
  height: 3rem;
}
.pg_job_card_flow {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 0;
  position: relative;
  white-space: nowrap;
}
.pg_job_card_flow:before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
  background-color: #d9d9d9;
  content: "";
}
.pg_job_card_flow.__col3:before {
  width: calc(40% - 6rem);
}
.pg_job_card_flow.__col4:before {
  width: calc(65% - 6rem);
}
.pg_job_card_flowItem {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  margin-left: 3rem;
}
.pg_job_card_flowItem::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #59616c;
  border-radius: 50%;
  content: "";
}
.pg_job_card_flowItem__period {
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  width: 9rem;
  flex-shrink: 0;
  white-space: normal;
  line-height: 1.8;
  margin-right: 2.5rem;
}
.period-wave {
  line-height: 1.2;
  text-align: center;
}
.u-block {
  display: block;
}
.pg_job_card_flowItem__period--large {
  font-size: 1.5rem;
  line-height: 1;
}
.pg_job_card_flowItem__card {
  flex: 1;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.pg_job_card_flowItem__card p {
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.pg_job_card_flowItem__card--title {
  font-size: 1.6rem;
}
.pg_job_card_flowItem__card--desc {
  text-wrap: wrap;
  font-size: 1.2rem;
  margin-left: 1.6rem;
  flex: 1;
}
.pg_job_card_flowItem__card--noteBox {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 8px;
  display: flex;
  align-items: center;
  background-color: #001f5b;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.pg_job_card_flowItemFig {
  display: block;
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
.pg_job_card_flowItemFig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg_page_main {
  min-height: 40lvh;
  padding: 10rem 0;
}
.pg_page_main.__mts {
  padding-top: 8rem;
}
.pg_page_main.__mbs {
  padding-bottom: 8rem;
}
.pg_page_main.__gray {
  background-color: var(--color-bg-gray);
}
.pg_page_main.__darkgray {
  background-color: #485362;
  color: #fff;
}
.pg_page_main_desc,
.pg_page_main_btn {
  margin-top: 3.2rem;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  position: relative;
  vertical-align: middle;
  *vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  visibility: hidden;
  vertical-align: middle;
  *vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-buttons a {
  color: #fff;
  text-decoration: none;
}
.wp-block-button__link {
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
blockquote {
  text-align: center;
}
blockquote cite {
  display: block;
  font-size: 0.875em;
  margin-top: 1em;
  font-style: italic;
}
.wp-block-columns {
  display: flex;
  gap: 0.5em;
}
.wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
}
.wp-block-media-text__content {
  padding: 0 8%;
}
.wp-block-details {
  margin: 4rem 0;
}
.wp-block-details summary {
  cursor: pointer;
  padding-left: 1rem;
}
.wp-block-details summary::marker {
  content: "▶";
}
.wp-block-details[open] summary::marker {
  content: "▼";
}
.wp-block-details p {
  margin-top: 1rem;
}
.wp-block-separator {
  border: none;
  border-top: 1px solid #dcdcde;
  margin: 1.5em 0;
}
@media screen and (min-width: 959px) {
  .pc-none {
    display: none;
  }
  .pg_home_video_btn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignRatio));
  }
  a:focus-visible,
  button:focus-visible {
    outline: none;
  }
  .sp-none {
    display: none;
  }
  .bl_header_inner {
    padding: 2.5rem 1.6rem;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
  }
  .bl_header.is-scroll .bl_header_inner {
    padding: 1.7rem 1.6rem;
  }
  .bl_header_ctt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bl_header_logoItem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .bl_header_logoItemPic {
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }
  .bl_header.is-scroll .bl_header_logoItemPic {
    width: 12rem;
  }
  .bl_header_logoText {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .bl_header_nav {
    display: none;
  }
  .bl_header_menubtn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    margin: 0;
    padding: 0;
    border: none;
    border: 0.1rem solid currentColor;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bl_header_menubtnOpenIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .bl_header_menubtnOpenIcon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bl_header_menubtnCloseIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.74rem;
    height: 1.74rem;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .bl_header_menubtnCloseIcon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bl_header_panel {
    display: none !important;
  }
  .bl_footer {
    padding: 6.4rem 1rem 2.4rem;
  }
  .bl_footer_ctt {
    grid-template: auto/1fr;
  }
  .bl_footer_logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_footer_logoPic {
    margin-right: auto;
    margin-left: auto;
  }
  .bl_footer_logoText {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .bl_footer_body {
    margin-top: 7.2rem;
  }
  .bl_footer_nav {
    grid-template: auto/1fr;
    width: 100%;
    max-width: 27.2rem;
    max-width: 79%;
    margin-right: auto;
    margin-left: auto;
    gap: 3.2rem 0;
  }
  .bl_footer_navItem.__lg {
    display: none;
  }
  .bl_footer_navItem.__md {
    display: grid;
  }
  .bl_footer_navItemLink {
    white-space: wrap;
  }
  .bl_footer_banners {
    grid-template: auto/1fr;
    max-width: 25.6rem;
    margin-top: 6.4rem;
    margin-right: auto;
    margin-left: auto;
    gap: 0.8rem;
  }
  .bl_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_footer_copyright {
    margin-top: 5.5rem;
    text-align: center;
  }
  .bl_footer_pagetop {
    right: 3.2rem;
    right: 1rem;
    bottom: 3.2rem;
    bottom: 1rem;
  }
  .bl_footer_fixBanner {
    right: 2rem;
    bottom: 10rem;
  }
  .bl_footer_fixBanner_item {
    width: 160px;
    padding: 7px;
  }
  .bl_footer_fixBanner_itemText {
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .bl_footer_fixBanner_close {
    width: 25px;
    height: 25px;
  }
  .bl_footer_fixBanner_closeBar {
    width: 12px;
  }
  .el_heading2 {
    padding-left: 1rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .el_heading2:before {
    width: 0.2rem;
    height: 80%;
  }
  .el_heading3,
  .el_heading3Bar {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .el_textdeco {
    font-size: 8rem;
  }
  .el_pagetop {
    padding-top: 12rem;
  }
  .el_pagetop_ctt {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .el_pagetop_inner {
    padding-left: 0;
    border-left: 0;
  }
  .el_pagetop_inner.__single {
    padding-top: 4rem;
  }
  .el_pagetop_ttlMain {
    font-size: 4rem;
  }
  .el_pagetop_ttlSub {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
  .el_pagetop_bread {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-overflow-style: none;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 5rem;
    margin-left: calc(50% - 50vw);
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .el_pagetop_bread::-webkit-scrollbar {
    display: none;
  }
  .el_pagetop_article_title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .el_pagetop_article_desc {
    margin-top: 1rem;
    line-height: 2;
  }
  .el_linkbox {
    display: block;
    height: auto;
    padding: 3.2rem 3rem 2.3rem;
    border-radius: 0.8rem;
  }
  .el_linkbox_heading {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0;
  }
  .el_linkbox_desc {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
  .el_linkbox_icon {
    margin-top: 1.8rem;
    margin-left: auto;
  }
  .el_notebox {
    padding: 2rem;
  }
  .el_notebox_desc {
    margin-left: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .el_related {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .el_related_list.__col3 {
    grid-template: auto/repeat(1, 1fr);
  }
  .el_related_list {
    grid-template: auto/1fr;
    gap: 1.6rem;
  }
  .el_related_itemLink {
    padding: 2.4rem 2rem;
  }
  .el_related_itemHeadingMain {
    font-size: 1.6rem;
  }
  .el_related_itemHeadingMainIcon {
    width: 4rem;
    height: 4rem;
  }
  .el_related_cta {
    margin-top: 1.6rem;
  }
  .el_storyCard_link {
    width: 100%;
  }
  .el_storyCard_title.__min2line {
    min-height: initial;
  }
  .el_storyCard_title {
    min-height: initial;
    margin-top: 1.6rem;
  }
  .el_storyCard_date {
    position: absolute;
    top: 0;
    right: -2rem;
    height: 1.5rem;
  }
  .el_faqAcc_head {
    padding: 2rem;
  }
  .el_faqAcc_icon {
    width: 2.6rem;
    margin-right: 1rem;
    font-size: 2.4rem;
  }
  .el_faqAcc_arr {
    margin-left: 1rem;
  }
  .el_faqAcc_headTitle {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .el_faqAcc_body {
    display: grid;
    grid-template: auto/3.6rem 1fr;
    margin: 0;
    padding: 2rem 2rem 3rem;
  }
  .el_faqAcc_bodyText {
    text-wrap: wrap;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .el_popupbtn.__md {
    display: block;
  }
  .el_popup_close {
    right: 2rem;
  }
  .el_popup_content {
    width: 100%;
    min-width: 100%;
    height: auto;
    max-height: 70vh;
    padding: 2rem 0.2rem;
  }
  .el_popup_movie {
    min-width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
  .bl_loading_heading {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .bl_loading_logo {
    width: 10rem;
    height: 2.67rem;
    margin-top: 3.2rem;
  }
  .bl_loading_bar {
    height: 0.8rem;
  }
  .bl_loading_percent {
    bottom: 0rem;
    font-size: 10rem;
  }
  .dd_lg {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .dd_md,
  .dd_mdsm {
    visibility: visible;
    width: auto;
    height: auto;
  }
  br.__lg {
    display: none;
  }
  br.__md {
    display: block;
  }
  .pg_home_fv_bgItemIcon {
    right: 2rem;
    bottom: 2rem;
    width: 12rem;
  }
  .pg_home_fv_bgItemIconText {
    top: 33%;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .pg_home_fv_scrollDown{
    left: 2rem;
    transform: none;
    font-size: 1.2rem;
    font-weight: 500;
    bottom: 2rem;
  }
  .pg_home_fv_scrollDown::before, .pg_home_fv_scrollDown::after{
    width: 3rem;
    height: 3rem;
  }
  .pg_home_fv_scrollDown::after{
    bottom: 2rem;
  }
  .pg_home_fv_scrollDown:hover::before {
    bottom: 4rem;
  }
  .pg_home_fv_scrollDown:hover::after {
    bottom: 2rem;
  }
  .pg_home_msg {
    padding: calc(100px + 5rem) 0 6.4rem;
    margin-top: -100px;
  }
  .pg_home_msg_ctt {
    grid-template: auto/1fr;
  }
  .pg_home_msg_head {
    padding-top: 0;
  }
  .pg_home_msg_desc {
    margin-top: 3.5rem;
    line-height: 4rem;
  }
  .pg_home_msg_strong {
    margin-top: 2.2rem;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .pg_home_video {
    background-color: transparent;
    padding: 40px 0;
  }
  .pg_home_video_wrapper {
    flex-direction: column;
  }
  .pg_home_video_thumb {
    max-width: 100%;
  }
  .pg_home_video_content {
    flex-direction: column;
    padding: 0 20px 20px;
    margin-left: 0;
  }
  .pg_home_video_text {
    flex: 1;
  }
  .pg_home_video_heading {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pg_home_video_desc {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .pg_home_video_btn {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 20px 60px;
    font-size: 14px;
  }
  .modal__content {
    min-width: 100%;
  }
  .modal__close svg path {
    stroke-width: 2;
  }
  .pg_home_about {
    padding: 4.8rem 0;
  }
  .pg_home_about_deco {
    right: -3rem;
    top: -35%;
  }
  .pg_home_about_body {
    margin-top: 0;
  }
  .pg_home_about_list {
    flex-direction: column;
    margin-top: 3.5rem;
  }
  .pg_home_about_item {
    width: calc(100vw - 4.8rem);
  }
  .pg_home_about_itemLink {
    padding: 2.4rem 0 2rem 2rem;
    min-height: 20rem;
  }
  .pg_home_about_itemHeading {
    font-size: 2rem;
    line-height: 4rem;
  }
  .pg_home_about_itemDesc {
    margin-top: 0;
    font-size: 1.3rem;
    padding-right: 8rem;
  }
  .pg_home_about_itemArr {
    width: 3.5rem;
    height: 3.5rem;
    opacity: 1;
    right: 1rem;
    bottom: 1rem;
  }
  .pg_home_about_itemArrIcon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .pg_home_news {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
  .pg_home_news_deco {
    left: -3rem;
  }
  .pg_home_news_body {
    margin-top: 4.3rem;
  }
  .pg_home_news_itemLink {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2.4rem 1.5rem;
    gap: 0;
  }
  .pg_home_news_itemDate {
    margin-right: 1.6rem;
  }
  .pg_home_news_itemTitle {
    -webkit-box-flex: initial;
    display: block;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin-top: 0.6rem;
    padding-right: 0;
    line-height: 2.6rem;
  }
  .pg_home_news_itemIcon {
    display: none;
  }
  .pg_home_story {
    padding-top: 4.8rem;
  }
  .pg_home_story_body {
    margin-top: 5rem;
    padding: 0;
  }
  .pg_home_story_heading {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
  .pg_home_story_desc {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .pg_home_story_slide .swiper-wrapper {
    height: auto;
  }
  .pg_home_story_slide {
    width: 100%;
    height: auto;
  }
  .pg_home_story_slide .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .pg_home_story_slideItem,
  .pg_home_story_slideItem.swiper-slide-active {
    width: 100%;
  }
  .pg_home_story_slideItem:nth-of-type(n + 4) {
    display: none;
  }
  .pg_home_story_sliderCtr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: center;
    margin-top: 2.4rem;
  }
  .pg_home_story_sliderBtns {
    display: none;
  }
  .pg_home_workstyle {
    padding: 4.8rem 0;
  }
  .pg_home_workstyle_body {
    margin-top: 4rem;
    padding: 0;
  }
  .pg_home_workstyle_heading {
    font-size: 2.4rem;
    line-height: 4.8rem;
    letter-spacing: 0;
  }
  .pg_home_workstyle_desc {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .pg_home_workstyle_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .pg_home_workstyle_itemLink {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    padding: 4.7rem 4rem;
  }
  .pg_home_workstyle_itemTag {
    font-size: 1.5rem;
  }
  .pg_home_workstyle_itemHeading {
    margin-top: 2.6rem;
    font-size: 2rem;
    line-height: 4rem;
  }
  .pg_home_workstyle_itemIcon {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 7.2rem;
    height: 7.2rem;
  }
  .pg_home_faq_boxDeco {
    font-size: 8rem;
  }
  .pg_home_faq_boxCtt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 5.6rem 2.4rem;
  }
  .pg_home_faq_desc {
    margin-top: 4.8rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .pg_home_faq_btn {
    margin-top: 4.9rem;
  }
  .pg_mission_lead {
    padding-top: 6rem;
  }
  .pg_mission_article_sec {
    padding: 4.8rem 0;
  }
  .pg_mission_article_sec.__mts {
    padding-top: 4.8rem;
  }
  .pg_mission_article_sec.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_mission_article_secFig.__spl {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .pg_mission_list_item {
    padding: 3.2rem 0 4rem;
  }
  .pg_mission_list_item:last-of-type {
    padding-bottom: 0;
  }
  .pg_mission_list_itemHead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .pg_mission_list_itemList {
    padding: 0;
  }
  .pg_mission_list_itemListItem {
    padding: 2.4rem 1.6rem;
  }
  .pg_mission_list_itemListItemHead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .pg_mission_list_itemListItemHead span {
    display: block;
  }
  .pg_mission_list_itemLinkCard {
    padding: 0;
  }
  .pg_mission_list_itemListItemCard {
    padding-right: 0;
    padding-left: 0;
  }
  .pg_mission_list_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem;
  }
  .pg_mission_list_cardThumb {
    width: 100%;
  }
  .pg_mission_list_cardText {
    margin-top: 1.6rem;
    margin-left: 0;
  }
  .pg_mission_list_cardIcon {
    display: none;
  }
  .pg_mission_boxlist {
    grid-template: auto/1fr;
    gap: 0.8rem;
  }
  .pg_mission_boxlist_item {
    padding: 1.6rem;
  }
  .pg_mission_about {
    padding: 2.4rem;
  }
  .pg_mission_about_heading {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .pg_mission_about_box1Heading {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .pg_mission_about_box1List {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pg_mission_about_box2Heading {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .pg_mission_about_box2Fig {
    width: 100%;
  }
  .pg_mission_about_box3 {
    grid-template: auto/1fr;
  }
  .pg_mission_about_box3Item:nth-of-type(n + 2) .pg_mission_about_arr3 {
    display: none;
  }
  .pg_news_category_ctt {
    grid-template: auto/1fr;
    padding: 2.4rem 1.5rem;
  }
  .pg_news_category_head {
    padding-left: 0;
    text-align: center;
  }
  .pg_news_category_body {
    margin-top: 2rem;
    gap: 0.4rem;
  }
  .pg_news_category_item {
    display: inline-block;
    min-width: auto;
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
  .pg_news_list {
    margin-top: 6.4rem;
  }
  .pg_news_list_itemLink {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2.4rem 1.5rem;
    gap: 0;
  }
  .pg_news_list_itemDate {
    margin-right: 1.6rem;
  }
  .pg_news_list_itemTitle {
    -webkit-box-flex: initial;
    display: block;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin-top: 0.6rem;
    padding-right: 0;
    line-height: 2.6rem;
  }
  .pg_news_list_itemIcon {
    display: none;
  }
  .pg_news_notfound {
    padding: 10rem 0 4rem;
    font-size: 1.8rem;
  }
  .pg_newsDetail_main {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .pg_newsDetail_main_body h2 {
    padding-left: 1rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .pg_newsDetail_main_body h2:before {
    left: -1rem;
    width: 0.2rem;
    height: 80%;
  }
  .pg_interview_noList {
    font-size: 2rem;
  }
  .pg_interview_pickup_list {
    grid-template: auto/repeat(1, 1fr);
    margin-top: 3.2rem;
    gap: 3.2rem;
  }
  .pg_interview_pickup_list .el_storyCard.__white {
    color: var(--color-black);
  }
  .pg_interview_search_ctt,
  .pg_interview_search_item {
    grid-template: auto/1fr;
    gap: 3.2rem;
  }
  .pg_interview_search_resetBtn {
    font-size: 1.6rem;
  }
  .pg_interview_list_list {
    grid-template: auto/repeat(1, 1fr);
    gap: 3.2rem;
  }
  .pg_interviewDetail {
    padding-top: 13.4rem;
    padding-bottom: 4.8rem;
  }
  .pg_interviewDetail_article_sns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: auto;
    margin-top: 2.4rem;
  }
  .pg_interviewDetail_article_snsHead {
    height: auto;
    padding-top: 0;
    white-space: initial;
  }
  .pg_interviewDetail_article_snsHead p {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0);
    line-height: 1;
  }
  .pg_interviewDetail_article_snsBody {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    gap: 0.8rem;
  }
  .pg_interviewDetail_article_snsBody:before {
    margin: 0 1.6rem;
  }
  .pg_interviewDetail_article_snsLink {
    width: 3.2rem;
  }
  .pg_interviewDetail_article_date {
    display: grid;
    grid-template: auto/1fr;
    gap: 1rem;
  }
  .pg_interviewDetail_article_title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .pg_interviewDetail_article_prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .pg_interviewDetail_article_main h3 {
    padding-left: 1rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .pg_interviewDetail_article_main h3:before {
    width: 0.2rem;
    height: 80%;
  }
  .pg_interviewDetail_article_main ul,
  .pg_interviewDetail_article_main ol {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .pg_interviewDetail_cta,
  .pg_interviewDetail_relate {
    margin-top: 4.8rem;
  }
  .pg_interviewDetail_relate_list {
    grid-template: auto/1fr;
    gap: 2.4rem;
  }
  .pg_faq_note {
    margin-top: 4.8rem;
  }
  .pg_faq_sec {
    padding: 4.8rem 0;
  }
  .pg_faq_sec.__mts {
    padding-top: 4.8rem;
  }
  .pg_faq_sec.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_faq_sec_list {
    gap: 0.8rem;
  }
  .pg_faq_sec_body {
    margin-top: 4.8rem;
  }
  .pg_faq_contact {
    grid-template: auto/1fr;
    gap: 0.8rem;
  }
  .pg_faq_contact_box {
    width: 100%;
    padding: 4.8rem 2.4rem;
  }
  .pg_faq_contact_boxHead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .pg_faq_contact_boxName {
    margin-top: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .pg_faq_contact_boxDesc {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    word-break: break-all;
  }
  .pg_career_note {
    margin-top: 4.8rem;
  }
  .pg_career_sec {
    padding: 4.8rem 0;
  }
  .pg_career_sec.__mts {
    padding-top: 4.8rem;
  }
  .pg_career_sec.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_career_sec_body {
    gap: 4.8rem;
  }
  .pg_career_sec_list {
    grid-template: auto/1fr;
  }
  .pg_career_sec_flowOuter {
    width: calc(100vw - 4.8rem);
    overflow-x: visible;
  }
  .pg_career_sec_flowInner {
    width: 100vw;
    margin-top: 2.4rem;
    margin-left: calc(50% - 50vw);
    padding-right: 2.4rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
    overflow-x: scroll;
  }
  .pg_career_pickup {
    padding: 2.4rem;
  }
  .pg_career_pickup_list {
    grid-template: auto/1fr;
    gap: 1.6rem;
  }
  .pg_career_pickup_item {
    padding: 2.4rem;
  }
  .pg_career_boxs {
    grid-template: auto/1fr;
    gap: 1.6rem;
  }
  .pg_career_boxs_item {
    padding: 2.4rem;
  }
  .pg_career_flow {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 72.7rem;
  }
  .pg_career_flow_item {
    width: 12rem;
    gap: 3.2rem;
  }
  .pg_career_flow_itemTagItem {
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
  }
  .pg_career_flow_itemHeading {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .pg_career_flow_itemDesc {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .pg_data_data {
    padding: 4.8rem 0;
  }
  .pg_data_data.__mts {
    padding-top: 4.8rem;
  }
  .pg_data_data.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_data_data_desc {
    margin-top: 2.4rem;
  }
  .pg_data_data_col2 {
    grid-template: auto/1fr;
  }
  .pg_data_data_box,
  .pg_data_data_box.__ps,
  .pg_data_data_box.__pbss {
    padding: 2rem;
  }
  .pg_data_data_boxHeading {
    font-size: 1.8rem;
  }
  .pg_data_data_boxDesc {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .pg_data_data_boxFig.__is1,
  .pg_data_data_pref {
    width: 100%;
  }
  .pg_data_data_pref.__lg {
    display: none;
  }
  .pg_data_data_pref.__md {
    display: block;
  }
  .pg_data_data_graph_body,
  .pg_data_data_graph_body.__pl {
    padding: 0;
  }
  .pg_data_data_graph_rowIcon {
    width: 3rem;
    margin-right: 0.5rem;
  }
  .pg_data_data_graph_rowBar span {
    padding-left: 1rem;
    font-size: 1.2rem;
  }
  .pg_data_data_graph_rowBar.__is1-1 {
    width: 16.8rem;
  }
  .pg_data_data_graph_rowBar.__is1-2,
  .pg_data_data_graph_rowBar.__is1-3 {
    width: 4.56rem;
  }
  .pg_data_data_graph_rowBar.__is1-4,
  .pg_data_data_graph_rowBar.__is1-5 {
    width: 0.8rem;
  }
  .pg_data_data_graph_rowBar.__is2-1 {
    width: 12.32rem;
  }
  .pg_data_data_graph_rowBar.__is2-2 {
    width: 3.68rem;
  }
  .pg_data_data_graph_rowBar.__is2-3 {
    width: 1.84rem;
  }
  .pg_data_data_graph_rowBar.__is2-4,
  .pg_data_data_graph_rowBar.__is2-5 {
    width: 1.44rem;
  }
  .pg_data_data_graph_rowBarLabel {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
  .pg_data_data_graph_rowBarNum strong {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .pg_data_data_graph_rowBarNum strong.__s {
    font-size: 2rem;
    line-height: 2rem;
  }
  .pg_data_data_graph_rowBarNum > span {
    margin-left: 0.3rem;
    padding-bottom: 0.2rem;
    font-size: 1.8rem;
  }
  .pg_data_data_graph_desc {
    padding: 0;
  }
  .pg_data_data_reason {
    aspect-ratio: 1/2;
    width: 100%;
  }
  .pg_data_data_reason_item.__is1 {
    top: 0;
    left: 0;
    width: 18rem;
    font-size: 2rem;
  }
  .pg_data_data_reason_item.__is1 strong {
    font-size: 2.8rem;
  }
  .pg_data_data_reason_item.__is2 {
    top: 24%;
    right: 0;
    left: initial;
    width: 17rem;
    font-size: 2rem;
  }
  .pg_data_data_reason_item.__is2 strong {
    font-size: 2.8rem;
  }
  .pg_data_data_reason_item.__is3 {
    top: 44.5%;
    left: 0;
    width: 16.8rem;
  }
  .pg_data_data_reason_item.__is4 {
    top: 53%;
    right: 0;
    bottom: initial;
    left: initial;
    width: 12.5rem;
    font-size: 1rem;
  }
  .pg_data_data_reason_item.__is4 strong {
    font-size: 1.5rem;
  }
  .pg_data_data_reason_item.__is5 {
    right: initial;
    left: 0;
    width: 14.3rem;
  }
  .pg_data_data_reason_item.__is6 {
    top: 5.4%;
    right: 0;
    left: initial;
    width: 11rem;
    font-size: 1.8rem;
  }
  .pg_data_data_reason_item.__is6 strong {
    font-size: 1.5rem;
  }
  .pg_data_data_reason_item.__is7 {
    top: initial;
    right: initial;
    right: 23.5%;
    bottom: 13%;
    left: initial;
    width: 8.4rem;
    font-size: 1.4rem;
    line-height: 22/16;
  }
  .pg_data_data_reason_item.__is8 {
    right: 0;
    bottom: 4%;
    left: initial;
    width: 8.5rem;
    font-size: 1.2rem;
    line-height: 22/16;
  }
  .pg_data_data_reason_item.__is9 {
    top: initial;
    right: 27.7%;
    bottom: 0;
    left: initial;
    width: 7.5rem;
    font-size: 1.2rem;
    line-height: 22/16;
  }
  .pg_data_data_reason_item.__is10 {
    top: 30.8%;
    right: 59%;
    bottom: initial;
    left: initial;
    width: 8rem;
    font-size: 1.4rem;
    line-height: 1.375;
  }
  .pg_data_data_major_body {
    padding-top: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .pg_data_data_major_desc {
    margin-top: 1rem;
  }
  .pg_data_data_remote_body {
    padding-top: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .pg_data_data_remote_desc {
    margin-top: 1rem;
  }
  .pg_data_data_remote_itemIcon.__is1 {
    top: 12rem;
  }
  .pg_data_data_voice_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .pg_data_data_voice_item {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .pg_data_data_voice_item.__round {
    padding: 2rem 1rem;
    border-radius: 0;
  }
  .pg_data_data_voice_item.__ps {
    padding: 2rem 1rem;
  }
  .pg_data_data_voice_item strong {
    font-size: 3.2rem;
  }
  .pg_data_data_voice_item strong.__s {
    font-size: 2rem;
  }
  .pg_data_data_voice_item strong.__m {
    font-size: 2.8rem;
  }
  .pg_data_slider_item.swiper-slide {
    width: 100%;
  }
  .pg_data_slider_btns {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .pg_work_lead {
    padding: 4.8rem 0;
  }
  .pg_work_lead.__mts {
    padding-top: 4.8rem;
  }
  .pg_work_lead.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_work_sec {
    padding: 4.8rem 0;
  }
  .pg_work_sec.__mts {
    padding-top: 4.8rem;
  }
  .pg_work_sec.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_work_sec_figBtn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .pg_work_sec_boxs {
    grid-template: auto/1fr;
    gap: 0.8rem;
  }
  .pg_work_sec_box {
    padding: 3.4rem 2rem 3.8rem;
  }
  .pg_work_sec_profItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.2rem 1.2rem;
  }
  .pg_work_sec_profItemFig {
    margin-right: auto;
    margin-left: auto;
  }
  .pg_work_sec_profItemInfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pg_work_sec_profItemName {
    width: 100%;
  }
  .pg_work_sec_profItemHeading {
    line-height: 1.8;
  }
  .pg_work_box {
    padding: 3.2rem 1.5rem 3.8rem;
  }
  .pg_work_box_list {
    grid-template: auto/1fr;
    gap: 1.6rem;
  }
  .pg_work_box_listItem {
    font-size: 1.4rem;
  }
  .pg_work_box_listItemTag {
    margin-right: 1rem;
  }
  .pg_work_msg {
    aspect-ratio: initial;
    padding: 10rem 2.4rem;
  }
  .pg_work_msg_text {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    font-size: 2rem;
    line-height: 4.8rem;
    white-space: initial;
  }
  .pg_work_flow_item.swiper-slide {
    width: 100%;
    padding: 3.4rem 1.6rem;
  }
  .pg_work_flow_btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  .pg_work_flow_btn.__prev {
    left: -2rem;
  }
  .pg_work_flow_btn.__next {
    right: -2rem;
  }
  .pg_workstyle_note {
    margin-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .pg_workstyle_sec {
    padding: 4.8rem 0;
  }
  .pg_workstyle_sec.__mts {
    padding-top: 4.8rem;
  }
  .pg_workstyle_sec.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_workstyle_sec_cards {
    grid-template: auto/1fr;
    gap: 0.8rem;
  }
  .pg_workstyle_sec_cards.__mt0 {
    margin-top: 0;
  }
  .pg_workstyle_sec_cardIcon {
    width: 6.4rem;
  }
  .pg_workstyle_sec_cardNumItem {
    font-size: 3.5em;
  }
  .pg_workstyle_sec_cardNumUnit {
    font-size: 2.4rem;
  }
  .pg_workstyle_sec_cardNote {
    line-height: 2.2rem;
  }
  .pg_workstyle_sec_card2um {
    gap: 1.1rem;
  }
  .pg_workstyle_sec_card2umItemNumItem {
    font-size: 2.2em;
  }
  .pg_workstyle_sec_card2umItemUnit {
    font-size: 2.4rem;
  }
  .pg_workstyle_sec_sliderItem.swiper-slide {
    width: 100%;
  }
  .pg_workstyle_sec_sliderBtns {
    margin-top: 1.6rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .pg_workstyle_model_box {
    grid-template: auto/1fr;
    padding: 3.2rem 2.4rem;
    gap: 1.8rem;
  }
  .pg_workstyle_model_boxFig {
    width: 100%;
  }
  .pg_workstyle_model_boxFigItem {
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
  .pg_workstyle_model_boxFigItemName {
    font-size: 1.8rem;
    line-height: 1.6;
    white-space: initial;
  }
  .pg_workstyle_model_fukidasi {
    padding: 2.4rem;
  }
  .pg_workstyle_model_fukidasi strong {
    font-size: 1.8rem;
  }
  .pg_workstyle_info {
    grid-template: auto/1fr;
    gap: 1.8rem;
  }
  .pg_workstyle_info_item {
    grid-template: auto/1fr;
  }
  .pg_workstyle_info_itemIcon {
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
  .pg_workstyle_info_itemText dt {
    text-align: center;
  }
  .pg_job_lead {
    padding-top: 6rem;
  }
  .pg_job_info {
    padding: 6rem 0;
  }
  .pg_job_info_nav {
    grid-template: auto/repeat(2, 1fr);
    margin-top: 3.2rem;
    gap: 0.8rem;
  }
  .pg_job_info_navItem {
    padding: 1rem;
  }
  .pg_job_info_navItemHead {
    font-size: 1.6rem;
  }
  .pg_job_info_navItemBody {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .pg_job_info_listSec + .pg_job_info_listSec {
    margin-top: 6rem;
  }
  .pg_job_card {
    padding: 2.4rem;
  }
  .pg_job_card_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    align-items: flex-start;
  }
  .pg_job_card_info {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .pg_job_card_note {
    margin-top: 0;
    padding: 1.4rem;
    font-size: 1rem;
    order: 3;
    margin-bottom: 1rem;
  }
  .u-alt-right {
    grid-row: auto;
    grid-column: auto;
  }
  .pg_job_card_infoTxt {
    margin: 1rem 0 3rem;
    line-height: 2.2rem;
  }
  .pg_job_card_infoNote {
    text-align: left;
    font-size: 1rem;
  }
  .pg_job_card_infoRow {
    grid-template: auto/1fr;
  }
  .pg_job_card_infoDd {
    margin-top: 1rem;
  }
  .pg_job_card_btns {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
  }
  .pg_job_card_btn {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pg_job_card_btnIcon {
    margin-left: 0.4rem;
  }
  .pg_job_card_flow {
    grid-template: auto/repeat(2, 1fr);
    gap: 1.4rem;
  }
  .pg_job_card_flowItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .pg_job_card_flowItem::before {
    top: 0;
    transform: translateY(0);
  }
  .pg_job_card_flowItemFig {
    margin-right: 1.4rem;
    width: 5rem;
    height: 5rem;
  }
  .pg_job_card_flowItem__card {
    grid-template-columns: auto 1fr;
    width: 100%;
  }
  .pg_job_card_flowItem__card p {
    text-wrap: wrap;
  }
  .u-column-2 {
    grid-column: 1 / 3;
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .pg_job_card_flow:before {
    height: 99%;
  }
  .pg_job_card_flowItem__period {
    width: auto;
    line-height: 1.3;
    margin-top: -0.3rem;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .period-wave.u-block {
    display: inline-block;
  }
  .pg_page_main {
    padding: 4.8rem 0;
  }
  .pg_page_main.__mts {
    padding-top: 4.8rem;
  }
  .pg_page_main.__mbs {
    padding-bottom: 4.8rem;
  }
  .pg_mission_history {
    padding-top: 36px;
  }
  .pg_mission_history_list {
    gap: 10px;
    padding: 0 0 0 27px;
  }
  .pg_mission_history_list::before {
    width: 12px;
    left: 4px;
  }
  .pg_mission_history_item {
    padding-top: 47px;
  }

  .pg_mission_history_item::before {
    top: 7px;
    left: -27px;
    transform: unset;
  }
  .pg_mission_history_item_year {
    top: 0;
    left: 0;
    transform: unset;
    font-size: 48px;
  }

  .pg_mission_history_item_box {
    padding: 20px;
  }
  .pg_mission_history_item_box.__hasImg {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pg_mission_history_item_box_title {
    position: relative;
    font-size: 20px;
    line-height: 120%;
  }
  .pg_mission_history_item_box_title_sub {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
    color: #091a30 !important;
  }
  .pg_mission_history_item_box_title_link::after {
    position: absolute;
    top: 2px;
    left: 174px;
    margin-left: 0;
  }
  .pg_mission_history_item_box_item {
    font-size: 16px;
    line-height: 150%;
  }
  .pg_mission_history_item_box_item_subText {
    display: block;
    font-size: 16px;
    line-height: 150%;
    padding-top: 10px;
    margin: 0;
  }
  .pg_mission_overview {
    gap: 84px;
  }
  .pg_mission_overview_about {
    margin: 40px 0 0;
    padding: 40px 25px 28px;
    border-radius: 8px;
  }
  .pg_mission_overview_about_heading {
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .pg_mission_overview_about_heading h3 {
    font-size: 20px;
    line-height: 149.75%;
  }
  .pg_mission_overview_about_heading h3 span {
    display: block;
    font-size: 18.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 149.75%;
    margin: 0;
  }
  .pg_mission_overview_about_headingIcon {
    width: 30px;
    height: 30px;
  }
  .pg_mission_overview_about_desc {
    padding: 10px 0;
  }
  .pg_mission_overview_about_goal {
    padding: 35px 16px;
    margin-bottom: 10px;
  }
  .pg_mission_overview_about_goal_heading {
    font-size: 20.8px;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .pg_mission_overview_about_goal_desc {
    padding: 0;
    font-size: 14.6px;
    line-height: 184.932%;
    margin-bottom: 23px;
  }
  .pg_mission_overview_about_goal_imgWrap {
    width: 100%;
  }
  .pg_mission_overview_about_accordionList {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pg_mission_overview_about_accordionList .__blue {
    order: 1;
  }
  .pg_mission_overview_about_accordionList .__green {
    order: 2;
  }
  .pg_mission_overview_about_accordionList .__gray {
    order: 3;
  }
  .pg_mission_overview_about_accordionList_tabList {
    display: contents;
  }
  .pg_mission_overview_about_accordionList_contentList {
    display: contents;
  }
  .pg_mission_overview_about_accordionList_tabItem {
    opacity: 1 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
  }

  .pg_mission_overview_about_accordionList_contentItem:not(:last-child) {
    margin-bottom: 10px;
  }
  .pg_mission_overview_about_accordionList_contentItem_accordionInner {
    padding: 40px 20px;
  }
  .pg_mission_overview_about_accordionList_contentItem_title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .pg_mission_overview_about_accordionList_contentItem_desc {
    font-size: 14.6px;
    line-height: 199.452%;
  }
  .pg_mission_overview_about_accordionList_contentItem.__green
    .pg_mission_overview_about_accordionList_contentItem_desc,
  .pg_mission_overview_about_accordionList_contentItem.__gray
    .pg_mission_overview_about_accordionList_contentItem_desc {
    margin-bottom: 0;
  }

  .pg_mission_overview_about_accordionList_contentItem_top {
    padding: 0;
  }
  .pg_mission_overview_about_accordionList_contentItem_btm {
    padding: 40px 20px 0;
  }
  .pg_mission_overview_about_accordionList_contentItem_closeBtn {
    padding: 4px 20px 6px;
    font-size: 18.7px;
    line-height: 199.626%;
    width: fit-content;
  }

  .pg_mission_overview_about_linkCard {
    display: block;
    padding: 0;
    margin: 0 -10px;
  }
  .pg_mission_overview_about_linkCard_content {
    padding: 10px 14px 14px;
  }
  .pg_mission_overview_about_linkCard_title {
    font-size: 16.6px;
    line-height: 160.361%;
  }
  .pg_mission_overview_about_linkCard_desc {
    padding: 0 2px;
    font-size: 14.6px;
    line-height: 170.959%;
  }
  .pg_mission_overview_about_projectList {
    gap: 40px;
  }
  .pg_mission_overview_about_projectItem {
    padding-bottom: 38px;
  }
  .pg_mission_overview_about_projectItem_title {
    padding: 25px 0 0;
    font-size: 16.6px;
    line-height: 160.361%;
  }
  .pg_mission_overview_about_projectItem_title::before {
    top: 0;
    font-size: 14.3px;
    line-height: 171.888%;
  }
  .pg_mission_overview_about_projectItem_desc {
    font-size: 14.6px;
    line-height: 170.959%;
  }

  .pg_mission_overview_output {
    padding: 71px 25px 23px;
    border-radius: 8px;
  }
  .pg_mission_overview_output_imgWrap {
    width: 100%;
  }
  .pg_mission_overview_city_flowHeading,
  .pg_mission_overview_output_flowHeading {
    font-size: 18px;
    line-height: 133.333%;
    font-weight: 700;
    width: 100%;
    top: unset;
    bottom: calc(100% + 18px);
  }

  .pg_mission_overview_city_flowArrow,
  .pg_mission_overview_output_flowArrow {
    top: 20px;
    width: 44px;
    height: 32px;
    background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/mission/icon-flowDown_sp.svg");
  }

  .pg_mission_overview_city {
    padding: 71px 25px 23px;
    border-radius: 8px;
  }
  .pg_mission_overview_city_heading {
    font-size: 16.6px;
    line-height: 160.361%;
    margin-bottom: 12px;
  }
  .pg_mission_overview_city_list {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .pg_mission_overview_city_item {
    width: 236px;
    padding: 10px 22px 11px;
    font-size: 18px;
    line-height: 103.722%;
    font-weight: 600;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignRatio));
  }
  :root {
    --headerHeight: 8rem;
  }
  .dd_lgmd,
  .dd_md {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .dd_sm {
    visibility: visible;
    width: auto;
    height: auto;
  }
  .pg_home_fv {
    aspect-ratio: 1/1;
  }
  .pg_home_fv_bgItem.__lg {
    display: none;
  }
  .pg_home_fv_bgItem.__md,
  .pg_home_fv_mobileHeading {
    display: block;
  }
  .bl_footer_bannerItem.u-wrapDirection {
    grid-column: auto;
  }
  .bl_footer_sns {
    margin-top: 4rem;
  }
}
@media (hover: hover) {
  .bl_header_logoItem:hover {
    opacity: 0.7;
  }
  .bl_header_navItem:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .bl_footer_logoItem:hover {
    opacity: 0.7;
  }
  .bl_footer_navItemLink:hover[href]:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .bl_footer_bannerItem:hover,
  .bl_footer_snsItem:hover {
    opacity: 0.7;
  }
  .bl_footer_pagetop:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .bl_footer_fixBanner_item:hover {
    opacity: 0.8;
  }
  .bl_footer_fixBanner_close:hover {
    background-color: var(--color-black);
  }
  .bl_footer_fixBanner_close:hover .bl_footer_fixBanner_closeBar {
    background-color: #fff;
  }
  .el_btn:hover {
    background-color: #fff;
    color: var(--color-black);
  }
  .el_btn.__white:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .el_pagetop_breadItem[href]:hover {
    color: var(--color-text);
  }
  .el_linkbox.__gray:hover {
    background-color: var(--color-blue);
  }
  .el_linkbox.__color:hover:before {
    opacity: 1;
  }
  .el_notebox_desc a:hover {
    text-decoration: none;
  }
  .el_related_itemLink:hover .hp_fitImg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .el_related_itemLink:hover .el_related_itemBg:before {
    opacity: 0.2;
  }
  .el_storyCard_link:hover .el_storyCard_fig:before {
    opacity: 0.2;
  }
  .el_storyCard_link:hover .el_storyCard_fig img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .el_faqAcc_bodyText a:hover {
    text-decoration: none;
  }
  .el_popupbtn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .el_popup_close:hover {
    opacity: 0.5;
  }
  .an_thumb_zoom:hover .el_thumb .el_thumb_bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .pg_home_fv_bgItemIcon:hover .pg_home_fv_bgItemIconText {
    opacity: 0;
  }
  .pg_home_fv_bgItemIcon:hover .pg_home_fv_bgItemIconMark {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  .pg_home_about_itemLink:hover .pg_home_about_itemBg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .pg_home_about_itemLink:hover .pg_home_about_itemBg:before {
    opacity: 0.2;
  }
  .pg_home_news_itemLink:hover {
    color: #fff;
  }
  .pg_home_news_itemLink:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
  .pg_home_story_sliderBtn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .pg_home_workstyle_itemLink:hover {
    width: 70.4rem;
    color: #fff;
  }
  .pg_home_workstyle_itemLink:hover .pg_home_workstyle_itemBg::before {
    opacity: 0.2;
  }
  .pg_home_video_link:hover {
    text-decoration: none;
  }
  .pg_news_category_item:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .pg_news_list_itemLink:hover {
    color: #fff;
  }
  .pg_news_list_itemLink:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 1;
  }
  a.pg_common_pagination_btn:hover {
    color: var(--color-bg-blue);
    background: #e9ece9;
    border: 1px solid var(--color-bg-blue);
  }
  .pg_interview_search_check span:hover:after {
    opacity: 1;
  }
  .pg_interview_search_resetBtn:hover {
    text-decoration: none;
  }
  .pg_interview_pagination_btn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .pg_interviewDetail_article_snsLink:hover {
    opacity: 0.8;
  }
  .pg_interviewDetail_article_main a:hover,
  .pg_career_sec_figCaption a:hover {
    text-decoration: none;
  }
  .pg_career_sec_btnItem:hover {
    background-color: #fff;
    color: var(--color-black);
  }
  .pg_data_slider_btn:hover,
  .pg_work_flow_btn:hover,
  .pg_workstyle_sec_sliderBtn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .pg_workstyle_model_boxFigItemText a:hover {
    text-decoration: none;
  }
  .pg_job_info_navItem:hover {
    background-color: var(--color-black);
    color: #fff;
  }
  .pg_job_card_infoDd a:hover {
    text-decoration: none;
  }
  .pg_job_card_btn:hover {
    background-color: #fff;
    color: var(--color-black);
  }
}
@media (hover: none) {
  a,
  button,
  form label,
  form span,
  form input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
pre {
  all: revert;
}
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
::marker {
  content: "";
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translateZ(0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper:before {
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  flex-shrink: 0;
  order: 9999;
  content: "";
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  z-index: 10;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  position: absolute;
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#toc_container {
  margin-top: 4rem;
  background-color: #105479;
  overflow: hidden;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

#toc_container .toc_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 2rem 3.2rem;
  background: #105479;
  position: relative;
  text-align: left;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  cursor: pointer;
}

#toc_container .toc_title:before {
  content: "";
  position: absolute;
  left: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/interview/toc_icon01.svg");
  width: 2.3rem;
  height: 2.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#toc_container .toc_title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/tokyo-digital-recruit-2023/assets/images/interview/toc_icon02.svg");
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.5rem;
  transition: transform 0.3s ease;
}

#toc_container.is-open .toc_title:after {
  transform: translateY(-50%) rotate(180deg);
}

#toc_container .toc_list {
  background-color: #f6f6f6;
  padding: 0 3.2rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

#toc_container.is-open .toc_list {
  max-height: none;
  opacity: 1;
  padding: 3.2rem;
}

#toc_container .toc_list li {
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #b9c6d0;
}

#toc_container .toc_list li::marker {
  content: "";
  margin-bottom: 1.2rem;
}

#toc_container .toc_list li:before {
  display: none;
}

#toc_container .toc_list li:last-child {
  margin-bottom: 0;
}

#toc_container .toc_list li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #105479;
  position: relative;
  padding-left: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  background: none;
}

#toc_container .toc_list li a:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #105479;
}

#toc_container .toc_list li a:hover {
  color: #0a3d5c;
  opacity: 1;
  text-decoration: underline;
  text-decoration-color: #0a3d5c;
}

.hp_spOnly {
  display: none;
}

.top-sec {
  padding-top: 6rem !important;
  padding-bottom: 0;
}

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

  .hp_spOnly {
    display: flex;
  }

  #toc_container {
    margin-top: 3.2rem;
  }

  #toc_container .toc_title {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
  }

  #toc_container .toc_title:before {
    left: 2.4rem;
    width: 2rem;
    height: 2rem;
  }

  #toc_container .toc_title:after {
    width: 1.2rem;
    height: 1.2rem;
  }

  #toc_container .toc_list {
    padding: 0 2.4rem;
  }

  #toc_container.is-open .toc_list {
    padding: 2.4rem;
  }

  #toc_container .toc_list li {
    margin-bottom: 1.2rem;
  }

  #toc_container .toc_list li a {
    font-size: 1.4rem;
    padding-left: 1.8rem;
    line-height: 1.625;
  }

  #toc_container .toc_list li a:before {
    font-size: 1.6rem;
    top: 0.3rem;
    transform: none;
  }
}