@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  color: #212121;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
}

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.header .header_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .header .header_inner {
    max-width: 150rem;
    height: 10rem;
    padding: 0 5rem;
  }
}
@media screen and (min-width: 769px) {
  .header .header_logo {
    width: 15.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_logo img {
    width: 16.9rem;
  }
}
@media screen and (min-width: 769px) {
  .header .nav {
    display: flex;
    align-items: center;
    gap: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header .nav {
    display: none;
  }
}
.header .nav_list {
  display: flex;
  list-style: none;
  gap: 3rem;
  height: 10rem;
}
.header .nav_list li > a {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.header .nav_list li > a:hover {
  text-decoration-color: currentColor;
}
@media screen and (min-width: 1401px) {
  .header .nav_list > li > a > br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .header .nav_list > li > a > br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .nav_list > li > a > br {
    display: none;
  }
}
.header {
  /* ENTRY + MYPAGE */
}
.header .nav_buttons {
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav_buttons .entry_section {
  padding: 0;
}
.header .entry {
  position: relative;
}
.header .entry_buttons a {
  color: #fff;
  width: 28rem;
  height: 10rem;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .entry_buttons a p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: initial;
  letter-spacing: initial;
}
.header .mypage_btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  width: 14rem;
  height: 10rem;
  font-weight: 500;
  text-decoration-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  /* HAMBURGER (SP) */
}
.header .hamburger {
  background: #eee;
  border: none;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .header .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    position: relative;
    display: block;
    width: 12rem;
    height: 12rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .hamburger span:nth-child(1) {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.4rem;
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .header .hamburger span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.4rem;
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .header .hamburger span:nth-child(3) {
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.4rem;
    background: #000;
  }
}
.header {
  /* SP MENU */
}
.header .sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2000;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .header .sp-menu.active {
    display: flex;
  }
}
.header .sp-menu_header {
  height: 12rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: right;
}
.header .sp-menu_close {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  width: 100%;
  text-align: right;
  background-color: #f6f7f7;
  width: 12rem;
  height: 12rem;
  padding: 0;
}
.header .sp-menu_close::before, .header .sp-menu_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .header .sp-menu_close::before, .header .sp-menu_close::after {
    width: 3.4rem;
    height: 0.2rem;
    background-color: #000;
  }
}
.header .sp-menu_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .sp-menu_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .sp-nav {
  display: flex;
  flex-direction: column;
  padding: 7rem 7.5rem 0;
}
.header .sp-nav .sp-nav-link {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #000;
}
.header .sp-nav a,
.header .sp-nav .entry_btn.sp,
.header .sp-nav .mypage_btn.sp {
  text-align: left;
  font-size: 3rem;
  color: #000;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: bold;
}
.header .sp-nav .entry_btn.sp {
  width: 100%;
  height: initial;
  margin-top: 7.4rem;
  padding: 5.5rem 0;
  background: #e60012;
  text-align: center;
  color: #fff;
}
.header .sp-nav .mypage_btn.sp {
  width: 100%;
  height: initial;
  margin-top: 6rem;
  padding: 5.5rem 0;
  color: #fff;
  background-color: #000;
}

#pagetop.button_top {
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9997;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  #pagetop.button_top {
    width: 6rem;
    height: 6rem;
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #pagetop.button_top {
    width: 9rem;
    height: 9rem;
    bottom: 20rem;
    right: 2rem;
  }
}

