@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.df_col {
  display: flex;
  flex-flow: column;
}

strong {
  font-weight: bold;
}

main {
  overflow-x: hidden;
}

section,
footer {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section,
  footer {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
body.open {
  overflow: hidden;
}

.left_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 30px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .left_inner {
    padding: 20px;
  }
}
.left_inner .lang_toggle {
  max-width: 60px;
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .left_inner .lang_toggle {
    max-width: 40px;
    margin-left: 10px;
  }
}

.right_inner {
  position: fixed;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .right_inner {
    padding: 20px;
  }
}

.main_logo {
  width: 126px;
}
@media screen and (max-width: 600px) {
  .main_logo {
    width: 93px;
  }
}

.btn_menu {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1.5px solid #000;
  padding: 8px 30px;
  padding-right: 54px;
  border-radius: 50px;
  position: relative;
}
.btn_menu::after {
  content: "";
  background-image: url(images/tab.webp);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .btn_menu {
    display: none;
  }
}

.hamburger {
  width: 46px;
  height: 25px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all ease 0.3s;
  transform-origin: left;
}
.hamburger.open span {
  background-color: #fff;
}
.hamburger.open span:nth-of-type(1), .hamburger.open span:nth-of-type(3) {
  transform: translateX(-5px);
}
.hamburger.open span:nth-of-type(2) {
  transform: translateX(5px);
}

.menu {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  align-items: center;
}

.menu_wrap {
  z-index: 99;
  position: fixed;
  width: 420px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-flow: column;
  right: 0;
  top: 0;
  padding: 20px;
  padding-top: 100px;
  transform: translateX(100%);
  transition: all ease 0.5s;
}
.menu_wrap .item {
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid #fff;
  transition: all ease 0.3s;
}
.menu_wrap .item:hover {
  background-color: #141414;
  border-bottom: 1px solid transparent;
}
.menu_wrap .btn_menu {
  margin-top: 20px;
}
@media screen and (min-width: 601px) {
  .menu_wrap .btn_menu {
    display: none;
  }
}
.menu_wrap .sns {
  gap: 20px;
  margin-top: 40px;
}
.menu_wrap.open {
  transform: none;
}
@media screen and (max-width: 600px) {
  .menu_wrap {
    width: 100%;
  }
}

.langswitch {
  background: linear-gradient(to right, #adce14, #00a640);
  width: 150px;
  text-align: center;
  padding: 8px 30px;
  border-radius: 50px;
  color: #fff;
}
.langswitch li {
  list-style: none;
}

.mark_wrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  transition: all ease 0.3s;
}
.mark_wrap .mark {
  position: absolute;
  transition: all ease 0.7s;
  mix-blend-mode: plus-lighter;
}
.mark_wrap .mark.kei {
  width: 59.5vw;
  top: -5.8%;
  right: 11.5%;
}
.mark_wrap .mark.han {
  width: 67vw;
  bottom: 7.2%;
  left: -7.7%;
}
.mark_wrap .mark.na {
  width: 60vw;
  right: -5.5%;
  bottom: -1%;
}
.mark_wrap.move {
  aspect-ratio: initial;
  height: 100%;
}
.mark_wrap.move .mark.kei {
  width: 37vw;
  top: -10%;
  right: -8%;
}
.mark_wrap.move .mark.han {
  width: 43vw;
  bottom: 0;
  left: -15%;
}
.mark_wrap.move .mark.na {
  width: 41vw;
  right: -10%;
  bottom: -10%;
}
@media screen and (min-width: 1440px) {
  .mark_wrap.move .mark.kei {
    top: -10%;
    right: 6%;
  }
  .mark_wrap.move .mark.han {
    bottom: 0;
    left: -15%;
  }
  .mark_wrap.move .mark.na {
    right: -10%;
    bottom: -40%;
  }
}
@media screen and (max-width: 600px) {
  .mark_wrap.move {
    right: initial;
    bottom: initial;
  }
}
@media screen and (max-width: 600px) {
  .mark_wrap {
    top: initial;
    left: initial;
    bottom: 7%;
    right: -30%;
  }
}

#mv {
  padding: 0;
  padding-bottom: 100px;
}
#mv .mv_back {
  transform-origin: center;
  transform: scale(1.15);
  position: absolute;
  z-index: -2;
  display: none;
}
#mv .mv_inner {
  max-width: 90%;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto;
}
#mv .copy {
  font-size: 1.8vw;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 15%;
  left: 10%;
}
#mv .day_venue {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 34%;
  left: 10%;
}
#mv .day_venue .day {
  font-family: "adelle-sans-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6vw;
  line-height: 1;
}
#mv .day_venue .day span {
  font-size: 7.5vw;
}
#mv .day_venue .venue {
  line-height: 1.5;
  font-size: 1.4vw;
  text-align: left;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mv .day_venue .venue > span {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.2vw;
  padding: 3px 20px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}
