@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.no-active {
  pointer-events: none;
  opacity: 0.6;
}

main {
  padding-top: 1.875em;
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 65px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.footer {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}

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

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

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

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

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

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

.elm {
  opacity: 0;
  transform: translateY(1.875em);
  transition: opacity 1s ease-in-out, transform 1s ease-out;
}
@media screen and (max-width: 768px) {
  .elm {
    transition: opacity 1s ease-in-out, transform 1s ease-out;
    transform: translateY(70px);
  }
}
.elm.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm.elm2 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .elm.elm2 {
    transition-delay: unset;
  }
}

.elm.elm2_2 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .elm.elm2_2 {
    transition-delay: unset;
  }
}

.elm.elm3 {
  transition: opacity 0.6s ease-in-out, transform 1s ease-out;
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .elm.elm3 {
    transition: opacity 0.6s ease-in-out, transform 0.7s ease-out;
    transition-delay: unset;
  }
}

.elm_title {
  opacity: 1;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transform: translateY(-1.5em);
}
@media screen and (max-width: 768px) {
  .elm_title {
    transform: translateY(-70px);
  }
}

.elm_title_en {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.elm_r {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(300px);
}
@media screen and (max-width: 768px) {
  .elm_r {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(200px);
  }
}

.elm_l {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(-300px);
}
@media screen and (max-width: 768px) {
  .elm_l {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(-200px);
  }
}

.elm_o {
  opacity: 0;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
  filter: blur(6px);
}
.elm_o.fade-in {
  opacity: 1;
  filter: blur(0px);
}

.elm_title.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm_title_en.fade-in {
  opacity: 1;
}

.elm_r.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.elm_l.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-l {
  animation: fadeAndTranslateL 1s ease forwards;
}

@keyframes fadeAndTranslateL {
  from {
    opacity: 0;
    transform: translateX(-3.125em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-o {
  animation: fadeAndTranslateO 1s ease forwards;
}
@keyframes fadeAndTranslateO {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.inner1092 {
  max-width: 68.25em;
  width: 90%;
  margin: 0 auto;
}

.lowerPage {
  position: relative;
  z-index: 2;
  padding-block: 7em 7.5em;
}
@media screen and (max-width: 768px) {
  .lowerPage {
    padding-block: 85px 6.5em;
  }
}
.lowerPage_inner {
  padding-top: 3em;
}
.lowerPage h1 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding-bottom: 0.6em;
  border-bottom: 0.05em solid #fff;
}

.news_list {
  width: 71.5%;
}
.news_list_item {
  border-top: 0.03125em solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5em;
}
.news_list_item:last-of-type {
  border-bottom: 0.03125em solid #fff;
}
@media screen and (max-width: 768px) {
  .news_list_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news_list_item_date {
  font-size: 1.0625em;
  font-family: bebas-neue-pro, sans-serif;
  transform: scale(1.2, 1);
  transform-origin: left;
  font-weight: 400;
  padding-top: 1.1764705882em;
  line-height: 1;
  display: inline-block;
}
.news_list_item_title {
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 0.3em;
}
.news_list_item_action {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.news_list_item_action_name {
  font-size: 0.9375em;
  padding: 0.2em 0.8em 0.3em 1em;
  background-color: #fff;
  color: #000;
  line-height: 1;
  position: relative;
}
.news_list_item_action_date {
  font-size: 1.625em;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 900;
  margin-left: 0.77em;
  transform: scale(1.2, 1);
  transform-origin: left;
  line-height: 1;
}
.news_list_item_inner {
  width: 79%;
}
@media screen and (max-width: 768px) {
  .news_list_item_inner {
    width: 100%;
  }
}
.news_list_item .nextBtn {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .news_list_item .nextBtn {
    width: 100%;
    padding-right: 1em;
  }
}
.news_list_item .nextBtn .nextBtn_inner {
  font-size: 1em;
  padding: 0.3em 2.5em;
}
.news_list .nextBtn {
  text-align: left;
  margin-top: 2.5em;
}

.linkBtn a {
  display: inline-block;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.5em 4em;
  position: relative;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .linkBtn a {
    font-size: 1.125em;
  }
}
.linkBtn a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 51%;
  right: 15%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  z-index: 1;
}

.nextBtn {
  text-align: center;
  margin-top: 7em;
  position: relative;
}
.nextBtn_inner {
  position: relative;
  z-index: 2;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #fff;
  padding: 0.5em 4em;
  position: relative;
  z-index: 2;
  border-radius: 2em;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .nextBtn_inner {
    font-size: 1.2em;
  }
}
.nextBtn a {
  display: inline-block;
  position: relative;
}
.nextBtn a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.8em solid #000;
  z-index: 3;
  transition-duration: 0.3s;
}
.nextBtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  background-color: #000;
  border: 0.1em solid #fff;
  border-radius: 2em;
  z-index: 1;
  transition-duration: 0.3s;
}
.nextBtn a:hover {
  transform: translate(0.3em, 0.3em);
  opacity: 1;
}
.nextBtn a:hover .nextBtn_inner {
  background-color: #000;
  color: #fff;
}
.nextBtn a:hover::before {
  border-left: 0.8em solid #fff;
}
.nextBtn a:hover::after {
  bottom: -0.1em;
  right: -0.1em;
}

.backBtn {
  text-align: center;
  margin-top: 7em;
  position: relative;
}
.backBtn_inner {
  position: relative;
  z-index: 2;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #fff;
  padding: 0.5em 4em;
  position: relative;
  z-index: 2;
  border-radius: 2em;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .backBtn_inner {
    font-size: 1em;
  }
}
.backBtn a {
  display: inline-block;
  position: relative;
}
.backBtn a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 52%;
  left: 26%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-right: 0.8em solid #000;
  z-index: 3;
  transition-duration: 0.3s;
}
.backBtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  background-color: #000;
  border: 0.1em solid #fff;
  border-radius: 2em;
  z-index: 1;
  transition-duration: 0.3s;
}
.backBtn a:hover {
  transform: translate(0.3em, 0.3em);
  opacity: 1;
}
.backBtn a:hover .backBtn_inner {
  background-color: #000;
  color: #fff;
}
.backBtn a:hover::before {
  border-right: 0.8em solid #fff;
}
.backBtn a:hover::after {
  bottom: -0.1em;
  right: -0.1em;
}
.backBtn.bk .backBtn_inner {
  background-color: #000;
  color: #fff;
}
.backBtn.bk a::before {
  border-right: 0.8em solid #fff;
}
.backBtn.bk a::after {
  background-color: #fff;
  border: 0.1em solid #000;
}
.backBtn.bk a:hover::before {
  border-right: 0.8em solid #000;
}
.backBtn.bk a:hover::after {
  background-color: #000;
  border: 0.1em solid #000;
}
.backBtn.bk a:hover .backBtn_inner {
  background-color: #fff;
  color: #000;
}

.breadcrumb {
  max-width: 75em;
  width: 90%;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.breadcrumb_list_item {
  display: flex;
  align-items: center;
}
.breadcrumb_list_item:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin-left: 1em;
  color: #979797;
}
.breadcrumb_list_item a {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #979797;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list_item a {
    font-size: 0.9375em;
  }
}
.breadcrumb_list_item:last-child a {
  pointer-events: none;
}

.backTop a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
  letter-spacing: 0.1em;
  color: #fff;
}
.backTop_txt {
  font-size: 0.625em;
}
@media screen and (max-width: 768px) {
  .backTop_txt {
    font-size: 0.8125em;
  }
}
.backTop_arrow {
  width: 3.25em;
  height: 3.25em;
  border-radius: 50%;
  border: 0.08em solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .backTop_arrow {
    width: 4.5em;
    height: 4.5em;
  }
}
.backTop_arrow::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  z-index: 1;
}

picture {
  position: relative;
}
picture .caption {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 0.1em;
  right: 0.5em;
  text-align: right;
  line-height: 1.2;
  font-size: 0.625em;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.aniLine {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-50deg);
}
.aniLine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
}
.aniLine.coWhite::before {
  background-color: #fff;
}
.aniLine.coOrange::before {
  background-color: #ffb500;
}
.aniLine.coBlue::before {
  background-color: #7ac3ff;
}
.aniLine.coGreen::before {
  background-color: #7ee719;
}
.aniLine.is-active::before {
  animation: lineAnimation 0.4s ease-in-out forwards;
}
.aniLine.is-active.tr01::before {
  animation: lineAnimation 0.6s ease-in-out forwards;
}
.aniLine.is-active.tr02::before {
  animation: lineAnimation 0.4s ease-in-out forwards;
}
.aniLine.is-active.tr03::before {
  animation: lineAnimation 0.4s ease-in-out forwards;
}

.aniLine01 {
  width: 45.8125em;
  height: 0.2em;
  top: 5em;
  left: 25%;
  transform: translateX(-50%) rotate(-50deg);
  -webkit-transform: translateX(-50%) rotate(-50deg);
  -ms-transform: translateX(-50%) rotate(-50deg);
}
@media screen and (max-width: 768px) {
  .aniLine01 {
    width: 13.8125em;
    height: 0.2em;
    top: 8em;
    left: 19%;
  }
}

.aniLine02 {
  width: 19.5625em;
  height: 0.2em;
  bottom: 12em;
  right: 5%;
}
@media screen and (max-width: 1280px) {
  .aniLine02 {
    right: -3%;
  }
}
@media screen and (max-width: 768px) {
  .aniLine02 {
    width: 7.5625em;
    bottom: 4em;
  }
}

.aniLine03 {
  width: 19.5625em;
  height: 0.2em;
  bottom: 7em;
  right: 6%;
}
@media screen and (max-width: 1280px) {
  .aniLine03 {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .aniLine03 {
    width: 7.5625em;
    bottom: 2em;
  }
}

.aniLine04 {
  width: 20em;
  height: 0.2em;
  top: 9em;
  left: -6%;
}
@media screen and (max-width: 768px) {
  .aniLine04 {
    width: 10em;
    top: 9em;
    left: -13%;
  }
}

.aniLine05 {
  width: 20em;
  height: 0.2em;
  top: 12em;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .aniLine05 {
    width: 10em;
    top: 11em;
    left: -14%;
  }
}

.aniLine06 {
  width: 20em;
  height: 0.2em;
  top: 25em;
  right: -7%;
}
@media screen and (max-width: 768px) {
  .aniLine06 {
    width: 10em;
    top: 31em;
    right: -14%;
  }
}

@keyframes lineAnimation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ふわふわするアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3em);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.6em);
  }
}
.anime-fuwafuwa {
  animation: 1s fuwafuwa infinite;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #000;
    z-index: 99;
  }
}