#pagetop.button_top::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  #pagetop.button_top::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #pagetop.button_top::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#pagetop.button_top::before {
  /* 中央配置 */
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#pagetop.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .footer_sitemap {
    margin-top: 10.7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap {
    margin-top: 7rem;
    margin-bottom: 22rem;
  }
}
.footer_sitemap .contents-inner {
  background-color: #e5e8e8;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .contents-inner {
    padding: 4.5rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .contents-inner {
    padding: 8.8rem 2rem 22rem 8.7rem;
  }
}
.footer_sitemap .footer_item {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item {
    margin: 0 auto 0;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item {
    flex-wrap: wrap;
    gap: 6rem 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dl:nth-child(1) {
    padding-right: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dl:nth-child(1) {
    padding-right: 14rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dl:nth-child(2) {
    padding-right: 7.6rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dl:nth-child(3) {
    padding-right: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dl:nth-child(3) {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dl:nth-child(4) {
    padding-right: 6.8rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dl:nth-child(5) {
    padding-right: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dl:nth-child(5) {
    padding-right: 5.8rem;
  }
}
.footer_sitemap .footer_item dt {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dt {
    font-size: 3rem;
  }
}
.footer_sitemap .footer_item dt a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer_sitemap .footer_item dt a:hover {
  text-decoration-color: currentColor;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd {
    padding-top: 0.5rem;
  }
}
.footer_sitemap .footer_item dd a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer_sitemap .footer_item dd a:hover {
  text-decoration-color: currentColor;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd a {
    font-size: 1.3rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dd a {
    font-size: 2.3rem;
    line-height: 6.6rem;
  }
}
.footer_sitemap .footer_item dd .footer_zeroplus {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd .footer_zeroplus {
    padding-top: 0.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dd .footer_zeroplus {
    padding-top: 1rem;
    line-height: 3.7rem;
  }
}
.footer_sitemap .footer_item dd .footer_green_action {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd .footer_green_action {
    padding-top: 1.1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dd .footer_green_action {
    padding-top: 3rem;
    line-height: 3.7rem;
  }
}
.footer_sitemap .footer_item dd .footer_green_action sub {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd .footer_green_action sub {
    bottom: 3px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dd .footer_green_action sub {
    bottom: 4px;
    font-size: 1.6rem;
  }
}
.footer_sitemap .footer_item dd .footer_dx {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd .footer_dx {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item dd .footer_dx {
    padding-top: 1.4rem;
  }
}
.footer_sitemap .footer_item dd .footer_qa {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item dd .footer_qa {
    padding-top: 0.7rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_purpose {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_purpose {
    padding-top: 6.5rem;
  }
}
.footer_sitemap .footer_item .footer_purpose a {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer_sitemap .footer_item .footer_purpose a:hover {
  text-decoration-color: currentColor;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_purpose a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_purpose a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_movie {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_movie {
    padding-top: 1.8rem;
  }
}
.footer_sitemap .footer_item .footer_movie a {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_movie a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_movie a {
    font-size: 3rem;
  }
}
.footer_sitemap .footer_item .footer_youtubeaccount {
  position: absolute;
  border-top: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_youtubeaccount {
    right: 0;
    bottom: -6rem;
    width: 27.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_youtubeaccount {
    left: 0;
    bottom: -29rem;
    width: 58.9rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_youtubeaccount p {
    padding-top: 2.5rem;
    font-weight: bold;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_youtubeaccount p {
    padding-top: 3rem;
    font-weight: bold;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_item .footer_youtubeaccount img {
    padding-top: 0.5rem;
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_item .footer_youtubeaccount img {
    padding-top: 0.5rem;
    width: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_link {
    margin: 5rem auto 0;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_link {
    margin-top: 2rem;
  }
}
.footer_sitemap .footer_link ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_link ul {
    flex-direction: column;
    gap: 1rem 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_link ul li {
    padding-right: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_link ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_link ul li a {
    font-size: 2.3rem;
  }
}
.footer_sitemap .footer_link ul li a::before {
  content: " >";
  color: #cb1a1c;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_link ul li a::before {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_link ul li a::before {
    font-size: 2.2rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.footer_sitemap .footer_link ul li:last-of-type {
  padding-right: 0;
}
.footer_sitemap .footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_logo {
    margin-top: 3.3rem;
    gap: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_logo {
    margin-top: 2.6rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_logo img {
    width: 15.1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_logo img {
    width: 16.9rem;
  }
}
.footer_sitemap .footer_logo p {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .footer_logo p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_logo p {
    font-size: 2.1rem;
  }
}
.footer_sitemap .copyright {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer_sitemap .copyright {
    margin: 2.5rem 0 3.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .copyright {
    margin: 2.5rem 0;
    font-size: 1.4rem;
  }
}

.js-hoverButton > * {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.js-hoverButton .js-hoverButton_child {
  display: block;
}
.js-hoverButton .js-hoverButton_child ~ .js-hoverButton_child {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.js-hoverButton .js-hoverButton_child ~ .js-hoverButton_child.mypage {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-decoration: underline;
  text-decoration-color: white;
}
.js-hoverButton:hover .js-hoverButton_child {
  translate: 0 -100%;
  transition: translate 0.4s linear;
}

.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

.js-animationTop.slideUpIn {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animationTop.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

@media screen and (min-width: 769px) {
  .entry_section {
    padding: 13rem 0 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_section {
    padding: 7rem 0 0;
  }
}
.entry_buttons {
  display: flex;
  justify-content: center;
}
.entry_buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #d90b18;
  color: #fff !important;
}
@media screen and (min-width: 769px) {
  .entry_buttons a {
    width: 45rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_buttons a {
    width: 61.8rem;
    height: 14rem;
  }
}
.entry_buttons a p {
  position: relative;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .entry_buttons a p {
    font-size: 2.2rem;
    line-height: 1.091;
  }
}
@media screen and (max-width: 768px) {
  .entry_buttons a p {
    font-size: 2.6rem;
    line-height: 1.077;
  }
}

.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  display: flex;
  padding: 2.5rem;
  z-index: 500;
}

.action-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 12.5rem;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  background-color: #d90b18;
  color: #fff;
  text-align: center;
}

.action-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 12.5rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: #000000;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #cont {
    scroll-margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #cont {
    scroll-margin-top: 14rem;
  }
}

@media screen and (max-width: 768px) {
  #strengths {
    scroll-margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  #attempt {
    scroll-margin-top: 12rem;
  }
}

@media screen and (min-width: 769px) {
  #portrait {
    scroll-margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #portrait {
    scroll-margin-top: 21rem;
  }
}

@media screen and (max-width: 768px) {
  #recruitmentInfo {
    scroll-margin-top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  #selectionProcess {
    scroll-margin-top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  #qa {
    scroll-margin-top: 12rem;
  }
}

@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 200rem;
    margin: 0 auto;
  }
}

.header .nav_list > li {
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  border-bottom: 0.4rem solid rgba(217, 11, 24, 0);
}
.header .nav_list > li.current {
  border-bottom: 0.4rem solid #d90b18;
}

.navOverlay {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 10rem);
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.navOverlay.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.header .nav_list > li > a {
  display: flex;
  align-items: center;
  height: 10rem;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  padding: 3.9rem 0 5.6rem;
  z-index: 1001;
}
.dropdown.open {
  display: block;
}
.dropdown .inner {
  width: 128rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.dropdown .inner button.closeDropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  cursor: pointer;
}
.dropdown .inner button.closeDropdown span {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  position: relative;
}
.dropdown .inner button.closeDropdown span::before, .dropdown .inner button.closeDropdown span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 141.4%; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #212121;
}
.dropdown .inner button.closeDropdown span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dropdown .inner button.closeDropdown span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dropdown .inner h2 {
  display: inline-block;
  padding-left: 1.3rem;
  position: relative;
}
.dropdown .inner h2::before {
  content: "";
  width: 0.5rem;
  height: 2.7rem;
  background: #d90b18;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.dropdown .inner h2 a {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  padding-right: 1.9rem;
  position: relative;
}
.dropdown .inner h2 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateX(-50%) translateY(0) skew(-10deg, -10deg);
  border-color: #d90b18;
  text-decoration: none;
}
.dropdown .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  row-gap: 2.8rem;
  margin-top: 2.9rem;
}
.dropdown .inner ul.person {
  width: 104rem;
}
.dropdown .inner ul li {
  width: 24rem;
}
.dropdown .inner ul li a {
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  padding-left: 1.7rem;
  text-align: left;
  text-decoration: none;
}
.dropdown .inner ul li a::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) skew(-10deg, -10deg);
  border-color: #d90b18;
}
.dropdown .inner ul li a:hover {
  color: #d90b18;
  text-decoration: none;
}
.dropdown .inner ul li a sub {
  font-size: 70%;
  vertical-align: bottom;
  line-height: 1;
}

body.noScroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header .sp-menu_header a.header_logo {
    position: absolute;
    top: 3rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  nav.sp-nav p {
    border-top: 1px solid #000;
    width: 100%;
    padding: 1.8rem 0;
  }
  nav.sp-nav p:last-of-type {
    border-bottom: 1px solid #000;
  }
  nav.sp-nav p a.sp-nav-link {
    display: inline-block;
    padding: 0 2.7rem 0 0 !important;
    position: relative;
    border: none !important;
  }
  nav.sp-nav p a.sp-nav-link.parent {
    width: 100%;
  }
  nav.sp-nav p a.sp-nav-link.parent::before, nav.sp-nav p a.sp-nav-link.parent::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0.2rem;
    height: 2.6rem;
    background-color: #000;
  }
  nav.sp-nav p a.sp-nav-link.parent::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  nav.sp-nav p a.sp-nav-link.parent::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  nav.sp-nav p a.sp-nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg) skew(-10deg, -10deg);
  }
  nav.sp-nav p.open a.sp-nav-link::before {
    display: none;
  }
  nav.sp-nav p.open a.sp-nav-link::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  nav.sp-nav ul.child {
    height: 0;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  nav.sp-nav ul.child.open {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  nav.sp-nav ul.child li {
    margin: 3.3rem 0;
    padding-left: 2.8rem;
  }
  nav.sp-nav ul.child li:first-of-type {
    margin: 1rem 0 3.3rem;
  }
  nav.sp-nav ul.child li:last-of-type {
    margin: 3.3rem 0 2rem;
  }
  nav.sp-nav ul.child li a {
    font-size: 2.5rem;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 0;
  }
  nav.sp-nav ul.child li a::before {
    content: "";
    position: absolute;
    left: -2.8rem;
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg) skew(-10deg, -10deg);
    border-color: #d90b18;
  }
  nav.sp-nav ul.child li:nth-of-type(1) a {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.header .sp-nav {
  height: auto;
  overflow-y: auto;
}/*# sourceMappingURL=common.css.map */