@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap";
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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.
 */
::-webkit-inner-spin-button,
::-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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

/*
@mixin YuMincho{
    font-family: 'Noto Serif JP', serif;
}
*/
.news .newsBlockDetail .content {
  /**
   * 2.0 - Blockquote
   */
  /**
   * 3.0 - Pullquote
   */
  /**
   * 4.0 - Button
   */
  /**
   * 5.0 - Media
   */
  /**
   * 5.1 - Image
   */
  /**
   * 5.2 - Gallery
   */
  /**
   * 5.3 - Cover
   */
  /**
   * 5.4 - Video
   */
  /**
   * 5.5 - Embed
   */
  /**
   * 5.6 - Audio
   */
  /**
   * 5.7 - File
   */
  /**
   * 5.8 - Media & Text
   */
  /*
  * Here we here not able to use a mobile first CSS approach.
  * Custom widths are set using inline styles, and on mobile,
  * we need 100% width, so we use important to overwrite the inline style.
  * If the style were set on mobile first, on desktop styles,
  * we would have no way of setting the style again to the inline style.
  */
  /**
   * 6.0 - Table
   */
  /**
   * 7.0 - Separator
   */
  /**
   * 8.0 - Spacer
   */
  /**
   * 9.0 - Preformatted
   */
  /**
   * 10.0 - Code
   */
  /**
   * 11.0 - Verse
   */
  /**
   * 12.0 - Columns
   */
  /**
   * 13.0 - Font Size
   */
  /**
   * 30.0 - Widgets
   */
  /**
   * 30.1 - Categories Widget
   */
  /**
   * 30.2 - Archives Widget
   */
  /**
   * 30.3 - Latest Posts Widget
   */
  /**
   * 30.4 - Latest Comments Widget
   */
  /**
   * 99.0 - Deprecated
   *
   * The class names below appear to be deprecated, but they should remain indefinitely.
   */
}
.news .newsBlockDetail .content p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 28px;
  margin-bottom: 28px;
}
.news .newsBlockDetail .content h1, .news .newsBlockDetail .content h2, .news .newsBlockDetail .content h3, .news .newsBlockDetail .content h4, .news .newsBlockDetail .content h5, .news .newsBlockDetail .content h6 {
  display: block;
  font-weight: 600;
}
.news .newsBlockDetail .content h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  line-height: 1.4;
  font-size: 2.44em;
}
.news .newsBlockDetail .content h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  line-height: 1.4;
  font-size: 1.95em;
}
.news .newsBlockDetail .content h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.56em;
}
.news .newsBlockDetail .content h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  line-height: 1.4;
  font-size: 1.25em;
}
.news .newsBlockDetail .content h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  line-height: 1.4;
  font-size: 1em;
}
.news .newsBlockDetail .content h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  line-height: 1.4;
  font-size: 0.8em;
}
.news .newsBlockDetail .content b, .news .newsBlockDetail .content strong {
  font-weight: 600;
}
.news .newsBlockDetail .content em {
  font-style: italic;
}
.news .newsBlockDetail .content ul, .news .newsBlockDetail .content ol {
  margin-bottom: 28px;
  padding: inherit;
  padding-left: 1.3em;
  margin-left: 1.3em;
}
.news .newsBlockDetail .content ul ul, .news .newsBlockDetail .content ul ol, .news .newsBlockDetail .content ol ul, .news .newsBlockDetail .content ol ol {
  margin-bottom: 0;
}
.news .newsBlockDetail .content ul ul, .news .newsBlockDetail .content ol ul {
  list-style-type: circle;
}
.news .newsBlockDetail .content ol {
  list-style-type: decimal;
}
.news .newsBlockDetail .content ul {
  list-style-type: disc;
}
.news .newsBlockDetail .content pre.wp-block-verse {
  color: #191e23;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  padding: 1em;
  overflow: auto;
}
.news .newsBlockDetail .content a:hover {
  text-decoration: underline;
}
.news .newsBlockDetail .content .alignleft {
  float: left;
}
.news .newsBlockDetail .content .alignright {
  float: right;
}
.news .newsBlockDetail .content p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.news .newsBlockDetail .content p.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
.news .newsBlockDetail .content p.has-background {
  padding: 20px 30px;
}
.news .newsBlockDetail .content p.has-text-color a {
  color: inherit;
}
.news .newsBlockDetail .content .wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}
.news .newsBlockDetail .content .wp-block-quote cite {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.news .newsBlockDetail .content .wp-block-quote.is-large, .news .newsBlockDetail .content .wp-block-quote.is-style-large {
  border: none;
  margin: 0 0 16px;
  padding: 0 1em;
}
.news .newsBlockDetail .content .wp-block-quote.is-style-large p, .news .newsBlockDetail .content .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.news .newsBlockDetail .content .wp-block-quote.is-style-large cite, .news .newsBlockDetail .content .wp-block-quote.is-style-large footer, .news .newsBlockDetail .content .wp-block-quote.is-large cite, .news .newsBlockDetail .content .wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}
.news .newsBlockDetail .content .wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-pullquote.alignleft, .news .newsBlockDetail .content .wp-block-pullquote.alignright {
  max-width: 305px;
}
.news .newsBlockDetail .content .wp-block-pullquote.alignleft p, .news .newsBlockDetail .content .wp-block-pullquote.alignright p {
  font-size: 20px;
}
.news .newsBlockDetail .content .wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.news .newsBlockDetail .content .wp-block-pullquote cite,
.news .newsBlockDetail .content .wp-block-pullquote footer {
  position: relative;
}
.news .newsBlockDetail .content .wp-block-pullquote .has-text-color a {
  color: inherit;
}
.news .newsBlockDetail .content .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.news .newsBlockDetail .content .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.news .newsBlockDetail .content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.news .newsBlockDetail .content .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.news .newsBlockDetail .content .wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.news .newsBlockDetail .content .wp-block-pullquote cite {
  color: inherit;
}
.news .newsBlockDetail .content .wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}
.news .newsBlockDetail .content .wp-block-button.alignleft {
  float: none;
  text-align: left;
}
.news .newsBlockDetail .content .wp-block-button.aligncenter {
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-button.alignright {
  float: none;
  text-align: right;
}
.news .newsBlockDetail .content .wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}
.news .newsBlockDetail .content .wp-block-button__link:hover, .news .newsBlockDetail .content .wp-block-button__link:focus, .news .newsBlockDetail .content .wp-block-button__link:active {
  color: inherit;
}
.news .newsBlockDetail .content .is-style-outline {
  color: #32373c;
}
.news .newsBlockDetail .content .is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 2px solid currentcolor;
}
.news .newsBlockDetail .content .is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.news .newsBlockDetail .content .wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.news .newsBlockDetail .content .wp-block-image img {
  max-width: 100%;
}
.news .newsBlockDetail .content .wp-block-image.aligncenter {
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-image.alignfull img, .news .newsBlockDetail .content .wp-block-image.alignwide img {
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-image .alignleft,
.news .newsBlockDetail .content .wp-block-image .alignright,
.news .newsBlockDetail .content .wp-block-image .aligncenter, .news .newsBlockDetail .content .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.news .newsBlockDetail .content .wp-block-image .alignleft > figcaption,
.news .newsBlockDetail .content .wp-block-image .alignright > figcaption,
.news .newsBlockDetail .content .wp-block-image .aligncenter > figcaption, .news .newsBlockDetail .content .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.news .newsBlockDetail .content .wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}
.news .newsBlockDetail .content .wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
.news .newsBlockDetail .content .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.news .newsBlockDetail .content .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.news .newsBlockDetail .content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image figure,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image img,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image img,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image figcaption,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image figcaption img,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-image a, .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-image img, .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-item a, .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.news .newsBlockDetail .content .wp-block-gallery.columns-1 .blocks-gallery-image, .news .newsBlockDetail .content .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .news .newsBlockDetail .content .wp-block-gallery.columns-3 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-4 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-5 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-6 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-7 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-8 .blocks-gallery-image,
  .news .newsBlockDetail .content .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .news .newsBlockDetail .content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .news .newsBlockDetail .content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image:last-child,
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-gallery.alignleft, .news .newsBlockDetail .content .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-gallery.alignleft, .news .newsBlockDetail .content .wp-block-gallery.aligncenter, .news .newsBlockDetail .content .wp-block-gallery.alignright {
  display: flex;
}
.news .newsBlockDetail .content .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image figure,
  .news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .news .newsBlockDetail .content .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-image img,
  .news .newsBlockDetail .content .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.news .newsBlockDetail .content .wp-block-cover-image,
.news .newsBlockDetail .content .wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-left-content,
.news .newsBlockDetail .content .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-left-content h2, .news .newsBlockDetail .content .wp-block-cover-image.has-left-content .wp-block-cover-image-text, .news .newsBlockDetail .content .wp-block-cover-image.has-left-content .wp-block-cover-text,
.news .newsBlockDetail .content .wp-block-cover.has-left-content h2,
.news .newsBlockDetail .content .wp-block-cover.has-left-content .wp-block-cover-image-text,
.news .newsBlockDetail .content .wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-right-content,
.news .newsBlockDetail .content .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-right-content h2, .news .newsBlockDetail .content .wp-block-cover-image.has-right-content .wp-block-cover-image-text, .news .newsBlockDetail .content .wp-block-cover-image.has-right-content .wp-block-cover-text,
.news .newsBlockDetail .content .wp-block-cover.has-right-content h2,
.news .newsBlockDetail .content .wp-block-cover.has-right-content .wp-block-cover-image-text,
.news .newsBlockDetail .content .wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
.news .newsBlockDetail .content .wp-block-cover-image h2,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-image-text,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-text,
.news .newsBlockDetail .content .wp-block-cover h2,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-image-text,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-cover-image h2 a,
.news .newsBlockDetail .content .wp-block-cover-image h2 a:hover,
.news .newsBlockDetail .content .wp-block-cover-image h2 a:focus,
.news .newsBlockDetail .content .wp-block-cover-image h2 a:active,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-image-text a,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-image-text a:hover,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-image-text a:focus,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-image-text a:active,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-text a,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-text a:hover,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-text a:focus,
.news .newsBlockDetail .content .wp-block-cover-image .wp-block-cover-text a:active,
.news .newsBlockDetail .content .wp-block-cover h2 a,
.news .newsBlockDetail .content .wp-block-cover h2 a:hover,
.news .newsBlockDetail .content .wp-block-cover h2 a:focus,
.news .newsBlockDetail .content .wp-block-cover h2 a:active,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-image-text a,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-image-text a:hover,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-image-text a:focus,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-image-text a:active,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-text a,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-text a:hover,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-text a:focus,
.news .newsBlockDetail .content .wp-block-cover .wp-block-cover-text a:active {
  color: #fff;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-parallax,
.news .newsBlockDetail .content .wp-block-cover.has-parallax {
  background-attachment: fixed;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}
.news .newsBlockDetail .content .wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.news .newsBlockDetail .content .wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}
.news .newsBlockDetail .content .wp-block-cover-image.alignleft, .news .newsBlockDetail .content .wp-block-cover-image.alignright,
.news .newsBlockDetail .content .wp-block-cover.alignleft,
.news .newsBlockDetail .content .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-cover-image::after,
.news .newsBlockDetail .content .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.news .newsBlockDetail .content .wp-block-cover-image.aligncenter, .news .newsBlockDetail .content .wp-block-cover-image.alignleft, .news .newsBlockDetail .content .wp-block-cover-image.alignright,
.news .newsBlockDetail .content .wp-block-cover.aligncenter,
.news .newsBlockDetail .content .wp-block-cover.alignleft,
.news .newsBlockDetail .content .wp-block-cover.alignright {
  display: flex;
}
.news .newsBlockDetail .content .wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .news .newsBlockDetail .content .wp-block-cover-image::after,
  .news .newsBlockDetail .content .wp-block-cover::after {
    content: none;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .news .newsBlockDetail .content .wp-block-cover-image.has-parallax,
  .news .newsBlockDetail .content .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.news .newsBlockDetail .content .wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.news .newsBlockDetail .content .wp-block-video video {
  max-width: 100%;
}
.news .newsBlockDetail .content .wp-block-video.aligncenter {
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .news .newsBlockDetail .content .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news .newsBlockDetail .content .wp-block-embed {
  margin-bottom: 1em;
}
.news .newsBlockDetail .content .wp-block-embed.alignleft, .news .newsBlockDetail .content .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}
.news .newsBlockDetail .content .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
.news .newsBlockDetail .content .wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.news .newsBlockDetail .content .wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.news .newsBlockDetail .content .wp-block-file {
  margin-bottom: 1.5em;
}
.news .newsBlockDetail .content .wp-block-file.aligncenter {
  text-align: center;
}
.news .newsBlockDetail .content .wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.news .newsBlockDetail .content .wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.news .newsBlockDetail .content .wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.news .newsBlockDetail .content .wp-block-file a.wp-block-file__button:hover,
.news .newsBlockDetail .content .wp-block-file a.wp-block-file__button:visited,
.news .newsBlockDetail .content .wp-block-file a.wp-block-file__button:focus,
.news .newsBlockDetail .content .wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.news .newsBlockDetail .content .wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.news .newsBlockDetail .content .wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.news .newsBlockDetail .content .wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.news .newsBlockDetail .content .wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.news .newsBlockDetail .content .wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%;
}
.news .newsBlockDetail .content .wp-block-media-text > figure > img,
.news .newsBlockDetail .content .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .news .newsBlockDetail .content .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .news .newsBlockDetail .content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}
.news .newsBlockDetail .content .wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-table td,
.news .newsBlockDetail .content .wp-block-table th {
  padding: .5em;
  border: 1px solid;
  word-break: normal;
}
.news .newsBlockDetail .content .wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.news .newsBlockDetail .content .wp-block-table.alignleft, .news .newsBlockDetail .content .wp-block-table.aligncenter, .news .newsBlockDetail .content .wp-block-table.alignright {
  display: table;
  width: auto;
}
.news .newsBlockDetail .content .wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5;
}
.news .newsBlockDetail .content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.news .newsBlockDetail .content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.news .newsBlockDetail .content .wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  transform-origin: center center;
  transform: none;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  overflow-wrap: break-word;
  max-width: 100px;
}
.news .newsBlockDetail .content .wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
  max-width: 100%;
}
.news .newsBlockDetail .content .wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.news .newsBlockDetail .content .wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.news .newsBlockDetail .content pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}
.news .newsBlockDetail .content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .news .newsBlockDetail .content .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.news .newsBlockDetail .content .wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .news .newsBlockDetail .content .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0;
  }
}
@media (min-width: 600px) {
  .news .newsBlockDetail .content .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
  .news .newsBlockDetail .content .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
  .news .newsBlockDetail .content .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .news .newsBlockDetail .content .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
}
.news .newsBlockDetail .content .has-small-font-size {
  font-size: 13px;
}
.news .newsBlockDetail .content .has-regular-font-size,
.news .newsBlockDetail .content .has-normal-font-size {
  font-size: 16px;
}
.news .newsBlockDetail .content .has-medium-font-size {
  font-size: 20px;
}
.news .newsBlockDetail .content .has-large-font-size {
  font-size: 36px;
}
.news .newsBlockDetail .content .has-larger-font-size,
.news .newsBlockDetail .content .has-huge-font-size {
  font-size: 42px;
}
.news .newsBlockDetail .content .wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.news .newsBlockDetail .content .wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.news .newsBlockDetail .content .wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.news .newsBlockDetail .content .wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.news .newsBlockDetail .content .wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.news .newsBlockDetail .content .wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .news .newsBlockDetail .content .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .news .newsBlockDetail .content .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .news .newsBlockDetail .content .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .news .newsBlockDetail .content .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .news .newsBlockDetail .content .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.news .newsBlockDetail .content .wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.news .newsBlockDetail .content .wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.news .newsBlockDetail .content .has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.news .newsBlockDetail .content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.news .newsBlockDetail .content .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}
.news .newsBlockDetail .content .has-dates .wp-block-latest-comments__comment,
.news .newsBlockDetail .content .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.news .newsBlockDetail .content .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.news .newsBlockDetail .content .wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.news .newsBlockDetail .content .wp-block-latest-comments .avatar,
.news .newsBlockDetail .content .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.news .newsBlockDetail .content p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.news .newsBlockDetail .content p.is-small-text {
  font-size: 14px;
}
.news .newsBlockDetail .content p.is-regular-text {
  font-size: 16px;
}
.news .newsBlockDetail .content p.is-large-text {
  font-size: 36px;
}
.news .newsBlockDetail .content p.is-larger-text {
  font-size: 48px;
}

