@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.d__marker {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #ff3443 80%, #ff3443 100%);
}

.d__fs-large {
  line-height: 1;
  font-size: 250%;
}

.m__page-header {
  width: 100%;
}
.m__page-header .page-title {
  position: relative;
  width: 100%;
  padding-left: var(--wp--style--root--padding-right);
  padding-right: var(--wp--style--root--padding-right);
  background: #fff center center no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/module/page-header/bg.jpg?v=250912");
}
.m__page-header .page-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m__page-header .page-title > div {
  z-index: 1;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.m__page-header .page-title .title span {
  line-height: 1.3;
  font-size: clamp(2rem, 0.002rem + 4.1vw, 4rem);
  font-weight: 900;
  color: #004181;
  background-image: linear-gradient(to bottom, transparent 10%, #fff 10%, #fff 90%, transparent 90%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media not all and (min-width: 782px) {
  .m__page-header .page-title {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}
@media (min-width: 782px) {
  .m__page-header .page-title {
    padding-top: 4em;
    padding-bottom: 6em;
  }
}

.m__breadcrumb {
  position: relative;
  background: #fff;
}
.m__breadcrumb::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-mask: bottom repeat-x;
  mask: bottom repeat-x;
  -webkit-mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/mixin/wave-deco/wave.svg");
  mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/mixin/wave-deco/wave.svg");
  animation: wave 10s linear infinite;
}
@media not all and (min-width: 782px) {
  .m__breadcrumb::before {
    top: -19px;
    height: 20px;
    -webkit-mask-size: 300px 20px;
    mask-size: 300px 20px;
  }
}
@media (min-width: 782px) {
  .m__breadcrumb::before {
    top: -39px;
    height: 40px;
    -webkit-mask-size: 600px 40px;
    mask-size: 600px 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .m__breadcrumb::before {
    animation: none;
  }
}
@keyframes wave {
  0% {
    -webkit-mask-position-x: 0;
    mask-position-x: 0;
  }
  100% {
    -webkit-mask-position-x: -600px;
    mask-position-x: -600px;
  }
}
.m__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 0.5em;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0.875rem;
}
.m__breadcrumb ol li + li::before {
  content: "/";
  padding-right: 0.5em;
}
.m__breadcrumb ol li a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__breadcrumb ol li a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__breadcrumb ol li a:focus-visible {
  text-decoration: none;
}

.m__single-cnt {
  /*
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image.aligncenter,
  .wp-block-image.alignleft,
  .wp-block-image.alignright{
      display: block;
  }
  */
  /*
  .wp-block-columns{
      &.is-style-wrap{
          flex-wrap: wrap !important;
          @include mediaquery.mq-s{
              &.is-small-col-1{
                  .wp-block-column{
                      flex-basis: 100%;
                  }
              }
              &.is-small-col-2{
                  .wp-block-column{
                      flex-grow: 0;
                      flex-basis: 50%;
                  }
              }
          }
          @include mediaquery.mq-m{
              &.is-large-col-3{
                  .wp-block-column{
                      flex-grow: 0;
                      flex-basis: 33%;
                  }
              }
              &.is-large-col-4{
                  .wp-block-column{
                      flex-grow: 0;
                      flex-basis: 25%;
                  }
              }
              &.is-large-col-5{
                  .wp-block-column{
                      flex-grow: 0;
                      flex-basis: 20%;
                  }
              }
          }
      }
  }
  */
}
.m__single-cnt h1 {
  line-height: 1.3;
  font-size: clamp(2rem, 0.952rem + 2.1vw, 3rem);
  font-weight: 900;
}
.m__single-cnt h1:not(.is-style-no-deco) {
  position: relative;
  padding-bottom: 0.4em;
}
.m__single-cnt h1:not(.is-style-no-deco)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #2AADD4 0, #2AADD4 3em, #c8cdd0 3em);
  border-radius: 1em;
}
.m__single-cnt h2.wp-block-heading {
  line-height: 1.3;
  font-size: clamp(2rem, 0.952rem + 2.1vw, 3rem);
  font-weight: 900;
}
.m__single-cnt h2.wp-block-heading:not(.is-style-no-deco) {
  position: relative;
  padding-bottom: 0.4em;
}
.m__single-cnt h2.wp-block-heading:not(.is-style-no-deco)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #2AADD4 0, #2AADD4 3em, #c8cdd0 3em);
  border-radius: 1em;
}
.m__single-cnt h3.wp-block-heading {
  line-height: 1.3;
  font-size: clamp(1.75rem, 1.038rem + 1.5vw, 2.5rem);
  font-weight: 900;
}
.m__single-cnt h3.wp-block-heading:not(.is-style-no-deco) {
  position: relative;
  padding-bottom: 0.25em;
}
.m__single-cnt h3.wp-block-heading:not(.is-style-no-deco)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #2AADD4 0, #2AADD4 2em, #c8cdd0 2em);
  border-radius: 1em;
}
.m__single-cnt h4.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.025rem + 1vw, 2rem);
  font-weight: 900;
}
.m__single-cnt h4.wp-block-heading:not(.is-style-no-deco) {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #696B7D;
}
.m__single-cnt h5.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(1.25rem, 0.775rem + 1vw, 1.75rem);
  font-weight: 700;
}
.m__single-cnt h5.wp-block-heading:not(.is-style-no-deco) {
  position: relative;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #c8cdd0;
}
.m__single-cnt h6.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.72rem + 0.8vw, 1.5rem);
  font-weight: 700;
}
.m__single-cnt h6.wp-block-heading:not(.is-style-no-deco) {
  color: #004181;
}
.m__single-cnt p {
  line-height: 2;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  color: #081426;
}
.m__single-cnt p a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt p a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt p a:focus-visible {
  text-decoration: none;
}
.m__single-cnt p a::after {
  margin-right: 0.25em;
}
.m__single-cnt p.is-style-en {
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.025rem + 1vw, 2rem);
  font-weight: 700;
}
.m__single-cnt ul.wp-block-list {
  padding-left: 2.5em;
  line-height: 1.75;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
}
.m__single-cnt ul.wp-block-list ul, .m__single-cnt ul.wp-block-list ol {
  margin-top: 0.75em;
}
.m__single-cnt ul.wp-block-list li {
  list-style-type: inherit;
}
.m__single-cnt ul.wp-block-list li + li {
  margin-top: 0.75em;
}
.m__single-cnt ul.wp-block-list a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt ul.wp-block-list a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt ul.wp-block-list a:focus-visible {
  text-decoration: none;
}
.m__single-cnt ol.wp-block-list {
  padding-left: 2.5em;
  line-height: 1.75;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
}
.m__single-cnt ol.wp-block-list ul, .m__single-cnt ol.wp-block-list ol {
  margin-top: 0.75em;
}
.m__single-cnt ol.wp-block-list li {
  list-style-type: inherit;
}
.m__single-cnt ol.wp-block-list li + li {
  margin-top: 0.75em;
}
.m__single-cnt ol.wp-block-list a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt ol.wp-block-list a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt ol.wp-block-list a:focus-visible {
  text-decoration: none;
}
.m__single-cnt .wp-block-list li.is-style-icon--check {
  position: relative;
  list-style-type: none;
}
.m__single-cnt .wp-block-list li.is-style-icon--check::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.25em;
  display: block;
  width: 0.9em;
  height: 0.6em;
  transform: rotate(135deg);
  border-right: 4px solid #CC0000;
  border-top: 4px solid #CC0000;
}
.m__single-cnt .wp-block-list.is-style-number-parentheses > li::marker {
  content: "(" counter(list-item, decimal) ") ";
}
.m__single-cnt .wp-block-list.is-style-katakana {
  list-style-type: katakana;
}
.m__single-cnt hr.wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: #c8cdd0 1px solid;
}
.m__single-cnt .wp-block-buttons {
  gap: 0.5em 1em;
}
.m__single-cnt .wp-block-button .wp-block-button__link {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #0058B0;
  color: #fff;
  background: #0058B0;
  border-color: #0058B0;
}
.m__single-cnt .wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  color: #FCEE21;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.m__single-cnt .wp-block-button .wp-block-button__link::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  margin: auto 0;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover::after {
    right: 1em;
  }
}
.m__single-cnt .wp-block-button .wp-block-button__link:focus-visible::after {
  right: 1em;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #003f7d;
  }
}
.m__single-cnt .wp-block-button .wp-block-button__link:focus-visible {
  background: #003f7d;
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #0058B0;
  color: #0058B0;
  background: #fff;
  border-color: #0058B0;
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  color: #0058B0;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  margin: auto 0;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover::after {
    right: 1em;
  }
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link:focus-visible::after {
  right: 1em;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #e6e6e6;
  }
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  background: #e6e6e6;
}
.m__single-cnt .wp-block-button.is-style-no-arrow .wp-block-button__link {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #0058B0;
  color: #fff;
  background: #0058B0;
  border-color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button.is-style-no-arrow .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #003f7d;
  }
}
.m__single-cnt .wp-block-button.is-style-no-arrow .wp-block-button__link:focus-visible {
  background: #003f7d;
}
.m__single-cnt .wp-block-button.is-style-no-arrow .wp-block-button__link::after {
  display: none;
}
.m__single-cnt .wp-block-button.is-style-outline-no-arrow .wp-block-button__link {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #0058B0;
  color: #0058B0;
  background: #fff;
  border-color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-button.is-style-outline-no-arrow .wp-block-button__link:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #e6e6e6;
  }
}
.m__single-cnt .wp-block-button.is-style-outline-no-arrow .wp-block-button__link:focus-visible {
  background: #e6e6e6;
}
.m__single-cnt .wp-block-button.is-style-outline-no-arrow .wp-block-button__link::after {
  display: none;
}
.m__single-cnt .wp-block-file {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
}
.m__single-cnt .wp-block-file a:not(.wp-block-file__button) {
  text-decoration: underline;
  color: #0058B0;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-file a:not(.wp-block-file__button):where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt .wp-block-file a:not(.wp-block-file__button):focus-visible {
  text-decoration: none;
}
.m__single-cnt .wp-block-file .wp-block-file__button {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #0058B0;
  color: #fff;
  background: #0058B0;
  border-color: #0058B0;
  margin: 0;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-file .wp-block-file__button:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #003f7d;
  }
}
.m__single-cnt .wp-block-file .wp-block-file__button:focus-visible {
  background: #003f7d;
}
@media (any-hover: hover) {
  .m__single-cnt figure a img:where(:any-link, :enabled, summary, *[role=button]):hover,
  .m__single-cnt .wp-block-image a img:where(:any-link, :enabled, summary, *[role=button]):hover {
    outline: auto;
    outline: auto -webkit-focus-ring-color; /* for Chrome */
  }
}
.m__single-cnt figure a img:focus-visible,
.m__single-cnt .wp-block-image a img:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
.m__single-cnt figure figcaption,
.m__single-cnt .wp-block-image figcaption {
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #081426;
  margin-top: 1em;
}
.m__single-cnt figure figcaption a,
.m__single-cnt .wp-block-image figcaption a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt figure figcaption a:where(:any-link, :enabled, summary, *[role=button]):hover,
  .m__single-cnt .wp-block-image figcaption a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt figure figcaption a:focus-visible,
