@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #041b24;
}

body {
  width: 100%;
  min-height: 100dvh;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .scrollLock body {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .dn-landscape {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important;
  }
}

/*=============================================

	ヘッダー

==============================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #041b24;
}
@media print, screen and (min-width: 768px) {
  #header {
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  #header {
    height: 56px;
  }
}

.headerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .headerInner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: min(8px, 8 / 1280 * 100vw);
    padding: 0 min(32px, 32 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .headerInner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}

.headerLogo {
  aspect-ratio: 1.6666666667;
  overflow: hidden;
}
.headerLogo img, .headerLogo svg, .headerLogo iframe, .headerLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .headerLogo {
    width: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .headerLogo {
    position: absolute;
    top: 50%;
    left: 16px;
    translate: 0 -50%;
    width: 60px;
  }
}

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .headerNav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .headerNav {
    position: fixed;
    top: 56px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: calc(100dvh - 56px);
    padding: 64px 32px 32px;
    background-color: #041b24;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.is-menuOpen .headerNav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerNav_list {
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (min-width: 768px) {
  .headerNav_list {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    gap: 0 min(16px, 16 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .headerNav_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(24px, 24 / 375 * 100vw);
  }
}

.headerNav_listNode.is-current a {
  color: #FBC600;
}
.headerNav_listNode a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .headerNav_listNode a {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .headerNav_listNode a {
    font-size: 24px;
  }
}
@media (hover: hover) {
  .headerNav_listNode a:hover {
    color: #FBC600;
  }
}

.headerButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .headerButton {
    width: 124px;
    height: 48px;
    border-radius: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  .headerButton {
    width: 32px;
    height: 32px;
    border-radius: 2px;
  }
}

.headerTel {
  background-color: #fff;
}

.headerTel_num {
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}

.headerTel_date {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.headerTel_icon {
  aspect-ratio: 1;
  overflow: hidden;
  width: 16px;
}
.headerTel_icon img, .headerTel_icon svg, .headerTel_icon iframe, .headerTel_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.headerContact {
  background-color: #FBC600;
}

.headerContact_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
}

.headerContact_icon {
  aspect-ratio: 1.25;
  overflow: hidden;
  width: 18px;
}
.headerContact_icon img, .headerContact_icon svg, .headerContact_icon iframe, .headerContact_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.headerHumberger {
  position: relative;
  width: 32px;
  height: 32px;
}
.headerHumberger span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: rotate 0.2s ease, opacity 0.2s ease, width 0.2s ease, translate 0.2s ease;
  transition: rotate 0.2s ease, opacity 0.2s ease, width 0.2s ease, translate 0.2s ease;
}
.headerHumberger span:nth-child(1) {
  width: 100%;
  top: 8px;
}
.headerHumberger span:nth-child(2) {
  width: 70%;
  top: calc(50% - 1px);
}
.headerHumberger span:nth-child(3) {
  bottom: 8px;
  width: 80%;
}
.is-menuOpen .headerHumberger span {
  will-change: rotate, opacity, width, translate;
}
.is-menuOpen .headerHumberger span:nth-child(1) {
  rotate: 45deg;
  translate: 0 7px;
}
.is-menuOpen .headerHumberger span:nth-child(2) {
  opacity: 0;
}
.is-menuOpen .headerHumberger span:nth-child(3) {
  width: 100%;
  rotate: -45deg;
  translate: 0 -7px;
}

/*=============================================

	フッター

==============================================*/
#footer {
  background-color: #041b24;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #footer {
    padding: 40px min(20px, 20 / 1280 * 100vw) 20px;
  }
}
@media print, screen and (max-width: 767px) {
  #footer {
    padding: 20px min(16px, 16 / 375 * 100vw);
  }
}

.footerInner {
  position: relative;
}

.footerLogo {
  aspect-ratio: 1.6596133101;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.footerLogo img, .footerLogo svg, .footerLogo iframe, .footerLogo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .footerLogo {
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerLogo {
    width: 120px;
  }
}

.footerSns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .footerSns {
    margin: 20px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footerSns {
    position: absolute;
    right: 0;
    bottom: 46px;
  }
}

.footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .footerMenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px min(40px, 40 / 1280 * 100vw);
    margin: 24px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px min(16px, 16 / 375 * 100vw);
    margin-top: 40px;
  }
}

.footerMenu_link {
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .footerMenu_link {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerMenu_link {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .footerMenu_link:hover {
    color: #FBC600;
  }
}

.footerMenu_documentForm button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

.footerCopyright {
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
  .footerCopyright {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerCopyright {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  body:not([data-page-type=front_page]) main {
    padding-top: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  body:not([data-page-type=front_page]) main {
    padding-top: 56px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 120px min(64px, 64 / 1280 * 100vw) 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 80px min(16px, 16 / 375 * 100vw) 16px;
  }
}

.c-breadcrumb_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

a.c-breadcrumb_link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  a.c-breadcrumb_link:hover {
    opacity: 0.7;
  }
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .c-sns {
    gap: 12px min(12px, 12 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-sns {
    gap: 8px min(8px, 8 / 375 * 100vw);
  }
}

.c-snsLink {
  aspect-ratio: 1/1;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (hover: hover) {
  .c-snsLink:hover svg {
    fill: #FBC600;
  }
}

.c-snsLink_icon svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
.c-snsLink_icon.instagram {
  aspect-ratio: 1;
  overflow: hidden;
  width: 16px;
}
.c-snsLink_icon.instagram img, .c-snsLink_icon.instagram svg, .c-snsLink_icon.instagram iframe, .c-snsLink_icon.instagram video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-snsLink_icon.facebook {
  aspect-ratio: 1.0049207217;
  overflow: hidden;
  width: 18.29px;
}
.c-snsLink_icon.facebook img, .c-snsLink_icon.facebook svg, .c-snsLink_icon.facebook iframe, .c-snsLink_icon.facebook video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-snsLink_icon.note {
  aspect-ratio: 1.0107816712;
  overflow: hidden;
  width: 14.84px;
}
.c-snsLink_icon.note img, .c-snsLink_icon.note svg, .c-snsLink_icon.note iframe, .c-snsLink_icon.note video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-archiveList_node[data-modal-trigger] {
  cursor: pointer;
}

.c-postModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.c-postModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-postModal.is-closing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-postModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-postModal_dialog {
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .c-postModal_dialog {
    width: 960px;
    max-width: calc(100vw - 64px);
    max-height: calc(100vh - 64px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-postModal_dialog {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
  }
}
.is-square .c-postModal_dialog {
  width: 500px;
}

.c-postModal_close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media print, screen and (max-width: 767px) {
  .c-postModal_close {
    top: -16px;
    right: -16px;
  }
}

.c-postModal_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-postModal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-postModal_body {
  width: 100%;
  background-color: #041b24;
  border-radius: 12px;
  overflow: hidden;
}

.c-postModal_media {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.c-postModal_media img, .c-postModal_media svg, .c-postModal_media iframe, .c-postModal_media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-postModal.is-square .c-postModal_media {
  aspect-ratio: 1/1;
}

.c-postModal_iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.c-postModal_img {
  width: 100%;
  height: 100%;
  display: block;
}

.grecaptcha-badge {
  display: none !important;
}
[data-page-type=contact] .grecaptcha-badge {
  display: block !important;
}