@layer reset {
  .fm-container {
    text-align: left;
  }
  .fm-container *,
  .fm-container *::before,
  .fm-container *::after {
    box-sizing: border-box;
  }
  .fm-container p,
  .fm-container ul,
  .fm-container ol,
  .fm-container li,
  .fm-container dl,
  .fm-container dt,
  .fm-container dd,
  .fm-container h1,
  .fm-container h2,
  .fm-container h3,
  .fm-container h4,
  .fm-container h5,
  .fm-container h6 {
    padding: 0;
    margin: 0;
  }
  .fm-container h1,
  .fm-container h2,
  .fm-container h3,
  .fm-container h4,
  .fm-container h5,
  .fm-container h6 {
    font-weight: bold;
    line-height: 1.5;
  }
  .fm-container ul,
  .fm-container ol {
    list-style: none;
  }
  .fm-container a {
    color: inherit;
    text-decoration: none;
  }
  .fm-container img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .fm-container a img {
    transition: opacity 0.25s;
  }
  .fm-container a img:is(:hover, :focus) {
    opacity: 0.9;
  }
  .fm-container area {
    cursor: pointer;
  }
}
.modaal-noscroll {
  overflow: auto !important;
}

:root {
  --fm-fs-xxxxlarge: 2.25rem;
  --fm-fs-xxxlarge: 1.8rem;
  --fm-fs-xxlarge: 1.5rem;
  --fm-fs-xlarge: 1.286rem;
  --fm-fs-large: 1.125rem;
  --fm-fs-medium: 1rem;
  --fm-fs-small: 0.875rem;
  --fm-gray: #999;
  --fm-light-gray: #eee;
  --fm-green: #1c9a53;
  --fm-light-green: #d1eadc;
  --fm-bluegreen: #359da8;
  --fm-light-bluegreen: #c1e2e5;
  --fm-yellowgreen: #79b548;
  --fm-light-yellowgreen: #edf5e7;
  --fm-purple: #77349b;
  --fm-light-purple: #e0d7e6;
  --fm-orange: #e05715;
  --fm-light-orange: #ffd0b9;
  --fm-pink: #d4318e;
  --fm-light-pink: #f8daea;
  --fm-red: #f00;
  --fm-blue: #003faa;
  --fm-light-blue: #d1eeff;
  --fm-skyblue: #188ccd;
  --fm-light-skyblue: #a7dbee;
  --fm-brown: #68341a;
  --fm-light-brown: #e0d3cc;
  --fm-yellow: #ff3;
  --fm-light-yellow: #f9ecc0;
}

@media (min-width: 671px) {
  :root {
    --fm-fs-xxxxlarge: 2.667rem;
    --fm-fs-xxxlarge: 2rem;
    --fm-fs-xxlarge: 1.6rem;
    --fm-fs-xlarge: 1.333rem;
    --fm-fs-large: 1.143rem;
    --fm-fs-medium: 1rem;
    --fm-fs-small: 0.875rem;
  }
}
.fm-header__heading {
  background-color: #d5e5f7;
}
.fm-header__catch {
  padding: 10px;
  font-weight: bold;
}
.fm-header__nav {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.fm-header__nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5em 0.2em;
  font-size: clamp(0.625rem, 0.282rem + 1.71vw, 1rem);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.25s;
}
.fm-header__nav-item a:is(:hover, :focus) {
  color: var(--fm-yellow);
  opacity: 0.8;
}
.fm-header__nav-item a.is-current {
  color: var(--fm-yellow);
}
.fm-header__nav-item span {
  font-size: clamp(0.5rem, 0.157rem + 1.71vw, 0.875rem);
  letter-spacing: normal;
}
.fm-header__nav-item.--top {
  width: 20%;
}
.fm-header__nav-item.--top a {
  background-color: var(--fm-blue);
}
.fm-header__nav-item.--point {
  width: 55%;
}
.fm-header__nav-item.--point a {
  background-color: var(--fm-orange);
}
.fm-header__nav-item.--005 {
  width: 25%;
}
.fm-header__nav-item.--005 a {
  background-color: var(--fm-pink);
}
.fm-header__nav-item.--012 {
  width: 30%;
}
.fm-header__nav-item.--012 a {
  background-color: var(--fm-brown);
}
.fm-header__nav-item.--006 {
  width: 20%;
}
.fm-header__nav-item.--006 a {
  background-color: var(--fm-orange);
}
.fm-header__nav-item.--007 {
  width: 25%;
}
.fm-header__nav-item.--007 a {
  background-color: var(--fm-yellowgreen);
}
.fm-header__nav-item.--011 {
  width: 25%;
}
.fm-header__nav-item.--011 a {
  background-color: var(--fm-bluegreen);
}
.fm-header__nav-item.--008 {
  width: 50%;
}
.fm-header__nav-item.--008 a {
  background-color: var(--fm-blue);
}
.fm-header__nav-item.--009 {
  width: 50%;
}
.fm-header__nav-item.--009 a {
  background-color: var(--fm-green);
}