#mv .day_venue .venue > span > span {
  font-size: 0.8vw;
}
#mv .main_title_wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 9%;
  left: 41.5%;
}
#mv .main_title_wrap .main_title {
  width: 35vw;
}
#mv .main_title_wrap .theme {
  margin-top: 1.3vw;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
  font-size: 1.5vw;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
#mv .main_title_wrap .theme span {
  font-size: 1.3vw;
}
#mv .sub_wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 34%;
  right: 15%;
}
#mv .sub_wrap .free_join {
  font-size: 1.4vw;
  padding: 0.4vw 2vw;
  border: 1.5px solid #000;
  line-height: 1.2;
  margin-top: 5px;
  text-align: center;
}
#mv .sub_wrap .free_join span {
  font-size: 1vw;
}
@media screen and (max-width: 600px) {
  #mv {
    padding-top: 100px;
  }
  #mv .copy,
  #mv .day_venue,
  #mv .main_title_wrap,
  #mv .sub_wrap {
    position: initial;
  }
  #mv .main_title_wrap .main_title {
    width: 100%;
  }
  #mv .main_title_wrap .theme {
    font-size: 4.5vw;
    margin-left: 0;
    line-height: 1.2;
    margin-top: 4vw;
  }
  #mv .main_title_wrap .theme span {
    font-size: 3.3vw;
  }
  #mv .copy {
    font-size: 4.8vw;
  }
  #mv .day_venue {
    bottom: 27%;
    left: 5%;
    margin-top: 10px;
  }
  #mv .day_venue .day {
    font-size: 5.2vw;
  }
  #mv .day_venue .day span {
    font-size: 15vw;
  }
  #mv .day_venue .venue {
    font-size: 3.8vw;
  }
  #mv .day_venue .venue > span {
    font-size: 3vw;
  }
  #mv .day_venue .venue > span > span {
    font-size: 2vw;
  }
  #mv .main_title_wrap {
    top: 11%;
  }
  #mv .sub_wrap {
    right: 9%;
    width: 100%;
  }
  #mv .sub_wrap .sns {
    display: none;
  }
  #mv .sub_wrap .free_join {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 5vw;
    padding: 1.4vw 5vw;
  }
  #mv .sub_wrap .free_join span {
    font-size: 4vw;
  }
}

.sns {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: center;
}
.sns .yt {
  width: 2.6vw;
  min-width: 40px;
}
.sns .x {
  width: 2vw;
  min-width: 30px;
}
.sns a {
  transition: all ease 0.3s;
}
.sns a:hover {
  opacity: 0.7;
}

