@charset "UTF-8";
/* default settings */
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  color: #004890;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "MFW-PA1GothicStdN-Medium";
}
@media (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1350px) {
  html {
    font-size: min(16px, 1.1851851852vw);
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

a {
  transition: 0.3s filter;
}
@media (min-width: 751px) and (hover: hover) {
  a:hover {
    filter: contrast(0.6) brightness(1.3);
  }
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
*, :after, :before {
  box-sizing: border-box;
}

ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

sup, sub {
  font-size: 65%;
}
@media (max-width: 750px) {
  sup, sub {
    font-size: 50%;
    top: -0.8em;
  }
}

a, a[href^=tel] {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  cursor: pointer;
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 750px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

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

.sec-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion {
  margin-bottom: 0.875rem;
  position: relative;
  background-color: #FFFAC1;
  border-radius: 1.875rem;
  z-index: 1;
}
@media (max-width: 750px) {
  .accordion {
    margin-bottom: 0.6875rem;
  }
}
.accordion.is-open {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.accordion.is-open .accordion__btn::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion__btn {
  width: 100%;
  padding: 0.625rem 1rem;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border-radius: 1.875rem;
}
@media (max-width: 750px) {
  .accordion__btn {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
}
.accordion__btn::after {
  content: "";
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
  background: url("../img/accordion-arrow.svg") no-repeat center center/100% auto;
  width: 1.375rem;
  height: 0.75rem;
}
@media (max-width: 750px) {
  .accordion__btn::after {
    right: 0.9375rem;
    width: 1.25rem;
    height: 0.6875rem;
  }
}
.accordion__main {
  padding: 1.125rem 1.25rem 0.3125rem 2.25rem;
  display: none;
}
@media (max-width: 750px) {
  .accordion__main {
    padding: 1.125rem 0.625rem 0.625rem 1.0625rem;
  }
}
.accordion__main a {
  color: #00498F;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.accordion__main .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (max-width: 750px) {
  .accordion__main .text {
    font-size: 0.875rem;
  }
}
.accordion__main .text span {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion__main .text span {
    font-size: 0.875rem;
  }
}
.accordion__main .img {
  margin: 1.4375rem auto 1.5625rem;
  text-align: center;
  width: calc(7rem * 2);
}
@media (max-width: 750px) {
  .accordion__main .img {
    margin: 1.6875rem auto 1.5rem;
    width: calc(7rem * 1.2);
  }
}
.accordion__main .img img {
  margin-left: -1.625rem;
}
@media (max-width: 750px) {
  .accordion__main .img img {
    margin-left: -0.3125rem;
  }
}
.accordion__main .img.--style2 {
  width: calc(13.9375rem * 2);
}
@media (max-width: 750px) {
  .accordion__main .img.--style2 {
    width: calc(13.9375rem * 1.2);
  }
}
.accordion__main dl {
  margin-bottom: 0.875rem;
}
.accordion__main dl dt {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion__main dl dt {
    font-size: 0.875rem;
  }
}
.accordion__main dl dd {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion__main dl dd {
    font-size: 0.875rem;
  }
}
.accordion.section4__accordion--item1 .accordion__main .text .bigsize {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion.section4__accordion--item1 .accordion__main .text .bigsize {
    font-size: 0.875rem;
  }
}
.accordion.section4__accordion--item3 .accordion__main dl dd {
  margin-top: 0.875rem;
}
.accordion .note {
  position: relative;
  padding-left: 1.0625rem;
  display: inline-block;
}
@media (max-width: 750px) {
  .accordion .note {
    padding-left: 0.9375rem;
  }
}
.accordion .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion .note::before {
    font-size: 0.875rem;
  }
}
.accordion .list li {
  position: relative;
  padding-left: 1.0625rem;
}
@media (max-width: 750px) {
  .accordion .list li {
    padding-left: 0.9375rem;
  }
}
.accordion .list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .accordion .list li::before {
    font-size: 0.875rem;
  }
}

.animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.wow {
  visibility: hidden;
}

@keyframes slideInUp {
  0% {
    transform: translateY(6.25rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideInUp {
  animation-duration: 0.3s;
  animation-name: slideInUp;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-duration: 1s;
  animation-name: bounceIn;
}

/* default settings */
html {
  scrollbar-gutter: stable;
}

body {
  letter-spacing: -0.02em;
  background-color: #83CDED;
}

html.with-fancybox body.hide-scrollbar.modal-opening {
  margin-right: 0;
}

.wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .wrap {
    max-width: 54.125rem;
  }
}

@media (max-width: 750px) {
  main {
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  .header {
    --header-mobile-scale: var(--header-sp-scale, 1);
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }
}
.header .logo {
  text-align: center;
  padding: 0.8125rem 0;
  background-color: #00498F;
}
@media (max-width: 750px) {
  .header .logo {
    flex-shrink: 0;
    padding: calc(0.8125rem * var(--header-mobile-scale)) 0;
    line-height: 0;
  }
}
.header .logo img {
  width: 3.0625rem;
}
@media (max-width: 750px) {
  .header .logo img {
    width: calc(3.0625rem * var(--header-mobile-scale));
  }
}
.header .kv {
  background: url("../img/kv-img.jpg") no-repeat center center/cover;
}
@media (min-width: 751px) {
  .header .kv {
    min-height: calc(100vh - 3.1875rem);
  }
}
@media (max-width: 750px) {
  .header .kv {
    flex: 0 0 auto;
    min-height: 0;
    height: 16.1875rem;
    background-image: url("../img/sp-kv-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .header .kv {
    background-image: url("../img/kv-img.jpg");
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header .kv {
    background-image: url("../img/kv-img.jpg");
  }
}
.header .lead {
  padding: 4.8125rem 0 3.75rem;
  position: relative;
  background: url("../img/kv-deco.png") no-repeat center top 2.0625rem/61.125rem 34.9375rem;
}
@media (max-width: 750px) {
  .header .lead {
    background-image: url("../img/sp-kv-deco.png");
    background-size: 22.1875rem 24.5rem;
    background-position: 0.625rem 0;
    padding: calc(0.75rem * var(--header-mobile-scale)) 0 calc(1.5rem * var(--header-mobile-scale));
    flex-shrink: 0;
    flex: 1 0 auto;
  }
}
.header .lead::before {
  pointer-events: none;
  position: absolute;
  top: -0.625rem;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave1.png) repeat-x center center/auto 100%;
  height: 0.625rem;
}
@media (max-width: 750px) {
  .header .lead::before {
    background: url(../img/sp-bg-wave1.png) repeat-x top center/calc(3.3125rem * var(--header-mobile-scale)) calc(0.4375rem * var(--header-mobile-scale));
    height: calc(0.4375rem * var(--header-mobile-scale));
    top: calc(-0.375rem * var(--header-mobile-scale));
  }
}
.header .lead__title {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .header .lead__title {
    width: 46.625rem;
  }
}
@media (max-width: 750px) {
  .header .lead__title {
    width: calc(216px * var(--header-mobile-scale));
    max-width: calc(216px * var(--header-mobile-scale));
  }
}
.header .lead__title h2 img {
  margin-left: 1.3125rem;
}
@media (max-width: 750px) {
  .header .lead__title h2 img {
    margin-left: calc(0.4375rem * var(--header-mobile-scale));
  }
}
.header .lead__title .icon {
  width: 8.1875rem;
  position: absolute;
  top: -3.6875rem;
  left: 1.6875rem;
}
@media (max-width: 750px) {
  .header .lead__title .icon {
    width: calc(4.875rem * var(--header-mobile-scale));
    top: calc(-0.25rem * var(--header-mobile-scale));
    left: calc(-3.5625rem * var(--header-mobile-scale));
  }
}
.header .lead h3 {
  width: 33.5rem;
  margin: 1.5625rem auto 1rem;
}
@media (max-width: 750px) {
  .header .lead h3 {
    width: calc(15.5rem * var(--header-mobile-scale));
    max-width: calc(15.5rem * var(--header-mobile-scale));
    margin-top: calc(1.125rem * var(--header-mobile-scale));
    margin-bottom: calc(0.9375rem * var(--header-mobile-scale));
  }
}
.header .lead h3 img {
  margin-left: 0.5625rem;
}
@media (max-width: 750px) {
  .header .lead h3 img {
    margin-left: calc(0.3125rem * var(--header-mobile-scale));
  }
}
.header .lead p {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
}
@media (max-width: 750px) {
  .header .lead p {
    font-size: calc(0.9375rem * var(--header-mobile-scale));
    line-height: calc(1.375rem * var(--header-mobile-scale));
  }
}

.footer {
  text-align: center;
  color: #fff;
  background-color: #00498F;
  position: relative;
  padding: 2.0625rem 0;
  font-size: 10px;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .footer {
    padding: 2.125rem 0;
  }
}
.footer::before {
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave2.png) repeat-x center top/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .footer::before {
    background-image: url(../img/sp-bg-wave2.png);
    background-size: 3.3125rem 0.375rem;
    height: 0.375rem;
    top: 0;
  }
}
.footer p {
  width: 14.625rem;
  margin: 0 auto;
}

button {
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
}

.fixed-btn {
  z-index: 9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: var(--modal-scrollbar-compensation, 0px);
  background: url("../img/fixed-btn-bg.png") repeat-x center top/auto 100%;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media (max-width: 750px) {
  .fixed-btn {
    background-image: url("../img/sp-fixed-btn-bg.png");
  }
}
.fixed-btn.show {
  transform: translateY(0);
}
@media (min-width: 751px) {
  .fixed-btn::before {
    position: absolute;
    top: 3.125rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFDD53;
    content: "";
  }
  .fixed-btn::after {
    position: absolute;
    top: -1.3125rem;
    left: 0;
    right: 0;
    height: 6.75rem;
    background: url("../img/fixed-btn-deco.png") no-repeat center top/24.75rem 6.75rem;
    content: "";
  }
}
.fixed-btn a {
  width: 12.5rem;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 2.375rem 0 1.0625rem;
}
@media (max-width: 750px) {
  .fixed-btn a {
    width: 10.125rem;
    padding: 2.875rem 0 1.0625rem;
  }
}

.anchor-link {
  background-color: #00498F;
  display: flex;
  justify-content: center;
  padding: 1.6875rem 0 1.125rem;
  position: relative;
}
@media (max-width: 750px) {
  .anchor-link {
    gap: 2.9375rem;
    padding: 0.875rem 0 0.3125rem;
  }
}
.anchor-link::after {
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave1.png) repeat-x center bottom/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .anchor-link::after {
    background: url(../img/sp-bg-wave1.png) repeat-x top center/3.3125rem 0.4375rem;
    height: 0.4375rem;
    bottom: -1px;
  }
}
@media (min-width: 751px) {
  .anchor-link li + li {
    margin-left: 4.8125rem;
  }
}
.anchor-link li a {
  color: #fff;
  line-height: 1.375rem;
  letter-spacing: -2%;
  text-decoration: none;
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
@media (max-width: 750px) {
  .anchor-link li a {
    line-height: 0.9375rem;
    font-size: 0.6875rem;
    letter-spacing: -0.02em;
    padding-bottom: 0.8125rem;
    gap: 0.25rem;
  }
  .anchor-link li a span {
    min-height: 1.875rem;
    display: flex;
    align-items: center;
  }
}
.anchor-link li a::after {
  background: url("../img/anchor-arrow.png") no-repeat center center/100% auto;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  transition: 0.3s transform;
}
@media (max-width: 750px) {
  .anchor-link li a::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .anchor-link li a:hover::after {
    transform: translateY(0.3125rem);
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox__backdrop {
  background: rgba(131, 205, 237, 0.5);
}
.fancybox__content {
  padding: 0;
}
.fancybox__content .modal__content {
  height: 100%;
}
@media (max-width: 750px) {
  .fancybox__slide {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
}

.section1 {
  padding: 3.625rem 0 0.8125rem;
}
@media (max-width: 750px) {
  .section1 {
    background: url("../img/sp-sec1-deco.png") no-repeat center top;
    background-size: 21.625rem 18.375rem;
    background-position: center top 1.375rem;
    padding: 2.875rem 0 1.25rem;
  }
}
.section1__title {
  display: flex;
  margin-left: 3.25rem;
  margin-bottom: -0.125rem;
}
@media (max-width: 750px) {
  .section1__title {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-left: 0;
  }
}
.section1__title li {
  position: relative;
  width: 22.1875rem;
}
@media (min-width: 751px) {
  .section1__title li + li {
    margin-left: 1.3125rem;
  }
}
@media (max-width: 750px) {
  .section1__title li {
    width: 17.25rem;
  }
}
.section1__title li:nth-child(2) {
  width: 22.3125rem;
}
@media (max-width: 750px) {
  .section1__title li:nth-child(2) {
    width: 17rem;
  }
}
.section1__img {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (min-width: 751px) {
  .section1__img {
    margin-left: 8rem;
  }
  .section1__img li:nth-child(1) button {
    right: 0.3125rem;
  }
  .section1__img li:nth-child(2) {
    margin-left: 1.875rem;
    width: 18.3125rem;
  }
  .section1__img li:nth-child(3) {
    width: 19.875rem;
    margin-top: 1.25rem;
  }
  .section1__img li:nth-child(3) button {
    right: 0.1875rem;
  }
  .section1__img li:nth-child(3) .icon {
    right: 1.5625rem;
  }
  .section1__img li:nth-child(4) {
    width: 18.3125rem;
    margin-left: 1rem;
  }
  .section1__img li button {
    transition: 0.3s filter;
  }
}
@media (min-width: 751px) and (min-width: 751px) and (hover: hover) {
  .section1__img li button:hover {
    filter: contrast(0.8);
  }
}
@media (max-width: 750px) {
  .section1__img {
    flex-direction: column;
    align-items: center;
    gap: 1.8125rem;
    margin-top: 1.125rem;
    padding-left: 0.375rem;
  }
}
.section1__img li {
  width: 18.5rem;
}
@media (max-width: 750px) {
  .section1__img li {
    width: 17.1875rem;
  }
}
.section1__img li button {
  position: relative;
}
.section1__img li .icon {
  position: absolute;
  right: 0.5rem;
  width: 2.4375rem;
  bottom: 6.0625rem;
  transition: 0.3s filter;
}
@media (max-width: 750px) {
  .section1__img li .icon {
    width: 2.25rem;
    bottom: 5.625rem;
    right: 0.5rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .section1__img li .icon:hover {
    filter: contrast(0.8);
  }
}
.section1__img li .text {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #fff;
  position: absolute;
  bottom: 0.8125rem;
  left: -0.625rem;
  right: 0;
  text-align: center;
  font-family: "MFW-PA1GothicStdN-Bold";
}
@media (max-width: 750px) {
  .section1__img li .text {
    line-height: 1.25rem;
    left: 0;
  }
  .section1__img li .text.--style2 {
    bottom: 0.5625rem;
  }
}
.section1__img li .text span {
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
}
.section1__info {
  margin: 3.25rem 0 2.5rem;
  position: relative;
}
@media (min-width: 751px) {
  .section1__info {
    padding-left: 0.25rem;
  }
}
@media (max-width: 750px) {
  .section1__info {
    margin: 1.125rem 0;
  }
}
.section1__info--img {
  position: relative;
}
.section1__info--img div {
  width: 23.375rem;
  margin: 0 0 2.0625rem 22.5625rem;
}
@media (min-width: 751px) {
  .section1__info--img h3 {
    position: absolute;
    top: 4.0625rem;
    left: 9.25rem;
    width: 17.875rem;
  }
}
@media (max-width: 750px) {
  .section1__info--img h3 {
    width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.875rem;
  }
}
@media (max-width: 750px) {
  .section1__info--img h3 img {
    display: block;
    margin-left: 1.1875rem;
  }
}
.section1__info p {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media (min-width: 751px) {
  .section1__info p {
    margin-left: 13rem;
  }
}
@media (max-width: 750px) {
  .section1__info p {
    width: 18.4375rem;
    margin: 3rem auto 4rem auto;
    position: relative;
    left: 0.3125rem;
  }
}
.section1__info p span {
  font-family: "MFW-PA1GothicStdN-Bold";
}

.fancybox__content {
  position: relative;
  max-width: 59.125rem;
  max-height: 31.4375rem;
  width: 90vw;
  height: 90vh;
  background: url("../img/modal-bg.svg") no-repeat center center/cover;
}
.fancybox__content:focus {
  outline: 0;
  outline-offset: 0;
}
.fancybox__content:focus-visible {
  outline: 0;
  outline-offset: 0;
}
@media (max-width: 750px) {
  .fancybox__content {
    max-width: 21.9375rem;
    max-height: 80vh;
    height: 41.125rem;
    width: 93vw;
    padding-bottom: 2.25rem;
    padding-top: 1.1875rem;
    background-image: url("../img/sp-modal-bg.png");
    background-size: 100% 100%;
  }
}
.fancybox__content > .f-button.is-close-btn {
  background: url("../img/modal-close-btn.png") no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  top: 1.375rem !important;
  right: 2.4375rem !important;
  opacity: 1;
}
@media (min-width: 751px) {
  .fancybox__content > .f-button.is-close-btn {
    transition: 0.3s filter;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .fancybox__content > .f-button.is-close-btn:hover {
    filter: contrast(0.6) brightness(1.3);
  }
}
@media (max-width: 750px) {
  .fancybox__content > .f-button.is-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.75rem !important;
    right: 0.875rem !important;
  }
  .fancybox__content > .f-button.is-close-btn:focus-visible {
    box-shadow: none;
  }
}
.fancybox__content .modal__content:focus {
  outline: 0;
  outline-offset: 0;
}
.fancybox__content .modal__content:focus-visible {
  outline: 0;
  outline-offset: 0;
}
@media (max-width: 750px) {
  .fancybox__content .info {
    width: 18.5625rem;
    margin: 0 auto;
  }
}
.fancybox__content .info p {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  letter-spacing: -0.02em;
  padding: 1.3125rem 0 1.8125rem;
  color: #004890;
}
@media (max-width: 750px) {
  .fancybox__content .info p {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding: 1.4375rem 0 1.125rem;
    text-align: center;
  }
}
.fancybox__content .info dl {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  display: flex;
  color: #00498F;
}
@media (max-width: 750px) {
  .fancybox__content .info dl {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media (min-width: 751px) {
  .fancybox__content .img {
    position: absolute;
  }
}
@media (max-width: 750px) {
  .fancybox__content .img {
    width: 21.625rem;
  }
}
@media (min-width: 751px) {
  .fancybox__content#modal-1 .info {
    width: 28.3125rem;
    margin: 5.1875rem 0 0 26.875rem;
  }
  .fancybox__content#modal-1 .info h2 {
    width: 26.0625rem;
  }
  .fancybox__content#modal-1 .info p, .fancybox__content#modal-1 .info dl {
    padding-left: 2rem;
  }
  .fancybox__content#modal-1 .img {
    width: 23.375rem;
    top: 1.5625rem;
    left: 3.125rem;
  }
  .fancybox__content#modal-2 .info {
    width: 28.3125rem;
    margin: 4.1875rem 0 0 26.875rem;
  }
  .fancybox__content#modal-2 .info h2 {
    width: 26.0625rem;
  }
  .fancybox__content#modal-2 .info p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    padding-left: 2rem;
    padding-bottom: 1.25rem;
  }
  .fancybox__content#modal-2 .info dl {
    padding-left: 2rem;
  }
}
@media (min-width: 751px) and (min-width: 751px) {
  .fancybox__content#modal-2 .info dl {
    margin-right: -1.25rem;
  }
}
@media (min-width: 751px) {
  .fancybox__content#modal-2 .img {
    width: 22.0625rem;
    top: 6rem;
    left: 4.8125rem;
  }
  .fancybox__content#modal-3 .info {
    width: 27.1875rem;
    margin: 6.125rem 0 0 31.5625rem;
  }
  .fancybox__content#modal-3 .info h2 {
    width: 18.6875rem;
  }
  .fancybox__content#modal-3 .info p {
    padding: 1.5625rem 0 0.625rem;
  }
  .fancybox__content#modal-3 .img {
    width: 22.25rem;
    top: 4.75rem;
    left: 6.1875rem;
  }
  .fancybox__content#modal-4 .info {
    width: 28.3125rem;
    margin: 5.1875rem 0 0 26.875rem;
  }
  .fancybox__content#modal-4 .info h2 {
    width: 26.0625rem;
  }
  .fancybox__content#modal-4 .info p {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    padding-left: 2rem;
    padding-bottom: 1.75rem;
  }
  .fancybox__content#modal-4 .info dl {
    padding-left: 2rem;
  }
  .fancybox__content#modal-4 .img {
    width: 23.4375rem;
    top: 4.5rem;
    left: 3rem;
  }
}
@media (max-width: 750px) {
  .fancybox__content#modal-1 .info dl {
    width: 15.9375rem;
    margin: 0 auto;
  }
  .fancybox__content#modal-2 .info dl {
    width: 17.125rem;
    margin: 0 auto;
  }
  .fancybox__content#modal-3 .info dl {
    width: 11.5rem;
    margin: 0 auto;
  }
  .fancybox__content#modal-4 .info dl {
    width: 14.75rem;
    margin: 0 auto;
  }
}

