@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  background-color: #fdfcf0;
  color: #2f2f2f;
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

picture,
img {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  opacity: 0.7;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none;
  color: inherit;
}

button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  appearance: unset;
  border: unset;
}

h1,
.h1-like {
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 500;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  font-weight: 500;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 500;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  font-weight: 500;
}

h5,
.h5-like {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
}

h6,
.h6-like {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-weight: 500;
}

ul {
  list-style-type: none;
}

a.a-btn {
  border: 2px solid #001a73;
  background-color: #ffffff;
  color: #001a73;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
}

.vm-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.vm-btn img {
  width: 3.36em;
}
.vm-btn.vm-white {
  color: #ffffff;
}
.vm-btn.vm-blue {
  color: #001a73;
}
.vm-btn.vm-green {
  color: #355f27;
}

.submit-btn {
  padding: 0.5em 2em;
  background-color: #001a73;
  border: unset;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 1rem;
}
.submit-btn:hover {
  opacity: 0.7;
}

.flex-table {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  gap: 2rem;
}
.flex-table .table-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  box-sizing: border-box;
  padding: 0.2em 0.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #001a73;
  border-radius: 1rem;
  color: #808080;
  text-align: start;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  color: #000;
  outline: 1px solid #9bbf96;
}
input[type=text].short-field,
input[type=email].short-field,
input[type=tel].short-field,
input[type=number].short-field,
input[type=date].short-field,
textarea.short-field,
select.short-field {
  width: 10em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  min-height: clamp(20px, 5rem, 45px);
}

input[type=number],
input[type=date] {
  max-width: 150px;
}

.wpcf7-list-item-label {
  color: #808080;
}

select {
  box-sizing: border-box;
  height: clamp(20px, 5rem, 45px);
  padding: 0.2em 0.5em 0.2em 3em;
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  cursor: pointer;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: clamp(240px, 50vw, 350px);
}

[type=radio],
[type=checkbox] {
  position: absolute;
  left: -9999px;
}

[type=radio] + .wpcf7-list-item-label,
[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 3rem;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}