@media (max-width: 670px) {
  .fm-header {
    margin-inline: -15px;
  }
  .fm-header__nav {
    margin-inline: 1px;
  }
}
@media (min-width: 671px) {
  .fm-header__catch {
    font-size: var(--fm-fs-xlarge);
    text-align: center;
  }
  .fm-header__nav-item a {
    font-size: var(--fm-fs-medium);
  }
  .fm-header__nav-item span {
    font-size: var(--fm-fs-small);
  }
  .fm-header__nav-item.--top {
    width: 10%;
  }
  .fm-header__nav-item.--point {
    width: 30%;
  }
  .fm-header__nav-item.--005 {
    width: 13%;
  }
  .fm-header__nav-item.--012 {
    width: 14%;
  }
  .fm-header__nav-item.--006 {
    width: 11%;
  }
  .fm-header__nav-item.--007 {
    width: 11%;
  }
  .fm-header__nav-item.--011 {
    width: 11%;
  }
  .fm-header__nav-item.--008 {
    width: 53%;
  }
  .fm-header__nav-item.--009 {
    width: 47%;
  }
}
.fm-footer {
  margin-top: 50px;
}
.fm-footer__button-wrapper.fm-button-wrapper {
  justify-content: start;
}

.fm-container {
  box-sizing: border-box;
  max-width: 980px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .fm-container {
    margin-top: 30px;
  }
}
.fm-content {
  margin-top: 20px;
}

@media (max-width: 670px) {
  .fm-content.--sm-full {
    margin-inline: -15px;
  }
}
[class*=title-] {
  margin-bottom: 0.5em;
}

.fm-title-01 {
  padding: 0.25em 0.5em;
  font-size: var(--fm-fs-xxlarge);
  color: #fff;
}

.fm-title-02 {
  padding: 0.25em;
  font-size: var(--fm-fs-xlarge);
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.fm-title-03 {
  padding-bottom: 0.25em;
  font-size: var(--fm-fs-large);
  border-bottom: 3px solid currentColor;
}

.fm-title-04 {
  margin-bottom: 0.5em;
  font-size: var(--fm-fs-large);
}

.fm-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}

.fm-button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
  text-decoration: dashed;
  background-color: var(--fm-blue);
  border-radius: 5px;
  transition: opacity 0.25s;
}
.fm-button:is(:hover, :focus) {
  opacity: 0.8;
}
.fm-button.--large {
  padding-inline: 2em;
  font-size: var(--fm-fs-xlarge);
}

.fm-section + .fm-section {
  margin-top: 40px;
}

.fm-section > .fm-section {
  margin-top: 40px;
}

[class*=-col-] {
  display: grid;
  gap: 30px 15px;
}
[class*=-col-] a {
  display: block;
}