.section2 {
  background-color: #C7E8FA;
  padding: 0 0 2.75rem;
  position: relative;
}
@media (max-width: 750px) {
  .section2 {
    padding-bottom: 2.3125rem;
  }
}
.section2::before {
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave2.png) repeat-x center top/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .section2::before {
    background: url(../img/bg-wave2.png) repeat-x center bottom/3.3125rem 0.4375rem;
    height: 0.4375rem;
  }
}
.section2::after {
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave1.png) repeat-x center bottom/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .section2::after {
    background: url(../img/sp-bg-wave1.png) repeat-x top center/3.3125rem 0.4375rem;
    height: 0.4375rem;
  }
}
.section2 h2 {
  width: 19.1875rem;
  margin: 0 auto 1.375rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section2 h2 {
    margin-bottom: -0.5625rem;
  }
}
.section2 h2 img {
  margin-top: -1.5rem;
}
@media (max-width: 750px) {
  .section2 h2 img {
    margin-top: -2.1875rem;
  }
}
.section2__img {
  position: relative;
}
@media (min-width: 751px) {
  .section2__img {
    margin-left: 8.5625rem;
  }
}
.section2__img h3 {
  width: 33.25rem;
}
@media (max-width: 750px) {
  .section2__img h3 {
    width: 22.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section2__img .img {
  width: 8.875rem;
  position: absolute;
  top: 0;
  right: 8.3125rem;
}
.section2 p {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.3125rem;
  padding: 1.3125rem 0 1.1875rem;
}
@media (max-width: 750px) {
  .section2 p {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0;
    margin: -0.25rem 0 0.75rem;
  }
}
.section2 p span {
  font-size: 0.625rem;
}
.section2 .date {
  width: 19.1875rem;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 750px) {
  .section2 .date {
    width: 17.75rem;
  }
}

.section3 {
  padding: 1rem 0 6.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .section3 {
    padding: 3.3125rem 0 5.1875rem;
  }
}
.section3::before {
  pointer-events: none;
  position: absolute;
  height: 27.625rem;
  top: -0.625rem;
  left: 2.1875rem;
  right: 0;
  content: "";
  z-index: 1;
  background: url(../img/sec3-deco.png) no-repeat center top/70.9375rem auto;
}
@media (max-width: 750px) {
  .section3::before {
    background-image: url(../img/sp-sec3-deco.png);
    background-size: 23.375rem 29.0625rem;
    left: 0;
    top: -0.25rem;
    height: 29.375rem;
  }
}
.section3 h2 {
  width: 25.6875rem;
  margin: 0 auto 1.875rem;
}
@media (max-width: 750px) {
  .section3 h2 {
    width: 20.8125rem;
    margin-bottom: 1.125rem;
  }
}
.section3__txt {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  margin-bottom: 0.6875rem;
}
@media (max-width: 750px) {
  .section3__txt {
    line-height: 1.375rem;
    margin-bottom: 0;
    padding-left: 0.4375rem;
  }
}
.section3__slider {
  margin-bottom: 2.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .section3__slider {
    margin-bottom: 2.625rem;
    margin-top: -0.0625rem;
  }
}
.section3__slider--main {
  cursor: grab;
}
.section3__slider--main.is-dragging {
  cursor: grabbing;
}
.section3__slider .splide__list {
  align-items: center;
}
.section3__slider .splide__slide {
  cursor: grab;
}
.section3__slider .splide__slide img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section3__slider--item {
  flex: 0 0 auto;
  width: 13.4375rem;
}
.section3__btn {
  width: 19.5rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .section3__btn {
    width: 15.375rem;
  }
}

.section4 {
  background-color: #C7E8FA;
  padding: 1.125rem 0 4.75rem;
  position: relative;
}
@media (max-width: 750px) {
  .section4 {
    padding: 1.25rem 0 3.5rem;
  }
}
.section4::before {
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave2.png) repeat-x center top/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .section4::before {
    background-image: url(../img/sp-bg-wave2.png);
    background-size: 3.3125rem 0.375rem;
    height: 0.375rem;
  }
}
.section4::after {
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/bg-wave1.png) repeat-x center bottom/auto 100%;
  height: 0.6875rem;
}
@media (max-width: 750px) {
  .section4::after {
    background: url(../img/sp-bg-wave1.png) repeat-x top center/3.3125rem 0.4375rem;
    height: 0.4375rem;
    bottom: 0;
  }
}
.section4 h2 {
  width: 18.3125rem;
  margin: 0 auto 1.6875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section4 h2 {
    margin-bottom: 0.6875rem;
  }
}
.section4 h2 img {
  margin-top: -3.5625rem;
}
@media (max-width: 750px) {
  .section4 h2 img {
    margin-top: -4.9375rem;
  }
}
.section4__accordion {
  width: 37.6875rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .section4__accordion {
    width: 19.4375rem;
  }
  .section4__accordion--item4 .accordion__btn {
    letter-spacing: -0.1em;
  }
}
.section4 .sec-anchor {
  top: -4.375rem;
}

.section5 {
  padding: 0 0 4rem;
  position: relative;
}
@media (max-width: 750px) {
  .section5 {
    padding-bottom: 2.6875rem;
  }
}
.section5 h2 {
  width: 15.6875rem;
  margin: 0 auto 2.3125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section5 h2 {
    margin-bottom: 1.75rem;
  }
}
.section5 h2 img {
  margin-top: -3.625rem;
}
@media (max-width: 750px) {
  .section5 h2 img {
    margin-top: -2.5rem;
  }
}
.section5__accordion {
  width: 37.6875rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .section5__accordion {
    width: 19.4375rem;
  }
}
.section5__accordion .accordion__main {
  padding: 1.125rem 1.25rem 1.625rem 2.25rem;
}
@media (max-width: 750px) {
  .section5__accordion .accordion__main {
    padding: 1.125rem 0.8125rem 1.4375rem;
  }
}
.section5__accordion .accordion__main dl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.section5__accordion .accordion__main dl dt {
  color: #FF5D91;
}
.section5__accordion .accordion__main dl dd a {
  color: #00498F;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.section5__accordion .accordion__main .btn {
  width: 9.6875rem;
  margin: -0.375rem auto 0;
}
.section5 .sec-anchor {
  top: -4.375rem;
}
@media (max-width: 750px) {
  .section5 .sec-anchor {
    top: -3.75rem;
  }
}

.is-eventclick .section1__img li button:focus-visible {
  outline: none !important;
}
.is-eventclick .section1__img li button:focus {
  outline: none !important;
}
.is-eventclick .f-button.is-close-btn:focus-visible {
  outline: none !important;
  box-shadow: none;
}
.is-eventclick .f-button.is-close-btn:focus {
  outline: none !important;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */