/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  font-weight: bold;
}

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

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

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: auto;
}

html {
  font-size: 62.5%;
}
html.is_small {
  font-size: 52.5%;
}
html.is_default {
  font-size: 62.5%;
}
html.is_large {
  font-size: 72.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1140px;
  background-color: #FFF;
  color: #222;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

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

#search {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.cam-box {
  width: 100%;
  line-height: 1.5em;
}

.window-text {
  border-bottom: solid 1px;
}

.leaflet-container {
  background: #fff;
}

.leaflet-div-icon {
  background: none;
  white-space: nowrap;
  border: none;
}

.leaflet-popup {
  margin-bottom: 15px;
}

/*
.popup_content {overflow: auto;}
*/
.popup_content div {
  display: block;
}

#small_pop {
  display: flex;
}

#map_box {
  position: relative;
}

#large_pop2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: auto;
  z-index: 901;
  /*background-color:rgba(48,50,35,0.8);*/
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #888;
  padding: 7px;
  overflow: auto;
}

#map_title {
  display: inline;
}

.main {
  margin: 0 auto;
  width: 100%;
}

.popup_content h3 {
  font-size: 18px;
  text-align: left;
}

.popup_content .img_content {
  text-align: center;
}

.popup_content img {
  max-height: 150px;
}

.mapdiv {
  margin: 0 auto;
  height: 675px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .mapdiv {
    height: 250px;
    font-size: 1rem;
  }
}

.main div h2 {
  font-size: 26px;
}

.main div img {
  clear: both;
}

.main table.logo tr {
  border: 0px;
}

.leaflet-top, .leaflet-top, .leaflet-bottom {
  z-index: 900;
}

.DHide {
  display: none;
}

.img_content {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .img_content {
    float: none;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Layout
 */
body:not(.pg_home) .ly_contents {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.pg_news .ly_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .pg_news .ly_contents::before {
    height: 70vw;
  }
}

.pg_news_detail .ly_contents::after {
  right: 0;
  left: inherit;
  width: 65%;
  background-image: url(../images/header/title_bg_newsDetail.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .ly_contents::after {
    width: 100%;
    background-image: url(../images/header/title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
}

@media screen and (max-width: 767px) {
  .pg_home .ly_contents {
    content: none;
  }
}

.ly_container {
  position: relative;
  margin: auto;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}

.withSideNav main {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .withSideNav main {
    display: block;
    padding-bottom: 0;
  }
}
.withSideNav main .ly_articleSect {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .withSideNav main .ly_articleSect {
    width: 100%;
    padding-bottom: 0;
  }
}
.withSideNav main .ly_articleSect > .el_hdg:first-child > * {
  margin-top: 0 !important;
}
.withSideNav main .ly_withSideNav_aside {
  width: 300px;
  padding-right: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .ly_withSideNav_aside {
    width: 100%;
    padding-right: 0;
    padding-top: 80px;
  }
}
.withSideNav main .el_btn-4col .btn a {
  padding: 15px 45px 14px 25px;
}
.withSideNav main .el_btn-4col .btn a:after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_btn-4col .btn a {
    padding: 13px 46px 13px 14px;
  }
  .withSideNav main .el_btn-4col .btn a:after {
    right: 24px;
  }
}
.withSideNav main .el_card-link.el_card-3col .item a .link {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_card-link.el_card-3col .item a .link {
    padding-right: 56px;
  }
}
.withSideNav main .bl_breadcrumb .ly_container {
  width: auto;
  padding: 0;
}
.withSideNav main .bl_titleBox .ly_container {
  width: auto;
  padding: 0;
}
.withSideNav main .el_iconBtn .item a .link span::before {
  right: -16px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn .item a .link span::before {
    right: -4px;
  }
}
.withSideNav main .el_iconBtn .item a .link span::after {
  right: 3px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn .item a .link span::after {
    right: 9px;
  }
}
.withSideNav main .el_iconBtn .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".pptm"] .link span::after {
  right: -3px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn .item a[href$=".pptm"] .link span::after {
    right: 3px;
  }
}
.withSideNav main .el_iconBtn-2col .item a .img {
  width: 100px;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-2col .item a .img {
    width: 60px;
    min-height: 60px;
  }
}
.withSideNav main .el_iconBtn-2col .item a .img img {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-2col .item a .img img {
    height: 60px;
  }
}
.withSideNav main .el_iconBtn-2col .item a[target=_blank] .link span::after {
  right: -1px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-2col .item a[target=_blank] .link span::after {
    right: 7px;
    width: 14px;
    height: 14px;
  }
}
.withSideNav main .el_iconBtn-2col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".pptm"] .link span::after {
  right: -4px;
  width: 23px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-2col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-2col .item a[href$=".pptm"] .link span::after {
    right: 3px;
    width: 20px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item {
    width: 100%;
  }
}
.withSideNav main .el_iconBtn-3col .item a .img {
  width: 60px;
  min-height: 60px;
}
.withSideNav main .el_iconBtn-3col .item a .img img {
  height: 60px;
}
.withSideNav main .el_iconBtn-3col .item a .link {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item a .link {
    padding-right: 54px;
  }
}
.withSideNav main .el_iconBtn-3col .item a .link span::before {
  right: -18px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item a .link span::before {
    right: -2px;
  }
}
.withSideNav main .el_iconBtn-3col .item a .link span::after {
  right: -6px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item a .link span::after {
    right: 11px;
  }
}
.withSideNav main .el_iconBtn-3col .item a[target=_blank] .link span::after {
  right: -6px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item a[target=_blank] .link span::after {
    right: 9px;
  }
}
.withSideNav main .el_iconBtn-3col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".pptm"] .link span::after {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-3col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-3col .item a[href$=".pptm"] .link span::after {
    right: 5px;
  }
}
.withSideNav main .el_iconBtn-4col .item a .img {
  width: 40px;
  height: 40px;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .img {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }
}
.withSideNav main .el_iconBtn-4col .item a .img img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .img img {
    height: 60px;
  }
}
.withSideNav main .el_iconBtn-4col .item a .link {
  padding-left: 10px;
  padding-right: 20px;
  width: calc(100% - 40px - 32px);
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .link {
    padding-right: 54px;
    width: calc(100% - 40px);
  }
}
.withSideNav main .el_iconBtn-4col .item a .link span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .link span {
    font-size: 1.7rem;
  }
}
.withSideNav main .el_iconBtn-4col .item a .link span::before {
  right: -32px;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .link span::before {
    right: -2px;
    width: 36px;
    height: 36px;
  }
}
.withSideNav main .el_iconBtn-4col .item a .link span::after {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a .link span::after {
    right: 11px;
  }
}
.withSideNav main .el_iconBtn-4col .item a[target=_blank] .link span::after {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a[target=_blank] .link span::after {
    right: 9px;
  }
}
.withSideNav main .el_iconBtn-4col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".pptm"] .link span::after {
  right: -28px;
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .withSideNav main .el_iconBtn-4col .item a[href$=".pdf"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".doc"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".docx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".docm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".dotx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".dotm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xls"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlsx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlt"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xml"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".xlsm"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".ppt"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".pptx"] .link span::after, .withSideNav main .el_iconBtn-4col .item a[href$=".pptm"] .link span::after {
    right: 5px;
    width: 20px;
    height: 15px;
  }
}

.ly_articleSect > :first-child {
  margin-top: 0;
}
.ly_articleSect > :first-child > :first-child {
  margin-top: 0;
}

.ly_articleSect,
.ly_category-top {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ly_articleSect,
.ly_category-top {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.ly_category-top > :first-child {
  margin-top: 0;
}
.ly_category-top > :first-child > :first-child {
  margin-top: 0;
}
.ly_category-top > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.ly_category-top > :first-child > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.ly_category-top_content .el_iconBtn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ly_category-top_content .el_iconBtn {
    margin-top: 60px;
  }
}

/**
 * Header
 */
.ly_header {
  position: relative;
  width: 100%;
  z-index: 10;
}
.ly_header_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  min-width: 1140px;
}
@media screen and (max-width: 767px) {
  .ly_header_container {
    display: block;
    height: 66px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    min-width: inherit;
  }
  .ly_header_container.is_open {
    height: 100vh;
    background: #EFF3F1;
    pointer-events: none;
  }
  .ly_header_container.is_open .ly_header_inner {
    background: #EFF3F1;
    box-shadow: none;
  }
  .ly_header_container.is_open .ly_header_logo {
    pointer-events: all;
  }
  .ly_header_container.is_open .ly_header_logo.home .menuClose {
    display: none;
  }
  .ly_header_container.is_open .ly_header_logo.home .menuOpen {
    display: inline-block;
  }
  .ly_header_container.is_open .ly_header_menu {
    pointer-events: all;
  }
  .ly_header_container.is_open .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
  }
}
.ly_header_inner {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}
.pg_home .ly_header_inner, .pg_disaster .ly_header_inner {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .ly_header_inner {
    width: 100%;
    height: 70px;
    top: 0;
    padding: 0 24px 0 20px;
  }
}
.ly_header_logo {
  display: inline-block;
  margin: 17px 26px;
  width: 300px;
  transition: all 0.3s;
}
.ly_header_logo .menuClose {
  display: inline-block;
}
.ly_header_logo .menuOpen {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ly_header_logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo {
    width: 178px;
    margin: 0;
  }
}
[data-whatintent=mouse] .ly_header_logo:hover {
  opacity: 0.8;
}
.ly_header_logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ly_header_logo img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #EFF3F1;
  }
  .pg_home .ly_header_menu, .pg_disaster .ly_header_menu {
    background-color: #fff;
  }
  .ly_header_menu:before, .ly_header_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 15px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s;
  }
  .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
    opacity: 1;
  }
  .ly_header_menu:after {
    background-image: url(../images/header/header_close.png);
    opacity: 0;
    width: 24px;
    height: 14px;
  }
}
.ly_header_menu.is_open {
  background: #fff;
}
.ly_header_menu.is_open:before {
  opacity: 0;
}
.ly_header_menu.is_open:after {
  opacity: 1;
}
.ly_header_nav {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20px 0px;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto;
    height: calc(100dvh - 70px);
    visibility: hidden;
  }
  .ly_header_nav.is_open {
    opacity: 1;
    visibility: visible;
  }
  .ly_header_nav::after {
    content: "";
    position: relative;
    display: block;
    width: calc(100% + 40px);
    left: 20px;
    margin-top: auto;
    padding-bottom: 30%;
    background-image: url(../images/header/header_menu_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}
.ly_header_nav .gNav {
  padding: 0 30px 17px 0;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav {
    position: static;
    padding: 0;
    width: 100%;
    box-shadow: none;
    pointer-events: all;
  }
}
.ly_header_nav .gNav ul {
  display: flex;
  overflow: hidden;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul {
    display: block;
    width: 100%;
    margin-top: 10px;
    width: 100%;
  }
}
.ly_header_nav .gNav li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav li {
    padding: 11px 0 11px 0px;
  }
}
.ly_header_nav .gNav li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav li a {
    width: 100%;
    font-size: 1.5rem;
    color: #222;
  }
}
[data-whatintent=mouse] .ly_header_nav .gNav li a:hover {
  color: #4AA499;
}
.ly_header_nav .gNav li a span {
  position: relative;
  color: currentColor;
  z-index: 1;
  transition: color 0.3s;
}
.ly_header_nav .subNav {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  background: #E2E6E4;
  gap: 20px;
  padding: 12px 190px 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 0 0 27px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav {
    position: static;
    pointer-events: all;
    padding: 0;
    width: 100%;
    background-color: unset;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0px;
  }
}
.ly_header_nav .subNav .option {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .option {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .ly_header_nav .subNav .option.is_open {
    opacity: 1;
    visibility: visible;
  }
}
.ly_header_nav .subNav .googleSearch {
  position: relative;
  min-width: 200px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch {
    width: 100%;
    max-width: 400px;
    height: 48px;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 15px;
    order: 1;
    overflow: hidden;
  }
}
.ly_header_nav .subNav .googleSearch form {
  width: 100%;
  height: 100%;
}
.ly_header_nav .subNav .googleSearch_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px 50px 3px 20px;
  background-position: left 12px top 60% !important;
  background-color: white !important;
  font-size: 1.5rem;
  border-radius: 15px;
}
.ly_header_nav .subNav .googleSearch_text::-moz-placeholder {
  background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left 0px top 60% no-repeat rgba(241, 241, 241, 0);
  font-size: 1.6rem;
  color: transparent;
}
.ly_header_nav .subNav .googleSearch_text:-ms-input-placeholder {
  background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left 0px top 60% no-repeat rgba(241, 241, 241, 0);
  font-size: 1.6rem;
  color: transparent;
}
.ly_header_nav .subNav .googleSearch_text::placeholder {
  background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left 0px top 60% no-repeat rgba(241, 241, 241, 0);
  font-size: 1.6rem;
  color: transparent;
}
.ly_header_nav .subNav .googleSearch_innerText {
  position: relative;
  color: #AAAAAA;
  padding-left: 10px;
}
.ly_header_nav .subNav .googleSearch_btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  width: 30px;
  height: 100%;
  border-radius: 0 15px 15px 0;
  transition: background-color 0.3s;
}
.ly_header_nav .subNav .googleSearch_btn img {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn img {
    width: 20px;
    height: 20px;
  }
}
[data-whatintent=mouse] .ly_header_nav .subNav .googleSearch_btn:hover {
  background: #4AA499;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn {
    width: 48px;
  }
}
.ly_header_nav .subNav .googleSearch_btn .icon_search {
  position: relative;
  z-index: 1;
}
.ly_header_nav .subNav .contact_btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .contact_btn {
    position: relative;
    order: 2;
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
.ly_header_nav .subNav .contact_btn a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 17px 23px 16px 31px;
  border-radius: 0px 0px 0px 30px;
  background: #4aa499;
  color: #fff;
  line-height: 1;
  height: 100%;
  transition: all 0.3s;
}
.ly_header_nav .subNav .contact_btn a::before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url(../images/icon/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
[data-whatintent=mouse] .ly_header_nav .subNav .contact_btn a:hover {
  background: #fff;
  color: #4AA499;
}
[data-whatintent=mouse] .ly_header_nav .subNav .contact_btn a:hover::before {
  filter: invert(53%) sepia(53%) saturate(372%) hue-rotate(123deg) brightness(97%) contrast(89%);
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .contact_btn a {
    border-radius: 100px;
    justify-content: center;
    padding: 19px 23px 18px 31px;
  }
}
.ly_header_nav .subNav .fontSize {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 149px;
  height: 30px;
  padding: 2px 25px 2px 0px;
  border-right: 1px solid #AFC1D2;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize {
    width: 100%;
    height: 40px;
    background-color: #F8F8F8;
  }
}
.ly_header_nav .subNav .fontSize_hdg {
  display: block;
  padding: 0 12px 0 0;
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize_hdg {
    font-size: 1.5rem;
  }
}
.ly_header_nav .subNav .fontSize ul {
  display: flex;
  align-items: center;
}
.ly_header_nav .subNav .fontSize ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  background-color: #fff;
  outline: 1px solid #A2A2A2;
  border-radius: 50%;
  padding: 0 6px;
  aspect-ratio: 1;
  margin-left: 4px;
  color: #222;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
[data-whatintent=mouse] .ly_header_nav .subNav .fontSize ul li:hover {
  background-color: #1183B9;
  outline: 1px solid #1183B9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize ul li {
    font-size: 1.6rem;
  }
}
.ly_header_nav .subNav .fontSize ul li.is_current {
  color: #fff;
  background-color: #1183B9;
  pointer-events: none;
  outline: 1px solid #1183B9;
}
.ly_header_nav .subNav .fontSize ul li:first-child {
  margin-left: 0;
  border-left: none;
}
.ly_header_nav .contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 13px;
  background-color: #0B3A8A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .contact {
    min-height: 48px;
    padding: 5px 50px;
    width: 100%;
    font-size: 1.5rem;
    pointer-events: all;
    border-radius: 24px;
    margin-bottom: 30px;
  }
}
[data-whatintent=mouse] .ly_header_nav .contact:hover {
  background-color: #0770DA;
}
.ly_header_nav .contact:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-top: 1px;
  margin-right: 10px;
  background-image: url(../images/icon/icon_contact_wh.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .contact:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.ly_header_nav .link {
  width: 21px;
  height: 21px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .link {
    width: 100%;
    pointer-events: all;
    text-align: center;
  }
}
.ly_header_nav .link span {
  font-weight: bold;
  font-size: 1.5rem;
}
.ly_header_nav .link .link_inner {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ly_header_nav .link .link_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 18px;
}
.ly_header_nav .link .link_inner a:last-child {
  margin-right: 0;
}
.ly_header_nav .link a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .ly_header_nav .link a:hover {
  opacity: 0.5;
}
.ly_header_nav .link img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .link img {
    width: 20px;
    height: 20px;
  }
}
.ly_header_nav .snsIconContact {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconContact {
    flex-direction: column-reverse;
    gap: 0;
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
}
.ly_header_nav .snsIconArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea {
    flex-direction: row;
    align-items: center;
    gap: 21px;
  }
}
.ly_header_nav .snsIconArea_txt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_txt {
    font-size: 1.2rem;
  }
}
.ly_header_nav .snsIconArea_icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icons {
    justify-content: center;
    gap: 10px;
  }
}
.ly_header_nav .snsIconArea_icon {
  margin-left: 3px;
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icon {
    margin-left: 0;
    max-width: none;
  }
}
.ly_header_nav .snsIconArea_icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
[data-whatintent=mouse] .ly_header_nav .snsIconArea_icon a:hover {
  opacity: 0.5;
}
.ly_header_body {
  display: none;
}

/**
* Footer
*/
.ly_footer {
  position: relative;
  padding: 78px 0 38px;
  background-image: url(../images/common/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    background-size: 1440px 361px;
    background-position: 80% bottom;
    padding: 40px 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .ly_footer {
    padding-top: 82px;
  }
}
.ly_footer_body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_footer_body {
    padding-bottom: 24px;
  }
}
.ly_footer_inner .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .body {
    flex-direction: column;
    justify-content: center;
  }
}
.ly_footer_inner .right {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .right {
    border-right: 0;
    padding-right: 0;
  }
}
.ly_footer_inner .logo {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .logo {
    margin-bottom: 20px;
  }
}
.ly_footer_inner .logo a {
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .logo a {
    display: block;
  }
}
[data-whatintent=mouse] .ly_footer_inner .logo a:hover {
  opacity: 0.5;
}
.ly_footer_inner .logo img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .logo img {
    width: 178px;
  }
}
.ly_footer_inner .sub address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .sub address {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.ly_footer_inner .sub .el_wysiwyg {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .sub .el_wysiwyg {
    margin-top: 6px;
  }
}
.ly_footer_inner .sub .el_wysiwyg > *:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .sub .el_wysiwyg > *:not(:first-child) {
    margin-top: 3px;
  }
}
.ly_footer_inner .sub .el_wysiwyg a {
  text-underline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .sub .el_wysiwyg a {
    font-size: 1.2rem;
  }
}
.ly_footer .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer .link {
    justify-content: center;
    gap: 10px;
  }
}
.ly_footer .link_txt {
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.ly_footer .link span {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.ly_footer .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer .link a {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
  }
}
[data-whatintent=mouse] .ly_footer .link a:hover {
  opacity: 0.5;
}
.ly_footer .nav {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav {
    padding-left: 0;
    width: 100%;
  }
}
.ly_footer .nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 16px 66px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul {
    display: flex;
    gap: 16px 20px;
    width: 100%;
    margin-block: 36px;
  }
}
.ly_footer .nav ul li {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul li {
    width: calc((100% - 20px) / 2);
  }
  .ly_footer .nav ul li:nth-child(2n) {
    border-right: 0;
  }
}
.ly_footer .nav ul li a {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color 0.3s;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul li a {
    display: block;
    font-size: 1.3rem;
  }
}
[data-whatintent=mouse] .ly_footer .nav ul li a:hover {
  color: #4AA499;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  [data-whatintent=mouse] .ly_footer .nav ul li a:hover {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.ly_footer .nav_link {
  margin-top: 185px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav_link {
    margin-top: 16px;
  }
}
.ly_footer .nav_link ul {
  display: flex;
  gap: 6px 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav_link ul {
    gap: 2px 0;
  }
}
.ly_footer .nav_link ul li {
  position: relative;
  padding-inline: 23px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav_link ul li {
    padding-inline: 15px;
  }
}
.ly_footer .nav_link ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%) perspective(0);
  background: #fff;
  width: 1px;
  height: 13px;
}
.ly_footer .nav_link ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.3s;
}
[data-whatintent=mouse] .ly_footer .nav_link ul li a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav_link ul li a {
    font-size: 1.2rem;
  }
}
.ly_footer .copy {
  margin-top: 22px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.01em;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .ly_footer .copy {
    margin-top: 20px;
    text-align: center;
  }
}
.ly_footer_scrollTop {
  position: fixed;
  bottom: 27px;
  right: 37px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
.ly_footer_scrollTop.absolute {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer_scrollTop {
    bottom: 10px;
    right: 10px;
  }
}
.ly_footer_scrollTop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ly_footer_scrollTop a span {
  font-family: "EB Garamond";
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px #fff;
}
[data-whatintent=mouse] .ly_footer_scrollTop a:hover {
  opacity: 0.6;
}
.ly_footer_scrollTop .icon {
  width: 26px;
  height: 64px;
}
.ly_footer_scrollTop.is_show {
  opacity: 1;
  visibility: visible;
}
.ly_footer_convBanner {
  display: none;
  position: fixed;
  right: 0;
  bottom: 280px;
  z-index: 5;
  border-radius: 20px 0 0 20px;
  background: url(../images/common/bg_convBanner.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .ly_footer_convBanner {
    bottom: 128px;
  }
}
.pg_home .ly_footer_convBanner {
  display: block;
}
.ly_footer_convBanner.absolute {
  position: absolute;
  bottom: 100%;
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .ly_footer_convBanner.absolute {
    margin-bottom: 24px;
  }
}
.ly_footer_convBanner > span {
  display: grid;
  justify-items: center;
  gap: 10px;
  border-radius: inherit;
  padding: 33px 20px 28px;
  transition: padding 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_convBanner > span {
    gap: 6px;
    padding: 22px 18px 16px;
  }
}
.ly_footer_convBanner > span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #FFDA20;
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
}
.ly_footer_convBanner > span::after {
  content: "";
  position: relative;
  width: 18px;
  aspect-ratio: 1;
  background: url(../images/icon/icon_ar09.svg);
  background-size: 100% auto;
  rotate: -45deg;
}
@media screen and (max-width: 767px) {
  .ly_footer_convBanner > span::after {
    width: 14px;
  }
}
.ly_footer_convBanner > span > span {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .ly_footer_convBanner > span > span {
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .ly_footer_convBanner:hover > span {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  [data-whatintent=mouse] .ly_footer_convBanner:hover > span {
    padding-right: 40px;
  }
}

/**
 * Block
 */
.bl_breadcrumb {
  position: relative;
  padding-block: 13px;
  z-index: 2;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb {
    margin-top: -15px;
    border-top: none;
  }
}
.bl_breadcrumb .ly_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb .ly_container {
    justify-content: flex-start;
  }
}
.bl_breadcrumb li {
  display: inline;
  position: relative;
  margin-left: 18px;
  font-size: 1.2rem;
}
.bl_breadcrumb li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1.2px solid #aaa;
  border-right-width: 0;
  border-bottom-width: 0;
  top: 11px;
  left: -18px;
  margin: 0 auto;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb li:before {
    width: 6px;
    height: 6px;
  }
}
.bl_breadcrumb li:first-child {
  margin-left: 0;
}
.bl_breadcrumb li:first-child:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb li {
    font-size: 1.1rem;
  }
}
.bl_breadcrumb li > span {
  font-weight: bold;
}
.bl_breadcrumb a {
  display: inline-block;
  color: #222;
  border-bottom: 1px solid rgba(6, 38, 156, 0);
  transition: all 0.3s;
  text-decoration: underline;
}
[data-whatintent=mouse] .bl_breadcrumb a:hover {
  text-decoration: none;
  color: #0770DA;
}

.bl_sideNav .hdg {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 24px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: normal;
  transition: color 0.3s;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .hdg {
    padding: 13px 16px;
    padding-right: 60px;
    font-size: 1.8rem;
  }
}
[data-whatintent=mouse] .bl_sideNav a.hdg:hover {
  color: #4aa499;
}
[data-whatintent=mouse] .bl_sideNav a.hdg:hover::after {
  filter: invert(60%) sepia(16%) saturate(1122%) hue-rotate(123deg) brightness(92%) contrast(90%);
}
.bl_sideNav a.hdg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  background-image: url(../images/icon/icon_ar02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav a.hdg:after {
    right: 20px;
  }
}
.bl_sideNav .item {
  position: relative;
  transition: all 0.3s;
}
.bl_sideNav .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #888;
  opacity: 0.2;
  transform: perspective(0);
}
.bl_sideNav .item:last-child {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item:last-child {
    border-radius: 0;
  }
}
.bl_sideNav .item.is_current > a {
  color: #4aa499;
}
.bl_sideNav .item.is_current > a::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4aa499;
  transform: perspective(0);
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item.is_current > a::before {
    left: 3px;
  }
}
[data-whatintent=mouse] .bl_sideNav .item a:hover {
  color: #4aa499;
}
.bl_sideNav .item .ttl, .bl_sideNav .item a {
  display: flex;
  align-items: center;
  padding: 16px 14px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item .ttl, .bl_sideNav .item a {
    padding: 14px 20px;
    font-size: 1.5rem;
  }
}
.bl_sideNav .item .ttl span, .bl_sideNav .item a span {
  position: relative;
  line-height: 19px;
}
.bl_sideNav .item .ttl span:after, .bl_sideNav .item a span:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_sideNav .item .ttl {
  font-weight: bold;
}
.bl_sideNav .item a[href$=".doc"] span:after, .bl_sideNav .item a[href$=".docx"] span:after, .bl_sideNav .item a[href$=".docm"] span:after, .bl_sideNav .item a[href$=".dotx"] span:after, .bl_sideNav .item a[href$=".dotm"] span:after, .bl_sideNav .item a[href$=".xls"] span:after, .bl_sideNav .item a[href$=".xlsx"] span:after, .bl_sideNav .item a[href$=".xlt"] span:after, .bl_sideNav .item a[href$=".xml"] span:after, .bl_sideNav .item a[href$=".xlsm"] span:after, .bl_sideNav .item a[href$=".csv"] span:after, .bl_sideNav .item a[href$=".ppt"] span:after, .bl_sideNav .item a[href$=".pptx"] span:after, .bl_sideNav .item a[href$=".pptm"] span:after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_external.png);
}
.bl_sideNav .item a[target=_blank] span:after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_external.png);
}
.bl_sideNav .item a[href$=".pdf"] span:after {
  width: 36px;
  height: 17px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_pdf.png);
}
.bl_sideNav .item > ul {
  padding-top: 3px;
  padding-left: 20px;
}
.bl_sideNav .item > ul .child {
  margin-top: 8px;
}
.bl_sideNav .item > ul .child > ul {
  padding-top: 1px;
  padding-left: 20px;
}
.bl_sideNav .item > ul .child > ul .grandchild {
  margin-top: 5px;
}
.bl_sideNav__hasSub .item a {
  position: relative;
  padding-left: 30px;
}
.bl_sideNav__hasSub .item a::before {
  content: none !important;
}
.bl_sideNav__hasSub .item a::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 14px;
  width: 8px;
  height: 8px;
  background-image: url(../images/icon/icon_ar02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav__hasSub .item a::after {
    right: 20px;
  }
}
[data-whatintent=mouse] .bl_sideNav__hasSub .item a:hover::after {
  filter: invert(60%) sepia(16%) saturate(1122%) hue-rotate(123deg) brightness(92%) contrast(90%);
}
.bl_sideNav__hasSub .item a span::after {
  vertical-align: -2px !important;
  margin-left: 4px !important;
}
.bl_sideNav__hasSub .item .ttl {
  padding-left: 30px;
}
.bl_sideNav__hasSub .item.is_current a::after {
  filter: invert(60%) sepia(16%) saturate(1122%) hue-rotate(123deg) brightness(92%) contrast(90%);
}
.bl_sideNav__hasSub .subList {
  padding-bottom: 14px;
}
.bl_sideNav__hasSub .subItem a {
  padding-block: 4px;
  font-size: 1.3rem;
}
.bl_sideNav__hasSub .subItem a::after {
  top: 9px;
}
.bl_sideNav__hasSub .subItem a span::after {
  transform-origin: bottom left;
  transform: scale(0.8);
}
.bl_sideNav__hasSub .subItem .ttl {
  padding-block: 4px;
  font-size: 1.3rem;
}
.bl_sideNav__hasSub .subItem.is_current > a {
  color: #4aa499;
}
.bl_sideNav__hasSub .subItem.is_current > a::after {
  filter: invert(60%) sepia(16%) saturate(1122%) hue-rotate(123deg) brightness(92%) contrast(90%);
}

.bl_titleBox {
  position: relative;
  width: 100%;
  padding-block: 137px 0;
  margin-bottom: 34px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_titleBox {
    padding-top: 110px;
  }
}
.bl_titleBox .ly_container {
  z-index: 1;
}
.bl_titleBox .ly_container:not(:has(.bl_titleBox_cat)) .el_articleHdg {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox .ly_container:not(:has(.bl_titleBox_cat)) .el_articleHdg {
    margin-top: 32px;
  }
}
.bl_titleBox::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 577px;
  background: url(../images/common/sub_bg.png) no-repeat;
  transform: translateY(78%);
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bl_titleBox::after {
    bottom: auto;
    top: 80px;
    height: auto;
    aspect-ratio: 375/150;
    transform: none;
  }
}
.bl_titleBox_cat {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #0B3A8A;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox_cat {
    font-size: 1.4rem;
  }
}
.bl_titleBox_cat::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0B3A8A;
}
.bl_titleBox_cat.catTop {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #0770DA;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .bl_titleBox_cat.catTop {
    font-size: 1.4rem;
  }
}
.bl_titleBox_cat.catTop::before {
  content: none;
}
.bl_titleBox_cat.catTop.wh {
  color: #fff;
}
.bl_titleBox.news_detail .el_articleHdg {
  font-size: 3.1rem;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .el_articleHdg {
    font-size: 2.4rem;
    padding-bottom: 14px;
  }
}
.bl_titleBox.news_detail .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #999999;
  padding-top: 10px;
  border-bottom: 1px solid #333;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .date {
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 22px;
    margin-left: 0;
  }
}
.bl_titleBox.news_detail .date .new {
  border-radius: 100px;
  padding: 5px 6px 3px;
  margin-left: 5px;
  background-color: #D92C2C;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .date .new {
    font-size: 1rem;
  }
}
.bl_titleBox.news_detail .date .category {
  --categoryColor: #333;
  margin-left: 5px;
  padding: 5px 6px 3px;
  line-height: 1;
  font-size: 1.2rem;
  border-radius: 9px;
  color: var(--categoryColor);
  border: 1px solid var(--categoryColor);
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .date .category {
    font-size: 1rem;
  }
}
.bl_titleBox.news_detail .date .category:first-of-type {
  margin-left: 10px;
}
.bl_titleBox.news_detail .date .category.news {
  --categoryColor: #42A8CF;
}
.bl_titleBox.news_detail .date .category.activity {
  --categoryColor: #4AA459;
}
.bl_titleBox.news_detail .date .category.other {
  --categoryColor: #D9672C;
}
.bl_titleBox.news {
  margin-bottom: 0;
}
.bl_titleBox_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_titleBox_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.bl_titleBox_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.5;
}
.bl_titleBox__withImg {
  margin-bottom: 0;
}

.bl_mv {
  position: relative;
  padding: 120px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bl_mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.17;
}
.bl_mv span {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding-bottom: 21px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  z-index: 1;
}
.bl_mv span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 119px;
  height: 6px;
  transform: translateX(-50%);
  background-image: url(../images/icon/icon_wave.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .bl_mv span {
    padding-bottom: 15px;
    font-size: 2.2rem;
    line-height: 20px;
  }
  .bl_mv span:after {
    width: 80px;
    height: 5px;
    background-image: url(../images/icon/icon_wave_sp.svg);
  }
}
.bl_mv + * > * {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .bl_mv + * > * {
    margin-top: 40px !important;
  }
}

/**
 * Element
 */