@media (max-width: 670px) {
  .fm-sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fm-sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 671px) {
  .fm-pc-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fm-pc-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fm-pc-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fm-media {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 670px) {
  .fm-media.--sm-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 671px) {
  .fm-media {
    flex-direction: row;
    align-items: start;
  }
  .fm-media > *:first-child {
    flex-shrink: 0;
  }
  .fm-media.--pc-reverse {
    flex-direction: row-reverse;
  }
  .fm-media.--pc-reverse > *:first-child {
    flex-shrink: 1;
  }
  .fm-media.--pc-reverse > *:first-child {
    flex-shrink: 0;
  }
}
.fm-frame {
  padding: 15px;
}

@media (min-width: 671px) {
  .fm-frame {
    padding: 30px;
  }
}
.fm-youtube {
  position: relative;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}

.fm-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fm-link {
  color: var(--fm-blue);
  text-decoration: underline;
}
.fm-link:is(:hover, :focus) {
  text-decoration: none;
}
.fm-link[href$=".pdf"]::before {
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  line-height: 1;
  color: #fff;
  content: "PDF";
  background-color: var(--fm-red);
}

.fm-list {
  padding-left: 1.3em;
  list-style: disc;
}

.fm-tag-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin: 10px 0;
}
.fm-tag-wrapper.--left {
  align-items: start;
}

.fm-tag {
  display: inline-block;
  padding: 0.25em 1em 0.1em;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  border-radius: 50px;
}

.fm-copyright {
  padding: 15px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  background-color: var(--fm-skyblue);
}

@media (max-width: 670px) {
  .fm-copyright {
    margin-right: -15px;
    margin-left: -15px;
  }
  .fm-copyright span {
    display: block;
  }
}
@media (min-width: 671px) {
  .fm-copyright {
    text-align: right;
  }
  .fm-copyright span + span {
    margin-left: 1em;
  }
}
@media (max-width: 670px) {
  .fm-pc-only {
    display: none !important;
  }
}
@media (min-width: 671px) {
  .fm-sm-only {
    display: none !important;
  }
}
.fm-fs-xxxxlarge {
  font-size: var(--fm-fs-xxxxlarge) !important;
}

.fm-fs-xxxlarge {
  font-size: var(--fm-fs-xxxlarge) !important;
}

.fm-fs-xxlarge {
  font-size: var(--fm-fs-xxlarge) !important;
}

.fm-fs-xlarge {
  font-size: var(--fm-fs-xlarge) !important;
}

.fm-fs-large {
  font-size: var(--fm-fs-large) !important;
}

.fm-fs-medium {
  font-size: var(--fm-fs-medium) !important;
}

.fm-fs-small {
  font-size: var(--fm-fs-small) !important;
}

.fm-c-white {
  color: #fff !important;
}

.fm-c-green {
  color: var(--fm-green) !important;
}

.fm-c-bluegreen {
  color: var(--fm-bluegreen) !important;
}

.fm-c-yellowgreen {
  color: var(--fm-yellowgreen) !important;
}

.fm-c-orange {
  color: var(--fm-orange) !important;
}

.fm-c-purple {
  color: var(--fm-purple) !important;
}

.fm-c-pink {
  color: var(--fm-pink) !important;
}

.fm-c-red {
  color: var(--fm-red) !important;
}

.fm-c-blue {
  color: var(--fm-blue) !important;
}

.fm-c-skyblue {
  color: var(--fm-skyblue) !important;
}

.fm-c-brown {
  color: var(--fm-brown) !important;
}

.fm-c-yellow {
  color: var(--fm-yellow) !important;
}

.fm-bg-white {
  background-color: #fff !important;
}

.fm-bg-green {
  background-color: var(--fm-green) !important;
}

.fm-bg-light-green {
  background-color: var(--fm-light-green) !important;
}

.fm-bg-bluegreen {
  background-color: var(--fm-bluegreen) !important;
}

.fm-bg-light-bluegreen {
  background-color: var(--fm-light-bluegreen) !important;
}

.fm-bg-yellowgreen {
  background-color: var(--fm-yellowgreen) !important;
}

.fm-bg-light-yellowgreen {
  background-color: var(--fm-light-yellowgreen) !important;
}

.fm-bg-purple {
  background-color: var(--fm-purple) !important;
}

.fm-bg-light-purple {
  background-color: var(--fm-light-purple) !important;
}

.fm-bg-orange {
  background-color: var(--fm-orange) !important;
}

.fm-bg-light-orange {
  background-color: var(--fm-light-orange) !important;
}

.fm-bg-pink {
  background-color: var(--fm-pink) !important;
}

.fm-bg-light-pink {
  background-color: var(--fm-light-pink) !important;
}

.fm-bg-red {
  background-color: var(--fm-red) !important;
}

.fm-bg-blue {
  background-color: var(--fm-blue) !important;
}

.fm-bg-light-blue {
  background-color: var(--fm-light-blue) !important;
}

.fm-bg-skyblue {
  background-color: var(--fm-skyblue) !important;
}

.fm-bg-light-skyblue {
  background-color: var(--fm-light-skyblue) !important;
}

.fm-bg-brown {
  background-color: var(--fm-brown) !important;
}

.fm-bg-light-brown {
  background-color: var(--fm-light-brown) !important;
}

.fm-bg-yellow {
  background-color: var(--fm-yellow) !important;
}

.fm-bg-light-yellow {
  background-color: var(--fm-light-yellow) !important;
}

.fm-ta-center {
  text-align: center !important;
}

.fm-ta-right {
  text-align: right !important;
}

.fm-fw-bold {
  font-weight: bold !important;
}

.fm-fw-normal {
  font-weight: normal !important;
}

.fm-w-100per {
  width: 100% !important;
}

.fm-dp-inline-block {
  display: inline-block !important;
}

.fm-gap-0 {
  gap: 0 !important;
}

.fm-gap-10 {
  gap: 10px !important;
}

.fm-gap-30 {
  gap: 30px;
}

.fm-column-gap-30 {
  column-gap: 30px !important;
}

.fm-h-100per {
  height: 100% !important;
}

.fm-dp-flex {
  display: flex !important;
}

.fm-jc-center {
  justify-content: center !important;
}

.fm-ti-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.fm-m-auto {
  margin: auto;
}

.fm-mt-0 {
  margin-top: 0 !important;
}

.fm-mt-5 {
  margin-top: 5px !important;
}

.fm-mt-10 {
  margin-top: 10px !important;
}

.fm-mt-15 {
  margin-top: 15px !important;
}

.fm-mt-20 {
  margin-top: 20px !important;
}

.fm-mt-30 {
  margin-top: 30px !important;
}

.fm-mt-50 {
  margin-top: 50px !important;
}

.fm-mt-100 {
  margin-top: 100px !important;
}

.fm-mb-0 {
  margin-bottom: 0 !important;
}

.fm-mb-10 {
  margin-bottom: 10px !important;
}

.fm-mb-15 {
  margin-bottom: 15px !important;
}

.fm-pb-0 {
  padding-bottom: 0 !important;
}

.fm-p-10 {
  padding: 10px !important;
}

.fm-p-15 {
  padding: 15px !important;
}

.fm-p-20 {
  padding: 20px !important;
}

.fm-p-30 {
  padding: 30px !important;
}

@media (max-width: 670px) {
  .fm-sp-p-15 {
    padding: 15px !important;
  }
}
[class*=fm-outline] {
  color: #fff;
}

.fm-outline-orange {
  text-shadow: -2px -2px 0 var(--fm-orange), 2px -2px 0 var(--fm-orange), -2px 2px 0 var(--fm-orange), 2px 2px 0 var(--fm-orange); /* Outline effect */
}

.fm-outline-green {
  text-shadow: -2px -2px 0 var(--fm-green), 2px -2px 0 var(--fm-green), -2px 2px 0 var(--fm-green), 2px 2px 0 var(--fm-green); /* Outline effect */
}