[type=checkbox] + .wpcf7-list-item-label::before,
[type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

[type=radio] + .wpcf7-list-item-label::after,
[type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #9bbf96;
  transition: all 0.2s;
}

[type=radio]:not(:checked) + .wpcf7-list-item-label::after,
[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.cb-col .wpcf7-radio,
.cb-col .wpcf7-checkbox,
.radio-col .wpcf7-radio,
.radio-col .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cb-col .wpcf7-list-item,
.radio-col .wpcf7-list-item {
  margin: 0 1em 0 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap:has(.w100) {
  width: 100%;
}
.wpcf7-form-control-wrap:has(.w50) {
  width: 50%;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}

.form-single-row p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1em;
}
.form-single-row p > * {
  flex: 1;
}

.form-multi-row p {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 2%;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 651px) {
  .form-multi-row p {
    flex-direction: row;
    align-items: flex-start;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #001a73;
  background-color: #ffffff;
  color: #001a73;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.hidden {
  visibility: hidden;
}

.w-fit {
  width: fit-content;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-864 {
  width: 1200px;
  max-width: 86.4%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-864 {
  width: 1000px;
  max-width: 86.4%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width800-864 {
  width: 800px;
  max-width: 86.4%;
  margin: auto;
}

.grid-1-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-1-2-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .grid-1-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 651px) {
  .grid-2-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 1em;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-1 {
  flex: 1;
  align-self: stretch;
}

.fx-2 {
  flex: 2;
}

.fx-shrink-2 {
  flex-shrink: 2;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .fx-col-to-row {
    flex-direction: row;
    align-items: unset;
  }
}

.fx-col-to-row-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab {
    flex-direction: row;
    align-items: unset;
  }
}

.block {
  display: block;
}

.block-break {
  display: inline-block;
}

.mh-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mv-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-half {
  margin-top: clamp(20px, 4vw, 50px);
}

.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mb-half {
  margin-bottom: clamp(20px, 4vw, 50px);
}

.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

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

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}

.f-romaji-med {
  font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
}

.f-romaji-b {
  font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
}

.shippori-med {
  font-family: "shippori-mincho", "Zen Kaku Gothic New", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-sb {
  font-family: "shippori-mincho", "Zen Kaku Gothic New", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-b {
  font-family: "shippori-mincho", "Zen Kaku Gothic New", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-small {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.pem-09 {
  font-size: 0.9em;
}

.pem-08 {
  font-size: 0.8em;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.standing-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.page-landing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(5rem, 5vw, 7rem);
  padding-top: clamp(7rem, 14vw, 17rem);
}
.page-landing img {
  display: block;
  box-sizing: border-box;
  width: 92%;
  max-width: 150rem;
  aspect-ratio: 5/3;
  border: 3px solid #001a73;
  border-radius: clamp(4rem, 7vw, 10rem);
  object-fit: cover;
}
@media screen and (min-width: 651px) {
  .page-landing img {
    border: 5px solid #001a73;
    aspect-ratio: 10/3;
  }
}

.border-label {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0.5em 1em;
  transform: translateY(-50%);
  width: fit-content;
  border-radius: 0.43em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}
.border-label.label-green {
  background-color: #ffffff;
  border: 3px solid #355f27;
  color: #355f27;
}
@media screen and (min-width: 651px) {
  .border-label.label-green {
    border: 5px solid #355f27;
  }
}

.border-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: clamp(4rem, 10vw, 10rem);
}
.border-container.border-blue {
  border: 3px solid #001a73;
}
.border-container.border-green {
  border: 3px solid #355f27;
}
.border-container.bg-light {
  background-color: #fdfcf0;
}
.border-container.bg-white {
  background-color: #ffffff;
}
.border-container.bg-orange {
  background-color: #fcd897;
}
.border-container.bg-orange-2 {
  background-color: #f48118;
}
.border-container.bg-green {
  background-color: #355f27;
}
.border-container.bg-yellow {
  background-color: #fffbd1;
}
.border-container .bc-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
  box-sizing: border-box;
  width: fit-content;
  padding: 0.33em 1em;
  font-size: clamp(1.6rem, 2vw, 3.5rem);
  line-height: 100%;
  white-space: nowrap;
  border-radius: 1.4rem;
}
.border-container .bc-label.bc-blue {
  background-color: #001a73;
  color: #ffffff;
}
.border-container .bc-label.bc-white {
  background-color: #ffffff;
  border: 3px solid #001a73;
  color: #001a73;
}
@media screen and (min-width: 651px) {
  .border-container .bc-label.bc-white {
    border: 5px solid #001a73;
  }
  .border-container.border-blue:not(.border-container.border-blue.bc-inner) {
    border: 5px solid #001a73;
  }
  .border-container.border-green:not(.border-container.border-green.bc-inner) {
    border: 5px solid #355f27;
  }
}

.landing-wrapper {
  position: relative;
  background-color: #fdfcf0;
  gap: clamp(6rem, 7vw, 9rem);
  padding-bottom: clamp(6rem, 7vw, 9rem);
}
.landing-wrapper .page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(2rem, 2.5vw, 3rem);
}
.landing-wrapper .page-nav a {
  display: block;
  box-sizing: border-box;
  width: fit-content;
  padding: 0.33em 1em;
  background-color: #ffffff;
  color: #001a73;
  font-size: clamp(1.6rem, 2vw, 3.5rem);
  line-height: 100%;
  white-space: nowrap;
  border-radius: 1.4rem;
  border: 3px solid #001a73;
}
.landing-wrapper .page-nav a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 651px) {
  .landing-wrapper .page-nav {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
  }
  .landing-wrapper .page-nav a {
    border: 5px solid #001a73;
  }
}

section.booth-section {
  position: relative;
  z-index: 10;
  scroll-margin-top: 10rem;
}
section.booth-section .deco-2 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 12.8%;
  left: 6%;
  z-index: 0;
  width: clamp(6rem, 16vw, 36rem);
  opacity: 0.3;
}
section.booth-section .border-container {
  z-index: 10;
  padding: clamp(4rem, 6vw, 8.5rem) 2rem;
}
section.booth-section .border-container .bc-left {
  left: 2rem;
}
section.booth-section .border-container .bc-right {
  right: 2rem;
}
section.booth-section .border-container.event-card {
  padding: clamp(4rem, 5vw, 6rem) 0 0;
}
section.booth-section .border-container.meta-box {
  padding: 2rem clamp(1.4rem, 2.5vw, 3rem);
}
section.booth-section .card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
section.booth-section.food-booth .card-grid .event-card .img-container .label-container {
  transform: unset;
}
section.booth-section.food-booth .card-grid .event-card .img-container .label-container span.work-label {
  background-color: #001a73;
}
section.booth-section.food-booth .card-grid .event-card .img-container .label-container span.area-label {
  background-color: #9bbf96;
  color: #2f2f2f;
}
section.booth-section.food-booth .card-grid .event-card h4.card-headline {
  background-color: #fffbd1;
  color: #2f2f2f;
}
section.booth-section.activities .card-grid .event-card .img-container .label-container {
  transform: unset;
}
section.booth-section.activities .card-grid .event-card .img-container .label-container span.work-label {
  background-color: #ffd897;
  color: #2f2f2f;
}
section.booth-section.activities .card-grid .event-card .img-container .label-container span.area-label {
  background-color: #fffbd1;
  color: #2f2f2f;
}
section.booth-section.activities .card-grid .event-card h4.card-headline {
  background-color: #355f27;
  color: #ffffff;
}
@media screen and (min-width: 1001px) {
  section.booth-section .deco-2 {
    opacity: 0.8;
    width: clamp(6rem, 11vw, 36rem);
  }
  section.booth-section .border-container {
    padding: clamp(4rem, 6vw, 8.5rem) clamp(4rem, 7vw, 10rem) clamp(4rem, 10vw, 14rem);
  }
  section.booth-section .border-container .bc-left {
    left: clamp(4rem, 7vw, 10rem);
  }
  section.booth-section .border-container .bc-right {
    right: clamp(4rem, 7vw, 10rem);
  }
  section.booth-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.booth-section.qa-section .border-container {
    padding: clamp(4rem, 6vw, 8.5rem) clamp(4rem, 7vw, 10rem);
  }
}
@media screen and (min-width: 1601px) {
  section.booth-section .deco-2 {
    width: clamp(6rem, 16vw, 36rem);
    opacity: 0.9;
  }
}

.event-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: fit-content;
  position: relative;
  width: 100%;
  padding: 4rem 0 0;
  box-sizing: border-box;
  border-radius: 2rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.event-card .vm-btn {
  align-self: flex-end;
  margin: 1em 0 1em auto;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.event-card .card-contents,
.event-card .img-container {
  width: calc(100% - 4rem);
}
.event-card .img-container {
  position: relative;
  margin-bottom: 3rem;
}
.event-card .img-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
}
.event-card .img-container .label-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 2px;
  row-gap: 4px;
}
.event-card .img-container .label-container span {
  display: block;
  width: fit-content;
  padding: 0.5em 1.1em;
  border-radius: 0.25em;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.event-card .img-container .label-container span.work-label {
  background-color: #f48118;
}
.event-card .img-container .label-container span.area-label {
  background-color: #355f27;
}
.event-card .img-container h4.card-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5em 1.3em;
  background-color: #001a73;
  border-radius: 0.8em;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 120%;
}
.event-card .content-group h5 {
  font-weight: 700;
  font-size: 1.1em;
}
.event-card .meta-box {
  gap: 0.5em;
  border-radius: 2rem;
  margin: 0 0 -3px -2px;
  width: calc(100% + 6px);
  padding: 2rem clamp(1.4rem, 2.5vw, 3rem);
  text-align: start;
  align-items: flex-start;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.event-card .meta-box a,
.event-card .meta-box p {
  color: #2f2f2f;
}
.event-card .meta-box .contact-row {
  column-gap: 1rem;
  row-gap: 0.2rem;
  line-height: 140%;
}
.event-card .meta-box .web-row a {
  width: fit-content;
  gap: 1rem;
  line-height: 140%;
}
.event-card .meta-box .web-row a svg {
  stroke: #001a73;
  fill: #001a73;
  width: 1em;
}
.event-card.event-card-short {
  width: 100%;
  gap: 1rem;
  padding: 4rem 2.5rem 1.5rem;
}
.event-card.event-card-short .img-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  aspect-ratio: unset;
  margin-bottom: 0;
}
.event-card.event-card-short .img-container h4.card-headline {
  position: unset;
  background: unset;
  color: #000;
  transform: unset;
  padding: 0;
}
@media screen and (min-width: 1001px) {
  .event-card {
    height: 100%;
    justify-content: space-between;
  }
}

section.infobox {
  background-color: #fefbd1;
  padding: 7.6rem 0 5rem;
  gap: 5rem;
}
section.infobox h2 {
  width: fit-content;
  box-sizing: border-box;
  padding: 0.3em 1em;
  background-color: #ffffff;
  border-radius: 0.45em;
  border: 3px solid #001a73;
  color: #001a73;
  line-height: 100%;
  text-align: center;
}
section.infobox .content-container {
  gap: 3rem;
  align-items: flex-start;
}
section.infobox .content-container img.event-logo {
  object-fit: contain;
  max-width: 34rem;
}
section.infobox .content-container .contents {
  width: 100%;
  max-width: 100%;
  gap: 2rem;
}
section.infobox .content-container .contents dd {
  overflow: hidden;
}
section.infobox .content-container .contents .iframe-container {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  padding: 0.5rem;
  border: 3px solid #001a73;
  border-radius: 2rem;
}
section.infobox .content-container .contents .iframe-container iframe {
  width: 100%;
  aspect-ratio: 9/5;
  border-radius: 2rem;
}
@media screen and (min-width: 651px) {
  section.infobox h2 {
    border: 5px solid #001a73;
  }
}

.info-list,
dl.info-list {
  gap: 1rem;
}
.info-list .fx-row,
dl.info-list .fx-row {
  gap: 1rem;
}
.info-list a,
dl.info-list a {
  color: #2f2f2f;
}
.info-list .label,
.info-list dt,
dl.info-list .label,
dl.info-list dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  min-width: 3.33em;
  height: 2em;
  background-color: #001a73;
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
}
.info-list .content,
.info-list dd,
dl.info-list .content,
dl.info-list dd {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  letter-spacing: 0.02em;
  line-height: 140%;
}
.info-list.info-list-green .label,
.info-list.info-list-green dt,
dl.info-list.info-list-green .label,
dl.info-list.info-list-green dt {
  background-color: #355f27;
}

.border-title {
  position: relative;
  width: fit-content;
  max-width: 72%;
  box-sizing: border-box;
  padding: 0.3em 0.78em;
  background-color: #ffffff;
  border-radius: 0.33em;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
.border-title .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 10;
  border-radius: 50%;
  font-size: 0.78em;
  line-height: 100%;
  text-align: center;
  padding: 0.4em 0.72em;
}
.border-title.bt-blue {
  border: 3px solid #001a73;
  color: #001a73;
}
.border-title.bt-blue .label {
  background-color: #001a73;
  color: #ffffff;
}
.border-title.bt-green {
  border: 3px solid #355f27;
  color: #355f27;
}
.border-title.bt-green .label {
  background-color: #355f27;
  color: #ffffff;
}
@media screen and (min-width: 651px) {
  .border-title.bt-blue {
    border: 5px solid #001a73;
  }
  .border-title.bt-green {
    border: 5px solid #355f27;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding: 1rem 2rem;
  transition: padding 0.2s linear;
  display: grid;
  grid-template-columns: 1fr 4rem 1fr;
  grid-template-rows: auto;
}
header a.logo-container {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  max-width: clamp(2.4rem, 40vw, 40rem);
  margin: auto 0;
}
header a.logo-container img {
  display: block;
  width: 100%;
}
header nav.nav-container {
  display: none;
  grid-column: 2/3;
  grid-row: 1/2;
}
header button.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: 3/4;
  grid-row: 1/2;
  gap: 0.6rem;
  width: clamp(4rem, 8vw, 8rem);
  height: clamp(4rem, 8vw, 8rem);
  margin: auto 0 auto auto;
  appearance: none;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 2px solid #001a73;
  border-radius: 0.5rem;
  cursor: point;
}
header button.hamburger span {
  display: block;
  width: 64%;
  height: 0.2rem;
  background-color: #001a73;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.25s ease-in-out;
}
header button.hamburger.active-ham span {
  position: absolute;
  width: 72%;
}
header button.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
}
header button.hamburger.active-ham span:nth-child(2) {
  display: none;
}
header button.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
}
header.scrolled {
  padding: 0.5rem 2rem;
}
@media screen and (min-width: 1001px) {
  header {
    grid-template-columns: 1fr 2fr 1fr;
    padding: 2rem clamp(2rem, 4vw, 5rem) 2rem clamp(2rem, 5vw, 7rem);
  }
  header nav.nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    box-sizing: border-box;
    padding: 0.8em;
    font-size: clamp(1.6rem, 1.2vw, 2rem);
    background-color: #ffffff;
    border: 3px solid #001a73;
    border-radius: 1rem;
    text-align: center;
  }
  header nav.nav-container .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  header nav.nav-container .nav-menu li a {
    padding: 0.1rem;
    color: #001a73;
    font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 700;
  }
  header button.hamburger {
    border-radius: 2rem;
    border: 3px solid #001a73;
    gap: 1.2rem;
  }
  header button.hamburger span {
    width: 43.75%;
    height: 0.3rem;
  }
  header.scrolled {
    padding: 0.5rem 5rem 0.5rem 7rem;
  }
}