.m__single-cnt .wp-block-image figcaption a:focus-visible {
  text-decoration: none;
}
.m__single-cnt figure figcaption a::after,
.m__single-cnt .wp-block-image figcaption a::after {
  margin-right: 0.25em;
}
.m__single-cnt .wp-block-flexible-table-block-table table,
.m__single-cnt .wp-block-table table {
  width: 100%;
  border: none;
  border-top: 1px solid #696B7D;
}
.m__single-cnt .wp-block-flexible-table-block-table table th, .m__single-cnt .wp-block-flexible-table-block-table table td,
.m__single-cnt .wp-block-table table th,
.m__single-cnt .wp-block-table table td {
  padding: clamp(0.625rem, -0.017rem + 1.3vw, 1.25rem);
  vertical-align: middle;
  line-height: 1.714;
  font-size: clamp(1rem, 0.833rem + 0.3vw, 1.125rem);
  border: 1px solid #696B7D;
}
.m__single-cnt .wp-block-flexible-table-block-table table th a, .m__single-cnt .wp-block-flexible-table-block-table table td a,
.m__single-cnt .wp-block-table table th a,
.m__single-cnt .wp-block-table table td a {
  text-decoration: underline;
  color: #0058B0;
}
@media (any-hover: hover) {
  .m__single-cnt .wp-block-flexible-table-block-table table th a:where(:any-link, :enabled, summary, *[role=button]):hover, .m__single-cnt .wp-block-flexible-table-block-table table td a:where(:any-link, :enabled, summary, *[role=button]):hover,
  .m__single-cnt .wp-block-table table th a:where(:any-link, :enabled, summary, *[role=button]):hover,
  .m__single-cnt .wp-block-table table td a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.m__single-cnt .wp-block-flexible-table-block-table table th a:focus-visible, .m__single-cnt .wp-block-flexible-table-block-table table td a:focus-visible,
.m__single-cnt .wp-block-table table th a:focus-visible,
.m__single-cnt .wp-block-table table td a:focus-visible {
  text-decoration: none;
}
.m__single-cnt .wp-block-flexible-table-block-table table thead,
.m__single-cnt .wp-block-table table thead {
  border-bottom: none;
  background: rgba(228, 230, 232, 0.5);
}
.m__single-cnt .wp-block-flexible-table-block-table table thead tr th, .m__single-cnt .wp-block-flexible-table-block-table table thead tr td,
.m__single-cnt .wp-block-table table thead tr th,
.m__single-cnt .wp-block-table table thead tr td {
  text-align: center;
  font-weight: 700;
}
.m__single-cnt .wp-block-flexible-table-block-table table tbody,
.m__single-cnt .wp-block-table table tbody {
  background: #fff;
}
.m__single-cnt .wp-block-flexible-table-block-table table tbody tr th, .m__single-cnt .wp-block-flexible-table-block-table table tbody tr td,
.m__single-cnt .wp-block-table table tbody tr th,
.m__single-cnt .wp-block-table table tbody tr td {
  text-align: left;
  font-weight: 400;
}
.m__single-cnt .wp-block-flexible-table-block-table table tbody tr th.center, .m__single-cnt .wp-block-flexible-table-block-table table tbody tr td.center,
.m__single-cnt .wp-block-table table tbody tr th.center,
.m__single-cnt .wp-block-table table tbody tr td.center {
  text-align: center;
}
.m__single-cnt .wp-block-flexible-table-block-table table tbody tr th.top, .m__single-cnt .wp-block-flexible-table-block-table table tbody tr td.top,
.m__single-cnt .wp-block-table table tbody tr th.top,
.m__single-cnt .wp-block-table table tbody tr td.top {
  vertical-align: top;
}
.m__single-cnt .wp-block-flexible-table-block-table table tbody tr th,
.m__single-cnt .wp-block-table table tbody tr th {
  font-weight: 700;
  background: rgba(228, 230, 232, 0.5);
}
@media not all and (min-width: 782px) {
  .m__single-cnt .wp-block-flexible-table-block-table table tr th:first-child,
  .m__single-cnt .wp-block-flexible-table-block-table table tr td:first-child,
  .m__single-cnt .wp-block-table table tr th:first-child,
  .m__single-cnt .wp-block-table table tr td:first-child {
    min-width: 30%;
  }
}
@media (min-width: 782px) {
  .m__single-cnt .wp-block-flexible-table-block-table table tr th:first-child,
  .m__single-cnt .wp-block-flexible-table-block-table table tr td:first-child,
  .m__single-cnt .wp-block-table table tr th:first-child,
  .m__single-cnt .wp-block-table table tr td:first-child {
    min-width: 20%;
  }
}
@media not all and (min-width: 782px) {
  .m__single-cnt .custom--x-scroll {
    overflow-x: scroll;
    padding: 0 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .m__single-cnt .custom--x-scroll > * {
    width: 1280px;
  }
}
.m__single-cnt .wp-block-columns.custom--thumb-list .wp-block-column {
  background: #fff;
  border-radius: 15px;
}
.m__single-cnt .wp-block-columns.custom--thumb-list .wp-block-column .wp-block-image img {
  border-radius: 15px 15px 0 0;
}
.m__single-cnt .custom--post-list {
  border-top: #c8cdd0 1px solid;
  max-width: 100%;
}
.m__single-cnt .custom--post-list li {
  list-style: none;
  border-bottom: #c8cdd0 1px solid;
}
.m__single-cnt .custom--post-list li a {
  transition: all 500ms;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  padding: 1.5em 3em 1.5em 0;
  text-decoration: none;
}
.m__single-cnt .custom--post-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  color: #081426;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.m__single-cnt .custom--post-list li a::after {
  transition: all 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__single-cnt .custom--post-list li a .date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #081426;
}
.m__single-cnt .custom--post-list li a .cat-label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.m__single-cnt .custom--post-list li a .cat-label span {
  padding: 0.15em 0.35em;
  font-size: 0.875rem;
  color: #fff;
  background: #081426;
}
.m__single-cnt .custom--post-list li a .cat-label span.news {
  background-color: #B55300;
}
.m__single-cnt .custom--post-list li a .cat-label span.important {
  background-color: #CC0000;
}
.m__single-cnt .custom--post-list li a .cat-label span.event, .m__single-cnt .custom--post-list li a .cat-label span.pre-event, .m__single-cnt .custom--post-list li a .cat-label span.relay, .m__single-cnt .custom--post-list li a .cat-label span.public-relations, .m__single-cnt .custom--post-list li a .cat-label span.other {
  background-color: #004181;
}
.m__single-cnt .custom--post-list li a .cat-label span.iinkai {
  background-color: #32783F;
}
.m__single-cnt .custom--post-list li a .cat-label span.before, .m__single-cnt .custom--post-list li a .cat-label span.progress {
  background-color: #CC0000;
}
.m__single-cnt .custom--post-list li a .cat-label span.report {
  background-color: #696B7D;
}
.m__single-cnt .custom--post-list li a .new-icon {
  font-weight: 700;
  color: #CC0000;
}
.m__single-cnt .custom--post-list li a .new-window-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #0058B0;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  -webkit-mask-size: auto;
  mask-size: contain;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.25em;
}
.m__single-cnt .custom--post-list li a .title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0058B0;
  text-decoration: underline;
}
.m__single-cnt .custom--post-list li a:hover {
  background: rgba(228, 230, 232, 0.5);
}
.m__single-cnt .custom--post-list li a:hover::after {
  right: 0.75em;
}
.m__single-cnt .custom--post-list li a:hover .title {
  text-decoration: none;
}
.m__single-cnt .custom--card-list {
  max-width: 100%;
}
.m__single-cnt .custom--card-list > li > a {
  overflow: hidden;
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(8, 20, 38, 0.2);
}
.m__single-cnt .custom--card-list > li > a .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 305/216;
  width: 100%;
}
.m__single-cnt .custom--card-list > li > a .thumb img {
  transition: all 500ms;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 20px;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span {
  padding: 0.15em 0.35em;
  font-size: 0.875rem;
  color: #fff;
  background: #081426;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.news {
  background-color: #B55300;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.important {
  background-color: #CC0000;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.event, .m__single-cnt .custom--card-list > li > a .thumb .cat-label span.pre-event, .m__single-cnt .custom--card-list > li > a .thumb .cat-label span.relay, .m__single-cnt .custom--card-list > li > a .thumb .cat-label span.public-relations, .m__single-cnt .custom--card-list > li > a .thumb .cat-label span.other {
  background-color: #004181;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.iinkai {
  background-color: #32783F;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.before, .m__single-cnt .custom--card-list > li > a .thumb .cat-label span.progress {
  background-color: #CC0000;
}
.m__single-cnt .custom--card-list > li > a .thumb .cat-label span.report {
  background-color: #696B7D;
}
.m__single-cnt .custom--card-list > li > a .cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 1em;
  padding: 20px;
}
.m__single-cnt .custom--card-list > li > a .cnt .date {
  display: block;
  font-size: 1rem;
  color: #696B7D;
}
.m__single-cnt .custom--card-list > li > a .cnt .new-icon {
  font-weight: 700;
  color: #CC0000;
}
.m__single-cnt .custom--card-list > li > a .cnt .new-window-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #0058B0;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  -webkit-mask-size: auto;
  mask-size: contain;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.25em;
}
.m__single-cnt .custom--card-list > li > a .cnt .title {
  width: 100%;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0058B0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .m__single-cnt .custom--card-list > li > a:where(:any-link, :enabled, summary, *[role=button]):hover .thumb img {
    transform: scale(1.1);
  }
  .m__single-cnt .custom--card-list > li > a:where(:any-link, :enabled, summary, *[role=button]):hover .cnt .title {
    text-decoration: none;
  }
}
.m__single-cnt .custom--card-list > li > a:focus-visible .thumb img {
  transform: scale(1.1);
}
.m__single-cnt .custom--card-list > li > a:focus-visible .cnt .title {
  text-decoration: none;
}
@media not all and (min-width: 782px) {
  .m__single-cnt .custom--card-list > li + li {
    margin-top: 1.5em;
  }
}
@media (min-width: 782px) {
  .m__single-cnt .custom--card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 20px;
  }
  .m__single-cnt .custom--card-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1280px) {
  .m__single-cnt .custom--card-list > li {
    width: calc((100% - 60px) / 4);
  }
}
.m__single-cnt .custom--no-preview {
  padding: 1em;
  border: #CC0000 1px solid;
  background: rgba(204, 0, 0, 0.15);
}
.m__single-cnt .wp-block-group.has-black-background-color {
  color: #fff;
}
.m__single-cnt > * {
  margin-bottom: 2em;
}
.m__single-cnt .wp-block-image {
  margin-bottom: 2em;
}
.m__single-cnt .wp-block-heading {
  margin-bottom: 0.5em;
}
.m__single-cnt h2.wp-block-heading {
  margin-bottom: 1em;
}
.m__single-cnt * + .wp-block-heading {
  margin-top: 1.5em;
}
.m__single-cnt .custom--sec-heading {
  margin-bottom: 3em;
}
.m__single-cnt .custom--sec-heading h2 {
  margin-bottom: 0;
}
.m__single-cnt .wp-block-spacer {
  margin: 0;
}
.m__single-cnt hr {
  margin-top: 4em;
  margin-bottom: 4em;
}

