@charset "UTF-8";
:root {
  --main-color: #333;
  --base-color: var(--main-color);
  --primary-color: #79c9e3;
  --gradient-upper-color: #18a50c;
  --gradient-bottom-color: #00c5c5;
  --border-color: #ddd;
  --caution-color: #f96161;
  --caution-color-200: #fddddd;
  --blur-color: #f4f4f5;
  --active-color: var(--gradient-upper-color);
  --map-01: #0074cb;
  --map-02: #00d6f0;
  --map-03: #04c2a6;
  --map-04: #00bb16;
  --map-05: #a1d101;
  --map-06: #cccc01;
  --map-07: #e5b904;
  --gradient-bg: linear-gradient(
    132.72deg,
    var(--gradient-upper-color) 13.28%,
    var(--gradient-bottom-color) 82.8%
  );
  --gradient-line-bg: linear-gradient(
    to right,
    #ffe81d,
    #fde219 25%,
    #f9d110 58%,
    #f2b602 95%,
    #f1b300
  );
  --font-falimy: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  --base-font-size: 0.625rem;
  --s-font-size: 0.75rem;
  --sm-font-size: 0.9375rem;
  --md-font-size: 1.125rem;
  --lg-font-size: 1.3125rem;
  --base-lineh: 1.7;
  --m-lineh: 2.14;
  --min-content: 20rem;
  --max-content: 100rem;
  --inner-content: 63.75rem;
  --inner-s-content: 60.4375rem;
  --s-space: 1.25rem;
  --m-space: 1.875rem;
  --l-space: 3.75rem;
  --header-height: 8.4375rem;
  --color-main: #002896;
  --color-secondary: #dbe4ff;
  --color-accent-light: #f8faff;
  --color-accent-dark: #bf0000;
  --color-background: #f7f7f7;
  --color-border: #dedede;
  --color-side-border: #ededed;
  --color-white: #fff;
  --color-black: #09090c;
  --color-gray: #aaa;
  --header-height-sp: 3.75rem;
  --header-height-pc: 8rem;
  --header-height-pc-tight: 4.5rem;
  --conversion-height-sp: 3.75rem;
  --font-gothic: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --ease-out-cubic: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  border: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  word-wrap: break-word;
  box-sizing: border-box;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  height: -webkit-fill-available;
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-weight: 400;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: relative;
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.857;
  font-family: var(--font-gothic);
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 576px) {
  body {
    font-size: 1.125rem;
    line-height: 2;
  }
}
body::before {
  -webkit-animation: bggradient 15s ease infinite;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  animation: bggradient 15s ease infinite;
  background: -webkit-linear-gradient(135deg, #83d35d, #1c93ea, #83d35d);
  background: linear-gradient(-45deg, #83d35d, #1c93ea, #83d35d);
  background-size: 200% 120%;
  width: 100vw;
  height: 100vh;
  content: "";
}

a {
  color: inherit;
}

pre {
  font-family: inherit;
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: flex;
  backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  position: relative;
  flex-shrink: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  opacity: 0.7;
  z-index: 1;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 2em;
  height: 2em;
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  -webkit-transition: -webkit-transform 0.2s linear;
  display: inline-block;
  position: relative;
  opacity: 0.7;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  margin: 3px;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 8px;
  height: 8px;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
  background: #fff;
}

.splide__pagination__page:hover {
  opacity: 0.9;
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  -webkit-transform: translate(-50%);
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  position: static;
  float: none;
  visibility: visible;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  box-shadow: none;
  border: 0 none;
  border-radius: 0;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 100%;
  letter-spacing: normal;
  list-style: none;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}

div.wpforms-container-full {
  margin-right: auto;
  margin-left: auto;
}

div.wpforms-container-full .wpforms-form amp-img > img {
  position: absolute;
}

div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form textarea {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
  height: auto;
}

div.wpforms-container-full .wpforms-form textarea {
  width: 100%;
}

div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li {
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  list-style: none !important;
}

div.wpforms-container-full .wpforms-form ul li {
  margin-bottom: 5px !important;
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
  margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-form hr {
  margin: 0.5em auto;
  border-top: 1px solid #ccc;
}

.wpforms-clear:before {
  display: table;
  content: " ";
}

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

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 60%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 120px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
  max-width: 25%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 70px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 220px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  clear: both;
  padding: 10px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  margin: 8px 0 0 0;
  font-size: 13px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
  margin-top: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 15px 0;
  height: 125px;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #444;
  font-size: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
  margin-bottom: 15px;
  color: #444;
  font-size: 12px;
  line-height: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description-before,
div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
  margin: 0 0 8px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  float: none;
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  display: block;
  float: none;
  margin: 4px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
  margin: 0 0 4px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #ff0000;
  font-weight: 400;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row {
  position: relative;
  margin-bottom: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
  display: table;
  content: " ";
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
  display: table;
  clear: both;
  content: " ";
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
  margin-left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  float: left;
  clear: none;
  margin-left: 4%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 48%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
  width: 30.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  width: 65.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
  width: 22%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
  width: 74%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
  width: 16.8%;
}

div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
  width: 37.6%;
}

div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
  width: 58.4%;
}

div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
  width: 79.2%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
  width: 13.3333333333%;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
  width: 82.6666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
  clear: both !important;
  margin-left: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
  display: block;
  padding-right: 26px !important;
  width: 50%;
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
  display: block;
  padding-right: 26px !important;
  width: 33.3333%;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
  float: left;
  clear: both;
  width: 48%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
  float: right;
  clear: none;
  width: 48%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
  float: left;
  clear: both;
  width: 30.666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third {
  float: left;
  clear: none;
  margin-left: 4%;
  width: 30.666666667%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
  float: right;
  clear: none;
  width: 30.666666667%;
}

div.wpforms-container-full .wpforms-form div.wpforms-last {
  float: right !important;
  clear: none;
  margin-right: 0 !important;
}

div.wpforms-container-full.inline-fields {
  overflow: hidden;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
  display: table;
  float: left;
  width: calc(100% - 160px);
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
  display: table-cell;
  vertical-align: top;
  padding-right: 2%;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
  float: right;
  clear: none;
  width: 160px;
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
  display: block;
  width: 100%;
}

div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  padding: 6px 10px;
  width: 100%;
  height: 38px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px 0 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px;
  height: 14px;
}

div.wpforms-container-full .wpforms-form input[type=radio] {
  border-radius: 50%;
}

div.wpforms-container-full .wpforms-form select {
  max-width: 100%;
  text-transform: none;
  white-space: nowrap;
}

div.wpforms-container-full .wpforms-form select[multiple] {
  height: auto;
  overflow-y: scroll;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 10px 15px;
  color: #333;
  font-size: 1em;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
  margin: 0 5px;
  min-width: 90px;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #ddd;
}

div.wpforms-container-full .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled {
  opacity: 0.5;
  cursor: default;
  border: 1px solid #ddd;
  background-color: #eee;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
  border: 1px solid #999;
}

div.wpforms-container-full .wpforms-form input:disabled,
div.wpforms-container-full .wpforms-form textarea:disabled,
div.wpforms-container-full .wpforms-form select:disabled {
  cursor: not-allowed;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #999;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container,
div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
  color: #990000;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: block;
  float: none;
  cursor: default;
  color: #990000;
  font-size: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #cc0000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
  display: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-error-alert {
  margin: 0 0 10px 0;
  border: 1px solid #eed3d7;
  background-color: #f2dede;
  padding: 10px 15px;
  color: #b94a48;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  margin: 0 auto 24px;
  padding: 15px 15px;
  color: #333;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  border: 1px solid #b4d39b;
  background: #e0ffc7;
}

.wpforms-confirmation-container-full p:last-of-type,
div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
  margin: 0;
}