.header {
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    background-color: #000;
    height: 65px;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.header_logo {
  width: 14.5em;
  position: relative;
  top: 3.375em;
  left: 4.25em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .header_logo {
    position: fixed;
    top: 0.6em;
    left: 1em;
    z-index: 100;
    width: auto;
  }
  .header_logo a img {
    width: auto;
    height: 42px;
  }
}
.header_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.header_menu_system {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.4375em;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .header_menu_system {
    width: 80%;
    margin: 4em auto 0;
  }
}
.header_menu_system_search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 0.06em solid #000;
}
@media screen and (max-width: 768px) {
  .header_menu_system_search {
    border: 0.1em solid #fff;
    width: 100%;
  }
}
.header_menu_system_search form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header_menu_system_search input {
  width: 11.5em;
  height: 2.5em;
  border: none;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .header_menu_system_search input {
    width: 100%;
    height: 3em;
    font-size: 1.2em;
  }
}
.header_menu_system_search_button {
  width: 2.5em;
  height: 2.5em;
  background-color: #000;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .header_menu_system_search_button {
    width: 3.5em;
    height: 3.5em;
  }
}
.header_menu_system_search_button:hover {
  opacity: 0.6;
}
.header_menu_system_textSize {
  margin-left: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .header_menu_system_textSize {
    display: none;
  }
}
.header_menu_system_textSize_headline {
  font-size: 1.0625em;
  font-weight: 500;
}
.header_menu_system_textSize_headline p {
  color: #fff;
  mix-blend-mode: multiply;
  text-shadow: 2px 2px 6px black;
}
.header_menu_system_textSize_button {
  margin-left: 0.5em;
}
.header_menu_system_textSize_button_button {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 0.0325em solid #fff;
  font-size: 0.875em;
  border-radius: 0.2em;
  cursor: pointer;
  transition-duration: 0.3s;
}
.header_menu_system_textSize_button_button:hover {
  opacity: 0.6;
}
.header_menu_system_textSize_button_button.is-active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.header_menu_list {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .header_menu_list {
    width: 80%;
    margin: 3em auto 0;
  }
}
.header_menu_list .nav_items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items {
    background-color: transparent;
    color: #fff;
    flex-direction: column;
  }
}
.header_menu_list .nav_items_item {
  position: relative;
  border-top: 0.1em solid #000;
  border-bottom: 0.1em solid #000;
}
@media screen and (min-width: 769px) {
  .header_menu_list .nav_items_item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
  }
}
.header_menu_list .nav_items_item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 8.85em;
  background-color: #fff;
  border: 0.05em solid #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, max-height 0.3s ease;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 0;
  will-change: max-height, opacity, visibility;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu {
    background-color: transparent;
  }
}
.header_menu_list .nav_items_item .dropdown-menu.active {
  max-height: 1000px;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu.active {
    max-height: 38em;
  }
  .header_menu_list .nav_items_item .dropdown-menu.active .dropdown-category-title:after {
    transform: translateY(-50%) rotate(0deg);
    transition-duration: 0.3s;
    transform-origin: center;
  }
  .header_menu_list .nav_items_item .dropdown-menu.active .dropdown-category-title.active:after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-category {
  display: block;
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item {
  padding: 0.5em 2em;
  position: relative;
  border-bottom: 1px solid #979797;
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:last-child {
  border-bottom: 0.05em solid #fff;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:last-child {
    border-bottom: none;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:last-child .dropdown-submenu li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:first-of-type {
    border-top: 1px solid #979797;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:hover:first-of-type {
    border-top: 1px solid #979797;
  }
}
@media screen and (min-width: 769px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:hover {
    background-color: #000;
    border-left: 0.1em solid #fff;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:hover .dropdown-category-title {
    color: #fff;
    border-left: none;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:hover .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    display: block;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-category-title {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.5em 0;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-title {
    padding: 0.5em 1em;
    border-bottom: 1px solid #979797;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-category-title:after {
  content: "›";
  position: absolute;
  top: 47%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, max-height 0.3s ease;
  position: absolute;
  top: 0;
  left: 8.75em;
  width: 20em;
  background-color: #fff;
  border: 0.05em solid #000;
  padding: 1em;
  padding-bottom: 0em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 101;
  max-height: 0;
  overflow: hidden;
  will-change: max-height, opacity, visibility;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu.active {
    max-height: 22em;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li {
  padding-bottom: 0.5em;
  border-bottom: 0.05em solid #979797;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li {
    margin-bottom: 0;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li:last-child {
    border-bottom: 0.1em solid #979797;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li a {
  color: #000;
  display: inline-block;
  padding: 0.3em 0;
  border: none;
  height: auto;
  font-size: 0.9em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li a {
    font-size: 1.1em;
    padding: 1em 0em 1em 2em;
    width: 100%;
    color: #fff;
  }
}
.header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li a:hover {
  background-color: transparent;
  color: #979797;
  text-decoration: underline;
  border: none;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-category-item:hover .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
  }
}
.header_menu_list .nav_items_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.1em;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  padding: 0 1.2em;
  border: 0.05em solid #000;
  border-top: 0.1em solid #fff;
  border-bottom: 0.1em solid #fff;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item > a {
    color: #fff;
    font-size: 1.6em;
    justify-content: flex-start;
    padding: 1em 0;
    height: auto;
    border: none;
  }
}
.header_menu_list .nav_items_item > a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
  border: 0.05em solid #fff;
  border-top: 0.1em solid #fff;
  border-bottom: 0.1em solid #fff;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item > a:hover {
    border: none;
    background-color: transparent;
  }
}
.header_menu_list .nav_items_item .ss {
  display: block;
  font-size: 0.6em;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item .ss {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
.header_menu_list .nav_items_item_linkIcon {
  display: inline-block;
  width: 0.75em;
  margin-left: 0.2em;
  line-height: 1;
}
.header_menu_list .nav_items_item.aboutLink a {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item.aboutLink a {
    flex-direction: row;
    align-items: baseline;
  }
}
.header_menu_list .nav_items_item:first-of-type a {
  border-left: 0.1em solid #000;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item:first-of-type a {
    border-left: none;
    position: relative;
  }
  .header_menu_list .nav_items_item:first-of-type a:after {
    content: "›";
    position: absolute;
    top: 47%;
    right: 2%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    font-size: 1.2em;
  }
  .header_menu_list .nav_items_item:first-of-type a.active::after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }
}
.header_menu_list .nav_items_item:first-of-type a:hover {
  border-left: 0.1em solid #fff;
}
@media screen and (max-width: 768px) {
  .header_menu_list .nav_items_item:first-of-type a:hover {
    border-left: none;
  }
}
.header .dropdown-category-title {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.header .dropdown-category-title:hover {
  opacity: 0.8;
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menu {
    width: 100%;
  }
  .header_menu_list .nav_items_item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #979797;
  }
  .header_menu_list .nav_items_item.has-dropdown a::after {
    transition-duration: 0.3s;
  }
  .header_menu_list .nav_items_item.has-dropdown.active a:after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
  }
  .header_menu_list .nav_items_item.has-dropdown.active .dropdown-submenu li a:after {
    content: none;
  }
  .header_menu_list .nav_items_item .dropdown-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    border: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition-duration: 0.6s;
    display: block;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item {
    padding: 0;
    border: none;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-category-item:hover {
    background-color: transparent;
    border: none;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    border: none;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition-duration: 0.6s;
    will-change: max-height;
    display: block;
  }
  .header_menu_list .nav_items_item .dropdown-menu .dropdown-submenu li {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    display: block;
    position: fixed;
    top: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    background: #fff;
    border: none;
    z-index: 100;
    cursor: pointer;
  }
  .header .hamburger span {
    position: absolute;
    left: 0.6em;
    width: 1.8em;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .header .hamburger span:nth-child(1) {
    top: 1em;
  }
  .header .hamburger span:nth-child(2) {
    top: 1.5em;
  }
  .header .hamburger span:nth-child(3) {
    top: 2em;
  }
  .header .hamburger.active span:nth-child(1) {
    transform: translateY(0.5em) rotate(45deg);
  }
  .header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.active span:nth-child(3) {
    transform: translateY(-0.5em) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #3f3f3f;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding-top: 4em;
    padding-bottom: 5em;
  }
  .header .header__nav.active {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    display: block;
  }
  .dropdown-category-item:hover {
    background-color: #000;
    border-left: 0.1em solid #fff;
  }
  .dropdown-category-item:hover .dropdown-category-title {
    color: #fff;
    border-left: none;
  }
  .dropdown-category-item:hover .dropdown-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 1000px !important;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .has-dropdown:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
  .has-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
  .has-dropdown .dropdown-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-category-item .dropdown-submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
  .dropdown-category-item .dropdown-submenu.active {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
  }
}
h2 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 6.5em;
  line-height: 0.8;
  letter-spacing: 0.02em;
  transform: scale(1.2, 1);
  transform-origin: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 4.5em;
  }
}

.footer_information {
  padding-block: 11.25em;
  text-align: center;
  border-top: 0.05em solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_information {
    padding-block: 6.25em;
  }
}
.footer_information_title {
  text-align: center;
}
.footer_information_title h2 {
  transform-origin: center;
  display: inline-block;
}
.footer_information_title p {
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .footer_information_title p {
    font-size: 1.225em;
  }
}
.footer_information_tel {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 2em;
  transform: scale(1.2, 1);
  transform-origin: center;
}
.footer_information_tel_name {
  font-size: 4.375em;
}
@media screen and (max-width: 768px) {
  .footer_information_tel_name {
    font-size: 2.375em;
  }
}
.footer_information_tel_number {
  font-size: 6.5625em;
}
@media screen and (max-width: 768px) {
  .footer_information_tel_number {
    font-size: 3.5625em;
  }
}
.footer_information_tel_number a {
  color: #fff;
  text-decoration: underline;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_information_tel_number a {
    pointer-events: auto;
  }
}
.footer_information_mail {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 2em;
  transform: scale(1.2, 1);
  transform-origin: center;
}
.footer_information_mail_name {
  font-size: 1.8em;
  margin-right: 0.3em;
}
.footer_information_mail_address {
  font-size: 2.5625em;
}
@media screen and (max-width: 768px) {
  .footer_information_mail_address {
    font-size: 1.5625em;
  }
}
.footer_information_mail_address a {
  color: #fff;
  text-decoration: underline;
}
.footer_information .nextBtn {
  margin-top: 3em;
}
.footer_information .nextBtn a::before {
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #000;
}
.footer_information .nextBtn a .nextBtn_inner {
  font-size: 1.8em;
  line-height: 1;
  padding: 0.5em 4em;
}
@media screen and (max-width: 768px) {
  .footer_information .nextBtn a .nextBtn_inner {
    font-size: 1.3em;
  }
}
.footer_information .nextBtn a:hover::before {
  border-left: 1em solid #fff;
}
.footer_access {
  padding-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_access {
    padding-bottom: 1em;
  }
}
.footer_access_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_access_inner {
    flex-direction: column;
    justify-content: center;
  }
  .footer_access_inner.inner1092 {
    width: 100%;
  }
}
.footer_access_map {
  width: 40.4%;
}
@media screen and (max-width: 768px) {
  .footer_access_map {
    width: 100%;
  }
}
.footer_access_map .iframe_block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85%;
}
@media screen and (max-width: 768px) {
  .footer_access_map .iframe_block {
    padding-bottom: 65%;
  }
}
.footer_access_map .iframe_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer_access_info {
  width: 48.5%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .footer_access_info {
    width: 90%;
    margin: 3em auto 0;
  }
}
.footer_access_info h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .footer_access_info h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .footer_access_info h3 {
    font-size: 1.375em;
    text-align: center;
  }
}
.footer_access_info_address {
  font-size: 1.325em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer_access_info_address {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .footer_access_info_address {
    font-size: 1em;
    text-align: center;
  }
}
.footer_access_info_address a {
  color: #fff;
  text-decoration: underline;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_access_info_address a {
    pointer-events: auto;
  }
}
.footer_access_info .nextBtn {
  margin-top: 0.8em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer_access_info .nextBtn {
    text-align: center;
    margin-top: 1.2em;
  }
}
.footer_access_info .nextBtn a .nextBtn_inner {
  font-size: 0.875em;
}
.footer_access_small {
  margin: 5em auto 0;
}
@media screen and (max-width: 768px) {
  .footer_access_small {
    line-height: 1.2;
    text-align: center;
  }
}
.footer_access_small small {
  font-size: 0.8em;
  color: #fff;
}
.footer_access_small small a {
  color: #fff;
}
.footer_access_small small a:link {
  text-decoration: underline;
}
.footer_logoArea {
  padding-block: 2em 1.5em;
  background-color: #fff;
  text-align: center;
}
.footer_logoArea_logo {
  width: 16.5em;
  margin: 0 auto;
}
.footer_logoArea_copyright {
  font-size: 0.625em;
  font-weight: 400;
  color: #000;
  margin-top: 3em;
}
.footer_menuArea ul {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .footer_menuArea ul {
    flex-wrap: wrap;
  }
}
.footer_menuArea ul li a {
  color: #000;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
  padding: 0em 1.5em;
  border-right: 0.05em solid #000;
}
.footer_menuArea ul li a:hover {
  text-decoration: underline;
}
.footer_menuArea ul li:first-child a {
  border-left: 0.05em solid #000;
}
@media screen and (max-width: 768px) {
  .footer_menuArea ul li:nth-of-type(n + 3) {
    margin-top: 0.5em;
  }
}
.footer .aniLine_or {
  width: 20em;
  height: 0.2em;
  top: 6em;
  left: -6%;
}
@media screen and (max-width: 1280px) {
  .footer .aniLine_or {
    top: 3em;
    left: -11%;
  }
}
@media screen and (max-width: 768px) {
  .footer .aniLine_or {
    width: 10em;
    top: 2em;
    left: -8%;
  }
}
.footer .aniLine_bl {
  width: 20em;
  height: 0.2em;
  top: 9em;
  left: -5%;
}
@media screen and (max-width: 1280px) {
  .footer .aniLine_bl {
    top: 6em;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .footer .aniLine_bl {
    width: 10em;
    top: 5em;
    left: -10%;
  }
}
.footer .aniLine_gr {
  width: 20em;
  height: 0.2em;
  bottom: 7em;
  right: -7%;
}
@media screen and (max-width: 1280px) {
  .footer .aniLine_gr {
    bottom: 8em;
    right: -11%;
  }
}
@media screen and (max-width: 768px) {
  .footer .aniLine_gr {
    width: 10em;
    bottom: 1em;
    right: -8%;
  }
}

body {
  margin: 0;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}
body a {
  color: #fff;
}
body a:link,
body a:visited,
body a:active {
  color: #fff;
  text-decoration: none;
}

.coordinator_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin: 4em auto 0;
}
.coordinator_content_item {
  width: 26%;
  margin-right: 11%;
}
.coordinator_content_item:nth-of-type(3n) {
  margin-right: 0;
}
.coordinator_content_item:nth-of-type(n + 4) {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .coordinator_content_item {
    width: 80%;
    margin: 0 auto;
  }
  .coordinator_content_item:nth-of-type(3n) {
    margin: 0 auto;
  }
  .coordinator_content_item:nth-of-type(n + 2) {
    margin-top: 5em;
  }
}
.coordinator_content_item_img {
  width: 100%;
  aspect-ratio: 1/1;
}
.coordinator_content_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coordinator_content_item_nameArea {
  margin-top: 2em;
}
.coordinator_content_item_nameArea .name {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
  transform: none;
  font-style: normal;
  text-align: center;
}
.coordinator_content_item_nameArea .project {
  font-size: 1em;
  margin-top: 1.5em;
}/*# sourceMappingURL=coordinator.css.map */