.el_articleHdg {
  position: relative;
  padding-bottom: 18px;
  font-size: 4rem;
  font-weight: bold;
  width: calc(100% - 30px);
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.el_articleHdg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 134px;
  height: 113px;
  background: url(../images/common/sub_mv_feather_blue.png) no-repeat;
  background-size: contain;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .el_articleHdg::before {
    top: -20px;
    right: -10px;
    width: 70px;
    height: 59px;
    transform: translate(0%, -100%);
  }
}
.el_articleHdg::after {
  content: "";
  position: absolute;
  bottom: -66px;
  right: 0;
  width: 78px;
  height: 58px;
  background: url(../images/common/sub_mv_feather_yellow.png) no-repeat;
  background-size: contain;
  transform: translate(0, 100%);
}
.pg_news .el_articleHdg::after, .pg_news_detail .el_articleHdg::after {
  bottom: -130px;
}
@media screen and (max-width: 767px) {
  .pg_news .el_articleHdg::after, .pg_news_detail .el_articleHdg::after {
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .el_articleHdg::after {
    top: 0;
    bottom: auto;
    right: 50px;
    width: 49px;
    height: 36px;
    transform: translate(0%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .el_articleHdg {
    padding-bottom: 48px;
    width: auto;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.bl_titleBox__withImg .el_articleHdg {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_titleBox__withImg .el_articleHdg {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_titleBox.news .el_articleHdg {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .el_articleHdg {
    font-size: 2.4rem;
  }
}

.el_articleTitle {
  display: flex;
  flex-direction: column-reverse;
}
.el_articleTitle .date {
  margin-top: 20px;
  font-family: "Arial";
  color: #999999;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_articleTitle .date {
    font-size: 1.4rem;
  }
}
.el_articleTitle .hdg {
  padding: 20px;
  color: #0B3A8A;
  font-size: 3rem;
  font-weight: bold;
  background-color: #D7E1EB;
  border-top: 1px solid #0B3A8A;
}
@media screen and (max-width: 767px) {
  .el_articleTitle .hdg {
    padding: 15px;
    font-size: 2.4rem;
  }
}
.el_articleTitle + * {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .el_articleTitle + * {
    margin-top: 30px !important;
  }
}
.el_articleTitle + .el_hdg .primary,
.el_articleTitle + .el_hdg .secondary {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_articleTitle + .el_hdg .primary,
.el_articleTitle + .el_hdg .secondary {
    margin-top: 30px;
  }
}

.el_hdg .primary {
  margin-top: 100px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 38px;
  color: #222;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #222;
}
.el_hdg .primary span {
  position: relative;
}
.el_hdg .primary span::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .el_hdg .primary {
    margin-top: 60px;
    margin-bottom: 26px;
    font-size: 2.2rem;
    padding-bottom: 12px;
  }
  .el_hdg .primary span::before {
    top: 0.7em;
    left: -8px;
    width: 6px;
    height: 6px;
  }
}
.el_hdg .primary + .secondary {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .el_hdg .primary + .secondary {
    margin-top: 32px;
  }
}
.el_hdg .secondary {
  margin-top: 80px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_hdg .secondary {
    margin-top: 60px;
    font-size: 2rem;
  }
}
.el_hdg .tertiary {
  position: relative;
  margin-top: 40px;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_hdg .tertiary {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .el_hdg .tertiary::before {
    top: 12px;
  }
}
.el_hdg *:not(:first-child) {
  margin-top: 20px;
}
.el_hdg + .el_hdg > *:first-child {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_hdg > *:first-child {
    margin-top: 33px !important;
  }
}
.el_hdg + * {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + * {
    margin-top: 20px !important;
  }
}
.el_hdg + .el_tablePattern_body {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_tablePattern_body {
    margin-top: 15px !important;
  }
}
.el_hdg + .el_wysiwyg {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_wysiwyg {
    margin-top: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_txtImg {
    margin-top: 30px !important;
  }
}
.ly_articleSect > .el_hdg:has(.primary):nth-child(3n-2 of .el_hdg) .primary span::before {
  background-color: #89BFA8;
}

.ly_articleSect > .el_hdg:has(.primary):nth-child(3n-1 of .el_hdg) .primary span::before {
  background-color: #9CD8EF;
}

.ly_articleSect > .el_hdg:has(.primary):nth-child(3n of .el_hdg) .primary span::before {
  background-color: #E9DF68;
}

.el_wysiwyg {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg {
    margin-top: 50px;
  }
}
.el_wysiwyg > * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg > * {
    margin-top: 6px;
  }
}
.el_wysiwyg > *:first-child {
  margin-top: 0;
}
.el_wysiwyg ol,
.el_wysiwyg ul {
  padding-left: 19px;
}
.el_wysiwyg ol:not(:first-child),
.el_wysiwyg ul:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg ol:not(:first-child),
.el_wysiwyg ul:not(:first-child) {
    margin-top: 24px;
  }
}
.el_wysiwyg ol > li {
  list-style-type: decimal;
}
.el_wysiwyg ol > li::marker {
  font-family: "EB Garamond", serif;
}
.el_wysiwyg ol ul li {
  list-style: none;
}
.el_wysiwyg ul {
  color: #444444;
}
.el_wysiwyg ul li {
  position: relative;
}
.el_wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #222;
}
.el_wysiwyg li {
  margin-top: 5px;
}
.el_wysiwyg li:first-child {
  margin-top: 0;
}
.el_wysiwyg a:not([name]) {
  color: #4AA499;
  text-decoration: underline;
}
[data-whatintent=mouse] .el_wysiwyg a:not([name]):hover {
  text-decoration: none;
}
.el_wysiwyg .center {
  text-align: center;
}
.el_wysiwyg .right {
  text-align: right;
}
.el_wysiwyg table {
  width: 100%;
  float: none;
}
.el_wysiwyg table th {
  font-weight: bold;
}
.el_wysiwyg table th,
.el_wysiwyg table td {
  padding: 19px 16px;
  border: 1px solid #BFBFBF;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.el_wysiwyg table td {
  background-color: #fff;
}
.el_wysiwyg table th:not([align]) {
  text-align: left;
}
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}
.el_wysiwyg table tbody th {
  background-color: #EFF3F1;
}
.el_wysiwyg table thead th {
  background-color: #EFF3F1;
}
.el_wysiwyg > *:last-child {
  margin-bottom: 0;
}
.el_wysiwyg > *:last-child > *:last-child {
  margin-bottom: 0;
}

.el_txtImg {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_txtImg {
    margin-top: 50px;
  }
}
.el_txtImg::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .el_txtImg {
    display: flex;
    flex-direction: column-reverse;
  }
}
[data-whatintent=mouse] .el_txtImg a:hover .img {
  opacity: 0.5;
}
.el_txtImg figure {
  display: table;
  float: right;
  max-width: 43.8%;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure {
    float: none;
    max-width: 100%;
    margin-top: 6px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.el_txtImg figure .img {
  width: 100%;
  transition: opacity 0.3s;
}
.el_txtImg figure .img img {
  width: 100%;
  height: auto;
}
.el_txtImg figure figcaption {
  caption-side: bottom;
  display: table-caption;
  max-width: 100%;
  margin-top: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure figcaption {
    font-size: 1.2rem;
  }
}
.el_txtImg .el_wysiwyg {
  margin-top: 10px;
}
.el_txtImg .el_wysiwyg:only-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt {
    margin-bottom: 20px;
  }
}
.el_txtImg .txt .hdg {
  display: flex;
  position: relative;
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 2rem;
  }
}
.el_txtImg-center {
  display: flex;
  flex-direction: column;
}
.el_txtImg-center a {
  order: 2;
}
.el_txtImg-center figure {
  order: 2;
  float: none;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}
.el_txtImg-center figure .img {
  width: auto;
}
.el_txtImg-center figure .img img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure .img img {
    width: 100%;
  }
}
.el_txtImg-center figure figcaption {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure figcaption {
    text-align: left;
  }
}
.el_txtImg-center .txt {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center .txt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.el_txtImg-center .txt:only-child {
  margin-block: 0;
}
.el_txtImg-left figure {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .el_txtImg-left figure {
    margin-right: 0;
    float: none;
  }
}
.el_txtImg.catTop figure {
  width: 41%;
  max-width: none;
  margin-left: 54px;
}
@media screen and (max-width: 767px) {
  .el_txtImg.catTop figure {
    width: 100%;
    margin-left: 0;
  }
}
.el_txtImg.catTop figure img {
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 767px) {
  .el_txtImg.catTop figure img {
    border-radius: 0 35px 0 35px;
  }
}
.el_txtImg.catTop .el_wysiwyg {
  font-size: 1.5rem;
  line-height: 2.08;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .el_txtImg.catTop .el_wysiwyg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg.catTop .txt {
    margin-bottom: 35px;
  }
}

.el_linkList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_linkList {
    margin-top: 50px;
  }
}
.el_linkList a {
  color: #4AA499;
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: underline;
}
.el_linkList a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0.5em;
  left: 0;
  background: url(../images/icon/icon_ar09.svg) no-repeat;
  background-size: contain;
}
[data-whatintent=mouse] .el_linkList a:hover {
  text-decoration: none;
}
.el_linkList ul li {
  position: relative;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.el_linkList ul li:not(:has(> a)) {
  padding-left: 18px;
}
.el_linkList ul li:not(:has(> a)):before {
  content: "";
  position: absolute;
  top: calc(0.7em + 13px);
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li {
    padding: 8px 0;
  }
}
.el_linkList ul li:first-child {
  margin-top: 0;
}
.el_linkList ul li ul {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul {
    margin-top: 3px;
  }
}
.el_linkList ul li ul li {
  position: relative;
  border-bottom: none;
}
.el_linkList ul li ul li:first-child {
  margin-top: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li:first-child {
    margin-left: 0px;
  }
}
.el_linkList ul li ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.el_linkList ul li ul li:not(:has(> a)):before {
  top: calc(0.7em + 8px);
}
.el_linkList ul li ul li a {
  color: #4AA499;
}
.el_linkList ul li ul li a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0.5em;
  left: 0;
  background: url(../images/icon/icon_ar09.svg) no-repeat;
  background-size: contain;
  opacity: 0.56;
}
.el_linkList ul li ul li a::after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li a::after {
    right: 0;
  }
}
.el_linkList ul li ul li ul {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li ul {
    margin-left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li ul li {
    padding-left: 20px;
  }
}
.el_linkList ul li ul li ul li:first-child {
  position: relative;
  background: none;
}
.el_linkList ul li ul li ul li:first-child a {
  color: #4AA499;
}
.el_linkList > ul > li {
  padding: 13px 0 13px 0px;
}
.el_linkList > ul > li > ul {
  position: relative;
}
@media screen and (min-width: 768px) {
  .el_linkList-2col > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
.el_linkList-2col > ul > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 0;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li:nth-child(2) {
    border-top: none;
  }
}
.el_linkList-2col > ul > li li:first-child {
  margin-top: 0;
}

.el_annotation {
  margin-top: 60px;
  padding: 40px;
  background-color: #EFF3F1;
}
@media screen and (max-width: 767px) {
  .el_annotation {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .el_annotation {
    padding: 25px 30px;
  }
}
.el_annotation .el_txtImg {
  margin-top: 0;
}

.el_btn {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .el_btn {
    margin-top: 50px;
    gap: 16px;
  }
}
.el_btn .btn {
  width: 100%;
}
.el_btn .btn a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 26px 60px 26px 22px;
  height: 100%;
  min-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 40px 40px 40px 0;
  transition: 0.3s;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a {
    padding: 15px 40px 15px 22px;
  }
}
.el_btn .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/icon_ar02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a:after {
    right: 24px;
    transform: translateY(-50%) translateX(50%);
  }
}
.el_btn .btn a[target=_blank]:after {
  filter: brightness(0);
}
[data-whatintent=mouse] .el_btn .btn a:hover {
  background-color: #EFF3F1;
}
.el_btn .btn a span {
  display: block;
  color: #222;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a span {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.el_btn-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_btn-2col {
    gap: 16px 14px;
  }
}
.el_btn-2col .btn {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .el_btn-2col .btn {
    width: 47.9%;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-2col .btn a {
    padding: 13px 46px 13px 14px;
  }
}
.el_btn-3col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_btn-3col {
    gap: 16px 14px;
  }
}
.el_btn-3col .btn {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn {
    width: 47.9%;
  }
}
.el_btn-3col .btn a {
  min-height: 82px;
  border-radius: 40px 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn a {
    padding: 13px 46px 13px 14px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn_sp {
    width: 100%;
  }
}
.el_btn-4col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_btn-4col {
    gap: 16px 14px;
  }
}
.el_btn-4col .btn {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .el_btn-4col .btn {
    width: 47.9%;
  }
}
.el_btn-4col .btn a {
  min-height: 82px;
  border-radius: 40px 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .el_btn-4col .btn a {
    padding: 13px 46px 13px 14px;
  }
}

.el_table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_table {
    margin-top: 50px;
  }
}
.el_hdg + .el_table {
  margin-top: 17px !important;
}
.el_table_body {
  margin-top: 13px;
}
.el_table .el_wysiwyg {
  margin-top: 0;
}
.el_table-scroll {
  --_barH: 8px;
  padding-bottom: var(--_barH);
}
.el_table-scroll .el_table_txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .el_table-scroll table {
    width: 800px;
  }
}
.el_table-scroll .simplebar-track {
  border-radius: 10px;
  background-color: #eee;
}
.el_table-scroll .simplebar-track.simplebar-horizontal {
  height: var(--_barH);
}
.el_table-scroll .simplebar-scrollbar::before {
  opacity: 1;
  inset: 0;
  background-color: #999;
}
.el_table:not(.el_table-scroll) .el_table_txt {
  display: none;
}

.el_img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_img {
    margin-top: 50px;
  }
}
.el_img a span {
  color: #222;
}
[data-whatintent=mouse] .el_img a:hover .hdg::before {
  background-image: url(../images/icon/icon_ar10.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
[data-whatintent=mouse] .el_img a:hover span {
  color: #4AA499;
}
[data-whatintent=mouse] .el_img a:hover img {
  transform: scale(1.08);
}
.el_img .inner {
  display: flex;
  flex-direction: column;
  gap: 50px 20px;
}
.el_img .item {
  width: 100%;
}
.el_img .item .img {
  overflow: hidden;
  transition: opacity 0.3s;
  text-align: center;
}
.el_img .item .img img {
  width: 100%;
  transition: all 0.3s;
}
.el_img .item .hdg {
  position: relative;
  margin-top: 13px;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_img .item .hdg {
    font-size: 1.6rem;
  }
}
.el_img .item .hdg:first-child {
  margin-top: 0;
}
.el_img .item .hdg span {
  position: relative;
  transition: 0.3s;
}
.el_img .item .hdg:before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  transform: translateY(-50%);
  background-image: url(../images/icon/icon_ar06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .el_img .item .hdg:before {
    width: 19px;
    height: 19px;
  }
}
.el_img .item figcaption {
  margin-top: 8px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .el_img .item figcaption {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}
.el_img .item figcaption:first-child {
  margin-top: 0;
}
.el_img .item a .hdg {
  color: #0770DA;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .el_img .item a .hdg {
    padding-left: 7px;
  }
}
.el_img .item a .hdg:before {
  opacity: 1;
}
.el_img .item a .hdg span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .el_img .item a .hdg span {
    margin-left: 17px;
  }
}
.el_img .item.square .img img {
  border-radius: unset;
}
.el_img-2col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el_img-2col .item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .el_img-2col .item {
    width: 100%;
  }
}
.el_img-3col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_img-3col .inner {
    gap: 30px 15px;
  }
}
.el_img-3col .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .el_img-3col .item {
    width: calc((100% - 15px) / 2);
  }
}
.el_img-3col .item a .hdg {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .el_img-3col .item a .hdg {
    padding-left: 7px;
  }
}
.el_img-4col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_img-4col .inner {
    gap: 30px 15px;
  }
}
.el_img-4col .item {
  width: calc((100% - 84px) / 4);
}
@media screen and (max-width: 767px) {
  .el_img-4col .item {
    width: calc((100% - 15px) / 2);
  }
}
.el_img-4col .item a .hdg {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item a .hdg {
    padding-left: 7px;
  }
}
.el_img-4col .item .hdg {
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item .hdg {
    font-size: 1.6rem;
  }
}
.el_img-4col .item .hdg::before {
  top: 0.8em;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item .hdg::before {
    width: 19px;
    height: 19px;
  }
}

.el_movie::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .el_movie {
    display: flex;
    flex-direction: column-reverse;
  }
}
.el_movie:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_movie:not(:first-child) {
    margin-top: 50px;
  }
}
.el_movie .select {
  float: right;
  width: 54.5454545455%;
  margin-left: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .el_movie .select {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 27px;
  }
}
.el_movie .select .youtube,
.el_movie .select .mp4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.el_movie .select .youtube iframe,
.el_movie .select .youtube video,
.el_movie .select .mp4 iframe,
.el_movie .select .mp4 video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.el_movie .select .mp4 video {
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.el_movie .el_wysiwyg {
  margin-top: 0;
}
.el_movie .txt .hdg {
  display: flex;
  position: relative;
  margin-bottom: 26px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_movie .txt .hdg {
    margin-bottom: 18px;
    font-size: 2rem;
  }
}
.el_movie-center {
  display: flex;
  flex-direction: column;
}
.el_movie-center .select {
  order: 2;
  float: none;
  margin: 37px auto 0;
  width: 72.7272727273%;
}
@media screen and (max-width: 767px) {
  .el_movie-center .select {
    width: 100%;
  }
}
.el_movie-center .txt {
  margin-top: 0;
}
.el_movie-left .select {
  float: left;
  margin-left: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .el_movie-left .select {
    margin-right: 0;
  }
}

.el_card:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_card:not(:first-child) {
    margin-top: 50px;
  }
}
.el_card .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px 20px;
}
@media screen and (max-width: 767px) {
  .el_card .inner {
    grid-template-columns: none;
    gap: 30px;
  }
}
.el_card .item {
  border: 1px solid currentColor;
}
.el_card .item a {
  display: block;
  height: 100%;
  transition: background-color 0.3s;
}
.el_card .item a:focus-visible, [data-whatintent=mouse] .el_card .item a:hover {
  background-color: #EFF3F1;
}
.el_card .img {
  aspect-ratio: 538/326;
  overflow: hidden;
}
.el_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s;
}
.el_card a:focus-visible .img img, [data-whatintent=mouse] .el_card a:hover .img img {
  scale: 1.1;
}
.el_card a .link::before, .el_card a .link::after {
  content: "";
}
.el_card .link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 51px 18px 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_card .link {
    padding-block: 13px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}
.el_card .link::before, .el_card .link::after {
  content: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .el_card .link::before, .el_card .link::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.el_card .link::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #FFF;
}
.el_card .link::after {
  display: grid;
  place-items: center;
  background: url(../images/arrow_right.svg) 50% 50% no-repeat;
}
.el_card a[target=_blank] .link::after {
  background-image: url(../images/icon/icon_external.png);
  background-size: 12px;
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .el_card a[target=_blank] .link::after {
    background-size: 10px;
  }
}
.el_card a[href$=".doc"] .link::after, .el_card a[href$=".docx"] .link::after, .el_card a[href$=".docm"] .link::after, .el_card a[href$=".dotx"] .link::after, .el_card a[href$=".dotm"] .link::after, .el_card a[href$=".xls"] .link::after, .el_card a[href$=".xlsx"] .link::after, .el_card a[href$=".xlt"] .link::after, .el_card a[href$=".xlsm"] .link::after, .el_card a[href$=".csv"] .link::after, .el_card a[href$=".ppt"] .link::after, .el_card a[href$=".pptx"] .link::after, .el_card a[href$=".pptm"] .link::after, .el_card a[href$=".pdf"] .link::after {
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  scale: 0.9;
  filter: none;
}
@media screen and (max-width: 767px) {
  .el_card a[href$=".doc"] .link::after, .el_card a[href$=".docx"] .link::after, .el_card a[href$=".docm"] .link::after, .el_card a[href$=".dotx"] .link::after, .el_card a[href$=".dotm"] .link::after, .el_card a[href$=".xls"] .link::after, .el_card a[href$=".xlsx"] .link::after, .el_card a[href$=".xlt"] .link::after, .el_card a[href$=".xlsm"] .link::after, .el_card a[href$=".csv"] .link::after, .el_card a[href$=".ppt"] .link::after, .el_card a[href$=".pptx"] .link::after, .el_card a[href$=".pptm"] .link::after, .el_card a[href$=".pdf"] .link::after {
    scale: 0.8;
  }
}
.el_card a[href$=".doc"] .link::before, .el_card a[href$=".docx"] .link::before, .el_card a[href$=".docm"] .link::before, .el_card a[href$=".dotx"] .link::before, .el_card a[href$=".dotm"] .link::before {
  border-color: #4766AF;
}
.el_card a[href$=".doc"] .link::after, .el_card a[href$=".docx"] .link::after, .el_card a[href$=".docm"] .link::after, .el_card a[href$=".dotx"] .link::after, .el_card a[href$=".dotm"] .link::after {
  content: "DOC";
  color: #4766AF;
}
.el_card a[href$=".xls"] .link::before, .el_card a[href$=".xlsx"] .link::before, .el_card a[href$=".xlt"] .link::before, .el_card a[href$=".xlsm"] .link::before, .el_card a[href$=".csv"] .link::before {
  border-color: #4AA459;
}
.el_card a[href$=".xls"] .link::after, .el_card a[href$=".xlsx"] .link::after, .el_card a[href$=".xlt"] .link::after, .el_card a[href$=".xlsm"] .link::after, .el_card a[href$=".csv"] .link::after {
  content: "XLS";
  color: #4AA459;
}
.el_card a[href$=".ppt"] .link::before, .el_card a[href$=".pptx"] .link::before, .el_card a[href$=".pptm"] .link::before, .el_card a[href$=".pdf"] .link::before {
  border-color: #D9672C;
}
.el_card a[href$=".ppt"] .link::after, .el_card a[href$=".pptx"] .link::after, .el_card a[href$=".pptm"] .link::after, .el_card a[href$=".pdf"] .link::after {
  content: "PPT";
  color: #D9672C;
}
.el_card a[href$=".pdf"] .link::before {
  border-color: #D92C2C;
}
.el_card a[href$=".pdf"] .link::after {
  content: "PDF";
  color: #D92C2C;
}
.el_card-3col .inner {
  grid-template-columns: repeat(3, 1fr);
  gap: 31px 22px;
}
.el_card-4col .inner {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.el_card-4col .link {
  padding: 15px 46px 15px 15px;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_card-4col .link {
    font-size: 1.6rem;
    padding: 13px 46px 13px 13px;
  }
}
.el_card-4col .link::before, .el_card-4col .link::after {
  right: 13px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .el_card-4col .link::before, .el_card-4col .link::after {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner, .el_card-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .link, .el_card-4col .link {
    padding-right: 40px;
  }
  .el_card-3col .link::before, .el_card-3col .link::after, .el_card-4col .link::before, .el_card-4col .link::after {
    right: 12px;
  }
}

.el_tablePattern:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern:not(:first-child) {
    margin-top: 50px;
  }
}
.el_tablePattern_txt {
  font-size: 1.2rem;
}
.el_tablePattern_body {
  margin-top: 13px;
}
.el_tablePattern a::after {
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_tablePattern a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.el_tablePattern a[href$=".pdf"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .el_tablePattern a[href$=".pdf"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_tablePattern a[href$=".doc"]::after, .el_tablePattern a[href$=".docx"]::after, .el_tablePattern a[href$=".docm"]::after, .el_tablePattern a[href$=".dotx"]::after, .el_tablePattern a[href$=".dotm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .el_tablePattern a[href$=".doc"]::after, .el_tablePattern a[href$=".docx"]::after, .el_tablePattern a[href$=".docm"]::after, .el_tablePattern a[href$=".dotx"]::after, .el_tablePattern a[href$=".dotm"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_tablePattern a[href$=".xls"]::after, .el_tablePattern a[href$=".xlsx"]::after, .el_tablePattern a[href$=".xlt"]::after, .el_tablePattern a[href$=".xml"]::after, .el_tablePattern a[href$=".xlsm"]::after, .el_tablePattern a[href$=".csv"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .el_tablePattern a[href$=".xls"]::after, .el_tablePattern a[href$=".xlsx"]::after, .el_tablePattern a[href$=".xlt"]::after, .el_tablePattern a[href$=".xml"]::after, .el_tablePattern a[href$=".xlsm"]::after, .el_tablePattern a[href$=".csv"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_tablePattern a[href$=".ppt"]::after, .el_tablePattern a[href$=".pptx"]::after, .el_tablePattern a[href$=".pptm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .el_tablePattern a[href$=".ppt"]::after, .el_tablePattern a[href$=".pptx"]::after, .el_tablePattern a[href$=".pptm"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_tablePattern table {
  width: 100%;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}
.el_tablePattern table thead th {
  min-height: 50px;
  padding: 17px 15px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table thead th {
    padding: 13px 15px;
    text-align: left;
  }
}
.el_tablePattern table tbody td {
  min-height: 73px;
  padding: 17px 15px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table tbody td {
    padding: 13px 15px;
  }
}
.el_tablePattern table tbody td a {
  color: #4AA499;
  text-decoration: underline;
}
[data-whatintent=mouse] .el_tablePattern table tbody td a:hover {
  text-decoration: none;
}
.el_tablePattern table tbody td:has(.date) {
  width: 18%;
}
.el_tablePattern table th,
.el_tablePattern table td {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table th,
.el_tablePattern table td {
    font-size: 1.4rem;
  }
}
.el_tablePattern table th p.date,
.el_tablePattern table td p.date {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table th p.date,
.el_tablePattern table td p.date {
    white-space: inherit;
  }
}
.el_tablePattern table th {
  background-color: #EFF3F1;
}
.el_tablePattern table td {
  background-color: #fff;
}
.el_tablePattern-scroll {
  --_barH: 8px;
  padding-bottom: var(--_barH);
}
@media screen and (max-width: 767px) {
  .el_tablePattern-scroll table {
    width: 1030px;
  }
}
.el_tablePattern-scroll .simplebar-track {
  border-radius: 10px;
  background-color: #eee;
}
.el_tablePattern-scroll .simplebar-track.simplebar-horizontal {
  height: var(--_barH);
}
.el_tablePattern-scroll .simplebar-scrollbar::before {
  opacity: 1;
  inset: 0;
  background-color: #999;
}
.el_tablePattern__pattern1 thead th:nth-of-type(1) {
  width: 40.8%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(1) {
    width: 35.2%;
  }
}
.el_tablePattern__pattern1 thead th:nth-of-type(2) {
  width: 40.8%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(2) {
    width: 35.2%;
  }
}
.el_tablePattern__pattern1 thead th:nth-of-type(3) {
  width: 18.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(3) {
    width: 29.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(1) {
  width: 18.6%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(1) {
    width: 30.1%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(2) {
  width: 63.1%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(2) {
    width: 40.3%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(3) {
  width: 18.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(3) {
    width: 29.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 52.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(1) {
  width: 35.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(1) {
    width: 20.6%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(2) {
  width: 14.9%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(2) {
    width: 29.9%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(3) {
  width: 35.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(3) {
    width: 20.6%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(4) {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(4) {
    width: 28.9%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 26.4%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 26.4%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(4) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(1) {
  width: 28.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(1) {
    width: 23.6%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(2) {
  width: 14.9%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(2) {
    width: 29.9%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(3) {
  width: 28.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(3) {
    width: 23.6%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(4) {
  width: 28.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(4) {
    width: 22.9%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 23.3%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 23.3%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(4) {
    width: 35.9%;
  }
}

.el_news {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_news {
    margin-top: 50px;
  }
}
.el_news .item {
  border-bottom: 1px solid #DDD;
  padding-bottom: 14px;
  line-height: 1.45;
}
.el_news .item:not(:first-child) {
  margin-top: 18px;
}
.el_news .item .date_wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 5px;
}
.el_news .item .new {
  border-radius: 100px;
  padding: 5px 3px 3px;
  width: 36px;
  background-color: #D92C2C;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.el_news .item .category {
  --categoryColor: #333;
  padding: 5px 6px 3px;
  line-height: 1;
  font-size: 1rem;
  border-radius: 9px;
  color: var(--categoryColor);
  border: 1px solid var(--categoryColor);
}
.el_news .item .category.news {
  --categoryColor: #42A8CF;
}
.el_news .item .category.activity {
  --categoryColor: #4AA459;
}
.el_news .item .category.other {
  --categoryColor: #D9672C;
}
.el_news .item .date {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  translate: 0 1px;
}
.el_news .item a {
  font-size: 0;
  transition: color 0.3s;
}
.el_news .item a span {
  font-size: 1.5rem;
}
.el_news .item a span:first-child::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
}
.el_news .item a[target=_blank] span:first-child::after {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/icon_external.png);
  background-size: 15px;
  translate: 0 2px;
}
.el_news .item a[href$=".doc"] span:first-child::after, .el_news .item a[href$=".docx"] span:first-child::after, .el_news .item a[href$=".docm"] span:first-child::after, .el_news .item a[href$=".dotx"] span:first-child::after, .el_news .item a[href$=".dotm"] span:first-child::after {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_doc.png);
  background-size: 18px;
  translate: 0 3px;
}
.el_news .item a[href$=".xls"] span:first-child::after, .el_news .item a[href$=".xlsx"] span:first-child::after, .el_news .item a[href$=".xlt"] span:first-child::after, .el_news .item a[href$=".xlsm"] span:first-child::after, .el_news .item a[href$=".csv"] span:first-child::after {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_xls.png);
  background-size: 18px;
  translate: 0 3px;
}
.el_news .item a[href$=".ppt"] span:first-child::after, .el_news .item a[href$=".pptx"] span:first-child::after, .el_news .item a[href$=".pptm"] span:first-child::after {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_ppt.png);
  background-size: 18px;
  translate: 0 3px;
}
.el_news .item a[href$=".pdf"] span:first-child::after {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_pdf.png);
  background-size: 18px;
  translate: 0 3px;
}
.el_news .item a .is_icon, .el_news .item a .is-icon {
  margin-left: 5px;
  font-size: 1.2rem;
}
.el_news .item a .is_icon::before, .el_news .item a .is-icon::before {
  content: "(";
}
.el_news .item a .is_icon::after, .el_news .item a .is-icon::after {
  content: ")";
}
.el_news .item a:focus-visible, [data-whatintent=mouse] .el_news .item a:hover {
  color: #4AA499;
}
.el_news.ajaxNewsSet {
  margin-top: 40px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .el_news.ajaxNewsSet {
    margin-top: 30px;
  }
}
.el_news.ajaxNewsSet .item {
  border-color: #C1C1C1;
}

.el_anchor {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .el_anchor {
    margin-top: 50px;
  }
}
.el_anchor .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 43px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_anchor .inner {
    gap: 10px;
    padding: 10px 0;
  }
}
.el_anchor .item {
  display: flex;
  position: relative;
}
.el_anchor a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0;
  color: #222;
  font-weight: bold;
  font-size: 1.7rem;
  transition: all 0.3s;
}
.el_anchor a span {
  border-bottom: 1px solid rgba(7, 112, 218, 0);
}
[data-whatintent=mouse] .el_anchor a:hover {
  color: #4AA499;
}
[data-whatintent=mouse] .el_anchor a:hover::after {
  background-image: url(../images/icon/icon_ar04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .el_anchor a {
    display: block;
    padding: 0 25px 0 0;
    font-size: 1.5rem;
    width: 100%;
  }
}
.el_anchor a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .el_anchor a:after {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.el_accordion {
  margin-top: 30px;
  position: relative;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .el_accordion {
    margin-top: 25px;
  }
}
.el_accordion + .el_accordion {
  margin-top: 0;
}
.el_accordion::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-bottom: 1px solid #DDD;
}
.el_accordion_inner > .title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 23px 30px;
  font-size: 2rem;
  font-weight: bold;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .el_accordion_inner > .title {
    padding: 16px;
    font-size: 1.6rem;
  }
}
.el_accordion_inner > .title:focus-visible, [data-whatintent=mouse] .el_accordion_inner > .title:hover {
  background-color: #F6F6F6;
}
.el_accordion_inner > .title.is-active {
  background-color: #F6F6F6;
}
.el_accordion_inner > .title > span {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_accordion_inner > .title > span {
    width: 20px;
    height: 20px;
  }
}
.el_accordion_inner > .title > span::before, .el_accordion_inner > .title > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  translate: -50% -50%;
  transform: perspective(0);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .el_accordion_inner > .title > span::before, .el_accordion_inner > .title > span::after {
    width: 10px;
  }
}
.el_accordion_inner > .title > span::after {
  rotate: 90deg;
}
.el_accordion_inner > .title.is-active > span::after {
  opacity: 0;
}
.el_accordion_inner > .inner {
  display: none;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .el_accordion_inner > .inner {
    padding: 16px;
  }
}
.el_accordion_inner > .inner > :first-child {
  margin-top: 0;
}
.el_accordion_inner > .inner > :not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_accordion_inner > .inner > :not(:first-child) {
    margin-top: 30px;
  }
}

.el_googleMap iframe {
  width: 100%;
  aspect-ratio: 1000/574;
}
@media screen and (max-width: 767px) {
  .el_googleMap iframe {
    aspect-ratio: 335/400;
  }
}

.el_carouselLarge:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge:not(:first-child) {
    margin-top: 50px;
  }
}
.el_carouselLarge .carouselArea {
  --figcaptionH: 0px;
  position: relative;
}
.el_carouselLarge .carouselArea .el_img {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .el_img {
    margin: 0;
  }
}
.el_carouselLarge .carouselArea .el_img .inner {
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.el_carouselLarge .carouselArea .el_img .item .img {
  opacity: 1;
  overflow: hidden;
}
.el_carouselLarge .carouselArea .el_img .item .img img {
  border-radius: 0;
  width: 100%;
  transition: scale 0.3s;
}
.el_carouselLarge .carouselArea .el_img .item a:focus-visible .img img, [data-whatintent=mouse] .el_carouselLarge .carouselArea .el_img .item a:hover .img img {
  scale: 1.1;
}
.el_carouselLarge .carouselArea .el_img .item figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 14px;
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .el_img .item figcaption {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.el_carouselLarge .carouselArea .el_img .item figure {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .swiper {
    overflow: visible;
  }
}
.el_carouselLarge .carouselArea .swiper-pagination {
  position: static;
  margin-top: 27px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .swiper-pagination {
    margin-top: 14px;
  }
}
.el_carouselLarge .carouselArea .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 6px;
  border: 1px solid currentColor;
  width: 9px;
  height: 9px;
  background-color: #FFF;
}
.el_carouselLarge .carouselArea .swiper-pagination-bullet-active {
  background-color: currentColor;
}
.el_carouselLarge .carouselArea .previous,
.el_carouselLarge .carouselArea .next {
  display: grid;
  place-items: center;
  position: absolute;
  top: calc(50% - (var(--figcaptionH) + 35px) / 2);
  z-index: 1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(246, 246, 246, 0.9);
  transition-property: top, background-color;
  transition-duration: 0.3s;
  translate: 0 -50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .previous,
.el_carouselLarge .carouselArea .next {
    width: 30px;
    height: 30px;
  }
}
.el_carouselLarge .carouselArea .previous::before,
.el_carouselLarge .carouselArea .next::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrow_right.svg) 50% 50% no-repeat;
  background-size: 14px;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .previous::before,
.el_carouselLarge .carouselArea .next::before {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
.el_carouselLarge .carouselArea .previous:focus-visible, [data-whatintent=mouse] .el_carouselLarge .carouselArea .previous:hover,
.el_carouselLarge .carouselArea .next:focus-visible,
[data-whatintent=mouse] .el_carouselLarge .carouselArea .next:hover {
  background-color: currentColor;
}
.el_carouselLarge .carouselArea .previous:focus-visible::before, [data-whatintent=mouse] .el_carouselLarge .carouselArea .previous:hover::before,
.el_carouselLarge .carouselArea .next:focus-visible::before,
[data-whatintent=mouse] .el_carouselLarge .carouselArea .next:hover::before {
  filter: brightness(0) invert(1);
}
.el_carouselLarge .carouselArea .previous {
  left: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .previous {
    left: -15px;
  }
}
.el_carouselLarge .carouselArea .previous::before {
  scale: -1;
}
.el_carouselLarge .carouselArea .next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .next {
    right: -15px;
  }
}
.el_carouselSmall {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall {
    padding-bottom: 25px;
  }
}
.el_carouselSmall:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall:not(:first-child) {
    margin-top: 50px;
  }
}
.el_carouselSmall .carouselArea {
  position: relative;
}
.el_carouselSmall .carouselArea .swiper_sm {
  margin: 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .swiper_sm {
    margin: 0 -20px;
    padding: 0 38px;
  }
}
.el_carouselSmall .carouselArea .item .img {
  overflow: hidden;
}
.el_carouselSmall .carouselArea .item .img img {
  width: 100%;
  transition: scale 0.3s;
}
.el_carouselSmall .carouselArea .item a:focus-visible .img img, [data-whatintent=mouse] .el_carouselSmall .carouselArea .item a:hover .img img {
  scale: 1.1;
}
.el_carouselSmall .carouselArea .item figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.el_carouselSmall .carouselArea .swiper-pagination_sm {
  position: absolute;
  bottom: -40px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .swiper-pagination_sm {
    bottom: -25px;
  }
}
.el_carouselSmall .carouselArea .swiper-pagination_sm .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 6px;
  border: 1px solid currentColor;
  width: 9px;
  height: 9px;
  background-color: #FFF;
}
.el_carouselSmall .carouselArea .swiper-pagination_sm .swiper-pagination-bullet-active {
  background-color: currentColor;
}
.el_carouselSmall .carouselArea .previous_sm,
.el_carouselSmall .carouselArea .next_sm {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(246, 246, 246, 0.9);
  transition-property: top, background-color;
  transition-duration: 0.3s;
  translate: 0 -50%;
  transform: translateZ(0);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .previous_sm,
.el_carouselSmall .carouselArea .next_sm {
    width: 30px;
    height: 30px;
  }
}
.el_carouselSmall .carouselArea .previous_sm::before,
.el_carouselSmall .carouselArea .next_sm::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrow_right.svg) 50% 50% no-repeat;
  background-size: 14px;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .previous_sm::before,
.el_carouselSmall .carouselArea .next_sm::before {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
.el_carouselSmall .carouselArea .previous_sm:focus-visible, [data-whatintent=mouse] .el_carouselSmall .carouselArea .previous_sm:hover,
.el_carouselSmall .carouselArea .next_sm:focus-visible,
[data-whatintent=mouse] .el_carouselSmall .carouselArea .next_sm:hover {
  background-color: currentColor;
}
.el_carouselSmall .carouselArea .previous_sm:focus-visible::before, [data-whatintent=mouse] .el_carouselSmall .carouselArea .previous_sm:hover::before,
.el_carouselSmall .carouselArea .next_sm:focus-visible::before,
[data-whatintent=mouse] .el_carouselSmall .carouselArea .next_sm:hover::before {
  filter: brightness(0) invert(1);
}
.el_carouselSmall .carouselArea .previous_sm {
  left: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .previous_sm {
    left: -15px;
  }
}
.el_carouselSmall .carouselArea .previous_sm::before {
  scale: -1;
}
.el_carouselSmall .carouselArea .next_sm {
  right: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .next_sm {
    right: -15px;
  }
}
.el_carouselSmall .carouselArea .swiper-wrapper {
  align-items: center;
}
.el_carouselSmall .carouselArea:not(:has(.swiper-slide:nth-child(4))) .previous_sm,
.el_carouselSmall .carouselArea:not(:has(.swiper-slide:nth-child(4))) .next_sm {
  display: none;
}

.el_clickableMap:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_clickableMap:not(:first-child) {
    margin-top: 50px;
  }
}
.el_clickableMap .mapArea {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.el_clickableMap .mapArea .pinList li a {
  display: grid;
  place-items: center;
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 1px 0 0 1px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  transition: background-color 0.3s;
  translate: -50% -50%;
  cursor: pointer;
}
.el_clickableMap .mapArea .pinList li a:focus-visible, [data-whatintent=mouse] .el_clickableMap .mapArea .pinList li a:hover {
  background-color: currentColor;
}
.el_clickableMap .mapArea .pinList li a span {
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  transition: color 0.3s;
}
.el_clickableMap .mapArea .pinList li a:focus-visible span, [data-whatintent=mouse] .el_clickableMap .mapArea .pinList li a:hover span {
  color: #FFF;
}

.el_iconBtn:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn:not(:first-child) {
    margin-top: 50px;
  }
}
.el_iconBtn .inner {
  display: grid;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner {
    gap: 20px;
  }
}
.el_iconBtn .item a {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid currentColor;
  padding: 15px;
  height: 100%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .item a {
    gap: 10px;
    padding: 12px 15px 12px 10px;
  }
}
.el_iconBtn .item a:focus-visible, [data-whatintent=mouse] .el_iconBtn .item a:hover {
  background-color: #EFF3F1;
}
.el_iconBtn .img {
  flex-shrink: 0;
  overflow: hidden;
}
.el_iconBtn .img img {
  width: 100%;
  transition: scale 0.3s;
}
.el_iconBtn a:focus-visible .img img, [data-whatintent=mouse] .el_iconBtn a:hover .img img {
  scale: 1.1;
}
.el_iconBtn .link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 32px;
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .link {
    padding-right: 25px;
    font-size: 1.6rem;
  }
}
.el_iconBtn .link::before, .el_iconBtn .link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .link::before, .el_iconBtn .link::after {
    width: 20px;
    height: 20px;
  }
}
.el_iconBtn .link::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #FFF;
}
.el_iconBtn .link::after {
  display: grid;
  place-items: center;
  background: url(../images/arrow_right.svg) 50% 50% no-repeat;
}
.el_iconBtn a[target=_blank] .link::after {
  background-image: url(../images/icon/icon_external.png);
  background-size: 12px;
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .el_iconBtn a[target=_blank] .link::after {
    background-size: 10px;
  }
}
.el_iconBtn a[href$=".doc"] .link::after, .el_iconBtn a[href$=".docx"] .link::after, .el_iconBtn a[href$=".docm"] .link::after, .el_iconBtn a[href$=".dotx"] .link::after, .el_iconBtn a[href$=".dotm"] .link::after, .el_iconBtn a[href$=".xls"] .link::after, .el_iconBtn a[href$=".xlsx"] .link::after, .el_iconBtn a[href$=".xlt"] .link::after, .el_iconBtn a[href$=".xlsm"] .link::after, .el_iconBtn a[href$=".csv"] .link::after, .el_iconBtn a[href$=".ppt"] .link::after, .el_iconBtn a[href$=".pptx"] .link::after, .el_iconBtn a[href$=".pptm"] .link::after, .el_iconBtn a[href$=".pdf"] .link::after {
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  filter: none;
  scale: 0.9;
}
@media screen and (max-width: 767px) {
  .el_iconBtn a[href$=".doc"] .link::after, .el_iconBtn a[href$=".docx"] .link::after, .el_iconBtn a[href$=".docm"] .link::after, .el_iconBtn a[href$=".dotx"] .link::after, .el_iconBtn a[href$=".dotm"] .link::after, .el_iconBtn a[href$=".xls"] .link::after, .el_iconBtn a[href$=".xlsx"] .link::after, .el_iconBtn a[href$=".xlt"] .link::after, .el_iconBtn a[href$=".xlsm"] .link::after, .el_iconBtn a[href$=".csv"] .link::after, .el_iconBtn a[href$=".ppt"] .link::after, .el_iconBtn a[href$=".pptx"] .link::after, .el_iconBtn a[href$=".pptm"] .link::after, .el_iconBtn a[href$=".pdf"] .link::after {
    scale: 0.8;
  }
}
.el_iconBtn a[href$=".doc"] .link::before, .el_iconBtn a[href$=".docx"] .link::before, .el_iconBtn a[href$=".docm"] .link::before, .el_iconBtn a[href$=".dotx"] .link::before, .el_iconBtn a[href$=".dotm"] .link::before {
  border-color: #4766AF;
}
.el_iconBtn a[href$=".doc"] .link::after, .el_iconBtn a[href$=".docx"] .link::after, .el_iconBtn a[href$=".docm"] .link::after, .el_iconBtn a[href$=".dotx"] .link::after, .el_iconBtn a[href$=".dotm"] .link::after {
  content: "DOC";
  color: #4766AF;
}
.el_iconBtn a[href$=".xls"] .link::before, .el_iconBtn a[href$=".xlsx"] .link::before, .el_iconBtn a[href$=".xlt"] .link::before, .el_iconBtn a[href$=".xlsm"] .link::before, .el_iconBtn a[href$=".csv"] .link::before {
  border-color: #4AA459;
}
.el_iconBtn a[href$=".xls"] .link::after, .el_iconBtn a[href$=".xlsx"] .link::after, .el_iconBtn a[href$=".xlt"] .link::after, .el_iconBtn a[href$=".xlsm"] .link::after, .el_iconBtn a[href$=".csv"] .link::after {
  content: "XLS";
  color: #4AA459;
}
.el_iconBtn a[href$=".ppt"] .link::before, .el_iconBtn a[href$=".pptx"] .link::before, .el_iconBtn a[href$=".pptm"] .link::before, .el_iconBtn a[href$=".pdf"] .link::before {
  border-color: #D9672C;
}
.el_iconBtn a[href$=".ppt"] .link::after, .el_iconBtn a[href$=".pptx"] .link::after, .el_iconBtn a[href$=".pptm"] .link::after, .el_iconBtn a[href$=".pdf"] .link::after {
  content: "PPT";
  color: #D9672C;
}
.el_iconBtn a[href$=".pdf"] .link::before {
  border-color: #D92C2C;
}
.el_iconBtn a[href$=".pdf"] .link::after {
  content: "PDF";
  color: #D92C2C;
}
.el_iconBtn-2col .inner {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col .inner {
    grid-template-columns: none;
  }
}
.el_iconBtn-2col .img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col .img {
    width: 90px;
  }
}
.el_iconBtn-3col .inner {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .inner {
    grid-template-columns: none;
  }
}
.el_iconBtn-3col .img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .img {
    width: 90px;
  }
}
.el_iconBtn-4col .inner {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col .inner {
    grid-template-columns: none;
  }
}
.el_iconBtn-4col .item a {
  gap: 10px;
}
.el_iconBtn-4col .img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col .img {
    width: 90px;
  }
}

.formation-table {
  position: relative;
  display: block;
}
.formation-table:before {
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .formation-table {
    overflow-x: scroll;
  }
}
.formation-table .overflowTable {
  table-layout: fixed;
  width: 100%;
  border: solid 1px #a8a8a8;
}
.formation-table .overflowTable thead th {
  box-sizing: border-box;
  border-bottom: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.formation-table .overflowTable thead th:nth-child(odd) {
  background-color: #bde6dc;
}
.formation-table .overflowTable thead th:nth-child(even) {
  background-color: #afcbc5;
}
.formation-table .overflowTable thead th:first-child {
  width: 112.5px;
  background-color: #e1b4b4;
}
.formation-table .overflowTable thead th:nth-child(2) {
  width: 52.5px;
  background-color: #acc9e6;
}
.formation-table .overflowTable thead th:nth-child(n+3) {
  width: 95px;
}
.formation-table .overflowTable thead th:last-child {
  border-right: none;
}
.formation-table .overflowTable tbody tr {
  border-bottom: solid 1px #a8a8a8;
}
.formation-table .overflowTable tbody tr:last-child {
  border-bottom: none;
}
.formation-table .overflowTable tbody tr:nth-child(odd) td:first-child {
  background-color: #efd7cf;
}
.formation-table .overflowTable tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #d0e7f5;
}
.formation-table .overflowTable tbody tr:nth-child(even) td:first-child {
  background-color: #f7eae6;
}
.formation-table .overflowTable tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #e4f2f8;
}
.formation-table .overflowTable tbody tr td {
  text-align: center;
  border-right: solid 1px #a8a8a8;
  height: 100%;
}
.formation-table .overflowTable tbody tr td:nth-child(n+3) {
  vertical-align: bottom;
}
.formation-table .overflowTable tbody tr td:nth-child(odd) {
  background-color: #d7eed0;
}
.formation-table .overflowTable tbody tr td:nth-child(odd):not(.null) .datetime {
  background-color: #e8fae4;
}
.formation-table .overflowTable tbody tr td:nth-child(even) {
  background-color: #d9e6bf;
}
.formation-table .overflowTable tbody tr td:nth-child(even):not(.null) .datetime {
  background-color: #e8f0df;
}
.formation-table .overflowTable tbody tr td:last-child {
  border-right: none;
}
.formation-table .overflowTable tbody tr td.danger {
  background-color: #ec0000;
}
.formation-table .overflowTable tbody tr td.danger .status {
  color: #fff;
}
.formation-table .overflowTable tbody tr td.danger .datetime {
  background-color: #fff7f8 !important;
  color: #333 !important;
}
.formation-table .overflowTable tbody tr td.null {
  background-color: #e6e6e6;
}
.formation-table .overflowTable tbody tr .status {
  display: inline-block;
  width: 100%;
  color: blue;
}
.formation-table .overflowTable tbody tr .datetime {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  padding: 3px 0;
}

.el_category-top_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .el_category-top_txt {
    font-size: 1.6rem;
  }
}

.el_wysiwyg a:after,
.el_linkList a:after {
  display: inline-block;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_wysiwyg a[target=_blank]::after,
.el_linkList a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.el_wysiwyg a[href$=".pdf"]::after,
.el_linkList a[href$=".pdf"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .el_wysiwyg a[href$=".pdf"]::after,
.el_linkList a[href$=".pdf"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_wysiwyg a[href$=".doc"]::after, .el_wysiwyg a[href$=".docx"]::after, .el_wysiwyg a[href$=".docm"]::after, .el_wysiwyg a[href$=".dotx"]::after, .el_wysiwyg a[href$=".dotm"]::after,
.el_linkList a[href$=".doc"]::after,
.el_linkList a[href$=".docx"]::after,
.el_linkList a[href$=".docm"]::after,
.el_linkList a[href$=".dotx"]::after,
.el_linkList a[href$=".dotm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .el_wysiwyg a[href$=".doc"]::after, .el_wysiwyg a[href$=".docx"]::after, .el_wysiwyg a[href$=".docm"]::after, .el_wysiwyg a[href$=".dotx"]::after, .el_wysiwyg a[href$=".dotm"]::after,
.el_linkList a[href$=".doc"]::after,
.el_linkList a[href$=".docx"]::after,
.el_linkList a[href$=".docm"]::after,
.el_linkList a[href$=".dotx"]::after,
.el_linkList a[href$=".dotm"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_wysiwyg a[href$=".xls"]::after, .el_wysiwyg a[href$=".xlsx"]::after, .el_wysiwyg a[href$=".xlt"]::after, .el_wysiwyg a[href$=".xml"]::after, .el_wysiwyg a[href$=".xlsm"]::after, .el_wysiwyg a[href$=".csv"]::after,
.el_linkList a[href$=".xls"]::after,
.el_linkList a[href$=".xlsx"]::after,
.el_linkList a[href$=".xlt"]::after,
.el_linkList a[href$=".xml"]::after,
.el_linkList a[href$=".xlsm"]::after,
.el_linkList a[href$=".csv"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .el_wysiwyg a[href$=".xls"]::after, .el_wysiwyg a[href$=".xlsx"]::after, .el_wysiwyg a[href$=".xlt"]::after, .el_wysiwyg a[href$=".xml"]::after, .el_wysiwyg a[href$=".xlsm"]::after, .el_wysiwyg a[href$=".csv"]::after,
.el_linkList a[href$=".xls"]::after,
.el_linkList a[href$=".xlsx"]::after,
.el_linkList a[href$=".xlt"]::after,
.el_linkList a[href$=".xml"]::after,
.el_linkList a[href$=".xlsm"]::after,
.el_linkList a[href$=".csv"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_wysiwyg a[href$=".ppt"]::after, .el_wysiwyg a[href$=".pptx"]::after, .el_wysiwyg a[href$=".pptm"]::after,
.el_linkList a[href$=".ppt"]::after,
.el_linkList a[href$=".pptx"]::after,
.el_linkList a[href$=".pptm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .el_wysiwyg a[href$=".ppt"]::after, .el_wysiwyg a[href$=".pptx"]::after, .el_wysiwyg a[href$=".pptm"]::after,
.el_linkList a[href$=".ppt"]::after,
.el_linkList a[href$=".pptx"]::after,
.el_linkList a[href$=".pptm"]::after {
    width: 32px;
    height: 15px;
  }
}

.el_btn .btn a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.el_btn .btn a[href$=".pdf"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .el_btn .btn a[href$=".pdf"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_btn .btn a[href$=".doc"]::after, .el_btn .btn a[href$=".docx"]::after, .el_btn .btn a[href$=".docm"]::after, .el_btn .btn a[href$=".dotx"]::after, .el_btn .btn a[href$=".dotm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .el_btn .btn a[href$=".doc"]::after, .el_btn .btn a[href$=".docx"]::after, .el_btn .btn a[href$=".docm"]::after, .el_btn .btn a[href$=".dotx"]::after, .el_btn .btn a[href$=".dotm"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_btn .btn a[href$=".xls"]::after, .el_btn .btn a[href$=".xlsx"]::after, .el_btn .btn a[href$=".xlt"]::after, .el_btn .btn a[href$=".xml"]::after, .el_btn .btn a[href$=".xlsm"]::after, .el_btn .btn a[href$=".csv"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .el_btn .btn a[href$=".xls"]::after, .el_btn .btn a[href$=".xlsx"]::after, .el_btn .btn a[href$=".xlt"]::after, .el_btn .btn a[href$=".xml"]::after, .el_btn .btn a[href$=".xlsm"]::after, .el_btn .btn a[href$=".csv"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_btn .btn a[href$=".ppt"]::after, .el_btn .btn a[href$=".pptx"]::after, .el_btn .btn a[href$=".pptm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .el_btn .btn a[href$=".ppt"]::after, .el_btn .btn a[href$=".pptx"]::after, .el_btn .btn a[href$=".pptm"]::after {
    width: 32px;
    height: 15px;
  }
}

.el_links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 18px;
}
@media screen and (max-width: 767px) {
  .el_links ul {
    gap: 15px;
  }
}
.el_links ul li {
  width: calc((100% - 18px) / 2);
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .el_links ul li {
    width: 100%;
  }
}
.el_links ul li:not(:has(a)) {
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_links ul li:not(:has(a)) {
    padding: 15px 0px 15px 25px;
    font-size: 1.6rem;
  }
}
.el_links ul li a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 40px;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .el_links ul li a {
    padding: 15px 0px 15px 25px;
    font-size: 1.6rem;
  }
}
.el_links ul li a::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .el_links ul li a::before {
    left: -7px;
    width: 19px;
    height: 19px;
    top: 20px;
  }
}
[data-whatintent=mouse] .el_links ul li a:hover {
  color: #4AA499;
}
[data-whatintent=mouse] .el_links ul li a:hover::before {
  background-image: url(../images/icon/icon_ar10.svg);
}
.el_links ul li a::after {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}
.el_links ul li a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.el_links ul li a[href$=".pdf"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .el_links ul li a[href$=".pdf"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_links ul li a[href$=".doc"]::after, .el_links ul li a[href$=".docx"]::after, .el_links ul li a[href$=".docm"]::after, .el_links ul li a[href$=".dotx"]::after, .el_links ul li a[href$=".dotm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .el_links ul li a[href$=".doc"]::after, .el_links ul li a[href$=".docx"]::after, .el_links ul li a[href$=".docm"]::after, .el_links ul li a[href$=".dotx"]::after, .el_links ul li a[href$=".dotm"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_links ul li a[href$=".xls"]::after, .el_links ul li a[href$=".xlsx"]::after, .el_links ul li a[href$=".xlt"]::after, .el_links ul li a[href$=".xml"]::after, .el_links ul li a[href$=".xlsm"]::after, .el_links ul li a[href$=".csv"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .el_links ul li a[href$=".xls"]::after, .el_links ul li a[href$=".xlsx"]::after, .el_links ul li a[href$=".xlt"]::after, .el_links ul li a[href$=".xml"]::after, .el_links ul li a[href$=".xlsm"]::after, .el_links ul li a[href$=".csv"]::after {
    width: 32px;
    height: 15px;
  }
}
.el_links ul li a[href$=".ppt"]::after, .el_links ul li a[href$=".pptx"]::after, .el_links ul li a[href$=".pptm"]::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .el_links ul li a[href$=".ppt"]::after, .el_links ul li a[href$=".pptx"]::after, .el_links ul li a[href$=".pptm"]::after {
    width: 32px;
    height: 15px;
  }
}

/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_notoSansJp {
  font-family: "Noto Sans JP", sans-serif;
}

/**
 * Page
 */
.pg_home main > :last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pg_home main > :last-child {
    margin-bottom: 0;
  }
}
.pg_home .mvSect {
  position: relative;
  padding: 113px 40px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect {
    padding: 80px 20px 0;
  }
}
.pg_home .mvSect_inner {
  margin: auto;
}
.pg_home .mvSect_mv {
  position: relative;
}
.pg_home .mvSect_mv_slide {
  -webkit-clip-path: inset(0 round 0 150px);
  clip-path: inset(0 round 0 150px);
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_slide {
    -webkit-clip-path: inset(0 round 0 80px);
    clip-path: inset(0 round 0 80px);
  }
}
.pg_home .mvSect_mv_slide_item {
  display: inline-block;
  vertical-align: top;
  -webkit-animation: slideToLeft calc(var(--_imgCount) * 30s) linear infinite;
  animation: slideToLeft calc(var(--_imgCount) * 30s) linear infinite;
}
.pg_home .mvSect_mv_slide img {
  margin-right: 20px;
  width: auto;
  max-width: none;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_slide img {
    margin-right: 15px;
    height: 380px;
  }
}
.pg_home .mvSect_mv_copy {
  display: grid;
  grid-auto-flow: column;
  gap: 22px;
  position: absolute;
  left: 0;
  bottom: 170px;
  padding: 30px 30px 22px 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_copy {
    gap: 16px;
    padding: 25px 20px 0 0;
    bottom: 0;
  }
}
.pg_home .mvSect_mv_copy p {
  display: grid;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pg_home .mvSect_mv_copy p.main {
  order: 1;
  gap: 10px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_copy p.main {
    gap: 7px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
.pg_home .mvSect_mv_copy p.sub {
  gap: 15px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_copy p.sub {
    gap: 8px;
    font-size: 1rem;
  }
}
.pg_home .mvSect_mv_copy .decoration {
  position: absolute;
  left: -24px;
  bottom: 100%;
  margin-bottom: -38px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_copy .decoration {
    left: -10px;
    margin-bottom: -18px;
  }
}
.pg_home .mvSect_mv_copy .decoration img {
  width: 182px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv_copy .decoration img {
    width: 74px;
  }
}
.pg_home .mvSect_news {
  position: relative;
  z-index: 5;
}
.pg_home .mvSect_news_wrapper {
  display: grid;
  grid-template-columns: 119px 1fr;
  margin: -32px 0 0 auto;
  width: 80.8823529412%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news_wrapper {
    grid-template-columns: none;
    margin: 49px 0 0;
    width: auto;
  }
}
.pg_home .mvSect_news .ttl {
  display: grid;
  place-items: center;
  padding: 18px 10px;
  background-color: #61C0DF;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .ttl {
    display: block;
    padding: 12px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.pg_home .mvSect_news .ttl.emergency {
  background-color: #e6172c;
}
.pg_home .mvSect_news .el_news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news {
    padding-block: 14px;
  }
}
.pg_home .mvSect_news .el_news .item {
  display: grid;
  justify-items: start;
  gap: 5px;
  border-bottom: 0;
  padding: 0;
  line-height: 1.7;
}
.pg_home .mvSect_news .el_news .item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news .item:not(:first-child) {
    margin-top: 15px;
  }
}
.pg_home .mvSect_news .el_news .item .date {
  font-weight: normal;
}
.pg_home .mvSect_news .el_news .item a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .pg_home .mvSect_news .el_news .item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news .item a span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.pg_home .mvSect_news .ttl.emergency + .el_news .item a {
  color: #D92C2C;
}
.pg_home .mvSect_news .ttl.emergency + .el_news .item a span::after {
  filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(2574%) hue-rotate(345deg) brightness(88%) contrast(91%);
}
.pg_home .mvSect_news_decoration {
  display: grid;
  position: absolute;
  left: -48px;
  bottom: -32px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news_decoration {
    left: auto;
    right: 33px;
    bottom: 100%;
    margin-bottom: 16px;
  }
}
.pg_home .mvSect_news_decoration img {
  max-width: none;
}
.pg_home .mvSect_news_decoration img:nth-child(1) {
  margin: 0 0 -18px 54px;
  width: 132px;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news_decoration img:nth-child(1) {
    margin: 0 0 -8px 25px;
    width: 60px;
  }
}
.pg_home .mvSect_news_decoration img:nth-child(2) {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news_decoration img:nth-child(2) {
    width: 106px;
  }
}
.pg_home .newsSect {
  position: relative;
  padding: 76px 0 147px;
  background: #f6f6f6 url(../images/common/img_mountains.svg) 50% 100% no-repeat;
  background-size: 100% 133px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect {
    padding: 60px 0 112px;
    background-size: 150% 62px;
  }
}
.pg_home .newsSect_container {
  position: relative;
  z-index: 1;
}
.pg_home .newsSect_body {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_body {
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.pg_home .newsSect_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item {
    width: 100%;
  }
}
.pg_home .newsSect_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .head {
    padding-bottom: 13px;
  }
}
.pg_home .newsSect_item .head::before, .pg_home .newsSect_item .head::after {
  content: "";
  position: absolute;
  bottom: -3px;
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .head::before, .pg_home .newsSect_item .head::after {
    bottom: -2px;
    width: 4px;
  }
}
.pg_home .newsSect_item .head::before {
  left: -3px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .head::before {
    left: -2px;
  }
}
.pg_home .newsSect_item .head::after {
  right: -3px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .head::after {
    right: -2px;
  }
}
.pg_home .newsSect_item .hdg {
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .hdg {
    font-size: 2.2rem;
  }
}
.pg_home .newsSect_item .hdg .en {
  position: relative;
  margin-left: 15px;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  translate: 0 -3px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .hdg .en {
    margin-left: 13px;
    font-size: 1.2rem;
  }
}
.pg_home .newsSect_item .btn a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .btn a {
    font-size: 1.2rem;
    translate: 0 2px;
  }
}
[data-whatintent=mouse] .pg_home .newsSect_item .btn a:hover {
  color: #4AA499;
}
.pg_home .newsSect_item .btn a::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon/icon_ar01.svg);
  background-size: 100% 100%;
  rotate: -90deg;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .btn a::before {
    width: 20px;
  }
}
[data-whatintent=mouse] .pg_home .newsSect_item .btn a:hover::before {
  background-image: url(../images/icon/icon_ar04.svg);
}
.pg_home .newsSect_item .el_news {
  margin-top: 30px;
}
.pg_home .newsSect_item .el_news .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .el_news .item {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .el_news .item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .el_news .item a span {
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .pg_home .newsSect_item .el_news .item a:hover {
  color: #4AA499;
  text-decoration: none;
}
.pg_home .newsSect_item .el_news .item .date {
  font-weight: normal;
}
.pg_home .newsSect_item .el_news .item .date .new {
  margin-left: 7px;
  padding: 3px 6px 2px;
}
.pg_home .newsSect_item .el_news .item .date .category {
  --categoryColor: #333;
  margin-left: 5px;
  padding: 3px 6px 2px;
  line-height: 1;
  font-size: 1rem;
  border-radius: 9px;
  color: var(--categoryColor);
  border: 1px solid var(--categoryColor);
}
.pg_home .newsSect_item .el_news .item .date .category.news {
  --categoryColor: #42A8CF;
}
.pg_home .newsSect_item .el_news .item .date .category.activity {
  --categoryColor: #4AA459;
}
.pg_home .newsSect_item .el_news .item .date .category.other {
  --categoryColor: #D9672C;
}
.pg_home .newsSect_bgImg_btn {
  display: block;
  position: relative;
  margin-top: 64px;
  padding: 60px 90px 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn {
    padding: 100px 60px 30px;
  }
}
.pg_home .newsSect_bgImg_btn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pg_home .newsSect_bgImg_btn_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pg_home .newsSect_bgImg_btn_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.65;
  background-size: 100%;
  transition: all 0.3s;
}
.pg_home .newsSect_bgImg_btn_txt {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn_txt {
    font-size: 2.2rem;
  }
}
.pg_home .newsSect_bgImg_btn_subTxt {
  position: relative;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn_subTxt {
    font-size: 1.4rem;
  }
}
.pg_home .newsSect_bgImg_btn::before {
  content: "";
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  z-index: 3;
}
.pg_home .newsSect_bgImg_btn[target=_blank]::before {
  display: block;
  background-image: url(../images/icon/icon_external_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".pdf"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_pdf_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".doc"]::before, .pg_home .newsSect_bgImg_btn[href$=".docx"]::before, .pg_home .newsSect_bgImg_btn[href$=".docm"]::before, .pg_home .newsSect_bgImg_btn[href$=".dotx"]::before, .pg_home .newsSect_bgImg_btn[href$=".dotm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_doc_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".xls"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlsx"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlt"]::before, .pg_home .newsSect_bgImg_btn[href$=".xml"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlsm"]::before, .pg_home .newsSect_bgImg_btn[href$=".csv"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_xls_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".ppt"]::before, .pg_home .newsSect_bgImg_btn[href$=".pptx"]::before, .pg_home .newsSect_bgImg_btn[href$=".pptm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_ppt_white.png);
}
.pg_home .newsSect_bgImg_btn::after {
  content: "";
  position: absolute;
  width: 196px;
  height: 160px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background-image: url(../images/home/top_news_btn_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn::after {
    width: 78px;
    height: 64px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
}
[data-whatintent=mouse] .pg_home .newsSect_bgImg_btn:hover .newsSect_bgImg_btn_img::after {
  background-size: 300%;
}
.pg_home .specSect {
  overflow: clip visible;
}
.pg_home .specSect .ly_container {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .ly_container {
    margin-top: 38px;
  }
}
.pg_home .specSect_hdg {
  display: grid;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect_hdg {
    gap: 2px;
    margin-bottom: 30px;
  }
}
.pg_home .specSect_hdg :lang(en) {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect_hdg :lang(en) {
    font-size: 1.4rem;
  }
}
.pg_home .specSect_hdg :lang(ja) {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect_hdg :lang(ja) {
    font-size: 2.6rem;
  }
}
.pg_home .specSect .contList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList {
    grid-template-columns: none;
    gap: 20px;
  }
}
.pg_home .specSect .contList a {
  display: block;
  position: relative;
  height: 100%;
}
.pg_home .specSect .contList a .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  inset: 20px 25px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body {
    justify-content: center;
    inset: 15px 20px;
  }
}
.pg_home .specSect .contList a .body .icon {
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  width: 94px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body .icon {
    margin-bottom: 5px;
    width: 50px;
  }
}
.pg_home .specSect .contList a .body .icon img {
  border-radius: 50%;
  width: 100%;
}
.pg_home .specSect .contList a .body .title {
  display: grid;
  justify-items: center;
  letter-spacing: 0.1em;
}
.pg_home .specSect .contList a .body .title :lang(ja) {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body .title :lang(ja) {
    font-size: 1.8rem;
  }
}
.pg_home .specSect .contList a .body .title :lang(en) {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body .title :lang(en) {
    font-size: 1.2rem;
  }
}
.pg_home .specSect .contList a .body .linkText {
  align-self: flex-end;
  position: relative;
  margin-top: 25px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body .linkText {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.pg_home .specSect .contList a .body .linkText::before, .pg_home .specSect .contList a .body .linkText::after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 50%;
  width: 4px;
  aspect-ratio: 1;
  background-color: currentColor;
}
.pg_home .specSect .contList a .body .linkText::before {
  left: -2px;
}
.pg_home .specSect .contList a .body .linkText::after {
  right: -2px;
}
.pg_home .specSect .contList a .body .linkText > span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pg_home .specSect .contList a .body .linkText > span {
    gap: 40px;
  }
}
.pg_home .specSect .contList a .body .linkText > span::after {
  content: "";
  width: 14px;
  aspect-ratio: 1;
  background: url(../images/icon/icon_ar09.svg);
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}
.pg_home .specSect .contList a .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pg_home .specSect .contList a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, #d0e4e6 0%, #5e8b8f 100%);
  mix-blend-mode: multiply;
}
.pg_home .specSect .contList a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: scale 0.3s;
}
[data-whatintent=mouse] .pg_home .specSect .contList a:hover .image img {
  scale: 1.1;
}
.pg_home .specSect_decoration {
  position: absolute;
  right: -70px;
  top: -120px;
  width: 173px;
  height: 184px;
}
.pg_home .specSect_decoration img {
  position: absolute;
  max-width: none;
}
.pg_home .specSect_decoration img:nth-child(1) {
  left: 0;
  top: 0;
  width: 88px;
  rotate: 10deg;
}
.pg_home .specSect_decoration img:nth-child(2) {
  right: 0;
  bottom: 0;
  width: 138px;
}
.pg_home .aboutSect {
  position: relative;
  padding-block: 88px;
  overflow: clip visible;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect {
    padding-block: 80px 67px;
  }
}
.pg_home .aboutSect .ly_container {
  position: static;
}
.pg_home .aboutSect_cont {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_cont {
    display: block;
    position: relative;
    z-index: 1;
    width: auto;
  }
}
.pg_home .aboutSect_header {
  position: relative;
  padding-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 5px;
    align-items: end;
    padding-bottom: 37px;
  }
}
.pg_home .aboutSect_header .hdg {
  display: grid;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .hdg {
    gap: 6px;
    margin-right: 5px;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
.pg_home .aboutSect_header .hdg :lang(en) {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .hdg :lang(en) {
    font-size: 1.5rem;
  }
}
.pg_home .aboutSect_header .hdg :lang(ja) {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .hdg :lang(ja) {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
.pg_home .aboutSect_header .line {
  position: relative;
  margin: 22px 0 0 35px;
  width: 1px;
  height: 178px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .line {
    margin: 0 0 20px;
    width: auto;
    height: 1px;
  }
}
.pg_home .aboutSect_header .line::before, .pg_home .aboutSect_header .line::after {
  content: "";
  position: absolute;
  left: -3px;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .line::before, .pg_home .aboutSect_header .line::after {
    left: auto;
    top: -1px !important;
    width: 3px;
  }
}
.pg_home .aboutSect_header .line::before {
  top: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .line::before {
    left: 0;
  }
}
.pg_home .aboutSect_header .line::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .line::after {
    right: 0;
    bottom: auto;
  }
}
.pg_home .aboutSect_header .feather {
  position: absolute;
  left: -12px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .feather {
    position: static;
  }
}
.pg_home .aboutSect_header .feather img {
  width: 110px;
  max-width: none;
  rotate: -60deg;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_header .feather img {
    width: 50px;
    translate: 10px 0;
    scale: 1.25;
  }
}
.pg_home .aboutSect_body {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
  padding-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_body {
    gap: 25px;
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.pg_home .aboutSect_body .body {
  position: relative;
}
.pg_home .aboutSect_body .body::before {
  content: "";
  position: absolute;
  inset: -10px -20px -80px;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 46.03%, #fff 70%, #fff);
}
.pg_home .aboutSect_body .body > div {
  position: relative;
}
.pg_home .aboutSect_body .el_btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_body .el_btn {
    width: 100%;
  }
}
.pg_home .aboutSect_body .el_btn .btn a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 90px;
  padding-inline: 35px 55px;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_body .el_btn .btn a {
    gap: 0;
    padding: 22px 60px 22px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_body .el_btn .btn a::after {
    right: 33px;
  }
}
.pg_home .aboutSect_body .el_btn .btn a span {
  letter-spacing: 0.1em;
}
.pg_home .aboutSect_image {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -440px;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_image {
    position: static;
    margin: 0 -20px;
  }
}
.pg_home .aboutSect_image img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .pg_home .aboutSect_image img {
    width: 100%;
  }
}
.pg_home .relatedSect_hdg {
  display: grid;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect_hdg {
    gap: 2px;
    margin-bottom: 30px;
  }
}
.pg_home .relatedSect_hdg :lang(en) {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect_hdg :lang(en) {
    font-size: 1.4rem;
  }
}
.pg_home .relatedSect_hdg :lang(ja) {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect_hdg :lang(ja) {
    font-size: 2.6rem;
  }
}
.pg_home .relatedSect .contList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList {
    grid-template-columns: none;
    gap: 30px;
  }
}
.pg_home .relatedSect .contList > li .image {
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li .image {
    margin-bottom: 15px;
  }
}
.pg_home .relatedSect .contList > li .image img {
  width: 100%;
  transition: scale 0.3s;
}
.pg_home .relatedSect .contList > li .title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li .title {
    gap: 6px;
    font-size: 1.6rem;
  }
}
.pg_home .relatedSect .contList > li .title::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon/icon_ar01.svg);
  background-size: 100% 100%;
  translate: 0 calc(0.5lh - 50%);
  rotate: -90deg;
  transition: background-image 0.3s;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li .title::before {
    width: 20px;
  }
}
.pg_home .relatedSect .contList > li .title > span::after {
  display: inline-block;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.pg_home .relatedSect .contList > li a {
  transition: color 0.3s;
}
.pg_home .relatedSect .contList > li a[target=_blank] .title > span::after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.pg_home .relatedSect .contList > li a[href$=".pdf"] .title > span::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li a[href$=".pdf"] .title > span::after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .relatedSect .contList > li a[href$=".doc"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".docx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".docm"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".dotx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".dotm"] .title > span::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li a[href$=".doc"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".docx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".docm"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".dotx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".dotm"] .title > span::after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .relatedSect .contList > li a[href$=".xls"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlsx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlt"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xml"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlsm"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".csv"] .title > span::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li a[href$=".xls"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlsx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlt"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xml"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".xlsm"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".csv"] .title > span::after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .relatedSect .contList > li a[href$=".ppt"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".pptx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".pptm"] .title > span::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .pg_home .relatedSect .contList > li a[href$=".ppt"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".pptx"] .title > span::after, .pg_home .relatedSect .contList > li a[href$=".pptm"] .title > span::after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .relatedSect .contList > li a[target=_blank]:not([href$=".pdf"], [href*=".doc"], [href*=".xl"], [href*=".ppt"]) .title > span::after {
  vertical-align: 0;
}
[data-whatintent=mouse] .pg_home .relatedSect .contList > li a:hover {
  color: #4AA499;
}
[data-whatintent=mouse] .pg_home .relatedSect .contList > li a:hover .image img {
  scale: 1.1;
}
[data-whatintent=mouse] .pg_home .relatedSect .contList > li a:hover .title::before {
  background-image: url(../images/icon/icon_ar04.svg);
}
.pg_home .mountainArea {
  position: relative;
  margin-top: 43px;
  padding-block: 175px 166px;
  background: url(../images/common/img_mountains_colored.svg) 50% 0 no-repeat;
  background-size: 100% 302px;
}
@media screen and (max-width: 767px) {
  .pg_home .mountainArea {
    margin-top: 77px;
    padding-block: 0 60px;
    background-position: 50% 155px;
    background-size: 100% 90px;
  }
}
.pg_home .mountainArea::before {
  content: "";
  position: absolute;
  inset: 302px 0 0;
  background-color: #F1F5F3;
}
@media screen and (max-width: 767px) {
  .pg_home .mountainArea::before {
    top: 245px;
  }
}
.pg_home .mountainArea > div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header {
    margin-bottom: -63px;
  }
}
.pg_home .gallerySect_header_inner {
  position: absolute;
  right: 8px;
  top: -78px;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header_inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    position: static;
    width: 94.0298507463%;
  }
}
.pg_home .gallerySect_header .hdg {
  display: grid;
  gap: 10px;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .hdg {
    gap: 6px;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
.pg_home .gallerySect_header .hdg::before {
  content: url(../images/common/sub_mv_feather_yellow.png);
  position: absolute;
  left: -84px;
  top: 108px;
  rotate: 8deg;
  scale: 0.85;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .hdg::before {
    left: auto;
    right: -22px;
    top: auto;
    bottom: 7px;
    translate: 50% 50%;
    scale: 0.35;
  }
}
.pg_home .gallerySect_header .hdg :lang(en) {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .hdg :lang(en) {
    font-size: 1.5rem;
  }
}
.pg_home .gallerySect_header .hdg :lang(ja) {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .hdg :lang(ja) {
    font-size: 3rem;
  }
}
.pg_home .gallerySect_header .hdg :lang(ja) > span:nth-child(1) {
  letter-spacing: 0.03em;
}
.pg_home .gallerySect_header .line {
  position: relative;
  margin: 22px 0 0 76px;
  width: 1px;
  height: 178px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .line {
    margin: 0;
    width: auto;
    height: 1px;
    translate: 0 11px;
  }
}
.pg_home .gallerySect_header .line::before, .pg_home .gallerySect_header .line::after {
  content: "";
  position: absolute;
  left: -3px;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .line::before, .pg_home .gallerySect_header .line::after {
    left: auto;
    top: -1px !important;
    width: 3px;
  }
}
.pg_home .gallerySect_header .line::before {
  top: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .line::before {
    left: 0;
  }
}
.pg_home .gallerySect_header .line::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_header .line::after {
    right: 0;
    bottom: auto;
  }
}
.pg_home .gallerySect_slide {
  height: 484px;
  overflow: clip visible;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_slide {
    height: 180px;
  }
}
.pg_home .gallerySect_slide_inner {
  font-size: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_slide_inner {
    translate: 0 44px;
  }
}
.pg_home .gallerySect_slide_item {
  display: inline-block;
  vertical-align: top;
  -webkit-animation: slideToLeft calc(var(--_imgCount) * 10s) linear infinite;
  animation: slideToLeft calc(var(--_imgCount) * 10s) linear infinite;
}
.pg_home .gallerySect_slide_item img {
  margin-right: 60px;
  border-radius: 0 60px;
  width: 486px;
  max-width: none;
  aspect-ratio: 486/300;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_slide_item img {
    margin-right: 20px;
    border-radius: 0 30px;
    width: 220px;
  }
}
.pg_home .gallerySect_slide_item img:nth-child(even) {
  translate: 0 184px;
}
@media screen and (max-width: 767px) {
  .pg_home .gallerySect_slide_item img:nth-child(even) {
    translate: 0 44px;
  }
}
.pg_home .ly_articleSect {
  margin-top: 155px;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .ly_articleSect {
    margin-top: 108px;
  }
}
.pg_home .bannerSect {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect {
    margin-top: 40px;
  }
}
.pg_home .bannerSect .el_hdg .primary {
  margin-top: 0;
}
.pg_home .bannerSect .el_hdg .primary span::before {
  background-color: #89BFA8;
}
.pg_home .bannerSect .bannerList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 18px;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect .bannerList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.pg_home .bannerSect .bannerList img {
  width: 100%;
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .pg_home .bannerSect .bannerList a:hover img {
  opacity: 0.6;
}

.pg_disaster main > :first-child {
  padding-top: 190px;
}
@media screen and (max-width: 767px) {
  .pg_disaster main > :first-child {
    padding-top: 97px;
  }
}
.pg_disaster .mvSect {
  position: relative;
  background-color: #f6f6f6;
}
.pg_disaster .mvSect_news {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news {
    position: static;
    width: auto;
  }
}
.pg_disaster .mvSect_news_wrapper {
  display: grid;
  grid-template-columns: 119px 1fr;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news_wrapper {
    grid-template-columns: none;
  }
}
.pg_disaster .mvSect_news .ttl {
  display: grid;
  place-items: center;
  padding: 18px 10px;
  background-color: #61C0DF;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .ttl {
    display: block;
    padding: 12px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.pg_disaster .mvSect_news .ttl.emergency {
  background-color: #e6172c;
}
.pg_disaster .mvSect_news .el_news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news {
    padding-block: 14px;
  }
}
.pg_disaster .mvSect_news .el_news .item {
  display: grid;
  justify-items: start;
  gap: 5px;
  border-bottom: 0;
  padding: 0;
  line-height: 1.7;
}
.pg_disaster .mvSect_news .el_news .item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news .item:not(:first-child) {
    margin-top: 15px;
  }
}
.pg_disaster .mvSect_news .el_news .item .date {
  font-weight: normal;
}
.pg_disaster .mvSect_news .el_news .item a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .pg_disaster .mvSect_news .el_news .item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news .item a span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.pg_disaster .mvSect_news .ttl.emergency + .el_news .item a {
  color: #D92C2C;
}
.pg_disaster .mvSect_news .ttl.emergency + .el_news .item a span::after {
  filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(2574%) hue-rotate(345deg) brightness(88%) contrast(91%);
}
.pg_disaster .mvSect .el_wysiwyg {
  margin-top: 0;
}
.pg_disaster .mvSect .el_wysiwyg:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect .el_wysiwyg:not(:first-child) {
    margin-top: 40px;
  }
}
.pg_disaster .mvSect_banner {
  display: block;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_banner {
    margin-top: 48px;
  }
}
.pg_disaster .mvSect_banner .item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_banner .item {
    margin-top: 15px;
  }
}
.pg_disaster .mvSect_banner a {
  display: block;
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .pg_disaster .mvSect_banner a:hover {
  opacity: 0.6;
}
.pg_disaster .mvSect_banner img {
  width: 100%;
}
.pg_disaster .newsSect {
  position: relative;
  padding: 76px 0 167px;
  background: #f6f6f6 url(../images/common/img_mountains.svg) 50% 100% no-repeat;
  background-size: 100% 133px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect {
    padding: 75px 0 112px;
    background-size: 150% 62px;
  }
}
.pg_disaster .newsSect_container {
  position: relative;
  z-index: 1;
}
.pg_disaster .newsSect_body {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_body {
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.pg_disaster .newsSect_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item {
    width: 100%;
  }
}
.pg_disaster .newsSect_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .head {
    padding-bottom: 13px;
  }
}
.pg_disaster .newsSect_item .head::before, .pg_disaster .newsSect_item .head::after {
  content: "";
  position: absolute;
  bottom: -3px;
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .head::before, .pg_disaster .newsSect_item .head::after {
    bottom: -2px;
    width: 4px;
  }
}
.pg_disaster .newsSect_item .head::before {
  left: -3px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .head::before {
    left: -2px;
  }
}
.pg_disaster .newsSect_item .head::after {
  right: -3px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .head::after {
    right: -2px;
  }
}
.pg_disaster .newsSect_item .hdg {
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .hdg {
    font-size: 2.2rem;
  }
}
.pg_disaster .newsSect_item .hdg .en {
  position: relative;
  margin-left: 15px;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  translate: 0 -3px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .hdg .en {
    margin-left: 13px;
    font-size: 1.2rem;
  }
}
.pg_disaster .newsSect_item .btn a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .btn a {
    font-size: 1.2rem;
    translate: 0 2px;
  }
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .btn a:hover {
  color: #4AA499;
}
.pg_disaster .newsSect_item .btn a::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon/icon_ar01.svg);
  background-size: 100% 100%;
  rotate: -90deg;
  transition: background-image 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .btn a::before {
    width: 20px;
  }
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .btn a:hover::before {
  background-image: url(../images/icon/icon_ar04.svg);
}
.pg_disaster .newsSect_item .el_news {
  margin-top: 30px;
}
.pg_disaster .newsSect_item .el_news .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .el_news .item {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .el_news .item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .el_news .item a span {
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .el_news .item a:hover {
  color: #4AA499;
  text-decoration: none;
}
.pg_disaster .newsSect_item .el_news .item .date {
  font-weight: normal;
}
.pg_disaster .newsSect_item .el_news .item .date .new {
  margin-left: 7px;
  padding: 3px 6px 2px;
}
.pg_disaster .newsSect_item .el_news .item .date .category {
  --categoryColor: #333;
  margin-left: 5px;
  padding: 3px 6px 2px;
  line-height: 1;
  font-size: 1rem;
  border-radius: 9px;
  color: var(--categoryColor);
  border: 1px solid var(--categoryColor);
}
.pg_disaster .newsSect_item .el_news .item .date .category.news {
  --categoryColor: #42A8CF;
}
.pg_disaster .newsSect_item .el_news .item .date .category.activity {
  --categoryColor: #4AA459;
}
.pg_disaster .newsSect_item .el_news .item .date .category.other {
  --categoryColor: #D9672C;
}
.pg_disaster .newsSect_bgImg_btn {
  display: block;
  position: relative;
  margin-top: 64px;
  padding: 60px 90px 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn {
    padding: 100px 60px 30px;
  }
}
.pg_disaster .newsSect_bgImg_btn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pg_disaster .newsSect_bgImg_btn_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pg_disaster .newsSect_bgImg_btn_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.65;
  background-size: 100%;
  transition: all 0.3s;
}
.pg_disaster .newsSect_bgImg_btn_txt {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn_txt {
    font-size: 2.2rem;
  }
}
.pg_disaster .newsSect_bgImg_btn_subTxt {
  position: relative;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn_subTxt {
    font-size: 1.4rem;
  }
}
.pg_disaster .newsSect_bgImg_btn::before {
  content: "";
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  z-index: 3;
}
.pg_disaster .newsSect_bgImg_btn[target=_blank]::before {
  display: block;
  background-image: url(../images/icon/icon_external_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".pdf"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_pdf_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".doc"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".docx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".docm"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".dotx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".dotm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_doc_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".xls"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlsx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlt"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xml"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlsm"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".csv"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_xls_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".ppt"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".pptx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".pptm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_ppt_white.png);
}
.pg_disaster .newsSect_bgImg_btn::after {
  content: "";
  position: absolute;
  width: 196px;
  height: 160px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background-image: url(../images/home/top_news_btn_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn::after {
    width: 78px;
    height: 64px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
}
[data-whatintent=mouse] .pg_disaster .newsSect_bgImg_btn:hover .newsSect_bgImg_btn_img::after {
  background-size: 300%;
}
.pg_disaster .articleSetBlock {
  position: relative;
  margin-block: 36px 91px;
  overflow: clip visible;
}
@media screen and (max-width: 767px) {
  .pg_disaster .articleSetBlock {
    margin-block: 50px 70px;
  }
}
.pg_disaster .articleSetBlock_decoration {
  display: grid;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 -42px 504px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_disaster .articleSetBlock_decoration {
    grid-auto-flow: column;
    align-items: end;
    left: auto;
    right: 20px;
    margin: 0 0 55px;
  }
}
.pg_disaster .articleSetBlock_decoration img {
  max-width: none;
}
.pg_disaster .articleSetBlock_decoration img:nth-child(1) {
  margin: 0 0 4px -38px;
  width: 88px;
  rotate: 10deg;
}
@media screen and (max-width: 767px) {
  .pg_disaster .articleSetBlock_decoration img:nth-child(1) {
    margin: 0;
    width: 48px;
    rotate: none;
  }
}
.pg_disaster .articleSetBlock_decoration img:nth-child(2) {
  width: 138px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .articleSetBlock_decoration img:nth-child(2) {
    margin: 0 0 17px -5px;
    width: 70px;
  }
}
.pg_disaster .articleSetBlock .ly_articleSect {
  padding-block: 0;
}

/**
 * pg_general
 */
.pg_general .ly_footer {
  margin-top: 61px;
}

/**
 * pg_news
 */
.pg_news .el_articleHdg {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .pg_news .el_articleHdg {
    padding-left: 0;
  }
}
.pg_news .bl_breadcrumb {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .pg_news .bl_breadcrumb {
    margin-top: 0;
  }
}
.pg_news .bl_breadcrumb .ly_container {
  padding-left: 35px;
}
.pg_news .ly_articleSect .el_hdg .primary {
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .pg_news .ly_articleSect .el_hdg .primary {
    padding-bottom: 12px;
  }
}
.pg_news .ly_articleSect .el_hdg .primary span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .pg_news .ly_articleSect .el_hdg .primary span {
    padding-left: 0;
  }
}
.pg_news .ly_articleSect .el_hdg .primary span::before {
  left: -11px;
}
@media screen and (max-width: 767px) {
  .pg_news .ly_articleSect .el_hdg .primary span::before {
    left: -7px;
  }
}
.pg_news .el_news .item {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .pg_news .el_news .item {
    padding-left: 0;
  }
}
.pg_news.pg_activity .el_news .item .date_wrap .category.activity {
  display: none;
}

.pg_news_detail .el_hdg .primary {
  margin-top: 0;
}
.pg_news_detail .el_card-4col .item .link a {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_card-4col .item .link a {
    padding-right: 50px;
  }
}
.pg_news_detail.withSideNav main .ly_withSideNav_aside {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail.withSideNav main .ly_withSideNav_aside {
    padding-top: 80px;
  }
}
.pg_news_detail .el_txtImg {
  margin-left: 13px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_txtImg {
    margin-left: 0;
  }
}
.pg_news_detail .el_txtImg .txt .hdg {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_txtImg .txt .hdg {
    margin-top: -13px;
    padding-bottom: 8px;
  }
}
.pg_news_detail .el_txtImg .el_wysiwyg {
  margin-top: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_txtImg .el_wysiwyg {
    line-height: 1.6;
  }
}
.pg_news_detail .bl_breadcrumb {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .bl_breadcrumb {
    margin-top: 0px;
  }
}
.pg_news_detail .bl_breadcrumb .ly_container {
  padding-left: 30px;
}
.pg_news_detail .news_detail .el_articleHdg {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .news_detail .el_articleHdg {
    padding-left: 0;
  }
}
.pg_news_detail .news_detail .el_articleHdg::before {
  content: none;
}
.pg_news_detail .news_detail .el_articleHdg::after {
  content: none;
}
.pg_news_detail .ly_withSideNav_aside {
  padding-top: 95px;
}
.pg_news_detail .bl_titleBox.news_detail {
  padding-block: 0;
}
.pg_news_detail .bl_titleBox.news_detail::after {
  content: none;
}
.pg_news_detail .ly_articleSect {
  padding-top: 45px;
}
.pg_news_detail .el_txtImg-left figure {
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_txtImg-left figure {
    margin-right: 0;
  }
}

.pg_go main .cam-box {
  width: unset;
  line-height: 1.6;
}
.pg_go main .ly_articleSect .el_hdg {
  margin-top: 0;
}
.pg_go main .ly_articleSect .el_hdg > * {
  margin-top: 0;
}
.pg_go main .el_hdg .secondary {
  text-align: left;
}
.pg_go main .popup_content h3 {
  width: 100%;
  padding-left: 18px;
  border-left: 5px solid #0B3A8A;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0B3A8A;
  margin: 18px 0;
  text-align: left;
}

/**
 * pg_formation
 */
.pg_formation .el_wysiwyg .wrapper table td {
  padding: 0;
}

/**
 * pg_category-top
 */
.pg_category-top {
  position: relative;
  height: 100%;
}
.pg_category-top .bl_breadcrumb {
  margin-bottom: 75px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_breadcrumb {
    margin-bottom: 34px;
    border-top: none;
    margin-top: 0;
  }
}
.pg_category-top .ly_category-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 238px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_category-top {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.pg_category-top .ly_category-top::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 240px;
  background: url(../images/common/categorytop_bg02.png) no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_category-top::after {
    height: 62px;
  }
}
.pg_category-top .ly_category-top::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 350px;
  background: #fff no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  z-index: 2;
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_category-top::before {
    height: 62px;
  }
}
.pg_category-top .ly_category-top_box {
  position: relative;
  z-index: 1;
}
.pg_category-top .ly_category-top_box .el_btn {
  justify-content: center;
}
.pg_category-top .ly_category-top_box .el_btn .btn_sp {
  width: 400px;
}
.pg_category-top .ly_category-top .ly_container {
  width: 1020px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_category-top .ly_container {
    width: 100%;
  }
}
.pg_category-top .ly_category-top + .ly_container {
  background-color: #fff;
}
.pg_category-top .ly_articleSect {
  padding-top: 0;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_articleSect {
    margin-top: 40px;
  }
}
.pg_category-top .ly_articleSect + .ly_articleSect {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_articleSect.catTop .el_img .inner {
    row-gap: 28px;
  }
}
.pg_category-top .ly_articleSect.catTop .el_hdg:has(+ .el_links) .primary {
  margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_articleSect.catTop .el_hdg:has(+ .el_links) .primary {
    margin-bottom: -12px;
  }
}
.pg_category-top .bl_titleBox {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox {
    width: 100%;
    margin-bottom: 21px;
  }
}
.pg_category-top .bl_titleBox::after {
  top: 147px;
  height: calc(0.2881944444 * var(--vw));
  transform: translate(0, 0);
  background: url(../images/common/categorytop_bg01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox::after {
    top: 78px;
    background: url(../images/common/categorytop_bg01_sp.png) no-repeat;
    background-size: cover;
  }
}
.pg_category-top .bl_titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(0.2881944444 * var(--vw) + 90px);
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox::before {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox .ly_container {
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
  }
}
.pg_category-top .bl_titleBox_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pg_category-top .bl_titleBox_wrap .el_articleHdg {
  font-weight: bold;
  font-size: 5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_wrap .el_articleHdg {
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 2.7rem;
  }
}
.pg_category-top .bl_titleBox_wrap .el_articleHdg::after {
  top: auto;
  bottom: 46px;
  right: auto;
  left: -6px;
  width: 84px;
  height: 64px;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_wrap .el_articleHdg::after {
    top: -50px;
    bottom: auto;
    right: 50px;
    left: auto;
    width: 49px;
    height: 36px;
    transform: translate(0%, -100%);
  }
}
.pg_category-top .bl_titleBox_wrap .el_articleHdg::before {
  top: auto;
  bottom: 42px;
  right: -12px;
  width: 126px;
  height: 78px;
  background: url(../images/common/sub_mv_feather_green.png) no-repeat;
  background-size: contain;
  transform: translate(100%, 100%);
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_wrap .el_articleHdg::before {
    top: -65px;
    right: -10px;
    bottom: auto;
    width: 75px;
    height: 59px;
    transform: translate(0%, -100%);
    background: url(../images/common/sub_mv_feather_blue.png) no-repeat;
    background-size: contain;
  }
}
.pg_category-top .bl_titleBox_ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-start;
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_ttl {
    margin-top: 40px;
    flex-direction: column;
    width: 100%;
  }
}
.pg_category-top .bl_titleBox_cat {
  margin-left: 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #222;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_cat {
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    margin-right: 85px;
  }
}
.pg_category-top .bl_titleBox_cat .line {
  position: absolute;
  bottom: -16px;
  right: 50%;
  height: 178px;
  width: 1px;
  background-color: #222;
  transform: translate(-50%, 100%) perspective(0);
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_cat .line {
    right: -10px;
    bottom: 50%;
    height: 1px;
    width: 69px;
    transform: translate(100%, 100%) perspective(0);
  }
}
.pg_category-top .bl_titleBox_cat .line::before, .pg_category-top .bl_titleBox_cat .line::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #222;
  top: 0;
  left: 50%;
  transform: translateX(-57%) perspective(0);
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_cat .line::before, .pg_category-top .bl_titleBox_cat .line::after {
    top: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    transform: none;
  }
}
.pg_category-top .bl_titleBox_cat .line::after {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_cat .line::after {
    left: auto;
    right: 0;
    top: -1px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox .el_articleHdg {
    width: 100%;
    margin-top: 23px;
    padding-bottom: 21px;
  }
}
.pg_category-top .bl_titleBox_lead {
  margin-top: 50px;
  width: 55.5%;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.1;
  padding-right: 13%;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox_lead {
    margin-top: 0;
    width: auto;
    font-size: 1.5rem;
    line-height: 2;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_contents::after {
    content: none;
    z-index: 1;
    opacity: 0.8;
  }
}
.pg_category-top .catTop_bnr {
  position: relative;
  z-index: 2;
}
.pg_category-top .catTop_bnr ul {
  display: flex;
  flex-wrap: wrap;
}
.pg_category-top .catTop_bnr ul li {
  width: 50%;
  max-height: 372px;
  aspect-ratio: 720/372;
}
.pg_category-top .catTop_bnr ul li:nth-child(odd) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr ul li:nth-child(odd) {
    border-right: none;
  }
}
.pg_category-top .catTop_bnr ul li:nth-child(even) .catTop_bnr_img::after {
  background: #77650D !important;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr ul li {
    width: 100%;
    height: 194px;
  }
  .pg_category-top .catTop_bnr ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.pg_category-top .catTop_bnr ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 44px 40px 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr ul li a {
    padding: 30px 20px 20px;
  }
}
.pg_category-top .catTop_bnr ul li a > * {
  position: relative;
  z-index: 1;
}
[data-whatintent=mouse] .pg_category-top .catTop_bnr ul li a:hover img {
  scale: 1.08;
}
.pg_category-top .catTop_bnr_ttl {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr_ttl {
    font-size: 2.5rem;
  }
}
.pg_category-top .catTop_bnr_subTtl {
  font-family: "EB Garamond";
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr_subTtl {
    font-size: 1.4rem;
  }
}
.pg_category-top .catTop_bnr_detail {
  margin-top: auto;
  min-width: 173px;
  align-self: flex-end;
  padding: 0 60px 10px 4px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr_detail {
    min-width: 131px;
    font-size: 1.2rem;
    padding: 0 30px 7px 0;
  }
}
.pg_category-top .catTop_bnr_detail::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 4px;
  width: 15px;
  height: 13px;
  background: url(../images/icon/icon_ar09.svg) no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .pg_category-top .catTop_bnr_detail::after {
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
  }
}
.pg_category-top .catTop_bnr_detail .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.pg_category-top .catTop_bnr_detail .line::before, .pg_category-top .catTop_bnr_detail .line::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(37%);
}
.pg_category-top .catTop_bnr_detail .line::after {
  left: auto;
  right: 0;
}
.pg_category-top .catTop_bnr_img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  overflow: hidden;
}
.pg_category-top .catTop_bnr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.pg_category-top .catTop_bnr_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b5c7c9;
  mix-blend-mode: multiply;
}

/**
 * Keyframes
 */
@-webkit-keyframes slideToLeft {
  to {
    translate: -100% 0;
  }
}
@keyframes slideToLeft {
  to {
    translate: -100% 0;
  }
}