.amp-form-submit-success .wpforms-field-container,
.amp-form-submit-success .wpforms-submit-container {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  clear: both;
  padding: 10px 0 20px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
  width: 100%;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
  margin: 0 0 10px 0;
  font-size: 26px;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
  margin: 0 0 10px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  position: relative;
  clear: both;
  padding: 10px 0 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  max-width: 26px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  text-align: left;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  margin: 0 10px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
  text-align: right;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
  margin: 0 0 0 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
  float: left;
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
  float: right;
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
  margin-right: 100px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
  margin-right: 170px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
  display: block;
  float: left;
  width: 45%;
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
  float: left;
  width: 10%;
  line-height: 38px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  margin: 10px 0 5px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #fff;
  padding: 0;
  height: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
  color: transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 100%;
  background: #B5B5B5;
  width: 17px;
  height: 17px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
  cursor: pointer;
  border-radius: 100%;
  background: #B5B5B5;
  width: 17px;
  height: 17px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
  cursor: pointer;
  border-radius: 100%;
  background: #B5B5B5;
  width: 17px;
  height: 17px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-size: 13px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber,
div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  padding: 8px 10px;
  width: 100%;
  height: 38px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-stripe-element-invalid {
  border: 1px solid #cc0000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
  margin: 0 0 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li,
div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
  margin: 0 0 5px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
  list-style: disc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
  list-style: decimal !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html li > ul,
div.wpforms-container-full .wpforms-form .wpforms-field-html li > ol {
  margin: 6px 0 0 20px !important;
}

div.wpforms-container-full .wpforms-field-date-time-date-sep {
  display: inline-block;
  padding: 0 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-year,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-month {
  display: inline-block;
  width: auto;
}

div.wpforms-container-full .wpforms-datepicker-wrap {
  position: relative;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear {
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: -8px;
  border-radius: 50%;
  background-image: url(../images/times-solid-white.svg);
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  background-color: #cccccc;
  width: 16px;
  height: 16px;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover {
  background-color: red;
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small + .wpforms-datepicker-clear {
  right: calc(75% + 10px);
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium + .wpforms-datepicker-clear {
  right: calc(40% + 10px);
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
  display: inline-block;
  vertical-align: inherit;
  margin: 0 0 0 5px;
  width: 70px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
  font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
  margin: 0 0 4px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
  padding-right: 6px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  opacity: 0.6;
  cursor: pointer;
  box-shadow: 0 0 1px transparent;
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg,
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg,
div.wpforms-container-full .wpforms-form .wpforms-field-rating-item input:focus + svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

div.wpforms-field-file-upload .wpforms-hide {
  display: none !important;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  padding: 20px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-with-files {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern svg {
  width: 50px;
  height: 50px;
  color: #e27730;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-title {
  font-weight: bold;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-hint {
  color: rgba(0, 0, 0, 0.1);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-highlighted {
  border-color: #e27730;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-text {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: default;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  background-size: cover !important;
  width: 100px;
  height: 100px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block:hover .wpforms-overlay {
  opacity: 1;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-title {
  position: absolute;
  top: 25px;
  right: 5px;
  bottom: 10px;
  left: 5px;
  overflow-y: auto;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left,
div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
  display: block;
  position: absolute;
  right: 9px;
  z-index: 1;
  background: #fff;
  width: 1px;
  height: 18px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block svg {
  width: 25px;
  height: 25px;
  color: rgba(0, 0, 0, 0.1);
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-progress {
  -webkit-transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background: #e27730;
  width: 0;
  height: 5px;
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern input[type=file] {
  display: none;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label:not(.wpforms-error) {
  position: relative;
  cursor: pointer;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label input {
  top: 50%;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
  margin: 5px 5px 5px 5px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
  -webkit-transition: all 0.5s;
  display: block;
  transition: all 0.5s;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
  padding: 20px 20px 18px 20px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus {
  border: 1px solid #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
  -webkit-transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  background: green;
  width: 32px;
  height: 32px;
  content: "✔";
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
  opacity: 1;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
  display: block;
  position: relative;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
  font-weight: 700;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
  display: block;
  margin-top: 12px;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li {
  margin: 0 10px 10px 0 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error) {
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 0;
  padding: 10px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):hover,
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):focus {
  border-color: #ddd;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image {
  display: block;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label {
  border-color: #666 !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
  display: block;
  margin-top: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
  margin: 0 0 20px 0;
  overflow: hidden;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  float: left;
  margin: 0 20px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
  margin: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #ddd;
  width: 40px;
  height: 40px;
  color: #666;
  line-height: 40px;
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
  color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
  float: left;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
  display: block;
  position: relative;
  margin: 0 0 16px 0;
  background-color: #ddd;
  height: 6px;
  text-indent: -9999px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  width: 0;
  height: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
  font-size: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  display: block;
  position: relative;
  margin: 5px 0 0;
  border-radius: 10px;
  background-color: #ddd;
  width: 100%;
  height: 18px;
  overflow: hidden;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option {
  color: inherit;
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option.placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field-select select > option[disabled] {
  opacity: 0.5;
  color: inherit;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
  padding-left: 6px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
  padding: 0;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option.placeholder,
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option[disabled] {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

div.wpforms-container-full .wpforms-form .choices {
  color: #333;
  font-size: 16px;
}

div.wpforms-container-full .wpforms-form .choices .choices__list--single {
  font-size: 1em;
  line-height: normal;
}

div.wpforms-container-full .wpforms-form .choices .choices__inner {
  min-height: 38px;
}

div.wpforms-container-full .wpforms-form .choices input.choices__input {
  display: inline-block;
  height: auto;
  line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .choices ::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

div.wpforms-container-full .wpforms-form .choices ::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}

div.wpforms-container-full .wpforms-form .choices :-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

div.wpforms-container-full .wpforms-notice {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-left-width: 12px;
  background-color: #fff;
  padding: 20px 36px 20px 26px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 290486px;
  background-color: rgba(10, 10, 10, 0.2);
  padding: 0;
  width: 20px;
  height: 20px;
  user-select: none;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before,
div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: #fff;
  content: "";
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
  width: 50%;
  height: 2px;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
  width: 2px;
  height: 50%;
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:hover,
div.wpforms-container-full .wpforms-notice .wpforms-delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

div.wpforms-container-full .wpforms-notice a {
  text-decoration: underline;
}

div.wpforms-container-full .wpforms-notice p {
  margin: 0 0 20px 0;
}

div.wpforms-container-full .wpforms-notice p:last-of-type {
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-info {
  border-color: #3273dc;
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-success {
  border-color: #23d160;
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-warning {
  border-color: #ffdd57;
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-error {
  border-color: #ff3860;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
  margin-top: 20px;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
  margin-right: 20px;
  border: 2px solid;
  padding: 5px;
  text-decoration: none;
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
  color: #fff;
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
  background-color: #3273dc;
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
  background-color: #23d160;
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
  background-color: #ffdd57;
  color: inherit;
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
  background-color: #ff3860;
}

div.wpforms-container-full {
  margin-bottom: 24px;
}

div.wpforms-container-full .wpforms-form h3 {
  font-size: 24px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-hp {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
  display: none;
  padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
  clip: rect(0, 0, 0, 0) !important;
  word-wrap: normal !important;
  position: absolute !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

div.wpforms-container-full .wpforms-form .wpforms-limit-text {
  display: block;
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
    overflow-x: hidden;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field > * {
    max-width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    max-width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    float: none;
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    margin: 0 10px 0 0;
  }
  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
    display: block;
    width: 100%;
  }
  div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
    width: 100%;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    margin: 20px 0 15px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
  }
}
body.rtl .wpforms-field-phone input[type=tel] {
  direction: ltr;
  unicode-bidi: embed;
  text-align: right;
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first {
  float: right;
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first + .wpforms-one-half {
  margin-right: 4%;
  margin-left: 0;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  box-sizing: border-box;
  border-radius: 4px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  width: 100%;
  max-width: 1280px;
  max-height: 720px;
  overflow-y: auto;
}

.modal__header {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__close {
  border: 0;
  background: transparent;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__btn {
  -webkit-appearance: button;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
  cursor: pointer;
  margin: 0;
  border-width: 0;
  border-style: none;
  border-radius: 0.25rem;
  background-color: #e6e6e6;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  overflow: visible;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 1.15;
  text-transform: none;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.transition-fade {
  -webkit-transition: 0.4s;
  opacity: 1;
  transition: 0.4s;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.pagination {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .pagination {
    margin-top: min(5vw, 3.75rem);
  }
}
.pagination .nav-links {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links {
    gap: min(1.6666666667vw, 1.25rem);
  }
}
.pagination .nav-links .page-numbers {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: clamp(1.25rem, 8vw, 1.875rem);
  height: clamp(1.25rem, 8vw, 1.875rem);
  font-weight: bold;
  font-size: clamp(0.6875rem, 3.7333333333vw, 0.875rem);
}
@media print, screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers {
    width: min(5vw, 3.75rem);
    height: min(5vw, 3.75rem);
    font-size: min(2vw, 1.5rem);
  }
}
.pagination .nav-links .page-numbers::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers::before {
    -webkit-transition: background 0.4s, width 0.4s, height 0.4s;
    transition: background 0.4s, width 0.4s, height 0.4s;
    width: calc(100% - 0.1875rem);
    height: calc(100% - 0.1875rem);
  }
}
.pagination .nav-links .page-numbers span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers[href]:hover::before {
    background: var(--blur-color);
    width: calc(100% + 3px);
    height: calc(100% + 3px);
  }
}
.pagination .nav-links .page-numbers.current::before {
  display: none;
}
.pagination .nav-links .page-numbers.current span {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: none;
  background-clip: unset;
  color: var(--color-white);
}
.pagination .nav-links .page-numbers.dots {
  background: none;
  width: auto;
}
.pagination .nav-links .page-numbers.dots span {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: none;
  background-clip: unset;
  color: inherit;
}
.pagination .nav-links .page-numbers.dots::before {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers.dots:hover {
    background: none;
  }
}
.pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
}
.pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
  display: block;
  position: relative;
  margin-left: 0.1875rem;
  background: url("/assets/images/icon_chevron.svg") no-repeat left top/100% 100%;
  width: 0.4375rem;
  height: 0.8125rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers.prev::after, .pagination .nav-links .page-numbers.next::after {
    width: 0.875rem;
    height: 1.625rem;
  }
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers.prev::after[href]:hover, .pagination .nav-links .page-numbers.next::after[href]:hover {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  .pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
    -webkit-animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    text-decoration: underline;
  }
}
.pagination .nav-links .page-numbers.prev.prev, .pagination .nav-links .page-numbers.next.prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-textLink {
  color: var(--primary-color);
  text-decoration: underline;
}
@media print, screen and (min-width: 576px) {
  .c-textLink:hover {
    text-decoration: none;
  }
}

.c-button {
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 2.0625rem;
  background: -webkit-linear-gradient(285deg, var(--gradient-upper-color) 13.28%, var(--gradient-bottom-color) 82.8%);
  background: linear-gradient(165deg, var(--gradient-upper-color) 13.28%, var(--gradient-bottom-color) 82.8%);
  padding: 0.75rem;
  max-width: 15.9375rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .c-button {
    border-radius: 3.125rem;
    padding: 1rem;
    max-width: 28.75rem;
    font-size: 1.5rem;
  }
}
.c-button::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
  border-radius: 1.9375rem;
  background-color: var(--color-white);
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-button::before {
    border-radius: 3rem;
  }
}
.c-button::after {
  -webkit-transform: translate(-0.875rem, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0.875rem, -50%);
  background: url("/assets/images/icon_circlearrow.png") no-repeat left top/100% 100%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-button::after {
    -webkit-transform: translate(-1.5rem, -50%);
    transform: translate(-1.5rem, -50%);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-button.-disabled {
  background: var(--blur-color);
  pointer-events: none;
}
.c-button.-disabled::after {
  z-index: 10;
  background-image: url("/assets/images/icon_circlearrow_c.png");
}
.c-button.-disabled .c-button_text {
  color: #d4d4d8;
}
@media print, screen and (min-width: 576px) {
  .c-button:hover::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 576px) {
  .c-button:hover::after {
    z-index: 10;
    background-image: url("/assets/images/icon_circlearrow_b.png");
  }
}
.c-button:hover .c-button_text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}

.c-button_text {
  -webkit-transition: background 0.4s;
  position: relative;
  z-index: 10;
  transition: background 0.4s;
  color: var(--color-white);
}

.c-icon-circleArrow {
  position: relative;
  border-radius: 50%;
  background-image: var(--gradient-bg);
  width: 1.875rem;
  height: 1.875rem;
}
@media print, screen and (min-width: 576px) {
  .c-icon-circleArrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.c-icon-circleArrow::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-icon-circleArrow::before {
    -webkit-transition: background 0.4s, width 0.4s, height 0.4s;
    transition: background 0.4s, width 0.4s, height 0.4s;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.c-icon-circleArrow::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/images/icon_arrow.svg") no-repeat left top/100% 100%;
  width: 0.8125rem;
  height: 0.625rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-icon-circleArrow::after {
    width: 1.5rem;
    height: 1.125rem;
  }
}
.c-icon-circleArrow.-back {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-back-button {
  -webkit-box-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 2.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .c-back-button {
    gap: 1.5rem;
    margin-top: 3.125rem;
    font-size: 1.25rem;
  }
}
.c-back-button span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
@media print, screen and (min-width: 576px) {
  .c-back-button:hover .c-icon-circleArrow::before {
    background: var(--blur-color);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
.c-back-button:first-child {
  margin-top: 0;
}

.c-back-buttonWrap {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 576px) {
  .c-back-buttonWrap {
    margin-top: 2.5rem;
  }
}
.c-back-buttonWrap .c-back-button {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .c-back-buttonWrap .c-back-button {
    font-size: 1.25rem;
  }
}
.c-back-buttonWrap .c-icon-circleArrow {
  width: 2.5rem;
  height: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .c-back-buttonWrap .c-icon-circleArrow {
    width: 3.125rem;
    height: 3.125rem;
  }
  .c-back-buttonWrap .c-icon-circleArrow::after {
    width: 1.5rem;
    height: 1.125rem;
  }
}

.c-strongLead {
  margin-bottom: 1.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media print, screen and (min-width: 576px) {
  .c-strongLead {
    margin-bottom: 2.375rem;
    font-size: 1.5rem;
    line-height: 1.67;
  }
}

.c-richButton {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: min(39.4666666667vw, 9.25rem);
  height: min(39.4666666667vw, 9.25rem);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .c-richButton {
    -webkit-transition: background 0.3s, border 0.3s;
    gap: min(1vw, 0.75rem);
    transition: background 0.3s, border 0.3s;
    border-width: 0.125rem;
    width: clamp(9.25rem, min(23.3333333333vw, 17.5rem), 17.5rem);
    height: clamp(9.25rem, min(23.3333333333vw, 17.5rem), 17.5rem);
    font-size: clamp(0.875rem, min(2vw, 1.5rem), 1.5rem);
  }
}
@media print, screen and (min-width: 576px) {
  .c-richButton:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.c-richButton i {
  display: block;
  position: relative;
  width: 1rem;
  height: 0.6875rem;
}
@media print, screen and (min-width: 576px) {
  .c-richButton i {
    width: 1.875rem;
    height: 1.375rem;
  }
}
.c-richButton i::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
  width: 100%;
  height: 0.0625rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-richButton i::before {
    height: 0.125rem;
  }
}
.c-richButton i::after {
  -webkit-transform: translate(-0.0625rem, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0.0625rem, -50%) rotate(45deg);
  border-top: 0.0625rem solid var(--color-white);
  border-right: 0.0625rem solid var(--color-white);
  width: 0.4375rem;
  height: 0.4375rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-richButton i::after {
    border-top-width: 0.125rem;
    border-right-width: 0.125rem;
    width: 1rem;
    height: 1rem;
  }
}

.c-categoryTabs {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  gap: min(4.2666666667vw, 1rem);
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .c-categoryTabs {
    gap: 1.5625rem;
  }
}

.c-categoryTabs_item {
  position: relative;
}
.c-categoryTabs_item::after {
  -webkit-transition: width 0.3s ease;
  display: block;
  position: absolute;
  transition: width 0.3s ease;
  background: var(--gradient-bg);
  width: 0;
  height: 2px;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-categoryTabs_item:hover::after {
    width: 100%;
  }
}
.c-categoryTabs_item.is-current .c-categoryTabs_tab {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
.c-categoryTabs_item.is-current::after {
  width: 100%;
}

.c-categoryTabs_tab {
  display: inline-block;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: clamp(0.6875rem, 3.7333333333vw, 0.875rem);
}
@media print, screen and (min-width: 768px) {
  .c-categoryTabs_tab {
    padding-bottom: 0.3rem;
    font-size: min(1.6666666667vw, 1.25rem);
  }
}

.c-headingLv2 {
  margin-top: 2.25rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .c-headingLv2 {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

.l-fixedHeader {
  position: static;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-fixedHeader .header_logo {
  -webkit-transition: var(--ease-out-cubic);
  visibility: hidden;
  opacity: 0;
  transition: var(--ease-out-cubic);
}
@media print, screen and (min-width: 900px) {
  .l-fixedHeader .header_logo {
    visibility: visible;
    opacity: 1;
  }
}
.l-slideMenu[hidden] ~ .l-fixedHeader .header_logo {
  visibility: visible;
  opacity: 1;
}

.l-slideMenu {
  -webkit-transition: var(--ease-out-cubic);
  position: fixed;
  top: 0;
  left: 0;
  transition: var(--ease-out-cubic);
  width: 100%;
  height: 100vh;
  text-align: center;
}
@media print, screen and (min-width: 900px) {
  .l-slideMenu {
    display: none;
  }
}
.l-slideMenu[hidden] {
  -webkit-transform: translateX(100%);
  display: block;
  transform: translateX(100%);
}
@media print, screen and (min-width: 900px) {
  .l-slideMenu[hidden] {
    display: none;
  }
}

.l-slideMenu_contents {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-slideMenu_globalNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media (orientation: landscape) {
  .l-slideMenu_globalNav {
    gap: min(5.8666666667vh, 2.5rem);
    font-size: min(4.2666666667vh, 1.25rem);
  }
}

.l-contents {
  -webkit-transform: translateX(-100%);
  -webkit-transition: var(--ease-out-cubic);
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: var(--ease-out-cubic);
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .l-contents {
    -webkit-transform: unset;
    transform: unset;
    overflow: unset;
  }
}
.l-contents::before {
  display: none;
  width: 100%;
  height: min(18.6666666667vw, 4.375rem);
  content: "";
}
@media print, screen and (min-width: 900px) {
  .l-contents::before {
    height: min(21.3333333333vw, 5rem);
  }
}
.l-slideMenu[hidden] ~ .l-contents {
  -webkit-transform: unset;
  transform: unset;
  overflow: unset;
}

.l-sectionHeader {
  margin-right: 1.875rem;
  margin-left: 1.875rem;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader.-large {
    margin-top: 2.5rem;
  }
}
.l-sectionHeader.-large .l-sectionHeader_heading[lang=en] {
  font-size: 13.3333333333vw;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader.-large .l-sectionHeader_heading[lang=en] {
    font-size: clamp(3.125rem, min(13.3333333333vw, 10rem), 10rem);
  }
}
.l-sectionHeader.-large .l-sectionHeader_heading:not([lang]) {
  margin-top: -1.6vw;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader.-large .l-sectionHeader_heading:not([lang]) {
    margin-top: -0.6em;
  }
}

.l-sectionHeader_heading {
  line-height: 1;
}
.l-sectionHeader_heading[lang=en] {
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  color: transparent;
  font-weight: 700;
  font-size: 10.1333333333vw;
  font-family: var(--font-opensans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader_heading[lang=en] {
    font-size: clamp(3.125rem, min(10vw, 7.5rem), 7.5rem);
  }
}
.l-sectionHeader_heading:not([lang]) {
  margin-top: -2.6666666667vw;
  font-weight: 700;
  font-size: 6.4vw;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader_heading:not([lang]) {
    margin-top: -0.73em;
    font-size: clamp(1.5rem, min(5vw, 3.75rem), 3.75rem);
  }
}
.l-sectionHeader_heading:not([lang]):first-child {
  margin-top: 3.7333333333vw;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader_heading:not([lang]):first-child {
    margin-top: min(6.3333333333vw, 4.75rem);
  }
}

.l-sectionHeader_lead {
  margin-top: 1.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.857;
  letter-spacing: normal;
}
@media print, screen and (min-width: 576px) {
  .l-sectionHeader_lead {
    margin-top: 2.625rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.l-sectionHeader_lead span {
  display: inline-block;
}

.l-pageSection:first-child {
  margin-top: 0.375rem;
}
@media print, screen and (min-width: 576px) {
  .l-pageSection:first-child {
    margin-top: min(-1.3333333333vw, -1rem);
  }
}
.l-pageSection + .l-pageSection {
  margin-top: 4.5rem;
}

.l-pageSection_body {
  margin-top: 12.2666666667vw;
  border-radius: min(6.4vw, 1.5rem) min(6.4vw, 1.5rem) 0 0;
  background-color: var(--color-white);
  padding: min(10.6666666667vw, 2.5rem) min(8vw, 1.875rem);
  color: var(--color-black);
}
@media print, screen and (min-width: 576px) {
  .l-pageSection_body {
    margin-top: min(7vw, 5.25rem);
    border-radius: min(5vw, 3.75rem) min(5vw, 3.75rem) 0 0;
    padding: min(5vw, 3.75rem);
  }
}
.l-pageSection_body.-wide {
  padding: min(8.3333333333vw, 6.25rem) min(5vw, 3.75rem);
}

@media print, screen and (min-width: 992px) {
  .l-pageSection_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 56.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-pageSection_inner.-wide {
    max-width: 75rem;
  }
}

.header {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: min(4vw, 0.9375rem);
}
@media print, screen and (min-width: 992px) {
  .header {
    -webkit-box-align: center;
    align-items: center;
    padding: min(1.6666666667vw, 1.25rem) min(3.3333333333vw, 2.5rem);
  }
}

.header_logo {
  display: block;
}

.header_logoImg {
  width: min(25.0666666667vw, 5.875rem);
}
@media print, screen and (min-width: 576px) {
  .header_logoImg {
    width: min(11.75vw, 8.8125rem);
  }
}

.header_slideTrigger {
  -webkit-transition: all 0.4s;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  appearance: none;
  transition: all 0.4s;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  background: none;
  width: 30px;
  height: 13px;
}
@media print, screen and (min-width: 900px) {
  .header_slideTrigger {
    display: none;
  }
}
.header_slideTrigger span {
  -webkit-transition: all 0.4s;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.header_slideTrigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.45s forwards;
  top: 0;
  animation: menu-bar01 0.45s forwards;
}
.header_slideTrigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  top: 6px;
  opacity: 1;
  transition: all 0.25s 0.25s;
  width: 80%;
}
.header_slideTrigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.45s forwards;
  bottom: 0;
  animation: menu-bar02 0.45s forwards;
  width: 60%;
}
.header_slideTrigger[aria-expanded=true] span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.45s forwards;
  animation: active-menu-bar01 0.45s forwards;
}
.header_slideTrigger[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
.header_slideTrigger[aria-expanded=true] span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.45s forwards;
  animation: active-menu-bar03 0.45s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 57%;
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    width: 100%;
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 57%;
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    width: 100%;
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 57%;
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 57%;
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 57%;
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 57%;
  }
}
.header_globalNav {
  display: none;
}
@media print, screen and (min-width: 900px) {
  .header_globalNav {
    display: -webkit-box;
    display: flex;
    gap: min(2.7777777778vw, 2.5rem);
    font-weight: 700;
    font-size: clamp(0.8125rem, min(1.3333333333vw, 1rem), 1rem);
  }
}

.header_globalNav_button {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .header_globalNav_button::after {
    -webkit-transition: width 0.3s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
    background-color: var(--color-white);
    width: 0;
    height: 0.125rem;
    content: "";
  }
}
@media print, screen and (min-width: 576px) {
  .header_globalNav_button:hover::after {
    width: 100%;
  }
}

.footer {
  padding: min(21.3333333333vw, 5rem) min(8vw, 1.875rem);
}
@media print, screen and (min-width: 576px) {
  .footer {
    margin-right: auto;
    margin-left: auto;
    padding: min(6.6666666667vw, 5rem) min(2.5vw, 1.875rem);
    width: min(83.3333333333vw, 75rem);
  }
}

.footer_heading {
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  -webkit-transform: translateX(-1.875rem);
  transform: translateX(-1.875rem);
  width: 100vw;
  color: transparent;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  font-family: var(--font-opensans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 576px) {
  .footer_heading {
    -webkit-transform: translateX(-7.875rem);
    transform: translateX(-7.875rem);
    margin-top: 3.125rem;
    width: calc(100% + 7.875rem);
    font-size: clamp(8.125rem, min(16.6666666667vw, 12.5rem), 12.5rem);
  }
}

.footer_lead {
  margin-top: -1.375rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 576px) {
  .footer_lead {
    margin-top: -1em;
    font-size: clamp(2.5rem, min(5vw, 3.75rem), 3.75rem);
    letter-spacing: 0.1em;
  }
}

.footer_conversion {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 576px) {
  .footer_conversion {
    -webkit-box-pack: end;
    justify-content: flex-end;
    gap: 2.5rem;
  }
}
.footer_conversion + .footer_navigations {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .footer_conversion + .footer_navigations {
    margin-top: 5.875rem;
  }
}

@media print, screen and (min-width: 576px) {
  .footer_navigations {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-template-areas: "global global" "sub copy";
  }
}

.footer_globalNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .footer_globalNav {
    display: -webkit-box;
    display: flex;
    grid-area: global;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    font-size: clamp(0.875rem, min(1.3333333333vw, 1rem), 1rem);
    line-height: 2;
  }
}

.footer_subNav {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .footer_subNav {
    grid-area: sub;
    align-self: end;
    margin-top: 0;
    font-size: clamp(0.875rem, min(1.3333333333vw, 1rem), 1rem);
  }
}

.footer_copy {
  margin-top: 0.625rem;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .footer_copy {
    grid-area: copy;
    align-self: end;
    margin-top: 0;
    font-size: clamp(0.75rem, min(1.1666666667vw, 0.875rem), 0.875rem);
  }
}
@media print, screen and (min-width: 576px){
  .footer_globalNav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .footer_subNav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer_copy {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.footer_copySmall {
  font-size: 1em;
}

.footer_globalNav_button {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .footer_globalNav_button::after {
    -webkit-transition: width 0.3s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
    background-color: var(--color-white);
    width: 0;
    height: 0.125rem;
    content: "";
  }
}
@media print, screen and (min-width: 576px) {
  .footer_globalNav_button:hover::after {
    width: 100%;
  }
}

.m-newsList {
  margin-top: 2rem;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media print, screen and (min-width: 992px) {
  .m-newsList {
    margin-top: 2.5rem;
  }
}
.m-newsList:first-child {
  margin-top: 0;
  border-top: none;
}
.m-newsList:first-child .m-newsList_item:first-child .m-newsList_link {
  padding-top: 0;
}
.c-headingLv2 + .m-newsList {
  margin-top: 0.875rem;
}
@media print, screen and (min-width: 576px) {
  .c-headingLv2 + .m-newsList {
    margin-top: 1.25rem;
  }
}

.m-newsList_item + .m-newsList_item {
  border-top: 1px solid var(--border-color);
}

.m-newsList_link {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "date category category" "title title arrow";
  gap: 0.3125rem 0.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .m-newsList_link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.m-newsList.-simple .m-newsList_link {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow";
}
.m-newsList_link .c-icon-circleArrow {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: arrow;
  align-self: center;
}
@media print, screen and (min-width: 576px) {
  .m-newsList_link:hover .c-icon-circleArrow::before {
    background: var(--blur-color);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}

.m-newsList_date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  font-weight: bold;
  font-size: clamp(0.6875rem, 3.2vw, 0.75rem);
}

.p-top_newsItem > .m-newsList_date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media print, screen and (min-width: 992px) {
  .m-newsList_date {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.m-newsList_category {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: category;
  font-weight: bold;
  font-size: clamp(0.6875rem, 3.2vw, 0.75rem);
}
@media print, screen and (min-width: 992px) {
  .m-newsList_category {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.m-newsList_title {
  font-weight: bold;
  font-size: clamp(0.8125rem, 3.7333333333vw, 0.875rem);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .m-newsList_title {
    font-size: 1.125rem;
  }
}
.m-newsList.-simple .m-newsList_title {
  align-self: center;
}

.m-newsList_text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  grid-area: title;
  align-self: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: clamp(0.8125rem, 3.7333333333vw, 0.875rem);
  line-height: 1.857;
}

.m-newsList.-simple .m-newsList_link > .m-newsList_text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-top_newsItem > .m-newsList_text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media print, screen and (min-width: 992px) {
  .m-newsList_text {
    margin-right: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 576px) {
  .c-news-list__item-link:hover .m-newsList_text {
    text-decoration: underline;
  }
}

.m-postDetail_header {
  display: -webkit-box;
  display: flex;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_header {
    font-size: 1rem;
  }
}

.m-postDetail_date {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_date {
    font-size: 1rem;
  }
}

.m-postDetail_category {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_category {
    font-size: 1rem;
  }
}

.m-postDetail_title {
  margin-top: 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.m-postDetail_share {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  vertical-align: top;
  gap: 0.375rem;
  margin-top: 0.625rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_share {
    gap: 0.625rem;
    margin-top: 1rem;
  }
}

.m-postDetail_share_heading {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_share_heading {
    margin-right: 0.625rem;
    font-size: 0.9375rem;
  }
}

.m-postDetail_share_image {
  width: 1.25rem;
  height: 1.25rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_share_image {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.m-postDetail_section {
  margin-top: 2.5rem;
}
.m-postDetail_section p + p, .m-postDetail_section p + ul, .m-postDetail_section p + ol, .m-postDetail_section p + blockquote, .m-postDetail_section p + .wp-block-button, .m-postDetail_section p + .wp-block-buttons {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section p + p, .m-postDetail_section p + ul, .m-postDetail_section p + ol, .m-postDetail_section p + blockquote, .m-postDetail_section p + .wp-block-button, .m-postDetail_section p + .wp-block-buttons {
    margin-top: 1.25rem;
  }
}
.m-postDetail_section p + h1, .m-postDetail_section p + h2 {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section p + h1, .m-postDetail_section p + h2 {
    margin-top: 3.4375rem;
  }
}
.m-postDetail_section p + h3, .m-postDetail_section p + h4, .m-postDetail_section p + h5, .m-postDetail_section p + h6, .m-postDetail_section p + figure, .m-postDetail_section p + img {
  margin-top: 1.75rem;
}
.m-postDetail_section h1,
.m-postDetail_section h2 {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.4375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section h1,
.m-postDetail_section h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.m-postDetail_section h1::before,
.m-postDetail_section h2::before {
  -webkit-transform: translateY(1px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  background-image: var(--gradient-bg);
  width: 100%;
  height: 1px;
  content: "";
}
.m-postDetail_section h1 span,
.m-postDetail_section h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
.m-postDetail_section h1 + p, .m-postDetail_section h1 + figure, .m-postDetail_section h1 + img, .m-postDetail_section h1 + ol, .m-postDetail_section h1 + ul, .m-postDetail_section h1 + blockquote, .m-postDetail_section h1 + .wp-block-button, .m-postDetail_section h1 + .wp-block-buttons,
.m-postDetail_section h2 + p,
.m-postDetail_section h2 + figure,
.m-postDetail_section h2 + img,
.m-postDetail_section h2 + ol,
.m-postDetail_section h2 + ul,
.m-postDetail_section h2 + blockquote,
.m-postDetail_section h2 + .wp-block-button,
.m-postDetail_section h2 + .wp-block-buttons {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section h1 + p, .m-postDetail_section h1 + figure, .m-postDetail_section h1 + img, .m-postDetail_section h1 + ol, .m-postDetail_section h1 + ul, .m-postDetail_section h1 + blockquote, .m-postDetail_section h1 + .wp-block-button, .m-postDetail_section h1 + .wp-block-buttons,
.m-postDetail_section h2 + p,
.m-postDetail_section h2 + figure,
.m-postDetail_section h2 + img,
.m-postDetail_section h2 + ol,
.m-postDetail_section h2 + ul,
.m-postDetail_section h2 + blockquote,
.m-postDetail_section h2 + .wp-block-button,
.m-postDetail_section h2 + .wp-block-buttons {
    margin-top: 1.25rem;
  }
}
.m-postDetail_section h1 + h1, .m-postDetail_section h1 + h2, .m-postDetail_section h1 + h3, .m-postDetail_section h1 + h4, .m-postDetail_section h1 + h5, .m-postDetail_section h1 + h6,
.m-postDetail_section h2 + h1,
.m-postDetail_section h2 + h2,
.m-postDetail_section h2 + h3,
.m-postDetail_section h2 + h4,
.m-postDetail_section h2 + h5,
.m-postDetail_section h2 + h6 {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section h1 + h1, .m-postDetail_section h1 + h2, .m-postDetail_section h1 + h3, .m-postDetail_section h1 + h4, .m-postDetail_section h1 + h5, .m-postDetail_section h1 + h6,
.m-postDetail_section h2 + h1,
.m-postDetail_section h2 + h2,
.m-postDetail_section h2 + h3,
.m-postDetail_section h2 + h4,
.m-postDetail_section h2 + h5,
.m-postDetail_section h2 + h6 {
    margin-top: 1.25rem;
  }
}
.m-postDetail_section h3,
.m-postDetail_section h4,
.m-postDetail_section h5,
.m-postDetail_section h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section h3,
.m-postDetail_section h4,
.m-postDetail_section h5,
.m-postDetail_section h6 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.m-postDetail_section h3 + p, .m-postDetail_section h3 + ul, .m-postDetail_section h3 + ol, .m-postDetail_section h3 + blockquote,
.m-postDetail_section h4 + p,
.m-postDetail_section h4 + ul,
.m-postDetail_section h4 + ol,
.m-postDetail_section h4 + blockquote,
.m-postDetail_section h5 + p,
.m-postDetail_section h5 + ul,
.m-postDetail_section h5 + ol,
.m-postDetail_section h5 + blockquote,
.m-postDetail_section h6 + p,
.m-postDetail_section h6 + ul,
.m-postDetail_section h6 + ol,
.m-postDetail_section h6 + blockquote {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section h3 + p, .m-postDetail_section h3 + ul, .m-postDetail_section h3 + ol, .m-postDetail_section h3 + blockquote,
.m-postDetail_section h4 + p,
.m-postDetail_section h4 + ul,
.m-postDetail_section h4 + ol,
.m-postDetail_section h4 + blockquote,
.m-postDetail_section h5 + p,
.m-postDetail_section h5 + ul,
.m-postDetail_section h5 + ol,
.m-postDetail_section h5 + blockquote,
.m-postDetail_section h6 + p,
.m-postDetail_section h6 + ul,
.m-postDetail_section h6 + ol,
.m-postDetail_section h6 + blockquote {
    margin-top: 1.25rem;
  }
}
.m-postDetail_section h3 + h1, .m-postDetail_section h3 + h2, .m-postDetail_section h3 + h3, .m-postDetail_section h3 + h4, .m-postDetail_section h3 + h5, .m-postDetail_section h3 + h6,
.m-postDetail_section h4 + h1,
.m-postDetail_section h4 + h2,
.m-postDetail_section h4 + h3,
.m-postDetail_section h4 + h4,
.m-postDetail_section h4 + h5,
.m-postDetail_section h4 + h6,
.m-postDetail_section h5 + h1,
.m-postDetail_section h5 + h2,
.m-postDetail_section h5 + h3,
.m-postDetail_section h5 + h4,
.m-postDetail_section h5 + h5,
.m-postDetail_section h5 + h6,
.m-postDetail_section h6 + h1,
.m-postDetail_section h6 + h2,
.m-postDetail_section h6 + h3,
.m-postDetail_section h6 + h4,
.m-postDetail_section h6 + h5,
.m-postDetail_section h6 + h6 {
  margin-top: var(--s-space);
}
.m-postDetail_section figure + p, .m-postDetail_section figure + figure, .m-postDetail_section figure + img, .m-postDetail_section figure + ul, .m-postDetail_section figure + ol, .m-postDetail_section figure + blockquote, .m-postDetail_section figure + .wp-block-button, .m-postDetail_section figure + .wp-block-buttons,
.m-postDetail_section img + p,
.m-postDetail_section img + figure,
.m-postDetail_section img + img,
.m-postDetail_section img + ul,
.m-postDetail_section img + ol,
.m-postDetail_section img + blockquote,
.m-postDetail_section img + .wp-block-button,
.m-postDetail_section img + .wp-block-buttons,
.m-postDetail_section ul + p,
.m-postDetail_section ul + figure,
.m-postDetail_section ul + img,
.m-postDetail_section ul + ul,
.m-postDetail_section ul + ol,
.m-postDetail_section ul + blockquote,
.m-postDetail_section ul + .wp-block-button,
.m-postDetail_section ul + .wp-block-buttons,
.m-postDetail_section ol + p,
.m-postDetail_section ol + figure,
.m-postDetail_section ol + img,
.m-postDetail_section ol + ul,
.m-postDetail_section ol + ol,
.m-postDetail_section ol + blockquote,
.m-postDetail_section ol + .wp-block-button,
.m-postDetail_section ol + .wp-block-buttons,
.m-postDetail_section blockquote + p,
.m-postDetail_section blockquote + figure,
.m-postDetail_section blockquote + img,
.m-postDetail_section blockquote + ul,
.m-postDetail_section blockquote + ol,
.m-postDetail_section blockquote + blockquote,
.m-postDetail_section blockquote + .wp-block-button,
.m-postDetail_section blockquote + .wp-block-buttons,
.m-postDetail_section .wp-block-button + p,
.m-postDetail_section .wp-block-button + figure,
.m-postDetail_section .wp-block-button + img,
.m-postDetail_section .wp-block-button + ul,
.m-postDetail_section .wp-block-button + ol,
.m-postDetail_section .wp-block-button + blockquote,
.m-postDetail_section .wp-block-button + .wp-block-button,
.m-postDetail_section .wp-block-button + .wp-block-buttons,
.m-postDetail_section .wp-block-buttons + p,
.m-postDetail_section .wp-block-buttons + figure,
.m-postDetail_section .wp-block-buttons + img,
.m-postDetail_section .wp-block-buttons + ul,
.m-postDetail_section .wp-block-buttons + ol,
.m-postDetail_section .wp-block-buttons + blockquote,
.m-postDetail_section .wp-block-buttons + .wp-block-button,
.m-postDetail_section .wp-block-buttons + .wp-block-buttons {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section figure + p, .m-postDetail_section figure + figure, .m-postDetail_section figure + img, .m-postDetail_section figure + ul, .m-postDetail_section figure + ol, .m-postDetail_section figure + blockquote, .m-postDetail_section figure + .wp-block-button, .m-postDetail_section figure + .wp-block-buttons,
.m-postDetail_section img + p,
.m-postDetail_section img + figure,
.m-postDetail_section img + img,
.m-postDetail_section img + ul,
.m-postDetail_section img + ol,
.m-postDetail_section img + blockquote,
.m-postDetail_section img + .wp-block-button,
.m-postDetail_section img + .wp-block-buttons,
.m-postDetail_section ul + p,
.m-postDetail_section ul + figure,
.m-postDetail_section ul + img,
.m-postDetail_section ul + ul,
.m-postDetail_section ul + ol,
.m-postDetail_section ul + blockquote,
.m-postDetail_section ul + .wp-block-button,
.m-postDetail_section ul + .wp-block-buttons,
.m-postDetail_section ol + p,
.m-postDetail_section ol + figure,
.m-postDetail_section ol + img,
.m-postDetail_section ol + ul,
.m-postDetail_section ol + ol,
.m-postDetail_section ol + blockquote,
.m-postDetail_section ol + .wp-block-button,
.m-postDetail_section ol + .wp-block-buttons,
.m-postDetail_section blockquote + p,
.m-postDetail_section blockquote + figure,
.m-postDetail_section blockquote + img,
.m-postDetail_section blockquote + ul,
.m-postDetail_section blockquote + ol,
.m-postDetail_section blockquote + blockquote,
.m-postDetail_section blockquote + .wp-block-button,
.m-postDetail_section blockquote + .wp-block-buttons,
.m-postDetail_section .wp-block-button + p,
.m-postDetail_section .wp-block-button + figure,
.m-postDetail_section .wp-block-button + img,
.m-postDetail_section .wp-block-button + ul,
.m-postDetail_section .wp-block-button + ol,
.m-postDetail_section .wp-block-button + blockquote,
.m-postDetail_section .wp-block-button + .wp-block-button,
.m-postDetail_section .wp-block-button + .wp-block-buttons,
.m-postDetail_section .wp-block-buttons + p,
.m-postDetail_section .wp-block-buttons + figure,
.m-postDetail_section .wp-block-buttons + img,
.m-postDetail_section .wp-block-buttons + ul,
.m-postDetail_section .wp-block-buttons + ol,
.m-postDetail_section .wp-block-buttons + blockquote,
.m-postDetail_section .wp-block-buttons + .wp-block-button,
.m-postDetail_section .wp-block-buttons + .wp-block-buttons {
    margin-top: 1.25rem;
  }
}
.m-postDetail_section figure + h1, .m-postDetail_section figure + h2, .m-postDetail_section figure + h3, .m-postDetail_section figure + h4, .m-postDetail_section figure + h5, .m-postDetail_section figure + h6,
.m-postDetail_section img + h1,
.m-postDetail_section img + h2,
.m-postDetail_section img + h3,
.m-postDetail_section img + h4,
.m-postDetail_section img + h5,
.m-postDetail_section img + h6,
.m-postDetail_section ul + h1,
.m-postDetail_section ul + h2,
.m-postDetail_section ul + h3,
.m-postDetail_section ul + h4,
.m-postDetail_section ul + h5,
.m-postDetail_section ul + h6,
.m-postDetail_section ol + h1,
.m-postDetail_section ol + h2,
.m-postDetail_section ol + h3,
.m-postDetail_section ol + h4,
.m-postDetail_section ol + h5,
.m-postDetail_section ol + h6,
.m-postDetail_section blockquote + h1,
.m-postDetail_section blockquote + h2,
.m-postDetail_section blockquote + h3,
.m-postDetail_section blockquote + h4,
.m-postDetail_section blockquote + h5,
.m-postDetail_section blockquote + h6,
.m-postDetail_section .wp-block-button + h1,
.m-postDetail_section .wp-block-button + h2,
.m-postDetail_section .wp-block-button + h3,
.m-postDetail_section .wp-block-button + h4,
.m-postDetail_section .wp-block-button + h5,
.m-postDetail_section .wp-block-button + h6,
.m-postDetail_section .wp-block-buttons + h1,
.m-postDetail_section .wp-block-buttons + h2,
.m-postDetail_section .wp-block-buttons + h3,
.m-postDetail_section .wp-block-buttons + h4,
.m-postDetail_section .wp-block-buttons + h5,
.m-postDetail_section .wp-block-buttons + h6 {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section figure + h1, .m-postDetail_section figure + h2,
.m-postDetail_section img + h1,
.m-postDetail_section img + h2,
.m-postDetail_section ul + h1,
.m-postDetail_section ul + h2,
.m-postDetail_section ol + h1,
.m-postDetail_section ol + h2,
.m-postDetail_section blockquote + h1,
.m-postDetail_section blockquote + h2,
.m-postDetail_section .wp-block-button + h1,
.m-postDetail_section .wp-block-button + h2,
.m-postDetail_section .wp-block-buttons + h1,
.m-postDetail_section .wp-block-buttons + h2 {
    margin-top: 3.4375rem;
  }
}
.m-postDetail_section figcaption {
  margin-top: 0.625rem;
  font-size: 0.8em;
  text-align: center;
}
.m-postDetail_section a {
  color: var(--primary-color);
  text-decoration: underline;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section a:hover {
    text-decoration: none;
  }
}
.m-postDetail_section ul:not(.blocks-gallery-grid) li {
  position: relative;
  padding-left: 1.3em;
}
.m-postDetail_section ul:not(.blocks-gallery-grid) li::before {
  position: absolute;
  top: 0.5625rem;
  left: 0.25rem;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section ul:not(.blocks-gallery-grid) li::before {
    top: 0.9375rem;
  }
}
.m-postDetail_section ol {
  counter-reset: item;
  margin-top: 0.3125rem;
}
.m-postDetail_section ol li {
  position: relative;
  padding-left: 2em;
}
.m-postDetail_section ol li::before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
}
.m-postDetail_section blockquote {
  margin: 0 0 0 0.625rem;
  border-left: solid 4px var(--border-color);
  padding: 0 1.25rem;
}
.m-postDetail_section blockquote cite {
  font-size: 0.8em;
}
.m-postDetail_section .wp-block-button .wp-block-button__link {
  position: relative;
  background-size: 1.4375rem;
  font-weight: 500;
  text-decoration: none;
}
.m-postDetail_section .wp-block-button .wp-block-button__link::after {
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  margin-left: 0.3125rem;
  background: url("/assets/images/icon_arrow_b.svg") repeat-x center right;
  background-size: 1.4375rem;
  width: 1.0625rem;
  height: 1.0625rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section .wp-block-button .wp-block-button__link::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.m-postDetail_section .wp-block-button .wp-block-button__link[target=_blank]::after {
  background: url("/assets/images/icon_blank.svg") repeat-x center right;
  background-size: 1.0625rem;
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section .wp-block-button .wp-block-button__link[target=_blank]::after {
    background-size: 1.25rem;
  }
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section .wp-block-button .wp-block-button__link:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section .wp-block-button .wp-block-button__link:hover:after {
    -webkit-animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  }
}
@media print, screen and (min-width: 576px) {
  .m-postDetail_section .wp-block-button .wp-block-button__link[target=_blank]:hover:after {
    -webkit-animation: none;
    -webkit-animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    animation: none;
    animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  }
}
.m-postDetail_section img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.p-top_headerWrap {
  position: relative;
}

.p-top_header {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.33vw;
  padding-left: 5.33vw;
  width: 80vw;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-top_header {
    font-size: clamp(1.125rem, min(2.3333333333vw, 1.75rem), 1.75rem);
  }
}

.p-top_mvHeading + p {
  margin-top: 0.75rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 576px) {
  .p-top_mvHeading + p {
    margin-top: 1.375rem;
  }
}

.p-top_mvHeadingImg {
  -webkit-filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.5));
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .p-top_mvHeadingImg {
    width: clamp(34.375rem, min(66.6666666667vw, 50rem), 50rem);
  }
}

.p-top_mv {
  margin-top: 2rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_mv {
    margin-top: 4.75rem;
  }
}
.p-top_mv img {
  width: 100%;
  height: auto;
}
.p-top_mv .splide__slide {
  -webkit-transition: opacity 0.4s;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.p-top_mv .splide__slide.is-visible {
  opacity: 1;
}
.p-top_mv .splide__pagination {
  bottom: 1.875rem;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  width: 80vw;
}
@media print, screen and (min-width: 992px) {
  .p-top_mv .splide__pagination {
    padding-right: 1.8vw;
    padding-left: 0.5vw;
    width: 80.3vw;
  }
}
.p-top_mv .splide__pagination li {
  position: relative;
  flex-basis: 100%;
  height: max(1.8666666667vw, 0.4375rem);
}
@media print, screen and (min-width: 992px) {
  .p-top_mv .splide__pagination li {
    height: min(1.3333333333vw, 1rem);
  }
}
.p-top_mv .splide__pagination li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  opacity: 0.3;
  background-color: var(--color-white);
  width: 100%;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-top_mv .splide__pagination li::before {
    height: 0.1875rem;
  }
}
.p-top_mv .splide__pagenation__line {
  -webkit-transform: translateY(-50%);
  -webkit-transition: width 0.1s linear;
  display: block;
  position: absolute;
  top: 50%;
  left: max(1.8666666667vw, 0.4375rem);
  transform: translateY(-50%);
  transition: width 0.1s linear;
  background-color: var(--color-white);
  width: 0;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-top_mv .splide__pagenation__line {
    left: min(1.3333333333vw, 1rem);
    height: 0.1875rem;
  }
}
.p-top_mv .splide__pagination__page {
  vertical-align: top;
  opacity: 1;
  margin: 0;
  background: var(--color-white);
  width: max(1.8666666667vw, 0.4375rem);
  height: max(1.8666666667vw, 0.4375rem);
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .p-top_mv .splide__pagination__page {
    width: min(1.3333333333vw, 1rem);
    height: min(1.3333333333vw, 1rem);
  }
}
.p-top_mv .splide__pagination__page.is-active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  background: var(--color-white);
}

.p-top_mvImage {
  border-radius: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .p-top_mvImage {
    border-radius: 3.75rem;
  }
}

.p-top_newsWrap {
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  width: 80vw;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsWrap {
    z-index: 100;
    margin-top: -1.25rem;
    margin-right: 2rem;
    width: 25rem;
    height: 9.625rem;
  }
}
.p-top_newsWrap .splide__arrow {
  -webkit-transform: translateY(75%);
  top: auto;
  bottom: 0;
  transform: translateY(75%);
  opacity: 1;
  background-image: var(--gradient-bg);
  width: 2rem;
  height: 2rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsWrap .splide__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-top_newsWrap .splide__arrow:hover {
  opacity: 1;
}
.p-top_newsWrap .splide__arrow:disabled {
  opacity: 0.5;
}
.p-top_newsWrap .splide__arrow::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color-white);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-top_newsWrap .splide__arrow::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.p-top_newsWrap .splide__arrow::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.0625rem;
  background: url("/assets/images/icon_chevron_thin.svg") no-repeat;
  width: 0.4375rem;
  height: 0.875rem;
  content: "";
}
.p-top_newsWrap .splide__arrow svg {
  display: none;
}
.p-top_newsWrap .splide__arrow--next {
  right: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsWrap .splide__arrow--next {
    right: 1.25rem;
  }
}
.p-top_newsWrap .splide__arrow--prev {
  right: 2.875rem;
  left: auto;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsWrap .splide__arrow--prev {
    right: 4.25rem;
  }
}
.p-top_newsWrap .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
  margin-right: 0.125rem;
  margin-left: 0;
}

.p-top_news {
  border-radius: 1.25rem;
  background-color: var(--color-white);
}
@media print, screen and (min-width: 576px) {
  .p-top_news {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 2.5rem;
    width: 25rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_news.-fixed {
    position: fixed;
    right: 1.875rem;
    bottom: 3.75rem;
    z-index: 100;
  }
}

.p-top_newsItem {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-template-areas: "date cat" "title title";
  gap: 0.625rem;
  border-radius: 1.25rem;
  padding: 1.125rem 1.25rem;
  color: var(--color-black);
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsItem {
    -webkit-transition: opacity 0.3s;
    gap: 1rem 0.875rem;
    transition: opacity 0.3s;
    border-radius: 2.5rem;
    padding: 2.5rem 2rem 2.25rem;
    color: #08bc8e;
    font-size: 0.875rem;
  }
}
.p-top_newsItem:hover {
  text-decoration: underline;
}

.p-top_newsDate {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
}

.p-top_newsItem > .p-top_newsDate {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-top_newsCat {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cat;
}

.p-top_newsTitle {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-size: 0.875rem;
}

.m-newsList.-simple .m-newsList_link > .p-top_newsTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-top_newsItem > .p-top_newsTitle {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsTitle {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-top_newsTitle_inner {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  background-image: var(--gradient-bg);
  background-clip: text;
  overflow: hidden;
  color: var(--gradient-upper-color);
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (min-width: 576px) {
  .p-top_newsTitle_inner {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
  }
}

.p-top_Lead {
  margin-top: 4.8125rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.857;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-top_Lead {
    margin-top: 3.875rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-top_LeadHeading {
  font-size: 1.375rem;
  line-height: 1.65;
}
@media print, screen and (min-width: 576px) {
  .p-top_LeadHeading {
    font-size: 3.75rem;
  }
}

.p-top_LeadDesc {
  margin-top: 1.4375rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_LeadDesc {
    margin-top: 2.6875rem;
  }
}

.p-top_sectionWrap {
  width: 100%;
  overflow: hidden;
}

.p-top_section {
  position: relative;
  margin-top: 4.375rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  overflow-x: hidden;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_section {
    margin-top: min(14.1666666667vw, 10.625rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: min(85.7142857143vw, 75rem);
    overflow: visible;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top_section.-signage .p-top_secHeading {
  -webkit-transform: translateX(-1.875rem);
  transform: translateX(-1.875rem);
  width: calc(100vw - 1.875rem);
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-signage .p-top_secHeading {
    -webkit-transform: translateX(min(10vw, 7.5rem));
    transform: translateX(min(10vw, 7.5rem));
    width: 100%;
    text-align: right;
  }
}
.p-top_section.-signage .p-top_secDesc {
  width: 13.75rem;
  text-align: justify;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-signage .p-top_secDesc {
    width: auto;
  }
}
.p-top_section.-signage .p-top_secColumns_image {
  -webkit-transform: translateX(12.5%);
  transform: translateX(12.5%);
  margin-right: -1.875rem;
  margin-left: auto;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-signage .p-top_secColumns_image {
    -webkit-transform: none;
    transform: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-top_section.-creative .p-top_secHeading {
  -webkit-transform: translateX(-50%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 3.75rem);
  text-align: center;
}
.p-top_section.-creative .p-top_secLead {
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-creative .p-top_secLead {
    margin-top: -3.75rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-creative .p-top_secDesc {
    text-align: center;
  }
}
.p-top_section.-creative .p-top_secDesc.-note {
  margin-top: 0.25rem;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-creative .p-top_secDesc.-note {
    margin-top: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-analysis .p-top_secColumns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    margin-top: -1em;
  }
}
.p-top_section.-analysis .p-top_secColumns_text {
  right: 1.875rem;
  left: auto;
}
.p-top_section.-analysis .p-top_secColumns_image {
  -webkit-transform: translateX(-12.5%);
  transform: translateX(-12.5%);
  margin-top: 6rem;
  margin-left: -1.875rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-analysis .p-top_secColumns_image {
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-top_section.-analysis .p-top_secHeading {
  -webkit-transform: translateX(-50%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 3.75rem);
  text-align: right;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-analysis .p-top_secHeading {
    -webkit-transform: translateX(min(-10vw, -7.5rem));
    left: 0;
    transform: translateX(min(-10vw, -7.5rem));
    width: 100%;
    text-align: left;
  }
}
.p-top_section.-analysis .p-top_secLead {
  text-align: right;
}
.p-top_section.-analysis .p-top_secDesc {
  text-align: right;
}
.p-top_section.-service .p-top_secLead {
  margin-top: 5rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-service .p-top_secLead {
    margin-top: min(16.3333333333vw, 12.25rem);
    text-align: center;
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_section.-service .p-top_secDesc {
    text-align: center;
  }
}

@media print, screen and (min-width: 576px) {
  .p-top_secColumns {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    margin-top: -3.5rem;
  }
}

.p-top_secColumns_text {
  position: absolute;
  top: 3.75rem;
  left: 1.875rem;
  z-index: 1;
}
@media print, screen and (min-width: 576px) {
  .p-top_secColumns_text {
    position: static;
    flex-basis: 46.67%;
  }
}

.p-top_secColumns_image {
  opacity: 0.8;
  margin-top: 6.875rem;
  width: 15rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_secColumns_image {
    flex-shrink: 0;
    flex-basis: 43.33%;
    opacity: 1;
    margin-top: 0;
  }
}

.p-top_secHeading {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  opacity: 0.5;
  color: transparent;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  font-family: var(--font-opensans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 576px) {
  .p-top_secHeading {
    font-size: clamp(6.875rem, min(16.6666666667vw, 12.5rem), 12.5rem);
  }
}

.p-top_secLead {
  margin-top: -1em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 576px) {
  .p-top_secLead {
    margin-top: 0.9em;
    font-size: min(5vw, 3.75rem);
    font-size: clamp(2.5rem, min(5vw, 3.75rem), 3.75rem);
    letter-spacing: 0.1em;
  }
}
.p-top_secLead strong {
  font-weight: inherit;
}
.p-top_secHeading + .p-top_secLead {
  margin-top: -1.25rem;
}
.p-top_secLead span:not([class]) {
  display: inline-block;
}

.p-top_secDesc {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_secDesc {
    margin-top: 1.875rem;
    font-weight: 500;
    font-size: clamp(1.125rem, min(2vw, 1.5rem), 1.5rem);
    letter-spacing: 0.1em;
  }
}
.p-top_secDesc > span:not([class]) {
  display: inline-block;
}

.p-top_secImage {
  border-radius: 1.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_secImage {
    border-radius: min(5vw, 3.75rem);
  }
}

.p-top_secNote {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_secNote {
    font-size: 1rem;
  }
}

.p-top_orgContents {
  -webkit-transform: translateX(-50%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.25rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100vw;
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents {
    margin-top: 2.3125rem;
    background-color: transparent;
    padding-bottom: 6.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents::before {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2.1875rem;
    background-color: rgba(255, 255, 255, 0.7);
    width: 83.333vw;
    height: calc(100% - 5.625rem);
    content: "";
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_orgContents a {
    -webkit-transition: var(--ease-out-cubic);
    display: block;
    transition: var(--ease-out-cubic);
  }
  .p-top_orgContents a:hover {
    opacity: 0.5;
  }
}
.p-top_orgContents .splide__slide {
  -webkit-transition: opacity 0.2s, padding 0.2s;
  opacity: 0.2;
  transition: opacity 0.2s, padding 0.2s;
}
.p-top_orgContents .splide__slide.is-visible {
  opacity: 1;
}
.p-top_orgContents .splide__pagination {
  bottom: 1.875rem;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  width: 80vw;
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents .splide__pagination {
    bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_orgContents .splide__pagination::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: var(--color-white);
    width: min(1.3333333333vw, 1rem);
    height: min(1.3333333333vw, 1rem);
    content: "";
  }
}
.p-top_orgContents .splide__pagination li {
  position: relative;
  flex-basis: 100%;
  height: 0.4375rem;
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents .splide__pagination li {
    height: min(1.3333333333vw, 1rem);
  }
}
.p-top_orgContents .splide__pagination li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  opacity: 0.3;
  background-color: var(--color-white);
  width: 100%;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents .splide__pagination li::before {
    left: min(1.3333333333vw, 1rem);
    height: 0.1875rem;
  }
}
.p-top_orgContents .splide__pagenation__line {
  -webkit-transform: translateY(-50%);
  -webkit-transition: width 0.1s linear;
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: width 0.1s linear;
  background-color: var(--color-white);
  width: 0;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents .splide__pagenation__line {
    left: min(1.3333333333vw, 1rem);
    height: 0.1875rem;
  }
}
.p-top_orgContents .splide__pagination__page {
  vertical-align: top;
  opacity: 1;
  margin: 0;
  background: var(--color-white);
  width: 0.4375rem;
  height: 0.4375rem;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContents .splide__pagination__page {
    width: min(1.3333333333vw, 1rem);
    height: min(1.3333333333vw, 1rem);
  }
}
.p-top_orgContents .splide__pagination__page.is-active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  background: var(--color-white);
}
.p-top_orgContents .splide__arrow {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  width: 8vw;
  height: 8vw;
}
@media print, screen and (min-width: 576px) {
  .p-top_orgContents .splide__arrow {
    -webkit-transform: translateY(calc(-50% - 2.8125rem));
    transform: translateY(calc(-50% - 2.8125rem));
    width: 4.3vw;
    height: 4.3vw;
  }
}
.p-top_orgContents .splide__arrow::before {
  -webkit-transform: rotate(45deg);
  display: block;
  transform: rotate(45deg);
  margin-right: 0.8vw;
  border-top: 0.0625rem solid var(--color-white);
  border-right: 0.0625rem solid var(--color-white);
  width: 1.87vw;
  height: 1.87vw;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-top_orgContents .splide__arrow::before {
    margin-right: 0.416vw;
    border-top-width: 0.125rem;
    border-right-width: 0.125rem;
    width: 1vw;
    height: 1vw;
  }
}
.p-top_orgContents .splide__arrow svg {
  display: none;
}
.p-top_orgContents .splide__arrow--next {
  right: 2.67vw;
}
.p-top_orgContents .splide__arrow--prev {
  left: 2.67vw;
}
.p-top_orgContents .splide__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 0;
  margin-left: 0.8vw;
}
@media print, screen and (min-width: 576px) {
  .p-top_orgContents .splide__arrow--prev::before {
    margin-right: 0;
    margin-left: 0.416vw;
  }
}

.p-top_orgContentsImage {
  border-radius: 1.6875rem;
  width: 100%;
  max-width: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_orgContentsImage {
    border-radius: min(2.9166666667vw, 2.1875rem);
  }
}

.p-top_creativeImageWrap {
  -webkit-transform: translateX(-50%);
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.875rem;
  width: 100vw;
  height: 46.67vw;
  overflow: hidden;
  text-align: right;
}
@media print, screen and (min-width: 992px) {
  .p-top_creativeImageWrap {
    margin-top: 6.25rem;
    height: 30.56vw;
    text-align: left;
  }
}

.p-top_creativeImage {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 8vw;
  padding-left: 8vw;
}
@media print, screen and (min-width: 992px) {
  .p-top_creativeImage {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top_creativeImage img {
  width: auto;
  max-width: none;
  height: 46.67vw;
}
@media print, screen and (min-width: 992px) {
  .p-top_creativeImage img {
    height: 30.56vw;
  }
}

.p-top_serviceLink {
  display: block;
  position: relative;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink {
    margin-top: min(16.6666666667vw, 12.5rem);
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink:hover .p-top_secHeading {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink:hover .c-richButton {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.p-top_serviceLink .p-top_secHeading {
  -webkit-transform: translate(3.125rem, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(3.125rem, -50%);
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink .p-top_secHeading {
    -webkit-transform: translate(min(10vw, 7.5rem), -50%);
    -webkit-transition: -webkit-transform 0.3s;
    transform: translate(min(10vw, 7.5rem), -50%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.p-top_serviceLink .c-richButton {
  gap: 0.5rem;
  width: 6.6875rem;
  height: 6.6875rem;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink .c-richButton {
    gap: min(0.8333333333vw, 0.625rem);
    width: clamp(9.25rem, min(23.3333333333vw, 17.5rem), 17.5rem);
    height: clamp(9.25rem, min(23.3333333333vw, 17.5rem), 17.5rem);
    font-size: clamp(0.875rem, min(2vw, 1.5rem), 1.5rem);
  }
}
.p-top_serviceLink .c-richButton i {
  width: 0.8125rem;
  height: 0.5625rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink .c-richButton i {
    width: 1.75rem;
    height: 1.25rem;
  }
}
.p-top_serviceLink .c-richButton i::after {
  width: 0.375rem;
  height: 0.375rem;
}
@media print, screen and (min-width: 576px) {
  .p-top_serviceLink .c-richButton i::after {
    width: 1rem;
    height: 1rem;
  }
}

.p-news_button {
  margin-top: 2.25rem;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-news_button {
    margin-top: 3.125rem;
  }
}

.p-news__blog-date {
  margin-right: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-date {
    margin-right: var(--m-space);
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-cate {
  color: var(--primary-color);
  font-weight: bold;
  font-size: var(--s-font-size);
}
.p-news__blog-share {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-share {
    margin-top: var(--m-space);
  }
}
.p-news__blog-share-text {
  margin-right: var(--s-space);
  font-weight: 500;
  font-size: var(--s-font-size);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.048em;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-share-text {
    margin-right: var(--m-space);
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-share-link {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.p-news__blog-share-link + .p-news__blog-share-link {
  margin-left: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-share-link:hover {
    opacity: 0.8;
  }
}
.p-news__blog-section {
  margin-top: var(--m-space);
  line-height: 2;
  letter-spacing: 0.052em;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section {
    margin-top: 4.5rem;
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-section p + p, .p-news__blog-section p + ul, .p-news__blog-section p + ol, .p-news__blog-section p + blockquote, .p-news__blog-section p + .wp-block-button, .p-news__blog-section p + .wp-block-buttons {
  margin-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section p + p, .p-news__blog-section p + ul, .p-news__blog-section p + ol, .p-news__blog-section p + blockquote, .p-news__blog-section p + .wp-block-button, .p-news__blog-section p + .wp-block-buttons {
    margin-top: 2rem;
  }
}
.p-news__blog-section p + h1, .p-news__blog-section p + h2 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section p + h1, .p-news__blog-section p + h2 {
    margin-top: 5.5rem;
  }
}
.p-news__blog-section p + h3, .p-news__blog-section p + h4, .p-news__blog-section p + h5, .p-news__blog-section p + h6, .p-news__blog-section p + figure, .p-news__blog-section p + img {
  margin-top: var(--m-space);
}
.p-news__blog-section h1,
.p-news__blog-section h2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
  font-size: var(--sm-font-size);
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section h1,
.p-news__blog-section h2 {
    font-size: 2.1rem;
  }
}
.p-news__blog-section h1 + p, .p-news__blog-section h1 + figure, .p-news__blog-section h1 + img, .p-news__blog-section h1 + ol, .p-news__blog-section h1 + ul, .p-news__blog-section h1 + blockquote, .p-news__blog-section h1 + .wp-block-button, .p-news__blog-section h1 + .wp-block-buttons,
.p-news__blog-section h2 + p,
.p-news__blog-section h2 + figure,
.p-news__blog-section h2 + img,
.p-news__blog-section h2 + ol,
.p-news__blog-section h2 + ul,
.p-news__blog-section h2 + blockquote,
.p-news__blog-section h2 + .wp-block-button,
.p-news__blog-section h2 + .wp-block-buttons {
  margin-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section h1 + p, .p-news__blog-section h1 + figure, .p-news__blog-section h1 + img, .p-news__blog-section h1 + ol, .p-news__blog-section h1 + ul, .p-news__blog-section h1 + blockquote, .p-news__blog-section h1 + .wp-block-button, .p-news__blog-section h1 + .wp-block-buttons,
.p-news__blog-section h2 + p,
.p-news__blog-section h2 + figure,
.p-news__blog-section h2 + img,
.p-news__blog-section h2 + ol,
.p-news__blog-section h2 + ul,
.p-news__blog-section h2 + blockquote,
.p-news__blog-section h2 + .wp-block-button,
.p-news__blog-section h2 + .wp-block-buttons {
    margin-top: 2rem;
  }
}
.p-news__blog-section h1 + h1, .p-news__blog-section h1 + h2, .p-news__blog-section h1 + h3, .p-news__blog-section h1 + h4, .p-news__blog-section h1 + h5, .p-news__blog-section h1 + h6,
.p-news__blog-section h2 + h1,
.p-news__blog-section h2 + h2,
.p-news__blog-section h2 + h3,
.p-news__blog-section h2 + h4,
.p-news__blog-section h2 + h5,
.p-news__blog-section h2 + h6 {
  margin-top: var(--s-space);
}
.p-news__blog-section h3,
.p-news__blog-section h4,
.p-news__blog-section h5,
.p-news__blog-section h6 {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section h3,
.p-news__blog-section h4,
.p-news__blog-section h5,
.p-news__blog-section h6 {
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-section h3 + p, .p-news__blog-section h3 + ul, .p-news__blog-section h3 + ol, .p-news__blog-section h3 + blockquote,
.p-news__blog-section h4 + p,
.p-news__blog-section h4 + ul,
.p-news__blog-section h4 + ol,
.p-news__blog-section h4 + blockquote,
.p-news__blog-section h5 + p,
.p-news__blog-section h5 + ul,
.p-news__blog-section h5 + ol,
.p-news__blog-section h5 + blockquote,
.p-news__blog-section h6 + p,
.p-news__blog-section h6 + ul,
.p-news__blog-section h6 + ol,
.p-news__blog-section h6 + blockquote {
  margin-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section h3 + p, .p-news__blog-section h3 + ul, .p-news__blog-section h3 + ol, .p-news__blog-section h3 + blockquote,
.p-news__blog-section h4 + p,
.p-news__blog-section h4 + ul,
.p-news__blog-section h4 + ol,
.p-news__blog-section h4 + blockquote,
.p-news__blog-section h5 + p,
.p-news__blog-section h5 + ul,
.p-news__blog-section h5 + ol,
.p-news__blog-section h5 + blockquote,
.p-news__blog-section h6 + p,
.p-news__blog-section h6 + ul,
.p-news__blog-section h6 + ol,
.p-news__blog-section h6 + blockquote {
    margin-top: 2rem;
  }
}
.p-news__blog-section h3 + h1, .p-news__blog-section h3 + h2, .p-news__blog-section h3 + h3, .p-news__blog-section h3 + h4, .p-news__blog-section h3 + h5, .p-news__blog-section h3 + h6,
.p-news__blog-section h4 + h1,
.p-news__blog-section h4 + h2,
.p-news__blog-section h4 + h3,
.p-news__blog-section h4 + h4,
.p-news__blog-section h4 + h5,
.p-news__blog-section h4 + h6,
.p-news__blog-section h5 + h1,
.p-news__blog-section h5 + h2,
.p-news__blog-section h5 + h3,
.p-news__blog-section h5 + h4,
.p-news__blog-section h5 + h5,
.p-news__blog-section h5 + h6,
.p-news__blog-section h6 + h1,
.p-news__blog-section h6 + h2,
.p-news__blog-section h6 + h3,
.p-news__blog-section h6 + h4,
.p-news__blog-section h6 + h5,
.p-news__blog-section h6 + h6 {
  margin-top: var(--s-space);
}
.p-news__blog-section figure + p, .p-news__blog-section figure + figure, .p-news__blog-section figure + img, .p-news__blog-section figure + ul, .p-news__blog-section figure + ol, .p-news__blog-section figure + blockquote, .p-news__blog-section figure + .wp-block-button, .p-news__blog-section figure + .wp-block-buttons,
.p-news__blog-section img + p,
.p-news__blog-section img + figure,
.p-news__blog-section img + img,
.p-news__blog-section img + ul,
.p-news__blog-section img + ol,
.p-news__blog-section img + blockquote,
.p-news__blog-section img + .wp-block-button,
.p-news__blog-section img + .wp-block-buttons,
.p-news__blog-section ul + p,
.p-news__blog-section ul + figure,
.p-news__blog-section ul + img,
.p-news__blog-section ul + ul,
.p-news__blog-section ul + ol,
.p-news__blog-section ul + blockquote,
.p-news__blog-section ul + .wp-block-button,
.p-news__blog-section ul + .wp-block-buttons,
.p-news__blog-section ol + p,
.p-news__blog-section ol + figure,
.p-news__blog-section ol + img,
.p-news__blog-section ol + ul,
.p-news__blog-section ol + ol,
.p-news__blog-section ol + blockquote,
.p-news__blog-section ol + .wp-block-button,
.p-news__blog-section ol + .wp-block-buttons,
.p-news__blog-section blockquote + p,
.p-news__blog-section blockquote + figure,
.p-news__blog-section blockquote + img,
.p-news__blog-section blockquote + ul,
.p-news__blog-section blockquote + ol,
.p-news__blog-section blockquote + blockquote,
.p-news__blog-section blockquote + .wp-block-button,
.p-news__blog-section blockquote + .wp-block-buttons,
.p-news__blog-section .wp-block-button + p,
.p-news__blog-section .wp-block-button + figure,
.p-news__blog-section .wp-block-button + img,
.p-news__blog-section .wp-block-button + ul,
.p-news__blog-section .wp-block-button + ol,
.p-news__blog-section .wp-block-button + blockquote,
.p-news__blog-section .wp-block-button + .wp-block-button,
.p-news__blog-section .wp-block-button + .wp-block-buttons,
.p-news__blog-section .wp-block-buttons + p,
.p-news__blog-section .wp-block-buttons + figure,
.p-news__blog-section .wp-block-buttons + img,
.p-news__blog-section .wp-block-buttons + ul,
.p-news__blog-section .wp-block-buttons + ol,
.p-news__blog-section .wp-block-buttons + blockquote,
.p-news__blog-section .wp-block-buttons + .wp-block-button,
.p-news__blog-section .wp-block-buttons + .wp-block-buttons {
  margin-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section figure + p, .p-news__blog-section figure + figure, .p-news__blog-section figure + img, .p-news__blog-section figure + ul, .p-news__blog-section figure + ol, .p-news__blog-section figure + blockquote, .p-news__blog-section figure + .wp-block-button, .p-news__blog-section figure + .wp-block-buttons,
.p-news__blog-section img + p,
.p-news__blog-section img + figure,
.p-news__blog-section img + img,
.p-news__blog-section img + ul,
.p-news__blog-section img + ol,
.p-news__blog-section img + blockquote,
.p-news__blog-section img + .wp-block-button,
.p-news__blog-section img + .wp-block-buttons,
.p-news__blog-section ul + p,
.p-news__blog-section ul + figure,
.p-news__blog-section ul + img,
.p-news__blog-section ul + ul,
.p-news__blog-section ul + ol,
.p-news__blog-section ul + blockquote,
.p-news__blog-section ul + .wp-block-button,
.p-news__blog-section ul + .wp-block-buttons,
.p-news__blog-section ol + p,
.p-news__blog-section ol + figure,
.p-news__blog-section ol + img,
.p-news__blog-section ol + ul,
.p-news__blog-section ol + ol,
.p-news__blog-section ol + blockquote,
.p-news__blog-section ol + .wp-block-button,
.p-news__blog-section ol + .wp-block-buttons,
.p-news__blog-section blockquote + p,
.p-news__blog-section blockquote + figure,
.p-news__blog-section blockquote + img,
.p-news__blog-section blockquote + ul,
.p-news__blog-section blockquote + ol,
.p-news__blog-section blockquote + blockquote,
.p-news__blog-section blockquote + .wp-block-button,
.p-news__blog-section blockquote + .wp-block-buttons,
.p-news__blog-section .wp-block-button + p,
.p-news__blog-section .wp-block-button + figure,
.p-news__blog-section .wp-block-button + img,
.p-news__blog-section .wp-block-button + ul,
.p-news__blog-section .wp-block-button + ol,
.p-news__blog-section .wp-block-button + blockquote,
.p-news__blog-section .wp-block-button + .wp-block-button,
.p-news__blog-section .wp-block-button + .wp-block-buttons,
.p-news__blog-section .wp-block-buttons + p,
.p-news__blog-section .wp-block-buttons + figure,
.p-news__blog-section .wp-block-buttons + img,
.p-news__blog-section .wp-block-buttons + ul,
.p-news__blog-section .wp-block-buttons + ol,
.p-news__blog-section .wp-block-buttons + blockquote,
.p-news__blog-section .wp-block-buttons + .wp-block-button,
.p-news__blog-section .wp-block-buttons + .wp-block-buttons {
    margin-top: 2rem;
  }
}
.p-news__blog-section figure + h1, .p-news__blog-section figure + h2, .p-news__blog-section figure + h3, .p-news__blog-section figure + h4, .p-news__blog-section figure + h5, .p-news__blog-section figure + h6,
.p-news__blog-section img + h1,
.p-news__blog-section img + h2,
.p-news__blog-section img + h3,
.p-news__blog-section img + h4,
.p-news__blog-section img + h5,
.p-news__blog-section img + h6,
.p-news__blog-section ul + h1,
.p-news__blog-section ul + h2,
.p-news__blog-section ul + h3,
.p-news__blog-section ul + h4,
.p-news__blog-section ul + h5,
.p-news__blog-section ul + h6,
.p-news__blog-section ol + h1,
.p-news__blog-section ol + h2,
.p-news__blog-section ol + h3,
.p-news__blog-section ol + h4,
.p-news__blog-section ol + h5,
.p-news__blog-section ol + h6,
.p-news__blog-section blockquote + h1,
.p-news__blog-section blockquote + h2,
.p-news__blog-section blockquote + h3,
.p-news__blog-section blockquote + h4,
.p-news__blog-section blockquote + h5,
.p-news__blog-section blockquote + h6,
.p-news__blog-section .wp-block-button + h1,
.p-news__blog-section .wp-block-button + h2,
.p-news__blog-section .wp-block-button + h3,
.p-news__blog-section .wp-block-button + h4,
.p-news__blog-section .wp-block-button + h5,
.p-news__blog-section .wp-block-button + h6,
.p-news__blog-section .wp-block-buttons + h1,
.p-news__blog-section .wp-block-buttons + h2,
.p-news__blog-section .wp-block-buttons + h3,
.p-news__blog-section .wp-block-buttons + h4,
.p-news__blog-section .wp-block-buttons + h5,
.p-news__blog-section .wp-block-buttons + h6 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section figure + h1, .p-news__blog-section figure + h2,
.p-news__blog-section img + h1,
.p-news__blog-section img + h2,
.p-news__blog-section ul + h1,
.p-news__blog-section ul + h2,
.p-news__blog-section ol + h1,
.p-news__blog-section ol + h2,
.p-news__blog-section blockquote + h1,
.p-news__blog-section blockquote + h2,
.p-news__blog-section .wp-block-button + h1,
.p-news__blog-section .wp-block-button + h2,
.p-news__blog-section .wp-block-buttons + h1,
.p-news__blog-section .wp-block-buttons + h2 {
    margin-top: 5.5rem;
  }
}
.p-news__blog-section figcaption {
  margin-top: 1rem;
  font-size: 0.8em;
  text-align: center;
}
.p-news__blog-section a {
  color: var(--primary-color);
  text-decoration: underline;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section ul:not(.blocks-gallery-grid) {
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-section ul:not(.blocks-gallery-grid) li {
  position: relative;
  padding-left: 1.3em;
}
.p-news__blog-section ul:not(.blocks-gallery-grid) li::before {
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section ul:not(.blocks-gallery-grid) li::before {
    top: 1rem;
    font-size: 2.4rem;
  }
}
.p-news__blog-section ol {
  counter-reset: item;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section ol {
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-section ol li {
  position: relative;
  padding-left: 2em;
}
.p-news__blog-section ol li::before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section ol li::before {
    font-size: var(--sm-font-size);
  }
}
.p-news__blog-section blockquote {
  margin: 0 0 0 1rem;
  border-left: solid 4px var(--border-color);
  padding: 0 2rem;
}
.p-news__blog-section blockquote cite {
  font-size: 0.8em;
}
.p-news__blog-section .wp-block-button .wp-block-button__link {
  position: relative;
  background-size: 2.3rem;
  font-weight: 500;
  text-decoration: none;
}
.p-news__blog-section .wp-block-button .wp-block-button__link::after {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  margin-left: 0.5rem;
  background: url(images/icon_arrow_b.svg) repeat-x center right;
  background-size: 2.3rem;
  width: 1.7rem;
  height: 1.7rem;
  content: "";
}
.p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]::after {
  background: url(images/icon_blank.svg) repeat-x center right;
  background-size: 1.7rem;
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section .wp-block-button .wp-block-button__link:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section .wp-block-button .wp-block-button__link:hover:after {
    -webkit-animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  }
}
@media print, screen and (min-width: 576px) {
  .p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]:hover:after {
    -webkit-animation: none;
    -webkit-animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
    animation: none;
    animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  }
}
.p-news__blog-section img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.p-news__button {
  margin-top: 4.5rem;
}
.p-news__button .c-button {
  color: #fff;
}
@media print, screen and (min-width: 576px) {
  .p-news__button {
    margin-top: 9rem;
  }
}

.p-company_logo {
  margin-top: 1.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 15rem;
}
@media print, screen and (min-width: 576px) {
  .p-company_logo {
    margin-top: min(3.5vw, 2.625rem);
    width: min(46.7777777778vw, 26.3125rem);
  }
}
.p-company_logo + .p-company_dl {
  margin-top: 3.375rem;
}
@media print, screen and (min-width: 576px) {
  .p-company_logo + .p-company_dl {
    margin-top: min(7.8333333333vw, 5.875rem);
  }
}

.p-company_logoImg {
  width: 100%;
  height: auto;
}

.p-company_dl {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 576px) {
  .p-company_dl {
    display: -webkit-box;
    display: flex;
    margin-top: min(2.5vw, 1.875rem);
    font-size: clamp(1.125rem, min(1.6666666667vw, 1.25rem), 1.25rem);
  }
}
.p-company_dl:last-child {
  margin-bottom: 1.125rem;
}
@media print, screen and (min-width: 576px) {
  .p-company_dl:last-child {
    margin-bottom: 1.875rem;
  }
}

.p-company_dt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .p-company_dt {
    flex-basis: 20%;
  }
}

.p-company_dd {
  margin-top: 0.25rem;
}
@media print, screen and (min-width: 576px) {
  .p-company_dd {
    flex-basis: 80%;
    margin-top: 0;
  }
}

.p-map-headline {
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.012em;
}
@media print, screen and (min-width: 576px) {
  .p-map-headline {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-map-headline {
    flex-shrink: 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 576px) {
  .p-map {
    margin-right: auto;
    margin-left: auto;
    max-width: 45rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 75rem;
  }
}

.p-map-lead {
  position: relative;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-lead {
    margin-bottom: 4.375rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-map-lead {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
}

.p-map-lead__text {
  position: relative;
  z-index: 1;
  margin-top: 0.625rem;
  line-height: 1.83;
}
@media print, screen and (min-width: 992px) {
  .p-map-lead__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: min(1.5vw, 1.125rem);
    line-height: 2;
  }
}
.p-map-lead__text p:last-child {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 992px) {
  .p-map-lead__text p:last-child {
    margin-top: 0.375rem;
    font-size: min(1.1666666667vw, 0.875rem);
  }
}
.p-map-lead__text strong {
  font-size: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-lead__text strong {
    font-size: min(5.3333333333vw, 1.25rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-map-lead__text strong {
    font-size: min(1.6666666667vw, 1.25rem);
  }
}

.p-map-lead__image {
  margin-top: -3.125rem;
  margin-left: auto;
  width: 9.6875rem;
}
@media print, screen and (min-width: 992px) {
  .p-map-lead__image {
    -webkit-transform: translate(0, min(17.5vw, 13.125rem));
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, min(17.5vw, 13.125rem));
    margin-top: 0;
    width: min(48.1666666667vw, 36.125rem);
  }
}
.p-map-lead__image img {
  width: 100%;
}

.p-map-list {
  -webkit-box-align: start;
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  position: relative;
  left: 50%;
  align-items: flex-start;
  transform: translateX(-50%);
  width: 100vw;
}
@media print, screen and (min-width: 576px) {
  .p-map-list {
    -webkit-transform: none;
    left: 0;
    transform: none;
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-map-list {
    flex-shrink: 0;
    flex-basis: 66.67%;
  }
}
.p-map-list .m-tabListWrap {
  flex-shrink: 0;
  flex-basis: 64%;
  border-radius: 0 0.25rem 0.25rem 0;
  background: var(--gradient-bg);
  padding: 0.875rem 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-list .m-tabListWrap {
    flex-basis: 53.25%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tabListWrap {
    border-radius: 0;
    padding: 1.25rem;
  }
}
.p-map-list .m-tabList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: min(4.2666666667vw, 1rem);
}
@media print, screen and (min-width: 576px) {
  .p-map-list .m-tabList {
    gap: 1.25rem;
  }
}
.p-map-list .m-tabWrap {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tabWrap {
    -webkit-filter: none;
    filter: none;
  }
}
.p-map-list .m-tabWrap[aria-selected=true] .m-tab {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  border-radius: 4px 0 0 4px;
}
.p-map-list .m-tabWrap[aria-selected=true] .m-tab::after {
  display: block;
}
.p-map-list .m-tab {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  padding-right: min(4.27vw, 1rem);
  padding-left: min(4.27vw, 1rem);
  width: 100%;
  height: 2.375rem;
  font-weight: bold;
  font-size: clamp(0.625rem, 3.2vw, 0.75rem);
  letter-spacing: -0.13vw;
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tab {
    padding-right: 1rem;
    padding-left: 1.3125rem;
    height: min(5.8333333333vw, 4.375rem);
    font-size: min(1.6666666667vw, 1.25rem);
    letter-spacing: normal;
  }
}
.p-map-list .m-tab::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 4px;
  background-color: #000;
  width: 4px;
  height: calc(100% - 6px);
  content: "";
}
.p-map-list .m-tab::after {
  display: none;
  position: absolute;
  top: 0;
  right: -1.1875rem;
  border-width: 1.1875rem 0 1.1875rem 1.1875rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tab::after {
    right: -1.875rem;
    border-width: min(2.9166666667vw, 2.1875rem) 0 min(2.9166666667vw, 2.1875rem) 1.875rem;
  }
}
.p-map-list .m-tab span:nth-child(2) {
  font-size: clamp(0.625rem, 3.2vw, 0.75rem);
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tab span:nth-child(2) {
    font-size: min(1.1666666667vw, 0.875rem);
  }
}
.p-map-list .m-tab strong {
  margin-right: 4px;
  font-size: clamp(0.8125rem, 4.267vw, 1rem);
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tab strong {
    font-size: min(2vw, 1.5rem);
  }
}
.p-map-list .m-tabPanel {
  -webkit-box-flex: 1;
  flex-grow: 1;
  outline: transparent;
  padding-right: 0.625rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 992px) {
  .p-map-list .m-tabPanel {
    padding: 2rem 1.25rem;
  }
}

#map-header-01 .m-tab::before {
  background-color: var(--map-01);
}
#map-header-01[aria-selected=true] {
  color: var(--map-01);
}

#map-header-02 .m-tab::before {
  background-color: var(--map-02);
}
#map-header-02[aria-selected=true] {
  color: var(--map-02);
}

#map-header-03 .m-tab::before {
  background-color: var(--map-03);
}
#map-header-03[aria-selected=true] {
  color: var(--map-03);
}

#map-header-04 .m-tab::before {
  background-color: var(--map-04);
}
#map-header-04[aria-selected=true] {
  color: var(--map-04);
}

#map-header-05 .m-tab::before {
  background-color: var(--map-05);
}
#map-header-05[aria-selected=true] {
  color: var(--map-05);
}

#map-header-06 .m-tab::before {
  background-color: var(--map-06);
}
#map-header-06[aria-selected=true] {
  color: var(--map-06);
}

#map-header-07 .m-tab::before {
  background-color: var(--map-07);
}
#map-header-07[aria-selected=true] {
  color: var(--map-07);
}

.p-map-list-children {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .p-map-list-children {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-map-list-children_button {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0.4375rem 0.5rem;
  height: min(10.1333333333vw, 2.375rem);
  color: #ccc;
  font-weight: bold;
  font-size: clamp(0.625rem, 2.93vw, 0.75rem);
  line-height: 1;
  letter-spacing: normal;
}
@media print, screen and (min-width: 992px) {
  .p-map-list-children_button {
    padding-right: min(0.8333333333vw, 0.625rem);
    padding-left: min(1.6666666667vw, 1.25rem);
    height: 47px;
    font-size: min(1.5vw, 1.125rem);
  }
}
.p-map-list-children_button[href] {
  color: var(--primary-color);
}
.p-map-list-children_button[href] span:nth-child(1) {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
.p-map-list-children_button[href]::after {
  display: block;
  flex-shrink: 0;
  background: url("/assets/images/icon_circlearrow_mini.svg") no-repeat left top/100% 100%;
  width: 1rem;
  height: 1rem;
  content: "";
}

.p-map-detail {
  padding-top: 0.9375rem;
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 576px) {
  .p-map-detail {
    padding: 0 var(--m-space) 9.375rem;
    width: clamp(43.75rem, 100%, 71.25rem);
  }
}
@media print, screen and (min-width: 576px) {
  .p-map-detail .c-back-button {
    margin-top: 5.5rem;
  }
}

.p-map-detail_heading {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-detail_heading {
    margin-top: 3.625rem;
    font-size: 1.6875rem;
  }
}

.p-map-detail_headline {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.012em;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-map-detail_headline {
    font-size: 2.25rem;
  }
}
.p-map-detail_headline span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}

.p-map-table {
  -webkit-transform: translate(-50%);
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 1.875rem;
  border-collapse: collapse;
  width: 100vw;
  table-layout: fixed;
}
@media print, screen and (min-width: 576px) {
  .p-map-table {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.p-map-table th {
  background-color: #f5f5f5;
  width: 16%;
}
@media print, screen and (min-width: 576px) {
  .p-map-table th {
    width: 9.25%;
  }
}
.p-map-table td {
  padding: 0.625rem 1.25rem;
  width: 84%;
}
@media print, screen and (min-width: 576px) {
  .p-map-table td {
    padding: 1.25rem 2.5rem;
    width: 90.75%;
  }
}
.p-map-table td,
.p-map-table th {
  border: 1px solid #ddd;
}
.p-map-table a {
  color: var(--primary-color);
  font-weight: bold;
}

.p-map-table_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.4375rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-table_list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0.3125rem;
  }
}

.p-map-shop-table {
  -webkit-transform: translate(-50%);
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 0.8125rem;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  width: 100vw;
  table-layout: fixed;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table {
    margin-top: 1.0625rem;
    width: 100%;
  }
}
.p-map-shop-table colgroup {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table colgroup {
    display: table-column-group;
  }
}
.p-map-shop-table thead th {
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table thead th {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table thead th:first-child {
    padding-left: 0.8125rem;
  }
}
.p-map-shop-table thead th:not(:first-child)::before {
  margin-left: -0.1em;
  content: "・";
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table thead th:not(:first-child)::before {
    display: none;
  }
}
.p-map-shop-table thead tr {
  display: -webkit-box;
  display: flex;
  padding: 0.25rem 5.3%;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table thead tr {
    display: table-row;
  }
}
.p-map-shop-table tbody {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody {
    font-size: 1rem;
  }
}
.p-map-shop-table tbody tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 5.3%;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody tr {
    display: table-row;
  }
}
.p-map-shop-table tbody tr[data-type=title] {
  background-color: #888;
  color: #fff;
}
.p-map-shop-table tbody tr[data-type=content] {
  background-color: #eee;
  padding: 0.4375rem 5.3%;
  line-height: 1.69;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody tr[data-type=content] {
    font-size: 0.9375rem;
  }
}
.p-map-shop-table tbody tr[data-type=content] td {
  line-height: 1.6;
}
.p-map-shop-table tbody tr[data-type=content] + tr[data-type=content] {
  border-top: 1px solid #fff;
}
.p-map-shop-table tbody td,
.p-map-shop-table tbody th {
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody td,
.p-map-shop-table tbody th {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody td:first-child,
.p-map-shop-table tbody th:first-child {
    padding-left: 0.8125rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-map-shop-table tbody td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap {
  position: relative;
  margin-top: var(--s-space);
  border-radius: 0.625rem;
  background-color: var(--blur-color);
  padding: 0;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap {
    display: block;
    margin-top: var(--m-space);
    border-radius: 1.25rem;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap::after {
  -webkit-transform: translate(-0.5rem, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0.5rem, -50%);
  background: url("/assets/images/icon_chevron_b.svg") no-repeat left top/100% 100%;
  width: 0.75rem;
  height: 0.5rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap::after {
    -webkit-transform: translate(-1.125rem, -50%);
    transform: translate(-1.125rem, -50%);
    width: 1.3125rem;
    height: 0.75rem;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium {
  -webkit-appearance: none;
  display: block;
  position: relative;
  appearance: none;
  z-index: z(contents);
  cursor: pointer;
  outline: none;
  border: none;
  border: 2px solid var(--blur-color);
  border-radius: 0;
  border-radius: 0.625rem !important;
  background: none;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-family: inherit;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium {
    border-radius: 1.25rem !important;
    padding: 1rem 2.5rem 1rem 1.25rem;
    font-size: clamp(1.25rem, min(2.4444444444vw, 1.375rem), 1.375rem);
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium:focus {
  border: 2px solid var(--active-color);
}
div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium:-webkit-autofill, div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium:-webkit-autofill:hover {
  -webkit-text-fill-color: none;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 0 0px 1000px var(--blur-color) inset;
  border: 2px solid var(--blur-color);
}
div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium:-webkit-autofill:focus, div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium:focus {
  border: 2px solid var(--active-color);
}
.has-error div.wpforms-container-full .wpforms-form .wpforms-field.contact__select-wrap select.wpforms-field-medium {
  border: 2px solid var(--red-color);
  background-color: var(--red-color-200);
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100%;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    grid-area: input;
  }
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 7.5rem;
  resize: none;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 15rem;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.contact__check):not(.contact__select-wrap) {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: min(25.5555555556vw, 14.375rem) 1fr;
    grid-template-areas: "label input" "error error";
  }
  div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field + .wpforms-field {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field + .wpforms-field {
    margin-top: 2.5rem;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border: 2px solid var(--caution-color);
  background-color: var(--caution-color-200);
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea .wpforms-field-label {
    align-self: start;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  margin-bottom: 0.6875rem;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    grid-area: label;
    align-self: center;
    margin-bottom: 0;
    font-size: clamp(1.125rem, min(2.2222222222vw, 1.25rem), 1.25rem);
  }
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
  -webkit-appearance: none;
  display: block;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  border: 2px solid var(--blur-color);
  border-radius: 0;
  border-radius: 0.625rem;
  background: none;
  background-color: var(--blur-color);
  padding: 0.625rem;
  width: 100%;
  height: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-family: inherit;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    font-size: clamp(1.25rem, min(2.4444444444vw, 1.375rem), 1.375rem);
  }
}
div.wpforms-container-full .wpforms-form input[type=text]:focus,
div.wpforms-container-full .wpforms-form input[type=email]:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
  border: 2px solid var(--active-color);
}
div.wpforms-container-full .wpforms-form input[type=text]:-webkit-autofill, div.wpforms-container-full .wpforms-form input[type=text]:-webkit-autofill:hover,
div.wpforms-container-full .wpforms-form input[type=email]:-webkit-autofill,
div.wpforms-container-full .wpforms-form input[type=email]:-webkit-autofill:hover,
div.wpforms-container-full .wpforms-form textarea:-webkit-autofill,
div.wpforms-container-full .wpforms-form textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: none;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 0 0px 1000px var(--blur-color) inset;
  border: 2px solid var(--blur-color);
}
div.wpforms-container-full .wpforms-form input[type=text]:-webkit-autofill:focus, div.wpforms-container-full .wpforms-form input[type=text]:focus,
div.wpforms-container-full .wpforms-form input[type=email]:-webkit-autofill:focus,
div.wpforms-container-full .wpforms-form input[type=email]:focus,
div.wpforms-container-full .wpforms-form textarea:-webkit-autofill:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
  border: 2px solid var(--active-color);
}
.wpforms-has-error div.wpforms-container-full .wpforms-form input[type=text],
.wpforms-has-error div.wpforms-container-full .wpforms-form input[type=email],
.wpforms-has-error div.wpforms-container-full .wpforms-form textarea {
  border: 2px solid var(--caution-color);
  background-color: var(--caution-color-200);
}
div.wpforms-container-full .wpforms-form .wpforms-has-error input[type=text]:focus,
div.wpforms-container-full .wpforms-form .wpforms-has-error input[type=email]:focus,
div.wpforms-container-full .wpforms-form .wpforms-has-error textarea:focus {
  border: 2px solid var(--caution-color);
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: inline-block;
  position: relative;
  margin-top: 0.9375rem;
  border-radius: 0.5rem;
  background-color: var(--caution-color-200);
  padding: 0.3125rem 0.625rem 0.3125rem;
  color: var(--caution-color);
  color: var(--caution-color);
  font-weight: 700;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form label.wpforms-error {
    grid-area: error;
    justify-self: start;
    margin-left: 14.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 576px){
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  div.wpforms-container-full .wpforms-form label.wpforms-error {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
div.wpforms-container-full .wpforms-form label.wpforms-error::before {
  position: absolute;
  bottom: 100%;
  left: 1.25rem;
  border-width: 0 5px 8px 5px;
  border-style: solid;
  border-color: transparent transparent var(--caution-color-200) transparent;
  width: 0;
  height: 0;
  content: "";
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form label.wpforms-error::before {
    left: 1.625rem;
  }
}
div.wpforms-container-full .wpforms-form input[type=checkbox] {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .contact__check {
  margin-top: 2.125rem !important;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .contact__check {
    margin-top: 3.75rem !important;
  }
}
div.wpforms-container-full .wpforms-form .contact__check li {
  display: -webkit-box;
  display: flex;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .contact__check li {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline {
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline {
    font-size: 1rem;
  }
}
div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline::before {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  border: 1px solid #a1a1aa;
  border-radius: 0.375rem;
  width: 1.5625rem;
  height: 1.5625rem;
  content: "";
}
div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 10px !important;
  top: 0.5rem;
  left: 5px !important;
  left: 0.25rem;
  transform: rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  width: 15px;
  height: 9px;
  content: "";
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline::after {
    top: 0.5rem;
  }
}
div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline a {
  text-decoration: underline;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .contact__check .wpforms-field-label-inline a:hover {
    text-decoration: none;
  }
}
div.wpforms-container-full .wpforms-form .contact__check input[type=checkbox]:checked + .wpforms-field-label-inline::before {
  border: none;
  background: -webkit-linear-gradient(301.93deg, #5dd382 21.04%, #6dcedf 48.68%, #57c3e2 61.39%, #33b1e7 73.69%, #1ca6ea 78.64%);
  background: linear-gradient(148.07deg, #5dd382 21.04%, #6dcedf 48.68%, #57c3e2 61.39%, #33b1e7 73.69%, #1ca6ea 78.64%);
}
div.wpforms-container-full .wpforms-form .contact__check input[type=checkbox]:checked + .wpforms-field-label-inline::after {
  border-color: #fff;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 1.75rem;
  padding: 0;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 2.25rem;
  }
}
div.wpforms-container-full .wpforms-form button[type=submit] {
  -webkit-transition: var(--ease-out-cubic);
  display: block;
  position: relative;
  transition: var(--ease-out-cubic);
  margin: 0 auto;
  border-color: transparent;
  border-radius: 2.0625rem;
  background: -webkit-linear-gradient(285deg, var(--gradient-upper-color) 13.28%, var(--gradient-bottom-color) 82.8%);
  background: linear-gradient(165deg, var(--gradient-upper-color) 13.28%, var(--gradient-bottom-color) 82.8%);
  padding: 0.75rem !important;
  width: 100%;
  max-width: 15.9375rem;
  color: var(--color-white) !important;
  font-weight: bold;
  font-size: 1rem !important;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form button[type=submit] {
    border-radius: 3.125rem;
    padding: 1rem !important;
    max-width: 28.75rem;
    font-size: 1.5rem !important;
  }
}
div.wpforms-container-full .wpforms-form button[type=submit]::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
  border-radius: 1.9375rem;
  background-color: var(--color-white);
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  content: "";
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form button[type=submit]::before {
    border-radius: 3rem;
  }
}
div.wpforms-container-full .wpforms-form button[type=submit]::after {
  -webkit-transform: translate(-0.875rem, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0.875rem, -50%);
  background: url("/assets/images/icon_circlearrow.png") no-repeat left top/100% 100%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  div.wpforms-container-full .wpforms-form button[type=submit]::after {
    -webkit-transform: translate(-1.5rem, -50%);
    transform: translate(-1.5rem, -50%);
    width: 2.5rem;
    height: 2.5rem;
  }
}
div.wpforms-container-full .wpforms-form button[type=submit]:disabled {
  border-color: transparent;
  background: var(--blur-color);
  pointer-events: none;
  color: #d4d4d8 !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:disabled::after {
  z-index: 10;
  background-image: url("/assets/images/icon_circlearrow_c.png");
}
div.wpforms-container-full .wpforms-form button[type=submit]:disabled .c-button_text {
  color: inherit;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover:not(:disabled) {
  opacity: 0.5;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover:not(:disabled) .c-button_text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 10;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}

.wpforms-confirmation-container-full {
  margin-top: 3.75rem;
  border: 0;
  background: none;
  padding: 0;
  font-size: 0.9375rem;
  text-align: center;
}

.contact__lead {
  margin-bottom: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .contact__lead {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 576px) {
  .contact .wpforms-container {
    margin: 0 1.875rem;
  }
}

.p-recruit .c-news-list__item-text {
  font-weight: bold;
}
@media print, screen and (min-width: 576px) {
  .p-recruit .c-news-list__item-text {
    margin-left: 0;
  }
}

.privacy__section {
  position: relative;
  z-index: z(contents);
  padding: 3.75rem 8%;
}
@media print, screen and (min-width: 576px) {
  .privacy__section {
    margin: 0 auto;
    padding: 4.6875rem var(--m-space) 9.375rem;
    max-width: 48.75rem;
  }
}
@media print, screen and (min-width: 576px) {
  .privacy__section--wrap {
    flex-wrap: wrap;
  }
}

.c-link {
  color: var(--gradient-bottom-color);
  text-decoration: underline;
}

.c-lead-text {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.75rem;
}
@media print, screen and (min-width: 576px) {
  .c-lead-text {
    padding-bottom: 2.5rem;
  }
}

.c-text + .c-text, .c-order-list + .c-text, .c-list + .c-text, .c-section__title + .c-text {
  margin-top: 1em;
}

.c-section {
  padding: 1.75rem 0;
}
@media print, screen and (min-width: 576px) {
  .c-section {
    padding: 2.5rem 0;
  }
}
.c-section + .c-section {
  border-top: 1px solid var(--border-color);
}
.c-section__title {
  font-weight: 700;
  font-size: 1rem;
}
@media print, screen and (min-width: 576px) {
  .c-section__title {
    font-size: var(--md-font-size);
  }
}
.c-section__title--sm {
  font-size: inherit;
}
.c-text + .c-section__title--sm, .c-order-list + .c-section__title--sm, .c-list + .c-section__title--sm {
  margin-top: 1.25rem;
}

.c-section + .c-section {
  border-top: 1px solid var(--border-color);
}

.c-order-list {
  counter-reset: item;
  margin-top: 0.3125rem;
}
.c-text + .c-order-list {
  margin-top: 1em;
  line-height: 2;
}
.c-section__title + .c-order-list {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .c-section__title + .c-order-list {
    margin-top: 0.9375rem;
  }
}
.c-order-list__item {
  position: relative;
  padding-left: 2.5em;
}
.c-order-list__item::before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: "(" counter(item) ")";
  font-weight: bold;
}
.c-order-list__item + .c-order-list__item {
  margin-top: 0.625rem;
}

.c-list {
  margin-top: 0.3125rem;
  line-height: 1.4286;
}
@media print, screen and (min-width: 576px) {
  .c-list {
    line-height: inherit;
  }
}
.c-text + .c-list {
  margin-top: 1em;
}
.c-section__title + .c-list {
  margin-top: 0.625rem;
}
.c-list__item {
  position: relative;
  padding-left: 1.2em;
}
.c-list__item::before {
  position: absolute;
  top: 0.5rem;
  left: 0.125rem;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: 0.25rem;
  height: 0.25rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .c-list__item::before {
    top: 1rem;
    width: 0.375rem;
    height: 0.375rem;
    font-size: 1.5rem;
  }
}
.c-list__item + .c-list__item {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 576px) {
  .c-text--sign {
    margin-top: 1.375rem;
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-documents_headerWrap {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-documents_header {
    -webkit-transform: translateX(-50%);
    display: grid;
    position: relative;
    left: 50%;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 18.75rem;
    grid-template-areas: "heading image" "desc image";
    transform: translateX(-50%);
    border-radius: 1.25rem;
    background-color: #fafafa;
    padding: 2.25rem 1.25rem 1.25rem 3.125rem;
    width: 115.56%;
  }
}

.p-documents_header_heading {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-documents_header_heading {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-documents_header_heading {
    grid-area: heading;
    text-align: left;
  }
}

.p-documents_header_desc {
  margin-top: 0.375rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-documents_header_desc {
    grid-area: desc;
  }
}

.p-documents_header_image {
  -webkit-transform: translateX(-50%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 115.238%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-documents_header_image {
    grid-area: image;
    margin-top: -4rem;
    width: auto;
  }
}

.p-documents_lead {
  margin-top: 0.625rem;
  margin-bottom: 1.75rem;
  line-height: 2;
}
@media print, screen and (min-width: 576px) {
  .p-documents_lead {
    margin-top: 3.75rem;
  }
}

.p-serviceSectionWrap {
  margin-top: 5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSectionWrap {
    margin-top: 11.25rem;
  }
}

.p-serviceSection {
  position: relative;
  padding-top: 1.875rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection {
    padding-top: 0.625rem;
  }
}
.p-serviceSection::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--gradient-bg);
  width: 100%;
  height: 1px;
  content: "";
}
.p-serviceSection:not(:first-child) {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection:not(:first-child) {
    margin-top: 6.25rem;
  }
}
.p-serviceSection.-noLine {
  padding-top: 0;
}
.p-serviceSection.-noLine::before {
  display: none;
}

.p-serviceSection_heading {
  font-size: 1.375rem;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_heading {
    font-size: 3rem;
    text-align: left;
  }
}
.p-serviceSection_heading:not([lang]) {
  position: relative;
  z-index: 1;
}
.p-serviceSection_heading:not([lang]) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-serviceSection_heading[lang] {
  -webkit-text-stroke: 0.5px #18a50c;
  text-stroke: 0.5px #18a50c;
  opacity: 0.5;
  color: transparent;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  font-family: var(--font-opensans);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_heading[lang] {
    -webkit-transform: translateX(-0.8em);
    transform: translateX(-0.8em);
    opacity: 0.4;
    width: calc(100% + 0.8em);
    font-size: 10rem;
  }
}
.p-serviceSection_heading[lang] + .p-serviceSection_heading:not([lang]) {
  margin-top: -1em;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_heading[lang] + .p-serviceSection_heading:not([lang]) {
    margin-top: -1.5em;
  }
}

.p-serviceSection_columns {
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.75rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_heading + .p-serviceSection_columns {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columns.-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.p-serviceSection_columns.-price .p-serviceSection_columnImage {
  border: none;
  border-radius: 0;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columns.-price .p-serviceSection_columnImage {
    min-width: 16.875rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columns.-price .p-serviceSection_columnText {
    font-size: 1.5rem;
  }
}

.p-serviceSection_columnImage {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d4d4d8;
  border-radius: 1.875rem;
  width: 63.49%;
  overflow: hidden;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columnImage {
    flex-shrink: 0;
    flex-basis: clamp(15rem, 33.33%, 25rem);
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}
.p-serviceSection_columnImage img {
  width: 100%;
  max-width: none;
}

@media print, screen and (min-width: 576px) {
  .p-serviceSection_columnText {
    flex-basis: 55%;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_columnText .c-textLink {
    font-size: 1.25rem;
  }
}

.p-serviceSection_subHeading {
  margin-top: 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: normal;
  text-align: center;
}
.p-serviceSection_subHeading sup {
  top: -0.7em;
  font-size: 70%;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_subHeading {
    margin-top: 0;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.p-serviceSection_subHeading + p {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_subHeading + p {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 576px) {
  .p-serviceDataGrid {
    -webkit-column-gap: 5%;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr 61.16%;
    grid-template-areas: "text1 figure1" "text2 text2" "figure2 figure2";
    column-gap: 5%;
    row-gap: 3.625rem;
  }
}

.p-serviceData {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "percentage case";
  gap: 1.3125rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData:nth-of-type(1) {
    display: block;
    grid-area: text1;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceData:nth-of-type(1) .p-serviceData_case {
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceData:nth-of-type(2) {
    -webkit-box-align: end;
    grid-area: text2;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-serviceData_percentage {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: percentage;
  line-height: 1;
}
.p-serviceData_percentage dt {
  font-weight: 700;
  font-size: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_percentage dt {
    font-size: 1.25rem;
  }
}
.p-serviceData_percentage dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 0.625rem;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
  font-weight: 700;
  font-size: 3.125rem;
  font-family: var(--font-opensans);
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_percentage dd {
    font-size: 5rem;
  }
}
.p-serviceData_percentage dd span:nth-child(2) {
  font-size: 2rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_percentage dd span:nth-child(2) {
    font-size: 3.625rem;
  }
}

.p-serviceData_case {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: case;
  overflow: hidden;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_case {
    font-size: 1.25rem;
  }
}
.p-serviceData_case dt {
  display: block;
  float: left;
  margin-right: 0.5rem;
  border-radius: 0.75rem;
  background-color: #f4f4f5;
  padding: 0.0625rem 0.4375rem;
  font-weight: 700;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_case dt {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-radius: 1.125rem;
    padding: 0.125rem 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-serviceData_figureWrap {
  -webkit-transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: auto;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figureWrap {
    -webkit-transform: unset;
    position: static;
    transform: unset;
    width: 100%;
  }
}
.p-serviceData_figureWrap .p-serviceData_figure {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: min(8vw, 1.875rem);
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figureWrap .p-serviceData_figure {
    display: block;
    padding-left: 0;
  }
}
.p-serviceData_figureWrap .p-serviceData_figure img {
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 260px;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figureWrap .p-serviceData_figure img {
    max-width: 100%;
    height: auto;
  }
}
.p-serviceData_figureWrap .p-serviceData_figure::after {
  display: block;
  flex-shrink: 0;
  width: min(8vw, 1.875rem);
  height: 1px;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figureWrap .p-serviceData_figure::after {
    display: none;
  }
}

.p-serviceData_figure {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figure {
    margin-top: 0;
  }
}
.p-serviceData_figure figcaption {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .p-serviceData_figure:nth-of-type(1) {
    grid-area: figure1;
  }
}

@media print, screen and (min-width: 576px) {
  .p-serviceData_figureWrap {
    grid-area: figure2;
  }
}

@media print, screen and (min-width: 576px){
  .p-serviceData:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-serviceData:nth-of-type(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-serviceData_figure:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-serviceData_figureWrap {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.p-serviceFlow {
  margin-top: 1.5rem;
  margin-right: min(-2.6666666667vw, -0.625rem);
  margin-left: min(-2.6666666667vw, -0.625rem);
  border: 2px solid #e4e4e7;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow {
    display: -webkit-box;
    display: flex;
    margin-top: 3.625rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-serviceFlow_item {
  display: -webkit-box;
  display: flex;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-basis: 100%;
    flex-direction: column;
  }
}
.p-serviceFlow_item:not(:first-child) {
  position: relative;
}
.p-serviceFlow_item:not(:first-child) .p-serviceFlow_content::before {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: #b6b6b6;
  width: calc(100% - 4.375rem - 2rem);
  height: 1px;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:not(:first-child) .p-serviceFlow_content::before {
    top: unset;
    right: unset;
    bottom: 0.8125rem;
    left: 0;
    width: 1px;
    height: calc(100% - 7.125rem - 1.625rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:not(:first-child) .p-serviceFlow_content {
    border-top: none;
  }
}
.p-serviceFlow_item:nth-child(1) .p-serviceFlow_heading {
  background-color: #22b627;
}
.p-serviceFlow_item:nth-child(1) .p-serviceFlow_heading::after {
  border-top-color: #22b627;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:nth-child(1) .p-serviceFlow_heading::after {
    border-top-color: transparent;
    border-left-color: #22b627;
  }
}
.p-serviceFlow_item:nth-child(2) .p-serviceFlow_heading {
  background-color: #21c4a4;
}
.p-serviceFlow_item:nth-child(2) .p-serviceFlow_heading::after {
  border-top-color: #21c4a4;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:nth-child(2) .p-serviceFlow_heading::after {
    border-top-color: transparent;
    border-left-color: #21c4a4;
  }
}
.p-serviceFlow_item:nth-child(3) .p-serviceFlow_heading {
  background-color: #11a0d1;
}
.p-serviceFlow_item:nth-child(3) .p-serviceFlow_heading::after {
  border-top-color: #11a0d1;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:nth-child(3) .p-serviceFlow_heading::after {
    border-top-color: transparent;
    border-left-color: #11a0d1;
  }
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:nth-child(3) .p-serviceFlow_content {
    padding: 0 min(4.1666666667vw, 3.125rem) 2.5rem;
  }
}
.p-serviceFlow_item:nth-child(4) .p-serviceFlow_heading {
  background-color: #0075c9;
}
.p-serviceFlow_item:nth-child(4) .p-serviceFlow_heading::after {
  border-top-color: #0075c9;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_item:nth-child(4) .p-serviceFlow_heading::after {
    border-top-color: transparent;
    border-left-color: #0075c9;
  }
}
.p-serviceFlow_item:nth-child(4) .p-serviceFlow_content {
  margin-right: 0;
  padding: 1.5rem 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_item:nth-child(4) .p-serviceFlow_content {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.875rem;
  }
}

.p-serviceFlow_heading {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-writing-mode: vertical-rl;
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-basis: 4.375rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_heading {
    -webkit-writing-mode: unset;
    flex-basis: 7.125rem;
    padding-top: 0;
    font-size: clamp(1.625rem, min(2.6666666667vw, 2rem), 2rem);
    letter-spacing: 0.06em;
    writing-mode: unset;
  }
}
.p-serviceFlow_heading:not(:last-child)::before {
  -webkit-transform: translate(-50%, 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  border-width: 16px 39px 0 39px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_heading:not(:last-child)::before {
    -webkit-transform: translate(100%, -50%);
    top: 50%;
    right: 1px;
    bottom: unset;
    left: unset;
    transform: translate(100%, -50%);
    border-width: 62px 0 62px 22px;
    border-color: transparent transparent transparent #fff;
  }
}
.p-serviceFlow_heading:not(:last-child)::after {
  -webkit-transform: translate(-50%, 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  border-width: 14px 35px 0 35px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_heading:not(:last-child)::after {
    -webkit-transform: translate(100%, -50%);
    top: 50%;
    right: 1px;
    bottom: unset;
    left: unset;
    transform: translate(100%, -50%);
    border-width: 57px 0 57px 20px;
    border-color: transparent transparent transparent #000;
  }
}
.p-serviceFlow_heading > span:first-child {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_heading > span:first-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_heading .t-hiddenSp {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_heading .t-hiddenSp {
    display: inline;
  }
}

.p-serviceFlow_term {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-writing-mode: vertical-lr;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  flex-basis: max(3.75rem, 16vw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_term {
    -webkit-writing-mode: unset;
    flex-basis: 8.125rem;
    margin-top: 1.125rem;
    font-size: clamp(1.625rem, min(2.6666666667vw, 2rem), 2rem);
    letter-spacing: 0.06em;
    writing-mode: unset;
  }
}
.p-serviceFlow_term > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
}
.p-serviceFlow_term > span:nth-child(2) {
  font-weight: normal;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_term > span:nth-child(2) {
    font-size: clamp(0.875rem, min(1.5vw, 1.125rem), 1.125rem);
  }
}
.p-serviceFlow_term .combine {
  margin-bottom: 0.3125rem;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-combine-upright: all;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_term .combine {
    margin-right: 0.25rem;
    margin-bottom: 0;
    font-size: inherit;
  }
}

.p-serviceFlow_content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: justify;
}
@media print, screen and (min-width: 992px) {
  .p-serviceFlow_content {
    margin-top: -0.5rem;
    margin-right: 0;
    padding: 0 min(3.1666666667vw, 2.375rem) 2.5rem min(3.3333333333vw, 2.5rem);
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

.p-serviceFlow_dl dt span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg);
  background-clip: text;
  color: var(--gradient-upper-color);
  font-weight: 700;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_dl dt span {
    font-size: 1.125rem;
  }
}
.p-serviceFlow_dl dd {
  margin-top: 0.375rem;
}

.p-serviceFlow_ul {
  text-align: left;
}
.p-serviceFlow_ul li {
  position: relative;
  padding-left: 1.3em;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_ul li {
    padding-left: 1em;
  }
}
.p-serviceFlow_ul li::before {
  position: absolute;
  top: 0.7em;
  left: 0.25rem;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: 0.25rem;
  height: 0.25rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_ul li::before {
    top: 0.85em;
    width: 0.375rem;
    height: 0.375rem;
  }
}
.p-serviceFlow_ul li span {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceFlow_ul li span {
    font-size: 0.75rem;
  }
}

.p-serviceSection_contentsLead {
  margin-top: 1.5625rem;
}

.p-serviceSection_contentsSliderWrap {
  -webkit-transform: translateX(-50%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.5625rem;
  width: 100vw;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_contentsSliderWrap {
    margin-top: 3.75rem;
  }
}
.p-serviceSection_contentsSliderWrap .splide__slide {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 8vw;
  width: 168vw;
}
.p-serviceSection_contentsSliderWrap .splide__slide img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_contentsSliderWrap .splide__slide {
    padding-left: 2.78vw;
    width: 100vw;
  }
}
.p-serviceSection_contentsSliderWrap .p-service_content02,
.p-serviceSection_contentsSliderWrap .p-service_content03 {
  margin-top: 1rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_contentsSliderWrap .p-service_content02,
.p-serviceSection_contentsSliderWrap .p-service_content03 {
    margin-top: 2.5rem;
  }
}
.p-serviceSection_contentsSliderWrap .p-service_content02 .splide__slide {
  padding-right: 8vw;
  padding-left: 0;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_contentsSliderWrap .p-service_content02 .splide__slide {
    padding-right: 2.78vw;
    padding-left: 0;
  }
}

.p-serviceSection_contentButton {
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_contentButton:hover .p-serviceSection_contentData {
    opacity: 1;
  }
}

.p-serviceSection_contentData {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-transition: var(--ease-out-cubic);
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: var(--ease-out-cubic);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
}

.p-serviceSection_contentData_title {
  margin-top: 1.25rem;
  font-size: 2rem;
}

.p-serviceSection_downloadLink {
  margin-top: 0.625rem;
  text-align: center;
}
.p-serviceSection_downloadLink .c-back-button {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_downloadLink .c-back-button {
    font-size: 1.25rem;
  }
}
.p-serviceSection_downloadLink .c-icon-circleArrow {
  width: 2.5rem;
  height: 2.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_downloadLink .c-icon-circleArrow {
    width: 5rem;
    height: 5rem;
  }
  .p-serviceSection_downloadLink .c-icon-circleArrow::after {
    width: 1.75rem;
    height: 1.25rem;
  }
}

.p-serviceSection_note {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .p-serviceSection_note {
    font-size: 0.875rem;
    text-align: left;
  }
}

.is-modalOpen {
  height: 100%;
  overflow: hidden;
}

.p-program-header {
  position: relative;
  margin-top: 2.5rem;
}
.p-program-header::before {
  display: block;
  position: absolute;
  bottom: -14.1333333333vw;
  left: 0;
  background-color: rgba(68, 68, 68, 0.5);
  width: 100%;
  height: calc(100% - 42.6666666667vw + 14.1333333333vw);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program-header::before {
    bottom: max(-9vw, -6.75rem);
    height: calc(100% - min(37.0833333333vw, 27.8125rem) + min(9vw, 6.75rem));
  }
}
.p-program-header + .l-pageSection_body {
  position: relative;
  margin-top: 5.8666666667vw;
}
@media print, screen and (min-width: 576px) {
  .p-program-header + .l-pageSection_body {
    margin-top: min(4vw, 3rem);
  }
}

.p-program-header_heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-program_mv {
  margin-top: 2rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_mv {
    margin-top: 4.75rem;
  }
}
.p-program_mv img {
  width: 100%;
  height: auto;
}
.p-program_mv .splide__slide {
  -webkit-transition: opacity 0.4s;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.p-program_mv .splide__slide.is-visible {
  opacity: 1;
}
.p-program_mv .splide__pagination {
  position: static;
  flex-wrap: nowrap;
  margin-top: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  width: 80vw;
}
@media print, screen and (min-width: 576px) {
  .p-program_mv .splide__pagination {
    position: absolute;
    top: min(44.8333333333vw, 33.625rem);
    bottom: auto;
    margin-top: 0;
    padding-right: 1.8vw;
    padding-left: 0.5vw;
    width: min(96.8333333333vw, 72.625rem);
  }
}
.p-program_mv .splide__pagination li {
  position: relative;
  flex-basis: 100%;
  height: max(1.8666666667vw, 0.4375rem);
}
@media print, screen and (min-width: 576px) {
  .p-program_mv .splide__pagination li {
    height: min(1.3333333333vw, 1rem);
  }
}
.p-program_mv .splide__pagination li::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  opacity: 0.3;
  background-color: var(--color-white);
  width: 100%;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_mv .splide__pagination li::before {
    height: 0.1875rem;
  }
}
.p-program_mv .splide__pagenation__line {
  -webkit-transform: translateY(-50%);
  -webkit-transition: width 0.1s linear;
  display: block;
  position: absolute;
  top: 50%;
  left: max(1.8666666667vw, 0.4375rem);
  transform: translateY(-50%);
  transition: width 0.1s linear;
  background-color: var(--color-white);
  width: 0;
  height: 0.125rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_mv .splide__pagenation__line {
    left: min(1.3333333333vw, 1rem);
    height: 0.1875rem;
  }
}
.p-program_mv .splide__pagination__page {
  vertical-align: top;
  opacity: 1;
  margin: 0;
  background: var(--color-white);
  width: max(1.8666666667vw, 0.4375rem);
  height: max(1.8666666667vw, 0.4375rem);
  pointer-events: none;
}
@media print, screen and (min-width: 576px) {
  .p-program_mv .splide__pagination__page {
    width: min(1.3333333333vw, 1rem);
    height: min(1.3333333333vw, 1rem);
  }
}
.p-program_mv .splide__pagination__page.is-active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  background: var(--color-white);
}

.p_program_mvPanel {
  display: block;
  padding: 0 1.5rem;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p_program_mvPanel {
    margin: 0 auto;
    padding: 0;
    width: min(75vw, 56.25rem);
  }
}

.p-program_mvImage {
  border-radius: 1.625rem;
  aspect-ratio: 400/220;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 576px) {
  .p-program_mvImage {
    border-radius: 0;
  }
}

.p-program_mvTitle {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_mvTitle {
    margin-top: min(7.9166666667vw, 5.9375rem);
    font-size: 2rem;
  }
}

.p-program_mvDesc {
  font-size: 0.75rem;
  line-height: 1.67;
}
@media print, screen and (min-width: 576px) {
  .p-program_mvDesc {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-program_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_tabs {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-program_tab {
  position: relative;
  border-radius: 0.625rem;
  background-image: var(--gradient-bg);
  height: 2.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .p-program_tab {
    border-radius: 1.25rem;
    width: 10rem;
    height: 4.625rem;
    font-size: 1.5rem;
  }
}
.p-program_tab span {
  display: block;
  position: relative;
}
.p-program_tab span:nth-child(2) {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_tab span:nth-child(2) {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}
.p-program_tab::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 0.5rem;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_tab::before {
    top: 2px;
    left: 2px;
    border-radius: 1.125rem;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.p-program_tab[aria-selected=true] {
  color: #fff;
}
.p-program_tab[aria-selected=true]::before {
  opacity: 0;
}

.p-programList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-programList {
    display: block;
    margin: 3.75rem auto 0;
    max-width: 50rem;
  }
}

@media print, screen and (min-width: 576px) {
  .p-programList_item:not(:first-child) {
    margin-top: 2.5rem;
    border-top: 2px solid rgba(68, 68, 68, 0.5);
    padding-top: 2.5rem;
  }
}

.p-programList_itemInner {
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p-programList_itemInner {
    -webkit-box-align: start;
    display: grid;
    grid-template-columns: 1fr min(50vw, 25rem);
    grid-template-areas: "content image";
    align-items: start;
    gap: 2.5rem;
  }
  .p-programList_itemInner > .p-documents_header_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-programList_itemInner:hover .p-programList_heading {
    color: #a2a2a2;
  }
}

.p-programList_image {
  grid-area: image;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media print, screen and (min-width: 576px) {
  .p-programList_image {
    border-radius: 1rem;
  }
}
.p-programList_image img {
  aspect-ratio: 400/220;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
}

.p-programList_body {
  grid-area: content;
}

@media print, screen and (min-width: 768px){
  .p-documents_header_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-documents_header_desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-documents_header_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-programList_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

@media print, screen and (min-width: 576px){
  .p-programList_itemInner > .p-programList_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .p-programList_body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 576px) {
  .p-programList_body {
    padding-top: 1.25rem;
  }
}

.p-programList_heading {
  margin-top: 0.1875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media print, screen and (min-width: 576px) {
  .p-programList_heading {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

.p-program_section {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_section {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}

.p-program_heading {
  font-weight: 700;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_heading {
    font-size: 2rem;
  }
}
.p-program_heading + .m-newsList {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_heading + .m-newsList {
    margin-top: 1.375rem;
  }
}

.p-timetable_tableWrap {
  margin: 0 min(-8vw, -1.875rem);
  padding: 0 min(8vw, 1.875rem);
  overflow: auto;
}

.p-timetable_table {
  border-radius: 0.625rem;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 35.1875rem;
  table-layout: fixed;
}
.p-timetable_table thead th {
  border-top: 1px solid #00c64f;
  background-color: #00c64f;
  padding: 0.625rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .p-timetable_table thead th {
    padding: 0.9375rem 1.25rem;
    font-size: 1.5rem;
  }
}
.p-timetable_table thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.p-timetable_table thead th:first-child {
  border-left: 1px solid #00c64f;
  border-radius: 0.625rem 0 0 0;
}
.p-timetable_table thead th:last-child {
  border-right: 1px solid #00c64f;
  border-radius: 0 0.625rem 0 0;
}
.p-timetable_table thead th span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .p-timetable_table thead th span {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}
.p-timetable_table tbody td {
  vertical-align: top;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57;
}
.p-timetable_table tbody td:not(:first-child) {
  border-left: 1px solid #dedede;
}
.p-timetable_table tbody td:first-child {
  border-left: 1px solid #dedede;
}
.p-timetable_table tbody td:last-child {
  border-right: 1px solid #dedede;
}
.p-timetable_table tbody td a {
  -webkit-transition: color 0.4s;
  display: block;
  transition: color 0.4s;
  padding: 0.625rem;
  width: 100%;
  height: 100%;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .p-timetable_table tbody td a {
    padding: 1.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-timetable_table tbody td a:hover {
    color: #a2a2a2;
  }
}
.p-timetable_table tbody tr:not(:first-child) td {
  border-top: 1px solid #dedede;
}
.p-timetable_table tbody tr:last-child td {
  border-bottom: 1px solid #dedede;
}
.p-timetable_table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.625rem;
}
.p-timetable_table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.625rem 0;
}

.p-program_modal {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  display: block;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  border: none;
  background-color: transparent;
  width: 90vw;
  height: 90svh;
  overflow: visible;
}
@media print, screen and (min-width: 576px) {
  .p-program_modal {
    -webkit-transform: unset;
    top: 5rem;
    left: 0;
    transform: unset;
    margin-right: auto;
    margin-left: auto;
    width: 100svw;
    max-width: min(69.1666666667vw, 51.875rem);
    height: 80svh;
  }
}
.p-program_modal::-webkit-backdrop {
  background-color: rgba(68, 68, 68, 0.5);
}
.p-program_modal::backdrop {
  background-color: rgba(68, 68, 68, 0.5);
}
.p-program_modal[open] {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-program_modalInner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.p-program_modalClose {
  flex-shrink: 0;
  align-self: flex-end;
  width: 1.25rem;
  color: #fff;
  text-align: right;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalClose {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    width: 3.75rem;
  }
}
.p-program_modalClose i {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalClose i {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-program_modalClose i::before, .p-program_modalClose i::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 1.75rem;
  height: 1px;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_modalClose i::before, .p-program_modalClose i::after {
    width: 5.3125rem;
  }
}
.p-program_modalClose i::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-program_modalContentWrap {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.p-program_modalContent {
  -webkit-box-flex: 1;
  position: relative;
  flex-grow: 1;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 1.875rem 1.25rem;
  overflow: auto;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalContent {
    border-radius: 2.5rem;
    padding: 3.75rem;
  }
}

.p-program_control {
  -webkit-box-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "prev next";
  flex-shrink: 0;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .p-program_control {
    font-size: 1.25rem;
  }
}

.p-program_modalPrev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -webkit-box-align: center;
  display: none;
  grid-area: prev;
  align-items: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalPrev {
    gap: 1.5rem;
  }
}
.p-program_modalPrev::before {
  -webkit-transform: scale(-1, 1);
  display: block;
  transform: scale(-1, 1);
  background: url("/assets/images/icon_circlearrow.png") no-repeat left top/100% 100%;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_modalPrev::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-program_modalNext {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -webkit-box-align: center;
  display: none;
  grid-area: next;
  align-items: center;
  justify-self: end;
  gap: 0.5rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalNext {
    gap: 1.5rem;
  }
}
.p-program_modalNext::after {
  display: block;
  background: url("/assets/images/icon_circlearrow.png") no-repeat left top/100% 100%;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
}
@media print, screen and (min-width: 576px) {
  .p-program_modalNext::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-program_modalDate {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalDate {
    font-size: 1rem;
  }
}

.p-program_modalHeading {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7778;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalHeading {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.p-program_modalImage {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalImage {
    margin-top: 2.5rem;
  }
}
.p-program_modalImage img {
  width: 100%;
  height: auto;
}

.p-program_modalImageLandscape {
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalImageLandscape {
    margin-top: 1.25rem;
  }
}
.p-program_modalImageLandscape img {
  width: 100%;
  height: auto;
}

.p-program_modalDescription {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.85;
}
@media print, screen and (min-width: 576px) {
  .p-program_modalDescription {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-program_modalLoading {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
  transition: opacity 0.4s, visibility 0.4s;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.is-loadingFinish .p-program_modalLoading {
  visibility: hidden;
  opacity: 0;
}

.spinner {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

.double-bounce1,
.double-bounce2 {
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  animation: sk-bounce 2s infinite ease-in-out;
  border-radius: 50%;
  background: var(--gradient-bg);
  width: 100%;
  height: 100%;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .t-hiddenSp {
    display: block;
  }
}

@media print, screen and (min-width: 576px) {
  .t-hiddenPc {
    display: none;
  }
}

.t-jaStringBreakControl span:not([class]) {
  display: inline-block;
}
.t-jaStringBreakControl span.t-jaStringBr-sp {
  display: inline-block;
}
@media print, screen and (min-width: 576px) {
  .t-jaStringBreakControl span.t-jaStringBr-sp {
    display: inline;
  }
}
@media print, screen and (min-width: 576px) {
  .t-jaStringBreakControl span.t-jaStringBr-pc {
    display: inline-block;
  }
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}

@media print, screen and (min-width: 576px) {
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}