.link_wrap {
  padding: 60px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-top: -27%;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.6);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .link_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .link_wrap {
    margin-top: 20px;
    padding: 30px;
  }
}
.link_wrap > div {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 840px) {
  .link_wrap > div {
    width: 100%;
  }
}
.link_wrap .left {
  align-items: center;
}
.link_wrap .left .circle {
  width: 45%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 500px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.link_wrap .left .circle figure {
  width: 107px;
}
.link_wrap .left .circle p {
  font-size: 2.2rem;
  color: #595959;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.link_wrap .left .plus {
  width: 10%;
  padding: 13px;
}
@media screen and (max-width: 600px) {
  .link_wrap .left {
    flex-flow: column;
  }
  .link_wrap .left .circle {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: initial;
    height: auto;
    padding: 20px;
    flex-flow: row wrap;
  }
  .link_wrap .left .circle figure {
    width: 71px;
    margin-right: 20px;
  }
  .link_wrap .left .plus {
    width: 50px;
  }
}
.link_wrap .right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.btn {
  width: 385px;
  height: 82px;
  border-radius: 100px;
  background-color: #ddd;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn::after {
  content: "";
  background-color: #fff;
  width: 38px;
  height: 38px;
  background-image: url(images/arrow.webp);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 13px 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .btn {
    width: 100%;
    max-width: 350px;
    height: 62px;
  }
  .btn::after {
    right: 13px;
  }
}
@media screen and (max-width: 600px) {
  .btn::after {
    right: 12px;
    width: 32px;
    height: 32px;
    background-size: 11px;
  }
}
.btn.btn_tab::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 0;
  background-image: url(images/tab_wh.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.btn.soon {
  pointer-events: none;
}
.btn.soon::after {
  content: none;
}
.btn.red {
  background: linear-gradient(to right, #f17f49, #ff0040);
}
.btn.green {
  background: linear-gradient(to right, #adce14, #00a640);
}
.btn.blue {
  background: linear-gradient(to right, #00b0ec, #063a93);
}
.btn.orange {
  background: linear-gradient(to right, #f1996d, #ea5a35);
}
.btn.gray {
  background: linear-gradient(to right, #9b9b9b, #5c5c5c);
}
.btn.white {
  background: #fff;
  border: 1.5px solid #5c5c5c;
  color: #5c5c5c;
}
.btn.white::after {
  background-image: url(images/arrow_wh.webp);
  background-color: #5c5c5c;
}

#event .inner {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
}
#event .inner .item {
  padding: 50px 60px;
  background-color: #fff;
  width: calc((100% - 50px) / 2);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  #event .inner .item {
    width: 100%;
  }
}
#event .event_title {
  font-size: 3.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
}
#event .btn {
  margin: 20px auto;
}

h2 {
  padding-left: 18px;
  position: relative;
}
h2::before {
  content: "";
  background: linear-gradient(to right top, #adce14, #00a640);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h2.blue::before {
  background: linear-gradient(to right top, #00b0ec, #063a93);
}
h2.orange::before {
  background: linear-gradient(to right top, #f1996d, #ea5a35);
}
h2.global::before {
  background: linear-gradient(to right top, #ddc2de, #903a93);
}
h2.platinum::before {
  background: linear-gradient(to right top, #c7c8b9, #929376);
}
h2.gold::before {
  background: linear-gradient(to right top, #dfc69f, #bc8734);
}
h2.silver::before {
  background: linear-gradient(to right top, #a4a5a5, #535454);
}
h2.matsu::before {
  background: linear-gradient(to right top, #adce14, #00a640);
}
h2.take::before {
  background: linear-gradient(to right top, #a5a5a4, #ae731a);
}
h2.ume::before {
  background: linear-gradient(to right top, #d7bbcc, #d24377);
}

#news {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(218, 218, 218, 0.6);
  padding-top: 60px;
}
#news .newsSwiper {
  margin-top: 20px;
}
#news .newsSwiper .item .news_img {
  aspect-ratio: 1/0.563;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
#news .newsSwiper .item .news_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#news .newsSwiper .item .date {
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#news .newsSwiper .item .title {
  font-size: 1.5rem;
  text-align: left;
}
#news .swiper-pagination {
  bottom: initial !important;
  margin-top: 10px !important;
}

.news_single .news_title {
  font-size: 2rem;
  margin-bottom: 20px !important;
}
.news_single .date {
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
}
.news_single a {
  color: #00a640;
  transition: all ease 0.3s;
}
@media screen and (max-width: 600px) {
  .news_single {
    padding-top: 90px;
  }
}

/*タブ*/
.tab_wrap {
  width: 600px;
  height: 50px;
  display: flex;
  flex-flow: row wrap;
  flex-flow: row;
  position: relative;
  background-color: #e0e0e0;
  border-radius: 50px;
  margin: 100px auto 50px;
}
.tab_wrap .move_slider {
  width: 50%;
  background: linear-gradient(to right top, #00b0ec, #063a93);
  border-radius: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.tab_wrap .tab_1,
.tab_wrap .tab_2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab_wrap .tab_1.active,
.tab_wrap .tab_2.active {
  color: #fff;
}
.tab_wrap .tab_1.active + .move_slider {
  transform: none;
}
.tab_wrap .tab_2.active + .move_slider {
  transform: translateX(100%);
  background: linear-gradient(to right top, #f1996d, #ea5a35);
}
@media screen and (max-width: 600px) {
  .tab_wrap {
    width: 100%;
  }
  .tab_wrap .tab_1,
  .tab_wrap .tab_2 {
    font-size: 1.6rem;
  }
}

/**/
#about {
  padding-bottom: 200px;
}
#about .content_inner {
  position: relative;
}
#about .content_inner .inner {
  max-width: 1200px;
  aspect-ratio: 1/1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#about .content_inner .inner .content {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#about .content_inner .inner .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  text-align: left;
}
#about .content_inner .inner [class*=content_tab] {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
}
#about .content_inner .inner [class*=content_tab].active {
  pointer-events: initial;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  #about .content_inner .inner [class*=content_tab].active {
    transform: translate(0, 0);
    position: initial;
  }
}
#about .content_inner .inner .content_tab1 {
  transform: translate(-200%, -50%);
}
@media screen and (max-width: 600px) {
  #about .content_inner .inner .content_tab1 {
    transform: translate(-200%, 0);
  }
}
#about .content_inner .inner .content_tab2 {
  transform: translate(200%, -50%);
}
@media screen and (max-width: 600px) {
  #about .content_inner .inner .content_tab2 {
    transform: translate(200%, 0);
  }
}
@media screen and (max-width: 600px) {
  #about .content_inner .inner {
    border-radius: 0;
    width: 100%;
    padding: 30px 20px;
    overflow: hidden;
    aspect-ratio: initial;
  }
}

#sponsor {
  background-color: #c4c4c4;
}
#sponsor .food_sponsor {
  margin-top: 180px;
}
#sponsor .inner {
  max-width: 1000px;
}
#sponsor h2 {
  margin-bottom: 40px;
}
#sponsor .title {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#sponsor [class*=_wrap] {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 70px;
}
#sponsor [class*=_wrap] .item {
  aspect-ratio: 1/0.4;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sponsor [class*=_wrap] .item .img_inner {
  aspect-ratio: 1/0.35;
}
#sponsor [class*=_wrap] .item .img_inner img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #sponsor [class*=_wrap] {
    gap: 5px;
  }
  #sponsor [class*=_wrap] .item {
    padding: 8px;
    border-radius: 5px;
  }
}
#sponsor .special_wrap .item {
  width: calc((100% - 15px) / 2);
  aspect-ratio: 1/0.5;
}
#sponsor .global_wrap .item,
#sponsor .matsu_wrap .item {
  width: calc((100% - 15px) / 2);
}
#sponsor .platinum_wrap .item,
#sponsor .take_wrap .item {
  width: calc((100% - 15px) / 2);
  aspect-ratio: 1/0.3;
}
#sponsor .gold_wrap .item,
#sponsor .ume_wrap .item {
  width: calc((100% - 30px) / 3);
}
#sponsor .silver_wrap .item {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 600px) {
  #sponsor .special_wrap .item {
    width: calc((100% - 5px) / 2);
    aspect-ratio: 1/0.5;
  }
  #sponsor .global_wrap .item,
  #sponsor .matsu_wrap .item {
    width: calc((100% - 5px) / 2);
  }
  #sponsor .platinum_wrap .item,
  #sponsor .take_wrap .item {
    width: calc((100% - 5px) / 2);
    aspect-ratio: 1/0.3;
  }
  #sponsor .gold_wrap .item,
  #sponsor .ume_wrap .item {
    width: calc((100% - 10px) / 3);
  }
  #sponsor .silver_wrap .item {
    width: calc((100% - 10px) / 3);
    aspect-ratio: 1/0.3;
  }
}

footer {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
footer h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
footer p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer .btn {
  margin: 40px auto;
}
footer .entext_org {
  text-align: center;
}
footer .info {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
footer .info strong {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
footer .copyright {
  font-size: 1.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  footer p {
    font-size: 1.5rem;
  }
  footer h3 {
    font-size: 1.6rem;
  }
  footer .info strong {
    font-size: 1.6rem;
  }
}
footer .footer_logo_wrap {
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
footer .footer_logo_wrap .item {
  width: calc((100% - 15px) / 2);
  aspect-ratio: 1/0.4;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_logo_wrap .item .img_inner {
  aspect-ratio: 1/0.35;
}
footer .footer_logo_wrap .item .img_inner img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 600px) {
  footer .footer_logo_wrap {
    gap: 5px;
  }
  footer .footer_logo_wrap .item {
    width: calc((100% - 5px) / 2);
    padding: 8px;
    border-radius: 5px;
  }
}

#page_contents .inner {
  min-height: 100vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(250, 250, 250, 0.8);
  padding: 100px;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  #page_contents .inner {
    padding: 30px;
  }
}
#page_contents .btn {
  margin: 50px auto;
}
#page_contents h2 {
  margin-bottom: 50px;
}
#page_contents h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  border-bottom: 1px solid #00a640;
  color: #00a640;
}
#page_contents h4 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #939393;
  color: #fff;
  text-align: center;
  padding: 1px;
}

dl.outline {
  display: flex;
  flex-flow: row wrap;
}
dl.outline dt {
  width: 167px;
  letter-spacing: 0;
  font-size: 1.8rem;
}
dl.outline dt,
dl.outline dd {
  border-bottom: 1px solid #000;
  padding: 18px;
  line-height: 1.5;
  align-items: center;
  display: flex;
}
dl.outline dt:nth-last-of-type(1),
dl.outline dd:nth-last-of-type(1) {
  border-bottom: none;
}
dl.outline dd {
  width: calc(100% - 167px);
  font-size: 1.6rem;
  text-align: justify;
  display: initial;
  text-align: left;
}
dl.outline dd span {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  dl.outline dt,
  dl.outline dd {
    width: 100%;
  }
  dl.outline dt {
    border-bottom: none;
    font-size: 1.7rem;
  }
  dl.outline dd {
    font-size: 1.5rem;
    display: initial;
    text-align: left;
  }
}

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

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

.entext_s {
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */