#footer .footer .footer_inner, #footer .footer .footer_info {
  width: calc(100% - 150px);
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#footer .footer .footer_info {
  background-color: var(--color_blue2);
  border-radius: 50px;
  padding: 100px;
  min-height: 400px;
  display: grid;
  grid-template-columns: auto 1fr;
}
#footer .footer .footer_info h2 {
  font-size: 9.6rem;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  width: 440px;
}
#footer .footer .footer_info ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: start;
  justify-content: stretch;
  grid-column-gap: 7%;
  font-size: 2.4rem;
  padding-top: 1em;
}
#footer .footer .footer_info ul li a {
  display: grid;
  grid-template-columns: 1fr 0.6em;
  grid-row-gap: 0.33em;
  font-weight: 500;
}
#footer .footer .footer_info ul li a .font_en {
  font-size: 1.8rem;
  font-weight: 300;
}
#footer .footer .footer_info ul li a img {
  grid-area: 1/2/3/3;
  align-self: center;
}
#footer .footer .footer_inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 60px;
  align-items: start;
  justify-content: space-between;
  padding: 180px 0 120px;
}
#footer .footer .footer_inner .footer_logo {
  grid-area: 1/2/2/3;
  width: 95px;
}
#footer .footer .footer_inner .footer_logo a img {
  display: block;
  max-width: 95px;
  margin-left: auto;
}
#footer .footer .footer_inner .menu_inner {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-area: 1/1/3/2;
}
#footer .footer .footer_inner .menu_inner .menu_item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 40px 3%;
  align-items: start;
  justify-content: center;
}
#footer .footer .footer_inner .menu_inner .menu_item > li > a {
  font-size: 2.4rem;
  pointer-events: none;
}
#footer .footer .footer_inner .menu_inner .menu_item > li > a .font_en {
  font-size: inherit;
  color: var(--color_red2);
}
#footer .footer .footer_inner .menu_inner .menu_item > li:nth-child(4) {
  grid-area: 2/2/3/3;
}
#footer .footer .footer_inner .menu_inner .menu_item li ul {
  display: grid;
  align-content: start;
  grid-row-gap: 0.8em;
  font-size: 1.6rem;
  padding-top: 1.5em;
}
#footer .footer .footer_inner .menu_inner .menu_item li ul li {
  text-indent: -1em;
  padding-left: 1.3em;
}
#footer .footer .footer_inner .menu_inner .menu_item li ul a {
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 500;
}
#footer .footer .footer_inner .menu_inner .menu_item li ul a::before {
  content: "";
  display: inline-block;
  width: 0.66em;
  height: 1px;
  background-color: #FFFFFF;
  margin-right: 0.33em;
  transform: translateY(-0.25em);
}
#footer .footer .footer_inner .copyright {
  grid-area: 2/2/3/3;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 300;
  align-self: end;
  display: none;
}
@media screen and (min-width: 769px) {
  #footer .footer .footer_info ul li a {
    transition: 0.3s;
  }
  #footer .footer .footer_info ul li a img {
    transition: 0.3s;
  }
  #footer .footer .footer_info ul li a:hover {
    opacity: 0.8;
  }
  #footer .footer .footer_info ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(3%) hue-rotate(109deg) brightness(119%) contrast(100%);
    transform: translateX(0.5em);
  }
  #footer .footer .footer_inner .menu_item li ul {
    display: grid !important;
  }
}
@media (hover: hover) {
  #footer .footer .footer_inner .menu_item li a {
    transition: 0.3s;
  }
  #footer .footer .footer_inner .menu_item li a:hover {
    opacity: 0.66;
  }
}
@media screen and (max-width: 1500px) {
  #footer .footer .footer_inner, #footer .footer .footer_info {
    width: calc(100% - 100px);
  }
  #footer .footer .footer_info {
    padding: 80px;
    min-height: 360px;
  }
  #footer .footer .footer_info h2 {
    width: 350px;
    font-size: 8rem;
  }
  #footer .footer .footer_info ul {
    font-size: 2rem;
  }
  #footer .footer .footer_inner .menu_inner .menu_item li ul a {
    white-space: unset;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer .footer_inner, #footer .footer .footer_info {
    width: calc(100% - 60px);
  }
  #footer .footer .footer_info {
    min-height: unset;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }
  #footer .footer .footer_inner {
    grid-template-columns: 1fr;
    grid-row-gap: 90px;
    justify-items: center;
  }
  #footer .footer .footer_inner .footer_logo {
    width: 95px;
    grid-area: 2/1/3/2;
  }
  #footer .footer .footer_inner .menu_inner {
    grid-area: unset;
  }
  #footer .footer .footer_inner .copyright {
    grid-area: unset;
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer .footer_inner, #footer .footer .footer_info {
    width: calc(100% - 60px);
  }
  #footer .footer .footer_info {
    border-radius: 40px;
    padding: 60px 60px 80px;
  }
  #footer .footer .footer_inner {
    grid-row-gap: 60px;
    padding: 120px 0 90px;
  }
  #footer .footer .footer_inner .menu_inner .menu_item {
    grid-template-columns: repeat(3, 1fr);
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li:nth-child(4) {
    grid-area: 2/3/3/4;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer .footer_inner, #footer .footer .footer_info {
    width: calc(100% - 40px);
  }
  #footer .footer .footer_info {
    padding: 60px 30px;
    grid-row-gap: 60px;
  }
  #footer .footer .footer_info h2 {
    font-size: clamp(7rem, 18.5vw, 8rem);
    padding-left: 0.1em;
    width: auto;
  }
  #footer .footer .footer_info ul {
    grid-template-columns: 1fr;
    font-size: 2rem;
    padding-top: 0;
    grid-row-gap: 2em;
  }
  #footer .footer .footer_info ul li:not(:last-child) {
    padding-bottom: 2em;
    border-bottom: 1px solid #FFFFFF;
  }
  #footer .footer .footer_info ul li a {
    grid-template-columns: 1fr 0.8em;
    grid-row-gap: 0.5em;
  }
  #footer .footer .footer_info ul li a .font_en {
    font-size: 1.6rem;
  }
  #footer .footer .footer_inner {
    padding: 120px 0 50px;
    grid-row-gap: 30px;
  }
  #footer .footer .footer_inner .menu_inner {
    justify-content: start;
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #footer .footer .footer_inner .menu_inner .menu_item {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding-bottom: 45px;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li:nth-child(2) {
    grid-area: unset;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li:nth-child(4) {
    grid-area: unset;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li > a {
    display: grid;
    grid-template-columns: 1fr 0.9em;
    align-items: center;
    pointer-events: all;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li > a .icon {
    height: 1em;
    position: relative;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li > a .icon::before, #footer .footer .footer_inner .menu_inner .menu_item > li > a .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: #FFFFFF;
    transition: 0.3s;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li > a .icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 66%;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li.open > a .icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 66%;
    opacity: 0;
  }
  #footer .footer .footer_inner .menu_inner .menu_item > li.open > a .icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
    width: 100%;
  }
  #footer .footer .footer_inner .menu_inner .menu_item li ul {
    display: none;
    font-size: 1.4rem;
    padding-top: 1.33em;
    padding-bottom: 0.5em;
    margin-top: 0;
    border-top: none;
  }
  #footer .footer .footer_inner .menu_inner .menu_item li ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #footer .footer .footer_inner .menu_inner .menu_entry2 {
    display: grid;
    grid-row-gap: 20px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  #footer .footer .footer_inner .menu_inner .menu_entry2 li a {
    font-size: 2.4rem;
    color: var(--color_red2);
    display: grid;
    grid-template-columns: 4em 0.66em;
    align-items: center;
  }
  #footer .footer .footer_inner .menu_inner .menu_entry2 li a img {
    transform: translateY(0.1em);
  }
}