aside#sidebar {
  position: absolute;
  visibility: hidden;
  display: none;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 1%;
  height: 100vh;
  height: 100lvh;
  box-sizing: border-box;
  padding: 12vh 0;
  flex-direction: row;
  justify-content: end;
  box-sizing: border-box;
  background: #fdfcf0;
  border-left: 3px solid #355f27;
}
aside#sidebar a {
  color: #2f2f2f;
}
aside#sidebar .sidebar-nav {
  width: 84%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
aside#sidebar .sidebar-nav ul {
  align-self: stretch;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  gap: calc(1em + 1vh);
  width: 100%;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  font-weight: bold;
}
aside#sidebar .sidebar-nav ul li {
  width: 100%;
  font-size: 1em;
}
aside#sidebar .sidebar-nav ul li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-right: 3em;
  background: url(../img/icons/arrow-green-dark.svg) center right 1em no-repeat;
  background-size: 1.5em;
  color: #355f27;
  line-height: 160%;
}
aside#sidebar .sidebar-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  width: 0;
  height: 0;
}
aside#sidebar.open-menu {
  display: flex;
  width: 100%;
  max-width: 48rem;
  position: fixed;
  visibility: visible;
  animation: slidein 0.1s ease-in-out;
  transform: translateX(0%);
}
aside#sidebar.open-menu .sidebar-toggle {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media screen and (min-width: 651px) {
  aside#sidebar {
    border-left: 5px solid #355f27;
  }
  aside#sidebar .sidebar-nav ul li a {
    padding-right: calc(3em + 5rem);
    background-position: center right 6rem;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  gap: 5rem;
  padding: clamp(4rem, 8vw, 8rem) 0 3rem;
  align-items: center;
  background-color: #fdfcf0;
  color: #2f2f2f;
  text-align: center;
}
footer .footer-menu {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 3px solid #001a73;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  width: 72%;
  max-width: 100rem;
}
footer .footer-menu ul {
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  column-gap: 1em;
  row-gap: 1.5em;
  letter-spacing: 0;
}
footer .footer-menu ul li {
  font-family: "gotham", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  padding: 0 1em;
  text-transform: uppercase;
}
footer .footer-menu ul li a {
  color: #001a73;
}
footer .footer-logo {
  width: clamp(12rem, 14vw, 20rem);
}
footer .footer-copy {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 651px) {
  footer .footer-menu {
    width: 92%;
  }
}

/*# sourceMappingURL=main.css.map */