/***************
common
***************/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #624343;
  -webkit-print-color-adjust: exact;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: 'Noto Sans JP',"游ゴシック","Yu Gothic",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
body a {
  transition: opacity .3s ease;
  text-decoration: none;
  color: #624343;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
body a:hover {
  color: #624343;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
body img {
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
/***********************************************************

 header

***********************************************************/
header .hraderMenuTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97.0%;
  margin: 0 auto;
  padding: 2.0rem 0;
}
header .hraderMenuTop .logo {
  flex: 1;
  width: 30.2rem;
  font-family: "M PLUS Rounded 1c";
  font-size: 2.9rem;
  line-height: 100%;
}
header .hraderMenuTop .logo span {
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 100%;
  margin-left: 5.5rem;
}
header .hraderMenuTop .onlineBtn {
  width: 23.5rem;
}
header .hraderMenuTop .onlineBtn a {
  display: block;
  position: relative;
  color: #fff;
  background: #E64A60;
  border-radius: 1000px;
  text-align: center;
  font-size: 1.5rem;
  padding: 1.2rem 0;
  border: 2px solid #E64A60;
}
header .hraderMenuTop .onlineBtn a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/onlinebtnicon01_white.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}
header .hraderMenuTop .onlineBtn a:hover {
  color: #E64A60;
  background: #fff;
}
header .hraderMenuTop .onlineBtn a:hover::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/onlinebtnicon01.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
  margin-top: 0.2rem;
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/***********************************************************

 footer

***********************************************************/
footer {
  background: #88AD78;
  color: #fff;
}
footer .footerInner {
  width: 93.3%;
  margin: 0 auto;
  padding: 4.0rem 0;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer__Place {
  width: 29.8%;
}
footer .footer__logo {
  width: 23.5%;
}
footer .footer__logo p {
  font-family: "M PLUS Rounded 1c";
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
}
footer .footer__logo p span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 100%;
  margin-top: 0.8rem;
}
footer .footer__Online {
  width: 29.8%;
}
footer .footer__Online a {
  width: 68.4%;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  color: #624343;
  background: #fff;
  border-radius: 1000px;
  text-align: center;
  font-size: 1.5rem;
  padding: 1.2rem 0;
  border: 2px solid #624343;
}
footer .footer__Online a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/onlinebtnicon02.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}
footer .footer__Online a:hover {
  color: #fff;
  background: #624343;
}
footer .footer__Online a:hover::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/onlinebtnicon02_hover.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
  margin-top: 0.2rem;
}
footer .Copyright {
  border-top: 1px solid #fff;
  text-align: center;
  padding: 1.2rem 0;
}
footer .Copyright small {
  font-size: 1.2rem;
}