.m__pagenate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 0.45em;
}
.m__pagenate ul li a, .m__pagenate ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5em;
}
.m__pagenate ul li a {
  color: #fff;
  background: #0058B0;
}
.m__pagenate ul li a.prev, .m__pagenate ul li a.next {
  width: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.m__pagenate ul li a.prev {
  margin-right: 0.5em;
}
.m__pagenate ul li a.next {
  margin-left: 0.5em;
}
@media (any-hover: hover) {
  .m__pagenate ul li a:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #003f7d;
  }
}
.m__pagenate ul li a:focus-visible {
  background: #003f7d;
}
.m__pagenate ul li span {
  color: #081426;
  background: #e4e6e8;
}

.m__cat-date-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 4em;
  font-size: clamp(0.875rem, 0.638rem + 0.5vw, 1.125rem);
}
.m__cat-date-select > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m__cat-date-select > div select {
  cursor: pointer;
  padding: 0.75em 1.5em;
  font-weight: 700;
  background: rgba(222, 235, 244, 0.5) right 1em center no-repeat;
  background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img//common/icon-arrow-bottom.svg");
  border-radius: 10em;
  border: #0058B0 1px solid;
}
.m__cat-date-select > div select:hover {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
@media not all and (min-width: 782px) {
  .m__cat-date-select > div {
    justify-content: space-between;
    gap: 0.5em 2em;
    width: 100%;
  }
  .m__cat-date-select > div select {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .m__cat-date-select > div {
    gap: 0.5em 1em;
  }
  .m__cat-date-select > div select {
    width: 280px;
  }
}

.m__noscript {
  padding: 2em;
  margin: 4em 2em;
  text-align: center;
  font-weight: 700;
  color: #081426;
  background: rgba(204, 0, 0, 0.15);
  border: #CC0000 2px solid;
}

/* ==============
base
============== */
:root a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 782px) {
  html {
    scroll-padding-top: 180px;
  }
}
@media not all and (min-width: 782px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #081426;
  overflow-wrap: break-word;
  background: #fff;
}
body input,
body button {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
body *[data-sr-only] {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
@media not all and (min-width: 782px) {
  body *[data-large-only] {
    display: none;
  }
}
@media (min-width: 782px) {
  body *[data-small-only] {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

/* ==============
skip link
============== */
#skip-link {
  position: absolute;
}

#skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
}

#skip-link:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 10001;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  background: #0058B0;
}

/* ==============
header
============== */
.f__header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.f__header nav .head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: #fff;
}
.f__header nav .head .logo {
  margin-right: auto;
}
.f__header nav .head .logo a {
  display: block;
}
@media (any-hover: hover) {
  .f__header nav .head .logo a:where(:any-link, :enabled, summary, *[role=button]):hover {
    outline: auto;
    outline: auto -webkit-focus-ring-color; /* for Chrome */
  }
}
.f__header nav .head .logo a:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
.f__header nav .utility .gsearch-box form {
  display: flex;
  min-height: 45px;
}
.f__header nav .utility .gsearch-box form input[type=text] {
  flex: 1;
  width: 100%;
  padding: 4px 15px;
  border: #0058B0 1px solid;
  border-radius: 10em 0 0 10em;
}
.f__header nav .utility .gsearch-box form button {
  transition: background-color, 500ms;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 15px 4px 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #0058B0;
  border: #0058B0 1px solid;
  border-radius: 0 10em 10em 0;
}
.f__header nav .utility .gsearch-box form button img {
  width: 1.5em;
}
@media (any-hover: hover) {
  .f__header nav .utility .gsearch-box form button:where(:any-link, :enabled, summary, *[role=button]):hover {
    background-color: #004181;
  }
}
.f__header nav .utility .gsearch-box form button:focus-visible {
  background-color: #004181;
}
.f__header nav .utility .sns {
  display: flex;
  gap: 7px;
}
@media (any-hover: hover) {
  .f__header nav .utility .sns a:where(:any-link, :enabled, summary, *[role=button]):hover {
    outline: auto;
    outline: auto -webkit-focus-ring-color; /* for Chrome */
  }
}
.f__header nav .utility .sns a:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
.f__header nav .utility .sns a img {
  width: 45px;
}
@media not all and (min-width: 782px) {
  .f__header nav .head {
    height: 60px;
  }
  .f__header nav .head .logo {
    margin-left: 12px;
  }
  .f__header nav .head .logo a img {
    width: 157px;
  }
  .f__header nav .gnav {
    transition: all 500ms;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 60px;
    height: calc(100svh - 60px);
  }
  .f__header nav .gnav > div {
    overflow-y: scroll;
    height: 100%;
    padding: 40px 20px;
  }
  .f__header nav .gnav > div .utility {
    margin-bottom: 1em;
  }
  .f__header nav .gnav > div .utility .gsearch-box {
    margin-bottom: 1em;
  }
  .f__header nav .gnav > div .utility .sns {
    justify-content: center;
  }
  .f__header nav .gnav > div .menu > ul {
    border-top: 1px solid #696B7D;
  }
  .f__header nav .gnav > div .menu > ul > li {
    border-bottom: 1px solid #696B7D;
  }
  .f__header nav .gnav > div .menu > ul > li > a,
  .f__header nav .gnav > div .menu > ul > li > button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5em 0;
    font-size: 1.125rem;
    font-weight: 900;
    text-decoration: none;
    color: #0058B0;
  }
  .f__header nav .gnav > div .menu > ul > li > a > span,
  .f__header nav .gnav > div .menu > ul > li > button > span {
    transition: all 500ms;
    display: block;
  }
  .f__header nav .gnav > div .menu > ul > li > a:hover > .label,
  .f__header nav .gnav > div .menu > ul > li > button:hover > .label {
    transform: translateX(0.25em);
  }
  .f__header nav .gnav > div .menu > ul > li > button > .icon {
    display: block;
    width: 1em;
    height: 1em;
    color: #0058B0;
    background-color: currentColor;
    -webkit-mask: center center no-repeat;
    mask: center center no-repeat;
    -webkit-mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-plus.svg);
    mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-plus.svg);
    -webkit-mask-size: auto;
    mask-size: contain;
    animation: star-rotate 4s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .f__header nav .gnav > div .menu > ul > li > button > .icon.rotate-icon {
    animation: open-rotate 0.5s linear 1;
  }
  .f__header nav .gnav > div .menu > ul > li > button > .icon.rotate-icon-reverse {
    animation: close-rotate 0.5s linear 1;
  }
  .f__header nav .gnav > div .menu > ul > li > button[aria-expanded=true] .icon {
    -webkit-mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-minus.svg");
    mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-minus.svg");
  }
  @keyframes open-rotate {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  @keyframes close-rotate {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(-1turn);
    }
  }
  .f__header nav .gnav > div .menu > ul > li.has-sub > div {
    transition: all 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .f__header nav .gnav > div .menu > ul > li.has-sub > div > ul {
    display: none;
    padding: 0 0 1em 2em;
  }
  .f__header nav .gnav > div .menu > ul > li.has-sub > div > ul > li + li {
    margin-top: 0.5em;
  }
  .f__header nav .gnav > div .menu > ul > li.has-sub > div > ul > li > a {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 700;
    color: #0058B0;
  }
  @media (any-hover: hover) {
    .f__header nav .gnav > div .menu > ul > li.has-sub > div > ul > li > a:where(:any-link, :enabled, summary, *[role=button]):hover {
      text-decoration: none;
    }
  }
  .f__header nav .gnav > div .menu > ul > li.has-sub > div > ul > li > a:focus-visible {
    text-decoration: none;
  }
  .f__header nav .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .f__header nav .menu-btn button {
    transition: all 500ms;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .f__header nav .menu-btn button > span {
    transition: all 500ms;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 2px;
    background: #0058B0;
  }
  .f__header nav .menu-btn button > span:nth-child(1) {
    top: 23px;
  }
  .f__header nav .menu-btn button > span:nth-child(2) {
    top: 29px;
  }
  .f__header nav .menu-btn button > span:nth-child(3) {
    bottom: 23px;
  }
  .f__header nav .menu-btn button:hover > span {
    transform: scaleX(1.2);
  }
  .f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(1) {
    transform: translateY(6px) rotate(30deg);
  }
  .f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(3) {
    transform: translateY(-6px) rotate(-30deg);
  }
  .f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(1) {
    transform: scaleX(1.2);
  }
  .f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(3) {
    transform: scaleX(1.2);
  }
}
@media (min-width: 782px) {
  .f__header nav {
    display: flex;
    flex-direction: column;
    min-height: 180px;
  }
  .f__header nav .head {
    flex: 1;
  }
  .f__header nav .head .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .f__header nav .head .logo a img {
    width: 320px;
  }
  .f__header nav .head .utility {
    display: flex;
    gap: 30px;
    padding-right: 20px;
  }
  .f__header nav .head .utility .gsearch-box form {
    width: 12.5em;
    min-width: 290px;
  }
  .f__header nav .gnav {
    width: 100%;
    background: #0058B0;
  }
  .f__header nav .gnav .menu > ul {
    display: flex;
    align-items: stretch;
    gap: 0 1px;
  }
  .f__header nav .gnav .menu > ul > li {
    flex-grow: 1;
  }
  .f__header nav .gnav .menu > ul > li + li {
    position: relative;
  }
  .f__header nav .gnav .menu > ul > li + li::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    margin: auto 0;
    border-left: 1px solid #fff;
  }
  .f__header nav .gnav .menu > ul > li > a,
  .f__header nav .gnav .menu > ul > li > button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 2px;
    text-align: center;
    line-height: 1.3;
    font-size: clamp(0.875rem, 0.708rem + 0.3vw, 1rem);
    font-weight: 700;
    color: #fff;
  }
}
@media (min-width: 782px) and (any-hover: hover) {
  .f__header nav .gnav .menu > ul > li > a:where(:any-link, :enabled, summary, *[role=button]):hover,
  .f__header nav .gnav .menu > ul > li > button:where(:any-link, :enabled, summary, *[role=button]):hover {
    background: #004181;
  }
}
@media (min-width: 782px) {
  .f__header nav .gnav .menu > ul > li > a:focus-visible,
  .f__header nav .gnav .menu > ul > li > button:focus-visible {
    background: #004181;
  }
  .f__header nav .gnav .menu > ul > li.has-sub > button[aria-expanded=true] {
    background: #004181;
  }
  .f__header nav .gnav .menu > ul > li.has-sub > div {
    transition: all 500ms;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    background: #004181;
  }
  .f__header nav .gnav .menu > ul > li.has-sub > div > ul {
    padding: 2em;
  }
  .f__header nav .gnav .menu > ul > li.has-sub > div > ul li + li {
    margin-top: 0.5em;
  }
  .f__header nav .gnav .menu > ul > li.has-sub > div > ul li a {
    text-decoration: underline;
    color: #fff;
  }
}
@media (min-width: 782px) and (any-hover: hover) {
  .f__header nav .gnav .menu > ul > li.has-sub > div > ul li a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
@media (min-width: 782px) {
  .f__header nav .gnav .menu > ul > li.has-sub > div > ul li a:focus-visible {
    text-decoration: none;
  }
}

body.gnav-open .f__header .gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

body.submenu-open .f__header .gnav ul > li.has-sub > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

/* ==============
main
============== */
@media not all and (min-width: 782px) {
  .f__main {
    padding: 60px 0 0;
  }
}
@media (min-width: 782px) {
  .f__main {
    padding: 180px 0 0;
  }
}
.f__main .m__breadcrumb {
  padding-top: 2em;
  padding-bottom: 1em;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

/* ==============
footer
============== */
.f__footer {
  position: relative;
  background: #4A99D4;
  box-sizing: border-box;
  width: 100%;
  background: #004181 center top no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/frame/footer/bg.png?v=250912");
  color: #fff;
}
.f__footer::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #4A99D4;
  -webkit-mask: bottom repeat-x;
  mask: bottom repeat-x;
  -webkit-mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/mixin/wave-deco/wave.svg");
  mask-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/mixin/wave-deco/wave.svg");
  animation: wave 10s linear infinite;
}
@media not all and (min-width: 782px) {
  .f__footer::before {
    top: -19px;
    height: 20px;
    -webkit-mask-size: 300px 20px;
    mask-size: 300px 20px;
  }
}
@media (min-width: 782px) {
  .f__footer::before {
    top: -39px;
    height: 40px;
    -webkit-mask-size: 600px 40px;
    mask-size: 600px 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .f__footer::before {
    animation: none;
  }
}
@keyframes wave {
  0% {
    -webkit-mask-position-x: 0;
    mask-position-x: 0;
  }
  100% {
    -webkit-mask-position-x: -600px;
    mask-position-x: -600px;
  }
}
.f__footer > div {
  position: relative;
  width: 100%;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.f__footer > div::before, .f__footer > div::after {
  content: "";
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
}
@media not all and (min-width: 782px) {
  .f__footer > div::before {
    transform: translateX(-50%);
    top: 20px;
    left: calc(50% - 40px);
    width: 588px;
    height: 305px;
    background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/frame/footer/bg-img-top--small.png");
  }
}
@media (min-width: 782px) {
  .f__footer > div::before {
    top: -80px;
    left: -130px;
    width: 670px;
    height: 504px;
    background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/frame/footer/bg-img-left--large.png");
  }
}
@media not all and (min-width: 782px) {
  .f__footer > div::after {
    bottom: 20px;
    right: 60px;
    width: 148px;
    height: 165px;
    background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/frame/footer/bg-img-bottom--small.png");
  }
}
@media (min-width: 782px) {
  .f__footer > div::after {
    bottom: 20px;
    right: 100px;
    width: 588px;
    height: 704px;
    background-image: url("/sys/wp-content/themes/yutakana-umidukuri/src/img/frame/footer/bg-img-right--large.png");
  }
}
.f__footer > div > div {
  z-index: 1;
  position: relative;
}
.f__footer .to-pagetop {
  z-index: 2;
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -100%;
}
.f__footer .to-pagetop a {
  transition: all 500ms;
  pointer-events: none;
  display: block;
  transform: translateY(0px);
}
@media (any-hover: hover) {
  .f__footer .to-pagetop a:where(:any-link, :enabled, summary, *[role=button]):hover {
    transform: translateY(-5px);
  }
}
.f__footer .to-pagetop a:focus-visible {
  transform: translateY(-5px);
}
@media not all and (min-width: 782px) {
  .f__footer .to-pagetop {
    right: 5px;
  }
  .f__footer .to-pagetop img {
    width: 70px;
  }
}
@media (min-width: 782px) {
  .f__footer .to-pagetop {
    right: 10px;
  }
  .f__footer .to-pagetop img {
    width: 110px;
  }
}
.f__footer .menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 2em;
}
.f__footer .menu > ul li {
  font-size: 1rem;
}
.f__footer .menu > ul li a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .f__footer .menu > ul li a:where(:any-link, :enabled, summary, *[role=button]):hover {
    text-decoration: none;
  }
}
.f__footer .menu > ul li a:focus-visible {
  text-decoration: none;
}
.f__footer .bottom {
  margin-top: 4em;
  text-align: center;
}
.f__footer .bottom .info dt {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
.f__footer .bottom .info dd {
  line-height: 1.75;
  font-size: 1rem;
}
.f__footer .bottom .copyright {
  margin-top: 4em;
  font-size: 0.875rem;
}
@media not all and (min-width: 782px) {
  .f__footer > div {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 782px) {
  .f__footer > div {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

body.pagetop-fixed .f__footer .to-pagetop {
  bottom: -12px;
  visibility: visible;
  opacity: 1;
}
body.pagetop-fixed .f__footer .to-pagetop a {
  pointer-events: auto;
}

.grecaptcha-badge {
  z-index: 1;
}

body.admin-bar {
  margin-top: calc(var(--wp-admin--admin-bar--height) * -1);
}