@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.row .col {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.row .col.col-6:nth-child(even) {
  padding-left: 2rem;
}
.row .col.col-6:nth-child(odd) {
  padding-right: 2rem;
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
img {
  width: 100%;
}

a {
  display: block;
  transition: 0.35s cubic-bezier(0, 0.75, 0.36, 1);
  transform: scale(1);
}
a:hover {
  opacity: 0.9;
  ransition: 0.35s cubic-bezier(0, 0.75, 0.36, 1);
}

html body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-image: url(/assets/images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    background-image: url(/assets/images/bg_sp.png);
  }
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1.6rem;
  z-index: 9999;
}
header .row .col {
  margin: 0;
  padding: 0 !important;
}
header .row .col ul.snsList {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: right;
}
header .row .col ul.snsList li a img {
  width: 36px;
}

main {
  display: flex;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  main .container {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

section.fv .teaserLead {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.fv .teaserLead:before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 130%;
  height: 130%;
  transform: translateX(-14%) translateY(-11%);
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.fv .teaserLead:before {
    width: 130%;
    height: 130%;
    transform: translateX(-13%) translateY(-12%);
    top: 1rem;
  }
}
section.fv .teaserLead p {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.8rem;
  font-weight: 800;
  color: #464646;
}
@media screen and (max-width: 1100px) {
  section.fv .teaserLead p {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.fv .teaserLead p {
    font-size: 2vw;
    line-height: 3.9vw;
  }
}
@media screen and (max-width: 580px) {
  section.fv .teaserLead p {
    font-size: 3vw;
    line-height: 5.2vw;
  }
}
section.fv .teaserLead h2 {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #008537;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1100px) {
  section.fv .teaserLead h2 {
    font-size: 1.864vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.fv .teaserLead h2 {
    font-size: 2.664vw;
    line-height: 3.2vw;
  }
}
@media screen and (max-width: 580px) {
  section.fv .teaserLead h2 {
    font-size: 4.6vw;
    line-height: 5.8vw;
  }
}
section.fv .teaserLead h2 .date-style {
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width: 1100px) {
  section.fv .teaserLead h2 .date-style {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.fv .teaserLead h2 .date-style {
    font-size: 2vw;
  }
}
@media screen and (max-width: 580px) {
  section.fv .teaserLead h2 .date-style {
    font-size: 4vw;
  }
}
section.fv .teaserLead h2 .bold {
  font-size: 1.5rem;
}
@media screen and (max-width: 1100px) {
  section.fv .teaserLead h2 .bold {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  section.fv .teaserLead h2 .bold {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 580px) {
  section.fv .teaserLead h2 .bold {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  section.fv .fv-emblem {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  section.fv .fv-emblem h1 figure.emblem img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  section.fv .fv-emblem h1 figure.emblem img {
    width: 62%;
  }
}

footer .footer-wrapper {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer .footer-wrapper .row .col {
  margin: 0;
  padding: 0.8rem !important;
}
@media screen and (max-width: 580px) {
  footer .footer-wrapper .row .col {
    padding: 0.4rem !important;
  }
}
footer .footer-wrapper .row .col.copyright-wrapper {
  background-color: #006837;
  color: #ffffff;
}
footer .footer-wrapper .row .col .copyright {
  text-align: center;
  font-size: 0.8rem;
}

.company-logo {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 580px) {
  .company-logo {
    gap: 0.4rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .company-logo {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
  }
}
.company-logo .ft-logo img {
  max-width: 195px;
}
@media screen and (max-width: 580px) {
  .company-logo .ft-logo img {
    max-width: 190px;
  }
}

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

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

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