/***********************************************************

 pageTitle

***********************************************************/
.pageTitle__Sub {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.6rem;
  color: #88AD78;
}
.pageTitle__Sub span {
  color: #E64A60;
}
.pageTitle__Copy {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.8rem;
}
.pageTitle h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 3.6rem;
  line-height: 5.6rem;
  display: inline-block;
  background: url(../img/wave.svg) left bottom repeat-x;
  background-size: auto 0.388rem;
  margin: 2.0rem 0 1.8rem;
}

_:-ms-fullscreen, :root .pageTitle h2 {
  background: url(../img/wave.png) left bottom repeat-x;
  background-size: auto 0.388rem;
}

/*
.mainVisual{
  &__sub{
    position: relative;
    height: 233px;
    display: flex;
    justify-content: center;
    align-items: center;
    &::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: rgba(16,10,51,0.3);
    }
    .subTitle{
      position: relative;
      z-index: 1;
      
      font-size: 3.6rem;
      color: #FFF;
    }
  }
}
*/
/***********************************************************

 pankuzu

***********************************************************/
.pankuzu {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 2.1rem 2rem;
}
.pankuzu ul {
  display: flex;
  font-size: 1.3rem;
}
.pankuzu ul li {
  position: relative;
  padding: 0 2rem 0 0;
  margin: 0 1rem 0 0;
}
.pankuzu ul li:last-child {
  padding: 0;
  margin: 0;
}
.pankuzu ul li:last-child:after {
  display: none;
}
.pankuzu ul li:after {
  position: absolute;
  content: '';
  top: 0;
  right: 4px;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.pankuzu ul li a:hover {
  text-decoration: underline;
}

/***********************************************************

 pagetop

***********************************************************/
.pageTop {
  right: 50px;
  z-index: 999;
}
.pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.png) no-repeat center;
  background-size: 50px;
  text-indent: -99999px;
}
.pageTop a:hover {
  opacity: 0.6;
}

/***********************************************************

 only

***********************************************************/
.spOnly {
  display: none;
}

/***********************************************************

 mainVisual

***********************************************************/
.mainVisual {
  overflow: hidden;
  width: 97.0%;
  margin: 0 auto;
  position: relative;
}
.mainVisual__slider {
  position: relative;
  width: 100%;
  height: 660px;
  z-index: 0;
}
.mainVisual__slider a {
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.mainVisual__slider img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.mainVisual__slider .item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.mainVisual__slider .slide-animation img {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2) rotate(0.001deg);
  }
  100% {
    transform: scale(1) rotate(0.001deg);
  }
}
.mainVisual .textBox {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  padding: 5.5rem 9.0rem 3.0rem 5.0rem;
}
.mainVisual .textBox::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: -2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/corner.svg) left top no-repeat;
  background-size: contain;
}
.mainVisual .textBox::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -2.25rem;
  bottom: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/corner.svg) left top no-repeat;
  background-size: contain;
}
.mainVisual .textBox h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 4.4rem;
  margin-bottom: 3.2rem;
}
.mainVisual .textBox h2 span.size {
  font-size: 3.4rem;
  color: #88AD78;
}
.mainVisual .textBox h2 span.color {
  font-size: 3.4rem;
}
.mainVisual .textBox p {
  font-size: 2.0rem;
  line-height: 3.8rem;
}
.mainVisual .textBox p span {
  font-size: 2.4rem;
  line-height: 120%;
  background: url(../img/wave.svg) left bottom repeat-x;
  background-size: auto 0.388rem;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}

/***********************************************************

 ourmissionBlock

***********************************************************/
.ourmissionBlock {
  padding: 12.0rem 0 0 0;
}
.ourmissionBlock .pageTitle {
  text-align: center;
}
.ourmissionBlock__Stage {
  margin: 5.0rem 0 4.0rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.ourmissionBlock__Stage--Single {
  width: 30.3%;
  margin: 0 4.4% 0 0;
}
.ourmissionBlock__Stage--Single:nth-child(3n) {
  margin: 0;
}
.ourmissionBlock__Stage--Single p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.ourmissionBlock__Stage--Single .title {
  text-align: center;
}
.ourmissionBlock__Stage--Single .title h3 {
  font-family: "M PLUS Rounded 1c";
  font-size: 3.0rem;
  line-height: 5.0rem;
  display: inline-block;
  background: url(../img/wave.svg) left bottom repeat-x;
  background-size: auto 0.388rem;
}
.ourmissionBlock__Stage--Single .title .number {
  color: #88AD78;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.6rem;
}
.ourmissionBlock__Stage--Single .title .number span {
  font-size: 3.8rem;
  line-height: 100%;
}
.ourmissionBlock__Stage--Single .title .stage {
  color: #88AD78;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.7rem;
  line-height: 100%;
}
.ourmissionBlock__Stage--Single .image {
  padding: 3.0rem 0 2.2rem 0;
}
.ourmissionBlock .btn {
  width: 37.9%;
  max-width: 41.0rem;
  margin: 0 auto;
}
.ourmissionBlock .btn a {
  display: block;
  position: relative;
  color: #fff;
  background: #E64A60;
  border-radius: 1000px;
  text-align: center;
  font-size: 2.0rem;
  padding: 3.4rem 0;
  border: 2px solid #E64A60;
}
.ourmissionBlock .btn a::before {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/onlinebtnicon01_white.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
  position: relative;
  top: 0.6rem;
}
.ourmissionBlock .btn a:hover {
  color: #E64A60;
  background: #fff;
}
.ourmissionBlock .btn a:hover::before {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/onlinebtnicon01_hover.svg) left top no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
  position: relative;
  top: 0.6rem;
}

/***********************************************************

 abouttownBlock

***********************************************************/
.abouttownBlock {
  margin-top: 14.4rem;
  padding: 4.5rem 0 5.0rem 0;
  background: #FFF9EF;
  position: relative;
  z-index: 5;
}
.abouttownBlock::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #d8e4d3;
  z-index: 1;
}
.abouttownBlock .bg {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.abouttownBlock .bg::after {
  content: "";
  display: inline-block;
  width: 54.86rem;
  height: 44.2rem;
  background: url(../img/block02_map.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.abouttownBlock__Box {
  padding-top: 3.6rem;
  /*
  position: relative;
  &::after{
    content:"";
    display:inline-block;
    width: 54.86rem;
    height: 44.2rem;
    background: url(../img/block02_map.svg) left top no-repeat;
    background-size:contain;
    position: absolute;
    right: 0;
    top: 0;
  }
  */
  position: relative;
  z-index: 10;
}
.abouttownBlock__Box--Text {
  width: 64.8%;
}
.abouttownBlock__Box--Text .textbox {
  padding: 5.8rem 0 6.6rem 0;
}
.abouttownBlock__Box--Text .textbox p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.abouttownBlock__Box--Text .textbox p + p {
  margin-top: 3.2rem;
}
.abouttownBlock__Box--Img {
  display: none;
}
.abouttownBlock .sliderWrapper {
  overflow: hidden;
  width: 100%;
  z-index: 4;
  position: relative;
}
.abouttownBlock .slider {
  display: flex;
}
.abouttownBlock .slider__inner {
  display: flex;
}
.abouttownBlock .slider__item {
  margin: 0 16px;
  width: 343px;
}
.abouttownBlock .slider__item img {
  border-radius: 20px;
  border: 4px solid #88AD78;
}
.abouttownBlock .slider__inner:first-child {
  animation: loop 90s linear infinite;
}
.abouttownBlock .slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}
.abouttownBlock .slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
/***********************************************************

 profileBlock

***********************************************************/
.profileBlock .pageTitle {
  text-align: center;
}
.profileBlock p.text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.8rem;
  position: relative;
  z-index: 10;
  padding: 5.2rem 0 9.0rem 0;
}
.profileBlock .profileBlockBg {
  background: url(../img/block03_bg_center.svg) center bottom no-repeat;
  background-size: 6.3rem 2.7rem;
  position: relative;
  max-width: 1366px;
  margin: 12.0rem auto 2.0rem auto;
}
.profileBlock .profileBlockBg::before {
  content: "";
  display: inline-block;
  width: 27.4rem;
  height: 45.5rem;
  background: url(../img/block03_bg_left.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.profileBlock .profileBlockBg::after {
  content: "";
  display: inline-block;
  width: 33.4rem;
  height: 42.2rem;
  background: url(../img/block03_bg_right.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.profileBlock__Box02 {
  background: #FFF9EF;
  padding: 1.5rem 0 4.0rem 0;
}
.profileBlock__Box02 .infoBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.profileBlock__Box02 .infoBox__Single {
  width: 44.4%;
}
.profileBlock__Box02 .infoBox__Single dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2.0rem;
}
.profileBlock__Box02 .infoBox__Single dl dt {
  width: 23.9%;
  max-width: 115px;
}
.profileBlock__Box02 .infoBox__Single dl dt span {
  color: #E64A60;
}
.profileBlock__Box02 .infoBox__Single dl dd {
  width: 76.0%;
}
.profileBlock .google-maps {
  position: relative;
  padding-bottom: 420px;
  height: 0;
  overflow: hidden;
}
.profileBlock .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

_:-ms-fullscreen, :root .mainVisual .textBox p span {
  font-size: 2.4rem;
  line-height: 120%;
  background: url(../img/wave.png) left bottom repeat-x;
  background-size: auto 0.388rem;
}

/***************
sp
***************/
@media screen and (max-width: 48em) {
  body {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  body img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  .inner {
    padding: 0;
  }

  /***********************************************************

   header

  ***********************************************************/
  header .hraderMenuTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94.6%;
    margin: 0 auto;
    padding: 2.0rem 0;
  }
  header .hraderMenuTop .logo {
    flex: 1;
    width: auto;
    font-family: "M PLUS Rounded 1c";
    font-size: 2.0rem;
    line-height: 100%;
  }
  header .hraderMenuTop .logo span {
    font-size: 1.0rem;
    vertical-align: middle;
    line-height: 100%;
    margin-left: 2.0rem;
  }
  header .hraderMenuTop .onlineBtn {
    display: none;
    width: 23.5rem;
  }
  header .hraderMenuTop .onlineBtn a {
    display: block;
    position: relative;
    color: #fff;
    background: #E64A60;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.5rem;
    padding: 1.2rem 0;
    border: 2px solid #E64A60;
  }
  header .hraderMenuTop .onlineBtn a::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/onlinebtnicon01_white.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
  }
  header .hraderMenuTop .onlineBtn a:hover {
    color: #E64A60;
    background: #fff;
  }
  header .hraderMenuTop .onlineBtn a:hover::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/onlinebtnicon01.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
    margin-top: 0.2rem;
  }

  .hraderMenuBottom__nav {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #dfd9d9;
  }
  .hraderMenuBottom__navLink {
    width: 50%;
  }
  .hraderMenuBottom__navLink:nth-child(even) a {
    border-right: none;
  }
  .hraderMenuBottom__navLink a {
    display: block;
    color: #624343;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: solid 1px #dfd9d9;
    padding: 1.2rem 0;
    border-right: solid 1px #dfd9d9;
  }
  .hraderMenuBottom__navLink a:hover {
    color: #624343;
  }

  .inner {
    max-width: initial;
    width: 87.4%;
    margin: 0 auto;
  }

  /***********************************************************

   footer

  ***********************************************************/
  footer {
    background: #88AD78;
    color: #fff;
  }
  footer .footerInner {
    width: 94.6%;
    margin: 0 auto;
    padding: 4.0rem 0;
  }
  footer .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 87.4%;
    margin: 0 auto;
  }
  footer .footer__Place {
    width: 100%;
    max-width: initial;
    order: 2;
    margin: 1.2rem 0;
    text-align: center;
  }
  footer .footer__logo {
    width: 100%;
    max-width: initial;
    order: 1;
  }
  footer .footer__logo p {
    font-family: "M PLUS Rounded 1c";
    font-size: 2.4rem;
    line-height: 100%;
    text-align: center;
  }
  footer .footer__logo p span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 100%;
    margin-top: 0.8rem;
  }
  footer .footer__Online {
    width: 100%;
    max-width: initial;
    order: 3;
  }
  footer .footer__Online a {
    width: auto;
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    color: #624343;
    background: #fff;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.5rem;
    padding: 1.2rem 0;
    border: 2px solid #624343;
  }
  footer .footer__Online a::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/onlinebtnicon02.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
  }
  footer .footer__Online a:hover {
    color: #624343;
    background: #fff;
  }
  footer .footer__Online a:hover::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/onlinebtnicon02.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
  }
  footer .Copyright {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 1.2rem 0;
  }
  footer .Copyright small {
    font-size: 1.2rem;
  }

  /***********************************************************

   pageTitle

  ***********************************************************/
  .pageTitle__Sub {
    font-family: "M PLUS Rounded 1c";
    font-size: 1.6rem;
    color: #88AD78;
  }
  .pageTitle__Sub span {
    color: #E64A60;
  }
  .pageTitle__Copy {
    font-family: "M PLUS Rounded 1c";
    font-size: 1.6rem;
  }
  .pageTitle h2 {
    font-family: "M PLUS Rounded 1c";
    font-size: 2.6rem;
    line-height: 4.6rem;
    display: inline-block;
    background: none;
    margin: 2.0rem 0 1.8rem;
  }
  .pageTitle h2 span {
    background: url(../img/wave.svg) left bottom repeat-x;
    background-size: auto 0.388rem;
    padding-bottom: 4px;
  }

  .pageTop {
    right: 20px;
  }
  .pageTop a {
    width: 11vw;
    height: 11vw;
    background-size: 11vw;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  /***********************************************************

   mainVisual

  ***********************************************************/
  .mainVisual__slider {
    height: 56vw;
  }
  .mainVisual__slider img {
    height: 56vw;
  }
  .mainVisual .textBox {
    position: static;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 0;
    width: 81.3%;
    margin: 3.0rem auto;
  }
  .mainVisual .textBox::before {
    display: none;
  }
  .mainVisual .textBox::after {
    display: none;
  }
  .mainVisual .textBox h2 {
    font-family: "M PLUS Rounded 1c";
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
  .mainVisual .textBox h2 span.size {
    font-size: 2.2rem;
    color: #88AD78;
  }
  .mainVisual .textBox h2 span.color {
    font-size: 2.2rem;
  }
  .mainVisual .textBox p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .mainVisual .textBox p span {
    font-size: 1.4rem;
    line-height: 120%;
    background: url(../img/wave.svg) left bottom repeat-x;
    background-size: auto 0.388rem;
    padding-bottom: 4px;
  }

  .slick-slider .slick-list, .slick-slider .slick-track {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
  }

  /***********************************************************

   ourmissionBlock

  ***********************************************************/
  .ourmissionBlock {
    padding: 0;
  }
  .ourmissionBlock .pageTitle {
    text-align: center;
  }
  .ourmissionBlock__Stage {
    margin: 2.5rem 0 4.0rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .ourmissionBlock__Stage--Single {
    width: auto;
    margin: 2.5rem 0 0 0;
  }
  .ourmissionBlock__Stage--Single:nth-child(3n) {
    margin: 2.5rem 0 0 0;
  }
  .ourmissionBlock__Stage--Single p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .ourmissionBlock__Stage--Single .title {
    text-align: center;
  }
  .ourmissionBlock__Stage--Single .title h3 {
    font-family: "M PLUS Rounded 1c";
    font-size: 3.0rem;
    line-height: 5.0rem;
    display: inline-block;
    background: url(../img/wave.svg) left bottom repeat-x;
    background-size: auto 0.388rem;
  }
  .ourmissionBlock__Stage--Single .title .number {
    color: #88AD78;
    font-family: "M PLUS Rounded 1c";
    font-size: 1.6rem;
  }
  .ourmissionBlock__Stage--Single .title .number span {
    font-size: 3.8rem;
    line-height: 100%;
  }
  .ourmissionBlock__Stage--Single .title .stage {
    color: #88AD78;
    font-family: "M PLUS Rounded 1c";
    font-size: 1.7rem;
    line-height: 100%;
  }
  .ourmissionBlock__Stage--Single .image {
    padding: 3.0rem 0 2.2rem 0;
  }
  .ourmissionBlock .btn {
    width: 81.8%;
    max-width: initial;
    margin: 0 auto;
  }
  .ourmissionBlock .btn a {
    display: block;
    position: relative;
    color: #fff;
    background: #E64A60;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.5rem;
    padding: 2.2rem 0;
    border: 2px solid #E64A60;
  }
  .ourmissionBlock .btn a::before {
    content: "";
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: url(../img/onlinebtnicon01_white.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
    position: relative;
    top: 0.6rem;
  }
  .ourmissionBlock .btn a:hover {
    color: #fff;
    background: #E64A60;
  }
  .ourmissionBlock .btn a:hover::before {
    content: "";
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: url(../img/onlinebtnicon01_white.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
    position: relative;
    top: 0.6rem;
  }

  /***********************************************************

   abouttownBlock

  ***********************************************************/
  .abouttownBlock {
    margin-top: 7.0rem;
    padding: 2.2rem 0 2.5rem 0;
    background: #FFF9EF;
    position: relative;
    z-index: 5;
  }
  .abouttownBlock::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #d8e4d3;
    z-index: 1;
  }
  .abouttownBlock .bg {
    position: relative;
    max-width: initial;
    margin: 0 auto;
  }
  .abouttownBlock .bg::after {
    content: "";
    display: inline-block;
    width: 54.86rem;
    height: 44.2rem;
    background: url(../img/block02_map.svg) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  .abouttownBlock .pageTitle {
    text-align: center;
  }
  .abouttownBlock__Box {
    padding-top: 1.8rem;
    position: relative;
    z-index: 10;
  }
  .abouttownBlock__Box--Text {
    width: auto;
  }
  .abouttownBlock__Box--Text .textbox {
    padding: 1.5rem 0 3.3rem 0;
  }
  .abouttownBlock__Box--Text .textbox p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .abouttownBlock__Box--Text .textbox p + p {
    margin-top: 1.2rem;
  }
  .abouttownBlock__Box--Img {
    display: block;
    margin-bottom: 2.5rem;
  }
  .abouttownBlock .sliderWrapper {
    overflow: hidden;
    width: 100%;
    z-index: 4;
    position: relative;
  }
  .abouttownBlock .slider {
    display: flex;
  }
  .abouttownBlock .slider__inner {
    display: flex;
  }
  .abouttownBlock .slider__item {
    margin: 0 16px;
    width: 194px;
  }
  .abouttownBlock .slider__item img {
    border-radius: 20px;
    border: 4px solid #88AD78;
  }
  .abouttownBlock .slider__inner:first-child {
    animation: loop 90s linear infinite;
  }
  .abouttownBlock .slider__inner:nth-child(2) {
    animation: loop2 90s -60s linear infinite;
  }
  .abouttownBlock .slider__inner:last-child {
    animation: loop3 90s -30s linear infinite;
  }
  @keyframes loop {
    0% {
      transform: translateX(200%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-200%);
    }
  }
  @keyframes loop3 {
    0% {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-300%);
    }
  }
  /***********************************************************

   abouttownBlock

  ***********************************************************/
  .profileBlock .pageTitle {
    text-align: center;
  }
  .profileBlock p.text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
    position: relative;
    z-index: 10;
    padding: 0 0 4.0rem 0;
  }
  .profileBlock .profileBlockBg {
    background: url(../img/block03_bg_sp.svg) center bottom no-repeat;
    background-size: 32.3rem auto;
    position: relative;
    max-width: initial;
    padding-bottom: 8.5rem;
    margin: 4.0rem auto 1.5rem auto;
  }
  .profileBlock .profileBlockBg::before {
    content: "";
    display: inline-block;
    width: 27.4rem;
    height: 45.5rem;
    background: url(../img/block03_bg_left.svg) left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  .profileBlock .profileBlockBg::after {
    content: "";
    display: inline-block;
    width: 33.4rem;
    height: 42.2rem;
    background: url(../img/block03_bg_right.svg) left top no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  .profileBlock__Box02 {
    background: #FFF9EF;
    padding: 1.5rem 0 4.0rem 0;
  }
  .profileBlock__Box02 .infoBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .profileBlock__Box02 .infoBox__Single {
    width: auto;
  }
  .profileBlock__Box02 .infoBox__Single dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 2.0rem;
  }
  .profileBlock__Box02 .infoBox__Single dl dt {
    width: 100px;
    max-width: initial;
  }
  .profileBlock__Box02 .infoBox__Single dl dt span {
    color: #E64A60;
  }
  .profileBlock__Box02 .infoBox__Single dl dd {
    width: calc(100% - 100px);
  }
  .profileBlock .google-maps {
    position: relative;
    padding-bottom: 210px;
    height: 0;
    overflow: hidden;
  }
  .profileBlock .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
