:root {
  --xmlColor: #036eb6;
  --newsColor: #b7d231;
}
:root .emergency {
  --xmlColor: #de1f2e;
}
:root .pressRelease {
  --newsColor: #036eb6;
  --imgSize: 65%;
}
:root .news {
  --imgSize: 45%;
}

/*! 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%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

body {
  min-width: 1240px;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #111111;
  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-weight: normal;
    font-size: 1.5rem;
  }
}

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 {
  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: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mapdiv {
    height: 450px;
  }
}

.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;
  }
}
/**
 * Layout
 */
.ly_contents {
  position: relative;
  overflow: clip;
  z-index: 1;
}

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

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

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

.ly_content {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .ly_content {
    padding-bottom: 105px;
  }
}

.ly_withSideNav {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .ly_withSideNav {
    flex-direction: column;
  }
}
.ly_withSideNav_main {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  .ly_withSideNav_main {
    width: 100%;
  }
}
.ly_withSideNav_main:only-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-color: transparent;
    border-radius: 0;
  }
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle .icon, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle .icon {
    display: none;
  }
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    content: "";
    display: inline-block;
    background-color: #036eb6;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    -webkit-mask-image: url(../images/icon/icon_window.svg);
    mask-image: url(../images/icon/icon_window.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    width: auto;
    height: auto;
    padding: 1px 10px 3px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after {
    content: "pdf";
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after {
    content: "doc";
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after {
    content: "xls";
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    content: "ppt";
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[target=_blank] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pdf"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".doc"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".docx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".docm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".dotx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".dotm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xls"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlsx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlt"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xml"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlsm"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".csv"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".ppt"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pptx"] .link .el_circle, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pptm"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[target=_blank] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pdf"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".doc"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".docx"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".docm"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".dotx"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".dotm"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xls"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlsx"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlt"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xml"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlsm"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".csv"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".ppt"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pptx"] .link .el_circle, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pptm"] .link .el_circle {
    border-color: transparent;
  }
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[target=_blank] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pdf"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".doc"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".docx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".docm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".dotx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".dotm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xls"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlsx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xml"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".xlsm"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".csv"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".ppt"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pptx"] .link .el_circle:after, .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:focus[href$=".pptm"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[target=_blank] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pdf"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".doc"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".docx"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".docm"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".dotx"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".dotm"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xls"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlsx"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlt"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xml"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".xlsm"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".csv"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".ppt"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pptx"] .link .el_circle:after, [data-whatintent=mouse] .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a:hover[href$=".pptm"] .link .el_circle:after {
    background-color: #fff;
    color: #036eb6;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav_main:only-child .el_iconBtn-4col .inner .item a .el_circle {
    width: 26px;
    height: 26px;
  }
}
.ly_withSideNav_aside {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .ly_withSideNav_aside {
    width: 100%;
  }
}

.ly_article:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ly_article:not(:first-child) {
    margin-top: 40px;
  }
}

/**
 * Header
 */
.ly_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.ly_header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(#fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ly_header:after {
    height: 70px;
  }
}
.ly_header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 36.95%, #fff 93.6%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .ly_header_inner {
    height: 70px;
  }
}
.ly_header_container {
  position: relative;
  display: flex;
  margin: 0 auto;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .ly_header_container {
    justify-content: space-between;
    padding: 21px 20px 0;
    max-width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_container {
    flex-direction: column;
    width: 100%;
    height: 100svh;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_head {
    display: flex;
    align-items: center;
    padding-left: 28px;
    height: 70px;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    margin-top: 17px;
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo {
    width: 187px;
  }
}
.ly_header_logo > a {
  display: block;
  transition: opacity 0.3s;
}
.ly_header_logo > a:focus, [data-whatintent=mouse] .ly_header_logo > a:hover {
  opacity: 0.6;
}
.ly_header_logo img {
  width: 100%;
  aspect-ratio: 254/57;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_header_menu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  right: 0;
  width: 52px;
  aspect-ratio: 1;
  border-radius: 8px 0 0 8px;
  background-color: #036eb6;
}
.ly_header_menu > span {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  background-image: linear-gradient(#fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 16px 2px;
  background-position: bottom left;
  transition-property: width, background-size;
  transition-duration: 0.3s;
}
.ly_header_menu > span:before, .ly_header_menu > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: perspective(0);
  transition: transform 0.3s;
}
.ly_header_menu > span:before {
  top: 0;
  transform-origin: left center;
}
.ly_header_menu > span:after {
  top: calc(50% - 1px);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .ly_header_body {
    width: 100%;
    height: calc(100% - 70px);
    padding: 12px 20px 80px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    overflow-y: auto;
  }
}
.ly_header_nav {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav {
    width: 100%;
  }
}
.ly_header_nav .gNav ul {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul {
    flex-direction: column;
  }
}
.ly_header_nav .gNav ul > li > a {
  display: block;
  position: relative;
  padding-left: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .ly_header_nav .gNav ul > li > a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul > li > a {
    display: flex;
    align-items: center;
    padding-block: 16px 18px;
    padding-left: 38px;
    min-height: 60px;
    border-bottom: 2px solid #eaeaea;
  }
}
.ly_header_nav .gNav ul > li > a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #b7d231;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul > li > a:before {
    content: none;
  }
}
.ly_header_nav .gNav ul > li > a .ttl {
  position: relative;
  transition: color 0.3s;
}
.ly_header_nav .gNav ul > li > a .el_circle {
  position: absolute;
  top: calc(16px + 0.9em);
  left: 0;
  border-color: rgba(17, 17, 17, 0.5);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .ly_header_nav .gNav ul > li > a:focus .ttl, [data-whatintent=mouse] .ly_header_nav .gNav ul > li > a:hover .ttl {
    color: #b7d231;
  }
}
.ly_header_nav .subNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav {
    flex-direction: column-reverse;
  }
}
.ly_header_nav .subNav_wrapper {
  display: flex;
  align-items: center;
  gap: 20px 24px;
}
@media screen and (min-width: 768px) {
  .ly_header_nav .subNav_wrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav_wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
  }
}
.ly_header_nav .subNav .fontSize {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 2px;
  padding-right: 25px;
  margin-right: 24px;
  border-right: 1px solid #9b9b9b;
}
.ly_header_nav .subNav .fontSize_hdg {
  display: block;
  font-size: 1.4rem;
}
.ly_header_nav .subNav .fontSize ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ly_header_nav .subNav .fontSize ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  border: 1px solid #9cb329;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #9b9b9b;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.ly_header_nav .subNav .fontSize ul li:focus, [data-whatintent=mouse] .ly_header_nav .subNav .fontSize ul li:hover {
  background-color: #9cb329;
  color: #fff;
}
.ly_header_nav .subNav .fontSize ul li.is_current {
  background-color: #9cb329;
  color: #fff;
  pointer-events: none;
}
.ly_header_nav .subNav .snsNav > ul {
  display: flex;
  gap: 24px;
}
.ly_header_nav .subNav .snsNav > ul > li {
  width: 28px;
  aspect-ratio: 1;
}
.ly_header_nav .subNav .snsNav > ul > li > a {
  display: block;
  transition: opacity 0.3s;
}
.ly_header_nav .subNav .snsNav > ul > li > a:focus, [data-whatintent=mouse] .ly_header_nav .subNav .snsNav > ul > li > a:hover {
  opacity: 0.6;
}
.ly_header_nav .subNav .googleSearch {
  position: relative;
  min-width: 220px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch {
    width: 100%;
    height: 40px;
    margin: auto;
  }
}
.ly_header_nav .subNav .googleSearch form {
  width: 100%;
  height: 100%;
}
.ly_header_nav .subNav .googleSearch_text {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  padding: 3px 3px;
  background-position: left 9px top 60% !important;
  background-color: white !important;
  font-size: 1.3rem;
  border: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_text {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 1.6rem;
  }
}
.ly_header_nav .subNav .googleSearch_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
}
.ly_header_nav .subNav .googleSearch_btn img {
  z-index: 1;
}
[data-whatintent=mouse] .ly_header_nav .subNav .googleSearch_btn:hover:after {
  background-color: rgba(153, 153, 153, 0.6);
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn {
    width: 40px;
  }
}
.ly_header_nav .subNav .googleSearch_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ly_header_nav .subNav .googleSearch_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  z-index: 0;
  transition: background-color 0.3s;
}
.ly_header_nav .subNav .googleSearch_btn .icon_search {
  position: relative;
  z-index: 1;
}
.ly_header_nav .contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 21px;
  border: 1px solid #036eb6;
  background-color: #036eb6;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .contact {
    padding: 12px 20px;
    width: 100%;
  }
}
.ly_header_nav .contact:focus, [data-whatintent=mouse] .ly_header_nav .contact:hover {
  background-color: #fff;
  color: #036eb6;
}
.ly_header_aside {
  position: fixed;
  top: 208px;
  right: 0;
  width: 56px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ly_header_aside {
    top: 78px;
    width: 40px;
  }
}
.ly_header_aside > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-block: 14px 18px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
}
.ly_header_aside > a .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.ly_header_aside > a .icon .fill {
  transition: fill 0.3s;
}
.ly_header_aside > a .ttl {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  transition: color 0.3s;
}
.ly_header_aside > a:focus, [data-whatintent=mouse] .ly_header_aside > a:hover {
  background-color: #79bdc9;
}
.ly_header_aside > a:focus .ttl, [data-whatintent=mouse] .ly_header_aside > a:hover .ttl {
  color: #fff;
}
.ly_header_aside > a:focus .icon .fill, [data-whatintent=mouse] .ly_header_aside > a:hover .icon .fill {
  fill: #fff;
}
.ly_header_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 1;
}
.ly_header.is_scrolled:after {
  opacity: 1;
  visibility: visible;
}
.ly_header.is_open {
  position: fixed;
}
.ly_header.is_open:after {
  opacity: 1;
  visibility: visible;
}
.ly_header.is_open .ly_header_menu span {
  width: 26px;
  background-size: 0 2px;
}
.ly_header.is_open .ly_header_menu span:before {
  transform: translate(2px, 2px) rotate(30deg);
}
.ly_header.is_open .ly_header_menu span:after {
  transform: rotate(-30deg);
}
.ly_header.is_open .ly_header_body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ly_header.is_open .ly_header_overlay {
  opacity: 1;
  visibility: visible;
}

/**
* Footer
*/
.ly_footer {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .ly_footer {
    padding-block: 65px 108px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding-block: 73px 60px;
  }
}
.ly_footer:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 100%;
  min-width: 1600px;
  aspect-ratio: 1600/1619;
  transform: translateX(-50%);
  background-image: linear-gradient(#fff 0%, transparent 100%), url(../images/common/foot_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .ly_footer:after {
    min-width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer:after {
    min-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .ly_footer_container {
    position: relative;
    margin: 0 auto;
    max-width: 1171px;
    min-width: 1136px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_container {
    padding-inline: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_footer_inner {
    display: grid;
    grid-auto-flow: row;
    row-gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .ly_footer_head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.ly_footer_logo {
  aspect-ratio: 254/57;
}
@media screen and (min-width: 768px) {
  .ly_footer_logo {
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_logo {
    width: 187px;
  }
}
.ly_footer_logo a {
  display: block;
  transition: opacity 0.3s;
}
.ly_footer_logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ly_footer_logo a:focus, [data-whatintent=mouse] .ly_footer_logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .ly_footer_address {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_address {
    margin-top: 30px;
  }
}
.ly_footer_address address {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #222;
}
@media screen and (min-width: 768px) {
  .ly_footer_telLink {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_telLink {
    margin-top: 3px;
  }
}
.ly_footer_telLink > li {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.ly_footer_telLink > li a {
  color: #036eb6;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 0.1em;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.ly_footer_telLink > li a:after {
  content: none;
  display: inline-block;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ly_footer_telLink > li a[target=_blank]:after {
  content: "";
  vertical-align: -0.3em;
  background-image: url(../images/icon/icon_window.svg);
}
@media screen and (min-width: 768px) {
  .ly_footer_telLink > li a[target=_blank]:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_telLink > li a[target=_blank]:after {
    width: 21px;
    height: 21px;
  }
}
.ly_footer_telLink > li a[href$=".pdf"]:after, .ly_footer_telLink > li a[href$=".doc"]:after, .ly_footer_telLink > li a[href$=".docx"]:after, .ly_footer_telLink > li a[href$=".docm"]:after, .ly_footer_telLink > li a[href$=".dotx"]:after, .ly_footer_telLink > li a[href$=".dotm"]:after, .ly_footer_telLink > li a[href$=".xls"]:after, .ly_footer_telLink > li a[href$=".xlsx"]:after, .ly_footer_telLink > li a[href$=".xlt"]:after, .ly_footer_telLink > li a[href$=".xml"]:after, .ly_footer_telLink > li a[href$=".xlsm"]:after, .ly_footer_telLink > li a[href$=".csv"]:after, .ly_footer_telLink > li a[href$=".ppt"]:after, .ly_footer_telLink > li a[href$=".pptx"]:after, .ly_footer_telLink > li a[href$=".pptm"]:after {
  width: auto;
  height: auto;
  vertical-align: 0.2em;
  padding: 1px 10px 3px;
  border-radius: 100px;
  background-image: none;
  background-color: #036eb6;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.ly_footer_telLink > li a[href$=".pdf"]:after {
  content: "pdf";
}
.ly_footer_telLink > li a[href$=".doc"]:after, .ly_footer_telLink > li a[href$=".docx"]:after, .ly_footer_telLink > li a[href$=".docm"]:after, .ly_footer_telLink > li a[href$=".dotx"]:after, .ly_footer_telLink > li a[href$=".dotm"]:after {
  content: "doc";
}
.ly_footer_telLink > li a[href$=".xls"]:after, .ly_footer_telLink > li a[href$=".xlsx"]:after, .ly_footer_telLink > li a[href$=".xlt"]:after, .ly_footer_telLink > li a[href$=".xml"]:after, .ly_footer_telLink > li a[href$=".xlsm"]:after, .ly_footer_telLink > li a[href$=".csv"]:after {
  content: "xls";
}
.ly_footer_telLink > li a[href$=".ppt"]:after, .ly_footer_telLink > li a[href$=".pptx"]:after, .ly_footer_telLink > li a[href$=".pptm"]:after {
  content: "ppt";
}
.ly_footer_telLink > li a:focus, [data-whatintent=mouse] .ly_footer_telLink > li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media screen and (min-width: 768px) {
  .ly_footer_body {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_body {
    margin-top: 50px;
  }
}
.ly_footer_nav > ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .ly_footer_nav > ul {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_nav > ul {
    flex-direction: column;
    gap: 28px;
  }
}
.ly_footer_nav > ul > li {
  position: relative;
}
.ly_footer_nav > ul > li a {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #222;
  transition: color 0.3s;
}
.ly_footer_nav > ul > li a:focus, [data-whatintent=mouse] .ly_footer_nav > ul > li a:hover {
  color: #036eb6;
}
@media screen and (max-width: 767px) {
  .ly_footer_sub {
    margin-top: 53px;
  }
}
.ly_footer_sub > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ly_footer_sub > ul {
    padding-left: 30px;
    justify-content: flex-end;
    gap: 15px 24px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_sub > ul {
    flex-direction: column;
    gap: 28px;
  }
}
.ly_footer_sub > ul > li a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #222;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_footer_sub > ul > li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_sub > ul > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ly_footer_sub > ul > li a:focus, [data-whatintent=mouse] .ly_footer_sub > ul > li a:hover {
  color: #036eb6;
}
@media screen and (min-width: 768px) {
  .ly_footer_sns {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_sns {
    margin-top: 77px;
  }
}
.ly_footer_sns > ul {
  display: flex;
  gap: 36px;
}
.ly_footer_sns > ul > li {
  width: 28px;
  aspect-ratio: 1;
}
.ly_footer_sns > ul > li a {
  display: block;
  transition: opacity 0.3s;
}
.ly_footer_sns > ul > li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ly_footer_sns > ul > li a:focus, [data-whatintent=mouse] .ly_footer_sns > ul > li a:hover {
  opacity: 0.6;
}
.ly_footer_foot {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .ly_footer_foot {
    grid-column: 1/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    gap: 17.5px;
    width: 100%;
  }
}
.ly_footer_copy {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #888;
}
.ly_footer_scrollTop {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ly_footer_scrollTop {
    bottom: calc(100% + 95px);
    right: 12px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_scrollTop {
    top: 0;
    right: 28px;
  }
}
.ly_footer_scrollTop a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: color 0.3s;
}
.ly_footer_scrollTop a .el_circle {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  border-width: 2px;
  color: #146eaa;
  border-color: #146eaa;
  transform: rotate(-90deg);
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.ly_footer_scrollTop a .el_circle .icon .fill {
  fill: currentColor;
}
.ly_footer_scrollTop a .el_circle .icon {
  width: 12px;
  height: 11px;
}
.ly_footer_scrollTop a:focus, [data-whatintent=mouse] .ly_footer_scrollTop a:hover {
  color: #146eaa;
}
.ly_footer_scrollTop a:focus .el_circle, [data-whatintent=mouse] .ly_footer_scrollTop a:hover .el_circle {
  background-color: #146eaa;
  color: #fff;
}

/**
 * Block
 */
.bl_breadcrumb {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_breadcrumb {
    padding-block: 28px 58px;
  }
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb {
    padding-block: 17px 37px;
  }
}
.bl_breadcrumb li {
  display: inline;
  font-size: 0;
}
.bl_breadcrumb li:not(:first-child) {
  margin-left: calc(8px + sqrt(2) * 6px);
}
.bl_breadcrumb li:not(:first-child):before {
  content: "";
  position: relative;
  display: inline-block;
  left: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
  transform: translate(-100%, -40%) rotate(45deg);
}
.bl_breadcrumb li span {
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .bl_breadcrumb li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bl_breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: text-decoration-color, color;
  transition-property: text-decoration-color, color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.bl_breadcrumb a:focus, [data-whatintent=mouse] .bl_breadcrumb a:hover {
  color: #036eb6;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.bl_sideNav .hdg {
  padding: 20px 16px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background-color: #036eb6;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bl_sideNav .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_sideNav .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_sideNav .hdg {
    padding: 14px;
  }
}
.bl_sideNav .item {
  position: relative;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  overflow: hidden;
}
.bl_sideNav .item:not(:first-child) {
  border-top: none;
}
.bl_sideNav .item:last-child {
  border-radius: 0 0 10px 10px;
}
.bl_sideNav .item a {
  display: flex;
  padding: 15px;
  align-items: center;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #036eb6;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item a {
    padding: 13px;
  }
}
.bl_sideNav .item a.is_current {
  background-color: rgba(3, 110, 182, 0.1);
}
.bl_sideNav .item a:focus, [data-whatintent=mouse] .bl_sideNav .item a:hover {
  background-color: rgba(3, 110, 182, 0.1);
}
.bl_sideNav .head > a {
  transition: opacity 0.3s;
}
.bl_sideNav .head > a:focus, [data-whatintent=mouse] .bl_sideNav .head > a:hover {
  opacity: 0.6;
}

.bl_titleBox {
  position: relative;
  width: 100%;
  overflow-x: clip;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bl_titleBox {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .bl_titleBox {
    padding-top: 100px;
  }
}
.bl_titleBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1600px;
  aspect-ratio: 200/133;
  background-image: url(../images/common/head_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 50px 100px #fff;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bl_titleBox:after {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .bl_titleBox:after {
    transform: translateX(-35%);
  }
}
.bl_titleBox_inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.bl_titleBox_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.bl_titleBox_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_titleBox_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #036eb6 0%, #b7d231 100%);
  opacity: 0.3;
}
.bl_titleBox:has(.bl_titleBox_bg) {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_titleBox:has(.bl_titleBox_bg) {
    padding-top: 141px;
    padding-inline: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) {
    padding-top: 82px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bl_titleBox:has(.bl_titleBox_bg) .bl_titleBox_inner {
    aspect-ratio: 51/10;
  }
}
@media screen and (max-width: 767px) {
  .bl_titleBox:has(.bl_titleBox_bg) .bl_titleBox_inner {
    aspect-ratio: 2;
  }
}
.bl_titleBox:has(.bl_titleBox_bg) .bl_titleBox_inner .ly_container {
  display: flex;
  align-items: center;
  height: 100%;
}

.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;
  }
}

.bl_storageArea {
  margin: 0 auto;
  width: 876px;
}
@media screen and (min-width: 768px) {
  .bl_storageArea:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_storageArea:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bl_storageArea {
    width: 100%;
  }
}
.bl_storageArea_date {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: right;
}
.bl_storageArea_map {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bl_storageArea_map > img {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 876/1086;
}
.bl_storageArea_map .el_wysiwyg {
  margin: 0;
}
.bl_storageArea_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #fff;
  background-color: #034FA3;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_storageArea_box {
    padding: 5px;
  }
}
.bl_storageArea_box__average {
  border-color: #034FA3;
  background: #fff;
  color: #034FA3;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .bl_storageArea_box__average {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bl_storageArea_box__average .bl_storageArea_ttl {
  border-color: #034FA3;
  font-weight: bold;
}
.bl_storageArea_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bl_storageArea_ttl {
    font-size: 1.3rem;
  }
}
.bl_storageArea_num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_storageArea_num {
    font-size: 1.2rem;
  }
}
.bl_storageArea_time {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bl_storageArea_time {
    font-size: 1rem;
  }
}

.bl_articleTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bl_articleTtl {
    margin-bottom: 40px;
  }
}
.bl_articleTtl time {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 10px;
  background-color: #b7d231;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_articleTtl time {
    margin-bottom: 12px;
  }
}
.bl_articleTtl .tag {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 9px 3px;
  border: 1px solid #036eb6;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  color: #036eb6;
}
.bl_articleTtl .hdg {
  padding: 40px;
  border-radius: 10px;
  background-color: #e5f0f8;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #036eb6;
}
@media screen and (max-width: 767px) {
  .bl_articleTtl .hdg {
    padding: 20px;
    font-size: 2.6rem;
  }
}

/**
 * Element
 */
.el_circle {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .el_circle {
    display: grid;
    place-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
  .el_circle .icon .fill {
    fill: currentColor;
  }
}
@media screen and (max-width: 767px) {
  .el_circle {
    display: grid;
    place-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
  }
  .el_circle .icon .fill {
    fill: currentColor;
  }
}

.el_articleHdg {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .el_articleHdg {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_articleHdg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.el_articleHdg__wh {
  color: #fff;
}
.el_articleHdg__wh:before {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .el_anchor:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_anchor:not(:first-child) {
    margin-top: 60px;
  }
}
.el_anchor .inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_anchor .inner {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 37px;
    column-gap: 37px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_anchor .inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.el_anchor .item {
  display: grid;
}
.el_anchor a {
  position: relative;
  display: grid;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #eaeaea;
  transition-property: color, border-color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .el_anchor a {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_anchor a {
    padding-bottom: 12px;
    font-weight: normal;
  }
}
.el_anchor a .el_circle {
  border-color: rgba(3, 110, 182, 0.5);
}
.el_anchor a .el_circle .icon {
  transform: rotate(90deg);
}
.el_anchor a .el_circle .icon .fill {
  fill: #036eb6;
}
.el_anchor a:focus, [data-whatintent=mouse] .el_anchor a:hover {
  color: #036eb6;
  border-color: #036eb6;
}

@media screen and (min-width: 768px) {
  .el_hdg:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg:not(:first-child) {
    margin-top: 60px;
  }
}
.el_hdg .primary {
  padding-block: 10px;
  border-top: 2px solid #036eb6;
  border-bottom: 2px solid #036eb6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .el_hdg .primary {
    margin-bottom: 40px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg .primary {
    margin-bottom: 32px;
  }
}
.el_hdg .secondary {
  position: relative;
  padding-bottom: 13px;
  font-size: 2rem;
  font-weight: bold;
}
.el_hdg .secondary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .el_hdg .secondary {
    margin-bottom: 32px;
    padding-left: 10px;
  }
  .el_hdg .secondary:before {
    background: linear-gradient(to right, #94d9bf 0%, #94d9bf 41%, #eaeaea 41%, #eaeaea 100%);
  }
}
@media screen and (max-width: 767px) {
  .el_hdg .secondary {
    margin-bottom: 24px;
  }
  .el_hdg .secondary:before {
    background-color: #94d9bf;
  }
}
.el_hdg .tertiary {
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .el_hdg .tertiary {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg .tertiary {
    margin-bottom: 18px;
  }
}
.el_hdg + * {
  margin-top: 0 !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_wysiwyg {
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .el_wysiwyg:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg:not(:first-child) {
    margin-top: 60px;
  }
}
.el_wysiwyg > *:not(:first-child) {
  margin-top: 40px;
}
.el_wysiwyg h2 + *,
.el_wysiwyg h3 + *,
.el_wysiwyg h4 + * {
  margin-top: 0 !important;
}
.el_wysiwyg h2 {
  padding-block: 10px;
  border-top: 2px solid #036eb6;
  border-bottom: 2px solid #036eb6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .el_wysiwyg h2 {
    margin-bottom: 40px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg h2 {
    margin-bottom: 32px;
  }
}
.el_wysiwyg h3 {
  position: relative;
  padding-bottom: 13px;
  font-size: 2rem;
  font-weight: bold;
}
.el_wysiwyg h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .el_wysiwyg h3 {
    margin-bottom: 32px;
    padding-left: 10px;
  }
  .el_wysiwyg h3:before {
    background: linear-gradient(to right, #94d9bf 0%, #94d9bf 41%, #eaeaea 41%, #eaeaea 100%);
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg h3 {
    margin-bottom: 24px;
  }
  .el_wysiwyg h3:before {
    background-color: #94d9bf;
  }
}
.el_wysiwyg h4 {
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .el_wysiwyg h4 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg h4 {
    margin-bottom: 18px;
  }
}
.el_wysiwyg span {
  padding-inline: 3px;
  margin-inline: -3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.el_wysiwyg ol {
  padding-left: 29px;
  counter-reset: list-counter;
  overflow: hidden;
}
.el_wysiwyg ol li {
  position: relative;
  counter-increment: list-counter;
}
.el_wysiwyg ol li:before {
  content: counter(list-counter) ".";
  position: absolute;
  top: 1em;
  left: -29px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.2;
  transform: translateY(-50%);
}
.el_wysiwyg ul {
  padding-left: 24px;
  color: #444444;
  overflow: hidden;
}
.el_wysiwyg ul li {
  position: relative;
}
.el_wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #036eb6;
  line-height: 1;
  transform: translateY(-50%);
}
.el_wysiwyg li {
  margin-top: 5px;
}
.el_wysiwyg li:first-child {
  margin-top: 0;
}
.el_wysiwyg a {
  color: #036eb6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.el_wysiwyg a:focus, [data-whatintent=mouse] .el_wysiwyg a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.el_wysiwyg .center {
  text-align: center;
}
.el_wysiwyg .right {
  text-align: right;
}
.el_wysiwyg div:has(> table) {
  position: relative;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.el_wysiwyg div:has(> table):before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #ccc;
  pointer-events: none;
}
.el_wysiwyg table {
  max-width: 100%;
  table-layout: fixed;
}
.el_wysiwyg table th {
  background-color: #eaf8f2;
}
.el_wysiwyg table td {
  background-color: #fff;
}
.el_wysiwyg table th,
.el_wysiwyg table td {
  letter-spacing: 0.03em;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 10px;
  }
}
.el_wysiwyg table th:not([align]) {
  text-align: center;
}
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .el_txtImg:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.el_txtImg a:focus .img, [data-whatintent=mouse] .el_txtImg a:hover .img {
  opacity: 0.6;
}
.el_txtImg figure {
  display: table;
}
.el_txtImg figure .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure .img {
    width: 100%;
  }
}
.el_txtImg figure .img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure .img img {
    width: 100%;
  }
}
.el_txtImg figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .el_txtImg figure figcaption {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg figure figcaption {
    margin-top: 12px;
  }
}
.el_txtImg .el_wysiwyg {
  margin-top: 0;
}
.el_txtImg .txt .hdg {
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .el_txtImg .txt .hdg {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  .el_txtImg-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_txtImg-right figure {
    float: right;
    width: 51%;
    margin-left: 40px;
    margin-bottom: 24px;
  }
  .el_txtImg-right figure .img {
    width: 100%;
  }
  .el_txtImg-right figure .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg-right figure {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_txtImg-left::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_txtImg-left figure {
    float: left;
    width: 51%;
    margin-right: 40px;
    margin-bottom: 24px;
  }
  .el_txtImg-left figure .img {
    width: 100%;
  }
  .el_txtImg-left figure .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg-left figure {
    width: 100%;
  }
}
.el_txtImg-center {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .el_txtImg-center figure {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .el_linkList:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList:not(:first-child) {
    margin-top: 30px;
  }
}
.el_linkList a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.el_linkList a:focus, [data-whatintent=mouse] .el_linkList a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.el_linkList li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.el_linkList li:before {
  content: "";
  position: absolute;
  top: 1em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.el_linkList li:has(> a) {
  color: #036eb6;
}
.el_linkList li:not(:has(> a)) {
  color: #111111;
}
.el_linkList > ul > li {
  padding-left: 32px;
  padding-bottom: 20px;
}
.el_linkList > ul > li:before {
  left: 8px;
  background-color: currentColor;
}
.el_linkList > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #c6c6c6 1px, transparent 1px);
  background-size: 14px 14px;
  background-position-y: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .el_linkList > ul > li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}
.el_linkList > ul > li > ul {
  margin-left: 28px;
  margin-top: 16px;
}
.el_linkList > ul > li > ul li:before {
  left: -24px;
}
@media screen and (min-width: 768px) {
  .el_linkList > ul > li > ul li:not(:first-child) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList > ul > li > ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.el_linkList > ul > li > ul li:has(> a):before {
  background-color: #c6c6c6;
}
.el_linkList > ul > li > ul li:not(:has(> a)):before {
  background-color: currentColor;
}
.el_linkList > ul > li > ul > li > ul {
  margin-left: 28px;
  margin-top: 18px;
}
.el_linkList-2col > ul {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_linkList-2col > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .el_linkList-2col > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.el_linkList-2col > ul > li li {
  margin-top: 15px;
}
.el_linkList-2col > ul > li li:first-child {
  margin-top: 0;
}
.el_linkList-3col > ul {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_linkList-3col > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 37px;
    column-gap: 37px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList-3col > ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .el_linkList-3col > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.el_linkList-3col > ul > li li {
  margin-top: 15px;
}
.el_linkList-3col > ul > li li:first-child {
  margin-top: 0;
}
.el_linkList-4col > ul {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_linkList-4col > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList-4col > ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .el_linkList-4col > ul > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.el_linkList-4col > ul > li li {
  margin-top: 15px;
}
.el_linkList-4col > ul > li li:first-child {
  margin-top: 0;
}

.el_annotation {
  border-radius: 10px;
  background-color: #f0faf6;
}
@media screen and (min-width: 768px) {
  .el_annotation:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_annotation:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .el_annotation {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_annotation {
    padding: 32px 20px;
  }
}
.el_annotation .el_txtImg {
  margin-top: 0;
}

.el_btn {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_btn:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn {
    row-gap: 16px;
  }
}
.el_btn .btn {
  display: grid;
}
.el_btn .btn a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background-color: #fff;
  border: 1px solid #036eb6;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_btn .btn a .el_circle {
  border-color: rgba(3, 110, 182, 0.5);
}
.el_btn .btn a:focus, [data-whatintent=mouse] .el_btn .btn a:hover {
  background-color: #036eb6;
  color: #fff;
}
.el_btn .btn a:focus .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover .el_circle {
  border-color: currentColor;
}
.el_btn .btn:not(:has(a)) .el_circle {
  display: none;
}
.el_btn-1col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .el_btn-1col .btn a {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-1col .btn a {
    padding: 13px;
  }
}
.el_btn-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .el_btn-2col {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-2col {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn-2col .btn a {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-2col .btn a {
    padding: 13px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn-3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 22px;
    column-gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-3col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn-3col .btn a {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn a {
    padding: 11px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn-4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .el_btn-4col .btn a {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn-4col .btn a {
    padding: 11px;
  }
}
.el_btn_home > a {
  display: inline-block;
  padding: 0 16px 4px;
  border-bottom: 3px solid currentColor;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.25;
  transition: color 0.3s;
}
.el_btn_home > a:focus, [data-whatintent=mouse] .el_btn_home > a:hover {
  color: #036eb6;
}

@media screen and (min-width: 768px) {
  .el_table:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_table:not(:first-child) {
    margin-top: 60px;
  }
}
.el_table_body {
  margin-top: 13px;
}
.el_table .el_wysiwyg {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_table-scroll .el_table_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: scroll;
  }
  .el_table-scroll .el_table_body div:has(> table) {
    margin-inline: 20px;
  }
  .el_table-scroll .el_table_body table {
    width: 800px;
    max-width: unset;
  }
  .el_table-scroll .el_table_txt {
    margin-bottom: 16px;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
.el_table:not(.el_table-scroll) .el_table_txt {
  display: none;
}

@media screen and (min-width: 768px) {
  .el_img:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_img:not(:first-child) {
    margin-top: 60px;
  }
}
.el_img .inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .el_img .inner {
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_img .inner {
    row-gap: 32px;
  }
}
.el_img .inner .item {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_img .inner .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_img .inner .item {
    width: 100%;
  }
}
.el_img .inner .item figure {
  display: table;
  margin: 0 auto;
}
.el_img .inner .item figure .img {
  overflow: hidden;
}
.el_img .inner .item figure .img.rounded {
  border-radius: 10px;
}
.el_img .inner .item figure .img img {
  width: 100%;
}
.el_img .inner .item figure .hdg {
  position: relative;
  display: table-caption;
  caption-side: bottom;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .el_img .inner .item figure .hdg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_img .inner .item figure .hdg {
    margin-top: 16px;
  }
}
.el_img .inner .item figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .el_img .inner .item figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img .inner .item figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.el_img .inner .item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .el_img .inner .item a figure .hdg {
    padding-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  .el_img .inner .item a figure .hdg {
    padding-left: 34px;
  }
}
.el_img .inner .item a figure .hdg .el_circle {
  position: absolute;
  top: 0.7em;
  left: 0;
  border-color: rgba(17, 17, 17, 0.5);
  transform: translateY(-50%);
  transition: border-color 0.3s;
}
.el_img .inner .item a:focus figure .hdg, [data-whatintent=mouse] .el_img .inner .item a:hover figure .hdg {
  color: #036eb6;
}
.el_img .inner .item a:focus figure .hdg .el_circle, [data-whatintent=mouse] .el_img .inner .item a:hover figure .hdg .el_circle {
  border-color: rgba(3, 110, 182, 0.5);
}
.el_img-1col .inner {
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .el_img-1col .inner .item figure .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-1col .inner .item figure .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_img-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-2col .inner {
    grid-template-columns: 1fr;
  }
}
.el_img-2col .inner .item figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .el_img-2col .inner .item figure .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-2col .inner .item figure .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 37px;
    column-gap: 37px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
.el_img-3col .inner .item figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .el_img-3col .inner .item figure .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .inner .item figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
.el_img-4col .inner .item figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .el_img-4col .inner .item figure .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .inner .item figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .el_movie:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_movie:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .el_movie {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.el_movie .select .youtube,
.el_movie .select .mp4 {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.el_movie .select .youtube {
  aspect-ratio: 16/9;
}
.el_movie .select .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .el_movie .select .mp4 {
    width: 100%;
  }
  .el_movie .select .mp4 video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.el_movie .select .mp4 video {
  display: block;
  max-width: 100%;
}
.el_movie .el_wysiwyg {
  margin-top: 0;
}
.el_movie .txt .hdg {
  position: relative;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 2rem;
  overflow: hidden;
}
.el_movie .txt .hdg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .el_movie .txt .hdg {
    margin-bottom: 32px;
    padding-left: 10px;
  }
  .el_movie .txt .hdg:before {
    background: linear-gradient(to right, #94d9bf 0%, #94d9bf 41%, #eaeaea 41%, #eaeaea 100%);
  }
}
@media screen and (max-width: 767px) {
  .el_movie .txt .hdg {
    margin-bottom: 24px;
  }
  .el_movie .txt .hdg:before {
    background-color: #94d9bf;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-left::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-left .select {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 51%;
  }
  .el_movie-left .select .mp4 {
    width: 100%;
  }
  .el_movie-left .select .mp4 video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_movie-left .select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-right .select {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    width: 51%;
  }
  .el_movie-right .select .mp4 {
    width: 100%;
  }
  .el_movie-right .select .mp4 video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_movie-right .select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-center {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .el_movie-center .select {
    width: 100%;
  }
  .el_movie-center .select .youtube {
    margin: 0 auto;
    width: 61%;
  }
  .el_movie-center .select .mp4 {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .el_card:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_card:not(:first-child) {
    margin-top: 60px;
  }
}
.el_card .inner {
  display: grid;
}
.el_card .inner .item {
  display: grid;
  border: 1px solid #036eb6;
  border-radius: 9px;
  overflow: hidden;
}
.el_card .inner .item:not(:has(a)) {
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a {
  display: grid;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a .link {
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
@media screen and (min-width: 768px) {
  .el_card .inner .item > a .link {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.el_card .inner .item > a .link .el_circle {
  border-color: rgba(3, 110, 182, 0.5);
  transition: border-color 0.3s;
}
.el_card .inner .item > a:focus .link, [data-whatintent=mouse] .el_card .inner .item > a:hover .link {
  background-color: #036eb6;
  color: #fff;
}
.el_card .inner .item > a:focus .link .el_circle, [data-whatintent=mouse] .el_card .inner .item > a:hover .link .el_circle {
  border-color: #fff;
}
.el_card .inner .item .img {
  width: 100%;
  aspect-ratio: 5/3;
}
.el_card .inner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_card .inner .item .link {
  display: grid;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .el_card-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner .item > a .link {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .el_card-2col .inner .item > a .link .el_circle {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-2col .inner .item .link {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner .item .link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_card-2col .inner .item .link {
    padding: 23px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner .item .link {
    padding: 15px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 37px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item > a .link {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .el_card-3col .inner .item > a .link .el_circle {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-3col .inner .item .link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item .link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_card-3col .inner .item .link {
    padding: 17px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item .link {
    padding: 15px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item > a .link {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .el_card-4col .inner .item > a .link .el_circle {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-4col .inner .item .link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item .link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .el_card-4col .inner .item .link {
    padding: 17px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item .link {
    padding: 14px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .el_tablePattern:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern:not(:first-child) {
    margin-top: 60px;
  }
}
.el_tablePattern_txt {
  margin-bottom: 16px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: scroll;
  }
}
.el_tablePattern_body div:has(> table) {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body div:has(> table) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px;
  }
}
.el_tablePattern_body div:has(> table):before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #ccc;
  pointer-events: none;
}
.el_tablePattern_body table {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body table {
    width: 800px;
  }
}
.el_tablePattern_body table a {
  color: #036eb6;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.el_tablePattern_body table a:focus, [data-whatintent=mouse] .el_tablePattern_body table a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.el_tablePattern_body table th {
  background-color: #eaf8f2;
  text-align: center;
}
.el_tablePattern_body table td {
  background-color: #fff;
}
.el_tablePattern_body table th,
.el_tablePattern_body table td {
  border: 1px solid #c6c6c6;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .el_tablePattern_body table th,
.el_tablePattern_body table td {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body table th,
.el_tablePattern_body table td {
    padding: 10px;
  }
}
.el_tablePattern.pat1 table tbody tr > *:last-child {
  min-width: 200px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat1 table tbody tr > *:last-child {
    min-width: 154px;
  }
}
.el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
  min-width: 200px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
    min-width: 154px;
  }
}
.el_tablePattern.pat3 table tbody tr > *:nth-child(2n) {
  min-width: 200px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat3 table tbody tr > *:nth-child(2n) {
    min-width: 154px;
  }
}
.el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
  min-width: 200px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
    min-width: 154px;
  }
}

.el_news {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .el_news:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_news:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .el_news {
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_news {
    row-gap: 20px;
  }
}
.el_news .item {
  position: relative;
  padding-bottom: 20px;
}
.el_news .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #c6c6c6 1px, transparent 1px);
  background-size: 14px 14px;
  background-position-y: center;
  pointer-events: none;
}
.el_news .item article > a:focus .ttl, [data-whatintent=mouse] .el_news .item article > a:hover .ttl {
  color: #036eb6;
}
.el_news .item article .inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.el_news .item article .date {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  letter-spacing: 0.05em;
  gap: 0 6px;
}
.el_news .item article .date time,
.el_news .item article .date .new {
  display: inline-block;
  padding: 4px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
.el_news .item article .date time {
  order: 2;
  background-color: var(--newsColor);
}
.el_news .item article .date .new {
  order: 1;
  background-color: #f49377;
}
.el_news .item article .date .tag {
  order: 3;
  padding: 3px 9px 3px;
  border: 1px solid #036eb6;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  color: #036eb6;
}
.el_news .item article .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .el_news .item article .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el_news .item article .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.el_news .item article .ttl .is-icon {
  margin-left: 7px;
}
.el_news .item article .ttl .is_icon {
  margin-left: 5px;
}

.el_accordion {
  border: 1px solid #036eb6;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .el_accordion:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion:not(:first-child) {
    margin-top: 60px;
  }
}
.el_accordion .title {
  position: relative;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
  padding: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .el_accordion .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_accordion .title {
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion .title {
    row-gap: 18px;
  }
}
.el_accordion .title .iconBox {
  position: relative;
  display: grid;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .el_accordion .title .iconBox {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion .title .iconBox {
    width: 16px;
  }
}
.el_accordion .title .iconBox:before, .el_accordion .title .iconBox:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #036eb6;
  transition: transform 0.3s;
}
.el_accordion .title .iconBox:before {
  transform: translate(-50%, -50%);
}
.el_accordion .title .iconBox:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.el_accordion .title.is-active {
  background: #036eb6;
  color: #fff;
}
.el_accordion .title.is-active .iconBox:before, .el_accordion .title.is-active .iconBox:after {
  background-color: #fff;
}
.el_accordion .title.is-active .iconBox:after {
  transform: translate(-50%, -50%);
}
.el_accordion .title:focus, [data-whatintent=mouse] .el_accordion .title:hover {
  background: #036eb6;
  color: #fff;
}
.el_accordion .title:focus .iconBox:before, .el_accordion .title:focus .iconBox:after, [data-whatintent=mouse] .el_accordion .title:hover .iconBox:before, [data-whatintent=mouse] .el_accordion .title:hover .iconBox:after {
  background-color: #fff;
}
.el_accordion > .inner {
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .el_accordion > .inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion > .inner {
    padding: 32px 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_accordion > .inner .el_wysiwyg:not(:first-child),
.el_accordion > .inner .el_img:not(:first-child),
.el_accordion > .inner .el_linkList:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion > .inner .el_wysiwyg:not(:first-child),
.el_accordion > .inner .el_img:not(:first-child),
.el_accordion > .inner .el_linkList:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .el_accordion + .el_accordion {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_accordion + .el_accordion {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .el_clickableMap:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_clickableMap:not(:first-child) {
    margin-top: 60px;
  }
}
.el_clickableMap .mapArea {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_clickableMap .mapArea {
    width: 780px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_clickableMap .mapArea {
    width: 100%;
  }
}
.el_clickableMap .mapArea .map {
  width: 100%;
}
.el_clickableMap .mapArea .pinList li a {
  position: absolute;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 7px;
  background-color: #036eb6;
  border: 1px solid #036eb6;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .el_clickableMap .mapArea .pinList li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .el_clickableMap .mapArea .pinList li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .el_clickableMap .mapArea .pinList li a {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_clickableMap .mapArea .pinList li a {
    width: 28px;
  }
}
@media screen and (min-width: 768px) {
  .el_clickableMap .mapArea .pinList li a span {
    margin-top: 0.1em;
  }
}
.el_clickableMap .mapArea .pinList li a:focus, [data-whatintent=mouse] .el_clickableMap .mapArea .pinList li a:hover {
  background-color: #fff;
  color: #036eb6;
}

.el_carousel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .el_carousel:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel:not(:first-child) {
    margin-top: 60px;
  }
}
.el_carousel .swiper {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .el_carousel .swiper {
    margin-inline: 25px;
  }
}
.el_carousel .swiper .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.el_carousel .swiper .swiper-slide {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure {
  display: table;
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.el_carousel .swiper .swiper-slide .figure figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.3s;
}
.el_carousel .swiper .swiper-slide .figure figure figcaption {
  display: table-caption;
  caption-side: bottom;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 12px;
  }
}
.el_carousel .swiper .swiper-slide .figure > a {
  display: block;
}
.el_carousel .swiper .swiper-slide .figure > a:focus figure .img img, [data-whatintent=mouse] .el_carousel .swiper .swiper-slide .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_carousel button {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .el_carousel button {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel button {
    width: 40px;
  }
}
.el_carousel button .el_circle {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  background-color: #fff;
  border-color: rgba(3, 110, 182, 0.5);
  color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_carousel button .el_circle .icon .fill {
  fill: currentColor;
}
.el_carousel button .el_circle .icon {
  width: 15px;
  height: 14px;
}
.el_carousel button.prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
  z-index: 1;
}
.el_carousel button.next {
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.el_carousel button:focus .el_circle, [data-whatintent=mouse] .el_carousel button:hover .el_circle {
  background-color: #036eb6;
  color: #fff;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 24px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: 1px solid #036eb6;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #036eb6;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:focus, [data-whatintent=mouse] .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  background-color: #036eb6;
}
@media screen and (max-width: 767px) {
  .el_carousel_lg .swiper {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel_sm {
    margin-inline: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
  .el_carousel_sm button.prev {
    left: 20px;
  }
  .el_carousel_sm button.next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel_sm .swiper .swiper-slide {
    margin-right: 36px;
    width: calc((100% - 72px) / 3);
  }
  .el_carousel_sm .swiper .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel_sm .swiper .swiper-slide {
    width: 100%;
  }
  .el_carousel_sm .swiper .swiper-slide:only-child {
    margin: 0 auto;
    width: 63%;
  }
}

@media screen and (min-width: 768px) {
  .el_map:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_map:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .el_iconBtn:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_iconBtn:not(:first-child) {
    margin-top: 30px;
  }
}
.el_iconBtn .inner {
  display: grid;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.el_iconBtn .inner .item {
  display: grid;
}
.el_iconBtn .inner .item > a {
  display: grid;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #036eb6;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a {
    grid-template-columns: 25.641026% 1fr;
    -moz-column-gap: 14px;
    column-gap: 14px;
    padding: 13px;
  }
}
.el_iconBtn .inner .item > a .img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.el_iconBtn .inner .item > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_iconBtn .inner .item > a .link {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #036eb6;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a .link {
    -moz-column-gap: 14px;
    column-gap: 14px;
    font-size: 1.8rem;
  }
}
.el_iconBtn .inner .item > a .link .el_circle {
  border-color: rgba(3, 110, 182, 0.5);
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a .link .el_circle {
    display: grid;
    place-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: currentColor;
    border-color: rgba(3, 110, 182, 0.5);
  }
  .el_iconBtn .inner .item > a .link .el_circle .icon .fill {
    fill: currentColor;
  }
}
.el_iconBtn .inner .item > a:focus, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover {
  background-color: #036eb6;
}
.el_iconBtn .inner .item > a:focus .link, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover .link {
  color: #fff;
}
.el_iconBtn .inner .item > a:focus .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover .link .el_circle {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .el_iconBtn-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .el_iconBtn-2col .inner .item > a {
    grid-template-columns: 24.096386% 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 15px;
  }
  .el_iconBtn-2col .inner .item > a .link {
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 37px;
  }
  .el_iconBtn-3col .inner .item > a {
    grid-template-columns: 25.157233% 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 15px 11px;
  }
  .el_iconBtn-3col .inner .item > a .link {
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  .el_iconBtn-4col .inner .item > a {
    grid-template-columns: 34.782609% 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 15px 11px;
  }
  .el_iconBtn-4col .inner .item > a .link {
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 1.8rem;
  }
  .el_iconBtn-4col .inner .item > a .link .el_circle {
    width: 20px;
    height: 20px;
  }
}

.el_num {
  display: grid;
  place-content: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 7px;
  background-color: #036eb6;
  border: 1px solid #036eb6;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_num {
    width: 22px;
  }
}
.el_num span {
  display: inline-block;
  margin-block: calc((1cap - 1lh) / 2);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .el_num span {
    font-size: 1.2rem;
  }
}

.el_liveCamMap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .el_liveCamMap:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_liveCamMap:not(:first-child) {
    margin-top: 60px;
  }
}
.el_liveCamMap_map {
  position: relative;
}
.el_liveCamMap_map .img,
.el_liveCamMap_map .map {
  position: relative;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.el_liveCamMap_map .img img,
.el_liveCamMap_map .map img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.el_liveCamMap_map > ul {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .el_liveCamMap_map:has(.map img) .img,
.el_liveCamMap_map:has(.map img) > ul {
    display: none;
  }
}
.el_liveCamMap_pin {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}
.el_liveCamMap_pin:focus, [data-whatintent=mouse] .el_liveCamMap_pin:hover {
  background-color: #fff;
  color: #036eb6;
}

.el_liveCam {
  position: relative;
}
@media screen and (min-width: 768px) {
  .el_liveCam:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .el_liveCam:not(:first-child) {
    margin-top: 40px;
  }
}
.el_liveCam > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .el_liveCam > ul {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
  }
}
.el_liveCam > ul > li {
  display: grid;
}
.el_liveCam_item {
  display: grid;
  width: 100%;
  height: 100%;
  border: 1px solid #036eb6;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .el_liveCam_item {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
  }
}
@media screen and (max-width: 767px) {
  .el_liveCam_item {
    grid-template-columns: 38.80597% 1fr;
  }
}
.el_liveCam_item:focus .el_liveCam_label, [data-whatintent=mouse] .el_liveCam_item:hover .el_liveCam_label {
  background-color: #036eb6;
  color: #fff;
}
.el_liveCam_item:focus .el_liveCam_label .el_num, [data-whatintent=mouse] .el_liveCam_item:hover .el_liveCam_label .el_num {
  background-color: #fff;
  color: #036eb6;
}
.el_liveCam_item:focus .el_liveCam_txt:before, [data-whatintent=mouse] .el_liveCam_item:hover .el_liveCam_txt:before {
  background-color: #fff;
}
.el_liveCam_item:focus .el_liveCam_txt:after, [data-whatintent=mouse] .el_liveCam_item:hover .el_liveCam_txt:after {
  --main-color: #fff;
  --sub-color: #036eb6;
  opacity: 1;
}
.el_liveCam_item:not(:has(img)) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: unset;
  border-radius: 10px;
}
.el_liveCam_item:not(:has(img)) .el_liveCam_label {
  padding: 15px 15px;
}
.el_liveCam_item .el_liveCam_txt:before, .el_liveCam_item .el_liveCam_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  translate: 50% -50%;
}
@media screen and (max-width: 767px) {
  .el_liveCam_item .el_liveCam_txt:before, .el_liveCam_item .el_liveCam_txt:after {
    right: 10px;
  }
}
.el_liveCam_item .el_liveCam_txt:before {
  width: 9px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon/icon_arw.svg);
  mask-image: url(../images/icon/icon_arw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #036eb6;
  transition: background-color 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .el_liveCam_item .el_liveCam_txt:before {
    right: 10px;
  }
}
.el_liveCam_item .el_liveCam_txt:after {
  --main-color: #036eb6;
  --sub-color: #fff;
  width: 26px;
  aspect-ratio: 1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  opacity: 0.5;
  transition-property: background-color, border-color, color, opacity;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_liveCam_item .el_liveCam_txt:after {
    width: 20px;
  }
}
.el_liveCam_item:is(a)[target=_blank] .el_liveCam_txt:before {
  right: 0;
  width: 24px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .el_liveCam_item:is(a)[target=_blank] .el_liveCam_txt:before {
    width: 20px;
  }
}
.el_liveCam_item:is(a)[target=_blank] .el_liveCam_txt:after {
  content: none;
}
.el_liveCam_item:is(a)[href$=".doc"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".docx"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".docm"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".dotx"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".dotm"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".xls"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".xlsx"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".xlt"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".xml"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".xlsm"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".csv"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".ppt"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".pptx"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".pptm"] .el_liveCam_txt, .el_liveCam_item:is(a)[href$=".pdf"] .el_liveCam_txt {
  padding-right: 57px;
}
.el_liveCam_item:is(a)[href$=".doc"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".docx"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".docm"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".dotx"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".dotm"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".xls"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".xlsx"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".xlt"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".xml"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".xlsm"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".csv"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".ppt"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".pptx"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".pptm"] .el_liveCam_txt:before, .el_liveCam_item:is(a)[href$=".pdf"] .el_liveCam_txt:before {
  content: none;
}
.el_liveCam_item:is(a)[href$=".doc"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".docx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".docm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".dotx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".dotm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xls"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlsx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlt"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xml"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlsm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".csv"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".ppt"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".pptx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".pptm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".pdf"] .el_liveCam_txt:after {
  right: 0;
  width: auto;
  aspect-ratio: unset;
  padding: 1px 10px 3px;
  border-radius: 100px;
  background-color: var(--main-color);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--sub-color);
  opacity: 1;
  translate: 0 -50%;
}
.el_liveCam_item:is(a)[href$=".doc"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".docx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".docm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".dotx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".dotm"] .el_liveCam_txt:after {
  content: "doc";
}
.el_liveCam_item:is(a)[href$=".xls"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlsx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlt"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xml"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".xlsm"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".csv"] .el_liveCam_txt:after {
  content: "xls";
}
.el_liveCam_item:is(a)[href$=".ppt"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".pptx"] .el_liveCam_txt:after, .el_liveCam_item:is(a)[href$=".pptm"] .el_liveCam_txt:after {
  content: "ppt";
}
.el_liveCam_item:is(a)[href$=".pdf"] .el_liveCam_txt:after {
  content: "pdf";
}
.el_liveCam_img {
  display: block;
  width: 100%;
  aspect-ratio: 254/169;
  overflow: hidden;
}
.el_liveCam_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_liveCam_label {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 14px 17px;
  height: 100%;
  background-color: #fff;
  color: #036eb6;
  border-bottom-right-radius: 10px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_liveCam_label {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .el_liveCam_label .el_num {
    width: 25px;
  }
  .el_liveCam_label .el_num span {
    font-size: 1.3rem;
  }
}
.el_liveCam_txt {
  position: relative;
  padding-right: 42px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_liveCam_txt {
    font-size: 1.4rem;
  }
}

.el_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11000;
}
.el_modal_item {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 12000;
}
@media screen and (max-width: 767px) {
  .el_modal_item {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.el_modal_hdg {
  display: flex;
  align-items: center;
  gap: 12px;
}
.el_modal_hdg .el_num {
  flex-shrink: 0;
}
.el_modal_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_modal_ttl {
    font-size: 2rem;
  }
}
.el_modal_img {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .el_modal_img {
    margin-top: 15px;
  }
}
.el_modal_img img {
  max-width: unset;
  width: 100%;
  pointer-events: none;
}
.el_modal_closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  aspect-ratio: 1;
  background: #036eb6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .el_modal_closeBtn {
    top: -13px;
    right: -13px;
    width: 26px;
  }
}
.el_modal_closeBtn:before, .el_modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_modal_closeBtn:before, .el_modal_closeBtn:after {
    width: 13px;
    height: 1.7px;
  }
}
.el_modal_closeBtn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.el_modal_closeBtn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.el_bgTxt {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #036eb6;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .el_bgTxt {
    padding: 20px;
  }
}

.el_wysiwyg a:after,
.el_linkList a:after,
.el_tablePattern a:after {
  content: none;
  display: inline-block;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_wysiwyg a[target=_blank]:after,
.el_linkList a[target=_blank]:after,
.el_tablePattern a[target=_blank]:after {
  content: "";
  vertical-align: -0.3em;
  background-image: url(../images/icon/icon_window.svg);
}
@media screen and (min-width: 768px) {
  .el_wysiwyg a[target=_blank]:after,
.el_linkList a[target=_blank]:after,
.el_tablePattern a[target=_blank]:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_wysiwyg a[target=_blank]:after,
.el_linkList a[target=_blank]:after,
.el_tablePattern a[target=_blank]:after {
    width: 21px;
    height: 21px;
  }
}
.el_wysiwyg a[href$=".pdf"]:after, .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_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_wysiwyg a[href$=".ppt"]:after, .el_wysiwyg a[href$=".pptx"]:after, .el_wysiwyg a[href$=".pptm"]:after,
.el_linkList a[href$=".pdf"]: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,
.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,
.el_linkList a[href$=".ppt"]:after,
.el_linkList a[href$=".pptx"]:after,
.el_linkList a[href$=".pptm"]:after,
.el_tablePattern a[href$=".pdf"]:after,
.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,
.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,
.el_tablePattern a[href$=".ppt"]:after,
.el_tablePattern a[href$=".pptx"]:after,
.el_tablePattern a[href$=".pptm"]:after {
  width: auto;
  height: auto;
  vertical-align: 0.2em;
  padding: 1px 10px 3px;
  border-radius: 100px;
  background-image: none;
  background-color: #036eb6;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.el_wysiwyg a[href$=".pdf"]:after,
.el_linkList a[href$=".pdf"]:after,
.el_tablePattern a[href$=".pdf"]:after {
  content: "pdf";
}
.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,
.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: "doc";
}
.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,
.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: "xls";
}
.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,
.el_tablePattern a[href$=".ppt"]:after,
.el_tablePattern a[href$=".pptx"]:after,
.el_tablePattern a[href$=".pptm"]:after {
  content: "ppt";
}

.el_btn .btn a[target=_blank] .el_circle, .el_btn .btn a[href$=".pdf"] .el_circle, .el_btn .btn a[href$=".doc"] .el_circle, .el_btn .btn a[href$=".docx"] .el_circle, .el_btn .btn a[href$=".docm"] .el_circle, .el_btn .btn a[href$=".dotx"] .el_circle, .el_btn .btn a[href$=".dotm"] .el_circle, .el_btn .btn a[href$=".xls"] .el_circle, .el_btn .btn a[href$=".xlsx"] .el_circle, .el_btn .btn a[href$=".xlt"] .el_circle, .el_btn .btn a[href$=".xml"] .el_circle, .el_btn .btn a[href$=".xlsm"] .el_circle, .el_btn .btn a[href$=".csv"] .el_circle, .el_btn .btn a[href$=".ppt"] .el_circle, .el_btn .btn a[href$=".pptx"] .el_circle, .el_btn .btn a[href$=".pptm"] .el_circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-color: transparent;
  border-radius: 0;
}
.el_btn .btn a[target=_blank] .el_circle .icon, .el_btn .btn a[href$=".pdf"] .el_circle .icon, .el_btn .btn a[href$=".doc"] .el_circle .icon, .el_btn .btn a[href$=".docx"] .el_circle .icon, .el_btn .btn a[href$=".docm"] .el_circle .icon, .el_btn .btn a[href$=".dotx"] .el_circle .icon, .el_btn .btn a[href$=".dotm"] .el_circle .icon, .el_btn .btn a[href$=".xls"] .el_circle .icon, .el_btn .btn a[href$=".xlsx"] .el_circle .icon, .el_btn .btn a[href$=".xlt"] .el_circle .icon, .el_btn .btn a[href$=".xml"] .el_circle .icon, .el_btn .btn a[href$=".xlsm"] .el_circle .icon, .el_btn .btn a[href$=".csv"] .el_circle .icon, .el_btn .btn a[href$=".ppt"] .el_circle .icon, .el_btn .btn a[href$=".pptx"] .el_circle .icon, .el_btn .btn a[href$=".pptm"] .el_circle .icon {
  display: none;
}
.el_btn .btn a[target=_blank] .el_circle:after, .el_btn .btn a[href$=".pdf"] .el_circle:after, .el_btn .btn a[href$=".doc"] .el_circle:after, .el_btn .btn a[href$=".docx"] .el_circle:after, .el_btn .btn a[href$=".docm"] .el_circle:after, .el_btn .btn a[href$=".dotx"] .el_circle:after, .el_btn .btn a[href$=".dotm"] .el_circle:after, .el_btn .btn a[href$=".xls"] .el_circle:after, .el_btn .btn a[href$=".xlsx"] .el_circle:after, .el_btn .btn a[href$=".xlt"] .el_circle:after, .el_btn .btn a[href$=".xml"] .el_circle:after, .el_btn .btn a[href$=".xlsm"] .el_circle:after, .el_btn .btn a[href$=".csv"] .el_circle:after, .el_btn .btn a[href$=".ppt"] .el_circle:after, .el_btn .btn a[href$=".pptx"] .el_circle:after, .el_btn .btn a[href$=".pptm"] .el_circle:after {
  content: "";
  display: inline-block;
  background-color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_btn .btn a[target=_blank] .el_circle:after {
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .el_btn .btn a[target=_blank] .el_circle:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn .btn a[target=_blank] .el_circle:after {
    width: 21px;
    height: 21px;
  }
}
.el_btn .btn a[href$=".pdf"] .el_circle:after, .el_btn .btn a[href$=".doc"] .el_circle:after, .el_btn .btn a[href$=".docx"] .el_circle:after, .el_btn .btn a[href$=".docm"] .el_circle:after, .el_btn .btn a[href$=".dotx"] .el_circle:after, .el_btn .btn a[href$=".dotm"] .el_circle:after, .el_btn .btn a[href$=".xls"] .el_circle:after, .el_btn .btn a[href$=".xlsx"] .el_circle:after, .el_btn .btn a[href$=".xlt"] .el_circle:after, .el_btn .btn a[href$=".xml"] .el_circle:after, .el_btn .btn a[href$=".xlsm"] .el_circle:after, .el_btn .btn a[href$=".csv"] .el_circle:after, .el_btn .btn a[href$=".ppt"] .el_circle:after, .el_btn .btn a[href$=".pptx"] .el_circle:after, .el_btn .btn a[href$=".pptm"] .el_circle:after {
  width: auto;
  height: auto;
  padding: 1px 10px 3px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-mask-image: none;
  mask-image: none;
}
.el_btn .btn a[href$=".pdf"] .el_circle:after {
  content: "pdf";
}
.el_btn .btn a[href$=".doc"] .el_circle:after, .el_btn .btn a[href$=".docx"] .el_circle:after, .el_btn .btn a[href$=".docm"] .el_circle:after, .el_btn .btn a[href$=".dotx"] .el_circle:after, .el_btn .btn a[href$=".dotm"] .el_circle:after {
  content: "doc";
}
.el_btn .btn a[href$=".xls"] .el_circle:after, .el_btn .btn a[href$=".xlsx"] .el_circle:after, .el_btn .btn a[href$=".xlt"] .el_circle:after, .el_btn .btn a[href$=".xml"] .el_circle:after, .el_btn .btn a[href$=".xlsm"] .el_circle:after, .el_btn .btn a[href$=".csv"] .el_circle:after {
  content: "xls";
}
.el_btn .btn a[href$=".ppt"] .el_circle:after, .el_btn .btn a[href$=".pptx"] .el_circle:after, .el_btn .btn a[href$=".pptm"] .el_circle:after {
  content: "ppt";
}
.el_btn .btn a:focus[target=_blank] .el_circle, .el_btn .btn a:focus[href$=".pdf"] .el_circle, .el_btn .btn a:focus[href$=".doc"] .el_circle, .el_btn .btn a:focus[href$=".docx"] .el_circle, .el_btn .btn a:focus[href$=".docm"] .el_circle, .el_btn .btn a:focus[href$=".dotx"] .el_circle, .el_btn .btn a:focus[href$=".dotm"] .el_circle, .el_btn .btn a:focus[href$=".xls"] .el_circle, .el_btn .btn a:focus[href$=".xlsx"] .el_circle, .el_btn .btn a:focus[href$=".xlt"] .el_circle, .el_btn .btn a:focus[href$=".xml"] .el_circle, .el_btn .btn a:focus[href$=".xlsm"] .el_circle, .el_btn .btn a:focus[href$=".csv"] .el_circle, .el_btn .btn a:focus[href$=".ppt"] .el_circle, .el_btn .btn a:focus[href$=".pptx"] .el_circle, .el_btn .btn a:focus[href$=".pptm"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[target=_blank] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pdf"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".doc"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".docx"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".docm"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".dotx"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".dotm"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xls"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlsx"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlt"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xml"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlsm"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".csv"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".ppt"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pptx"] .el_circle, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pptm"] .el_circle {
  border-color: transparent;
}
.el_btn .btn a:focus[target=_blank] .el_circle:after, .el_btn .btn a:focus[href$=".pdf"] .el_circle:after, .el_btn .btn a:focus[href$=".doc"] .el_circle:after, .el_btn .btn a:focus[href$=".docx"] .el_circle:after, .el_btn .btn a:focus[href$=".docm"] .el_circle:after, .el_btn .btn a:focus[href$=".dotx"] .el_circle:after, .el_btn .btn a:focus[href$=".dotm"] .el_circle:after, .el_btn .btn a:focus[href$=".xls"] .el_circle:after, .el_btn .btn a:focus[href$=".xlsx"] .el_circle:after, .el_btn .btn a:focus[href$=".xlt"] .el_circle:after, .el_btn .btn a:focus[href$=".xml"] .el_circle:after, .el_btn .btn a:focus[href$=".xlsm"] .el_circle:after, .el_btn .btn a:focus[href$=".csv"] .el_circle:after, .el_btn .btn a:focus[href$=".ppt"] .el_circle:after, .el_btn .btn a:focus[href$=".pptx"] .el_circle:after, .el_btn .btn a:focus[href$=".pptm"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[target=_blank] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pdf"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".doc"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".docx"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".docm"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".dotx"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".dotm"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xls"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlsx"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlt"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xml"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".xlsm"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".csv"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".ppt"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pptx"] .el_circle:after, [data-whatintent=mouse] .el_btn .btn a:hover[href$=".pptm"] .el_circle:after {
  background-color: #fff;
  color: #036eb6;
}

.el_card .inner .item a[target=_blank] .link .el_circle, .el_card .inner .item a[href$=".pdf"] .link .el_circle, .el_card .inner .item a[href$=".doc"] .link .el_circle, .el_card .inner .item a[href$=".docx"] .link .el_circle, .el_card .inner .item a[href$=".docm"] .link .el_circle, .el_card .inner .item a[href$=".dotx"] .link .el_circle, .el_card .inner .item a[href$=".dotm"] .link .el_circle, .el_card .inner .item a[href$=".xls"] .link .el_circle, .el_card .inner .item a[href$=".xlsx"] .link .el_circle, .el_card .inner .item a[href$=".xlt"] .link .el_circle, .el_card .inner .item a[href$=".xml"] .link .el_circle, .el_card .inner .item a[href$=".xlsm"] .link .el_circle, .el_card .inner .item a[href$=".csv"] .link .el_circle, .el_card .inner .item a[href$=".ppt"] .link .el_circle, .el_card .inner .item a[href$=".pptx"] .link .el_circle, .el_card .inner .item a[href$=".pptm"] .link .el_circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-color: transparent;
  border-radius: 0;
}
.el_card .inner .item a[target=_blank] .link .el_circle .icon, .el_card .inner .item a[href$=".pdf"] .link .el_circle .icon, .el_card .inner .item a[href$=".doc"] .link .el_circle .icon, .el_card .inner .item a[href$=".docx"] .link .el_circle .icon, .el_card .inner .item a[href$=".docm"] .link .el_circle .icon, .el_card .inner .item a[href$=".dotx"] .link .el_circle .icon, .el_card .inner .item a[href$=".dotm"] .link .el_circle .icon, .el_card .inner .item a[href$=".xls"] .link .el_circle .icon, .el_card .inner .item a[href$=".xlsx"] .link .el_circle .icon, .el_card .inner .item a[href$=".xlt"] .link .el_circle .icon, .el_card .inner .item a[href$=".xml"] .link .el_circle .icon, .el_card .inner .item a[href$=".xlsm"] .link .el_circle .icon, .el_card .inner .item a[href$=".csv"] .link .el_circle .icon, .el_card .inner .item a[href$=".ppt"] .link .el_circle .icon, .el_card .inner .item a[href$=".pptx"] .link .el_circle .icon, .el_card .inner .item a[href$=".pptm"] .link .el_circle .icon {
  display: none;
}
.el_card .inner .item a[target=_blank] .link .el_circle:after, .el_card .inner .item a[href$=".pdf"] .link .el_circle:after, .el_card .inner .item a[href$=".doc"] .link .el_circle:after, .el_card .inner .item a[href$=".docx"] .link .el_circle:after, .el_card .inner .item a[href$=".docm"] .link .el_circle:after, .el_card .inner .item a[href$=".dotx"] .link .el_circle:after, .el_card .inner .item a[href$=".dotm"] .link .el_circle:after, .el_card .inner .item a[href$=".xls"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_card .inner .item a[href$=".xlt"] .link .el_circle:after, .el_card .inner .item a[href$=".xml"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_card .inner .item a[href$=".csv"] .link .el_circle:after, .el_card .inner .item a[href$=".ppt"] .link .el_circle:after, .el_card .inner .item a[href$=".pptx"] .link .el_circle:after, .el_card .inner .item a[href$=".pptm"] .link .el_circle:after {
  content: "";
  display: inline-block;
  background-color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_card .inner .item a[target=_blank] .link .el_circle:after {
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .el_card .inner .item a[target=_blank] .link .el_circle:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_card .inner .item a[target=_blank] .link .el_circle:after {
    width: 21px;
    height: 21px;
  }
}
.el_card .inner .item a[href$=".pdf"] .link .el_circle:after, .el_card .inner .item a[href$=".doc"] .link .el_circle:after, .el_card .inner .item a[href$=".docx"] .link .el_circle:after, .el_card .inner .item a[href$=".docm"] .link .el_circle:after, .el_card .inner .item a[href$=".dotx"] .link .el_circle:after, .el_card .inner .item a[href$=".dotm"] .link .el_circle:after, .el_card .inner .item a[href$=".xls"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_card .inner .item a[href$=".xlt"] .link .el_circle:after, .el_card .inner .item a[href$=".xml"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_card .inner .item a[href$=".csv"] .link .el_circle:after, .el_card .inner .item a[href$=".ppt"] .link .el_circle:after, .el_card .inner .item a[href$=".pptx"] .link .el_circle:after, .el_card .inner .item a[href$=".pptm"] .link .el_circle:after {
  width: auto;
  height: auto;
  padding: 1px 10px 3px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-mask-image: none;
  mask-image: none;
}
.el_card .inner .item a[href$=".pdf"] .link .el_circle:after {
  content: "pdf";
}
.el_card .inner .item a[href$=".doc"] .link .el_circle:after, .el_card .inner .item a[href$=".docx"] .link .el_circle:after, .el_card .inner .item a[href$=".docm"] .link .el_circle:after, .el_card .inner .item a[href$=".dotx"] .link .el_circle:after, .el_card .inner .item a[href$=".dotm"] .link .el_circle:after {
  content: "doc";
}
.el_card .inner .item a[href$=".xls"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_card .inner .item a[href$=".xlt"] .link .el_circle:after, .el_card .inner .item a[href$=".xml"] .link .el_circle:after, .el_card .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_card .inner .item a[href$=".csv"] .link .el_circle:after {
  content: "xls";
}
.el_card .inner .item a[href$=".ppt"] .link .el_circle:after, .el_card .inner .item a[href$=".pptx"] .link .el_circle:after, .el_card .inner .item a[href$=".pptm"] .link .el_circle:after {
  content: "ppt";
}
.el_card .inner .item a:focus[target=_blank] .link .el_circle, .el_card .inner .item a:focus[href$=".pdf"] .link .el_circle, .el_card .inner .item a:focus[href$=".doc"] .link .el_circle, .el_card .inner .item a:focus[href$=".docx"] .link .el_circle, .el_card .inner .item a:focus[href$=".docm"] .link .el_circle, .el_card .inner .item a:focus[href$=".dotx"] .link .el_circle, .el_card .inner .item a:focus[href$=".dotm"] .link .el_circle, .el_card .inner .item a:focus[href$=".xls"] .link .el_circle, .el_card .inner .item a:focus[href$=".xlsx"] .link .el_circle, .el_card .inner .item a:focus[href$=".xlt"] .link .el_circle, .el_card .inner .item a:focus[href$=".xml"] .link .el_circle, .el_card .inner .item a:focus[href$=".xlsm"] .link .el_circle, .el_card .inner .item a:focus[href$=".csv"] .link .el_circle, .el_card .inner .item a:focus[href$=".ppt"] .link .el_circle, .el_card .inner .item a:focus[href$=".pptx"] .link .el_circle, .el_card .inner .item a:focus[href$=".pptm"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[target=_blank] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pdf"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".doc"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".docx"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".docm"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".dotx"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".dotm"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xls"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlsx"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlt"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xml"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlsm"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".csv"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".ppt"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pptx"] .link .el_circle, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pptm"] .link .el_circle {
  border-color: transparent;
}
.el_card .inner .item a:focus[target=_blank] .link .el_circle:after, .el_card .inner .item a:focus[href$=".pdf"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".doc"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".docx"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".docm"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".dotx"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".dotm"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".xls"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".xlsx"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".xlt"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".xml"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".xlsm"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".csv"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".ppt"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".pptx"] .link .el_circle:after, .el_card .inner .item a:focus[href$=".pptm"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[target=_blank] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pdf"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".doc"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".docx"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".docm"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".dotx"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".dotm"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xls"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlsx"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlt"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xml"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".xlsm"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".csv"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".ppt"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pptx"] .link .el_circle:after, [data-whatintent=mouse] .el_card .inner .item a:hover[href$=".pptm"] .link .el_circle:after {
  background-color: #fff;
  color: #036eb6;
}
@media screen and (min-width: 768px) {
  .el_card-2col .inner .item a[href$=".pdf"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".doc"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".docx"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".docm"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".dotx"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".dotm"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".xls"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".xlt"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".xml"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".csv"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".ppt"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".pptx"] .link .el_circle:after, .el_card-2col .inner .item a[href$=".pptm"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".pdf"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".doc"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".docx"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".docm"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".dotx"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".dotm"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".xls"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".xlt"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".xml"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".csv"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".ppt"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".pptx"] .link .el_circle:after, .el_card-3col .inner .item a[href$=".pptm"] .link .el_circle:after {
    padding: 5px 18px 7px 17px;
  }
}

.el_iconBtn .inner .item a[target=_blank] .link .el_circle, .el_iconBtn .inner .item a[href$=".pdf"] .link .el_circle, .el_iconBtn .inner .item a[href$=".doc"] .link .el_circle, .el_iconBtn .inner .item a[href$=".docx"] .link .el_circle, .el_iconBtn .inner .item a[href$=".docm"] .link .el_circle, .el_iconBtn .inner .item a[href$=".dotx"] .link .el_circle, .el_iconBtn .inner .item a[href$=".dotm"] .link .el_circle, .el_iconBtn .inner .item a[href$=".xls"] .link .el_circle, .el_iconBtn .inner .item a[href$=".xlsx"] .link .el_circle, .el_iconBtn .inner .item a[href$=".xlt"] .link .el_circle, .el_iconBtn .inner .item a[href$=".xml"] .link .el_circle, .el_iconBtn .inner .item a[href$=".xlsm"] .link .el_circle, .el_iconBtn .inner .item a[href$=".csv"] .link .el_circle, .el_iconBtn .inner .item a[href$=".ppt"] .link .el_circle, .el_iconBtn .inner .item a[href$=".pptx"] .link .el_circle, .el_iconBtn .inner .item a[href$=".pptm"] .link .el_circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-color: transparent;
  border-radius: 0;
}
.el_iconBtn .inner .item a[target=_blank] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".pdf"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".doc"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".docx"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".docm"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".dotx"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".dotm"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".xls"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".xlsx"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".xlt"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".xml"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".xlsm"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".csv"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".ppt"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".pptx"] .link .el_circle .icon, .el_iconBtn .inner .item a[href$=".pptm"] .link .el_circle .icon {
  display: none;
}
.el_iconBtn .inner .item a[target=_blank] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pdf"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".csv"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptm"] .link .el_circle:after {
  content: "";
  display: inline-block;
  background-color: #036eb6;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_iconBtn .inner .item a[target=_blank] .link .el_circle:after {
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .el_iconBtn .inner .item a[target=_blank] .link .el_circle:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item a[target=_blank] .link .el_circle:after {
    width: 21px;
    height: 21px;
  }
}
.el_iconBtn .inner .item a[href$=".pdf"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".csv"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptm"] .link .el_circle:after {
  width: auto;
  height: auto;
  padding: 1px 10px 3px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-mask-image: none;
  mask-image: none;
}
.el_iconBtn .inner .item a[href$=".pdf"] .link .el_circle:after {
  content: "pdf";
}
.el_iconBtn .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".dotm"] .link .el_circle:after {
  content: "doc";
}
.el_iconBtn .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".csv"] .link .el_circle:after {
  content: "xls";
}
.el_iconBtn .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn .inner .item a[href$=".pptm"] .link .el_circle:after {
  content: "ppt";
}
.el_iconBtn .inner .item a:focus[target=_blank] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".pdf"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".doc"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".docx"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".docm"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".dotx"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".dotm"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".xls"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".xlsx"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".xlt"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".xml"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".xlsm"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".csv"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".ppt"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".pptx"] .link .el_circle, .el_iconBtn .inner .item a:focus[href$=".pptm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[target=_blank] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pdf"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".doc"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".docx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".docm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".dotx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".dotm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xls"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlsx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlt"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xml"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlsm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".csv"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".ppt"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pptx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pptm"] .link .el_circle {
  border-color: transparent;
}
.el_iconBtn .inner .item a:focus[target=_blank] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".pdf"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".doc"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".docx"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".docm"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".dotx"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".dotm"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".xls"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".xlsx"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".xlt"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".xml"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".xlsm"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".csv"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".ppt"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".pptx"] .link .el_circle:after, .el_iconBtn .inner .item a:focus[href$=".pptm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[target=_blank] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pdf"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".doc"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".docx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".docm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".dotx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".dotm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xls"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlsx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlt"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xml"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".xlsm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".csv"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".ppt"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pptx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn .inner .item a:hover[href$=".pptm"] .link .el_circle:after {
  background-color: #fff;
  color: #036eb6;
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle, .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-color: transparent;
    border-radius: 0;
  }
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle .icon, .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle .icon {
    display: none;
  }
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    content: "";
    display: inline-block;
    background-color: #036eb6;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    -webkit-mask-image: url(../images/icon/icon_window.svg);
    mask-image: url(../images/icon/icon_window.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .el_iconBtn-4col .inner .item a[target=_blank] .link .el_circle:after {
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    width: auto;
    height: auto;
    padding: 1px 4px 3px;
    border-radius: 100px;
    font-size: 6px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[href$=".pdf"] .link .el_circle:after {
    content: "pdf";
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[href$=".doc"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".docm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".dotm"] .link .el_circle:after {
    content: "doc";
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[href$=".xls"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xml"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".xlsm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".csv"] .link .el_circle:after {
    content: "xls";
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a[href$=".ppt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a[href$=".pptm"] .link .el_circle:after {
    content: "ppt";
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col .inner .item a:focus[target=_blank] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".pdf"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".doc"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".docx"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".docm"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".dotx"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".dotm"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".xls"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".xlsx"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".xlt"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".xml"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".xlsm"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".csv"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".ppt"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".pptx"] .link .el_circle, .el_iconBtn-4col .inner .item a:focus[href$=".pptm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[target=_blank] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pdf"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".doc"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".docx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".docm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".dotx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".dotm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xls"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlsx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlt"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xml"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlsm"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".csv"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".ppt"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pptx"] .link .el_circle, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pptm"] .link .el_circle {
    border-color: transparent;
  }
  .el_iconBtn-4col .inner .item a:focus[target=_blank] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".pdf"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".doc"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".docx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".docm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".dotx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".dotm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".xls"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".xlsx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".xlt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".xml"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".xlsm"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".csv"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".ppt"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".pptx"] .link .el_circle:after, .el_iconBtn-4col .inner .item a:focus[href$=".pptm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[target=_blank] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pdf"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".doc"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".docx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".docm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".dotx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".dotm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xls"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlsx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlt"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xml"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".xlsm"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".csv"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".ppt"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pptx"] .link .el_circle:after, [data-whatintent=mouse] .el_iconBtn-4col .inner .item a:hover[href$=".pptm"] .link .el_circle:after {
    background-color: #fff;
    color: #036eb6;
  }
}

.el_news a .inner .ttl span:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news a .inner .ttl span:not(:first-child):after {
  display: none;
}
.el_news a[target=_blank] .inner .ttl span:after {
  vertical-align: -0.3em;
  background-image: url(../images/icon/icon_window.svg);
}
@media screen and (min-width: 768px) {
  .el_news a[target=_blank] .inner .ttl span:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_news a[target=_blank] .inner .ttl span:after {
    width: 21px;
    height: 21px;
  }
}
.el_news a[href$=".pdf"] .inner .ttl span:after, .el_news a[href$=".doc"] .inner .ttl span:after, .el_news a[href$=".docx"] .inner .ttl span:after, .el_news a[href$=".docm"] .inner .ttl span:after, .el_news a[href$=".dotx"] .inner .ttl span:after, .el_news a[href$=".dotm"] .inner .ttl span:after, .el_news a[href$=".xls"] .inner .ttl span:after, .el_news a[href$=".xlsx"] .inner .ttl span:after, .el_news a[href$=".xlt"] .inner .ttl span:after, .el_news a[href$=".xml"] .inner .ttl span:after, .el_news a[href$=".xlsm"] .inner .ttl span:after, .el_news a[href$=".csv"] .inner .ttl span:after, .el_news a[href$=".ppt"] .inner .ttl span:after, .el_news a[href$=".pptx"] .inner .ttl span:after, .el_news a[href$=".pptm"] .inner .ttl span:after {
  margin-left: 1em;
  width: auto;
  height: auto;
  padding: 1px 10px 3px;
  border-radius: 100px;
  background-image: none;
  background-color: #036eb6;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .el_news a[href$=".pdf"] .inner .ttl span:after, .el_news a[href$=".doc"] .inner .ttl span:after, .el_news a[href$=".docx"] .inner .ttl span:after, .el_news a[href$=".docm"] .inner .ttl span:after, .el_news a[href$=".dotx"] .inner .ttl span:after, .el_news a[href$=".dotm"] .inner .ttl span:after, .el_news a[href$=".xls"] .inner .ttl span:after, .el_news a[href$=".xlsx"] .inner .ttl span:after, .el_news a[href$=".xlt"] .inner .ttl span:after, .el_news a[href$=".xml"] .inner .ttl span:after, .el_news a[href$=".xlsm"] .inner .ttl span:after, .el_news a[href$=".csv"] .inner .ttl span:after, .el_news a[href$=".ppt"] .inner .ttl span:after, .el_news a[href$=".pptx"] .inner .ttl span:after, .el_news a[href$=".pptm"] .inner .ttl span:after {
    vertical-align: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .el_news a[href$=".pdf"] .inner .ttl span:after, .el_news a[href$=".doc"] .inner .ttl span:after, .el_news a[href$=".docx"] .inner .ttl span:after, .el_news a[href$=".docm"] .inner .ttl span:after, .el_news a[href$=".dotx"] .inner .ttl span:after, .el_news a[href$=".dotm"] .inner .ttl span:after, .el_news a[href$=".xls"] .inner .ttl span:after, .el_news a[href$=".xlsx"] .inner .ttl span:after, .el_news a[href$=".xlt"] .inner .ttl span:after, .el_news a[href$=".xml"] .inner .ttl span:after, .el_news a[href$=".xlsm"] .inner .ttl span:after, .el_news a[href$=".csv"] .inner .ttl span:after, .el_news a[href$=".ppt"] .inner .ttl span:after, .el_news a[href$=".pptx"] .inner .ttl span:after, .el_news a[href$=".pptm"] .inner .ttl span:after {
    vertical-align: 0.1em;
  }
}
.el_news a[href$=".pdf"] .inner .ttl span:after {
  content: "pdf";
}
.el_news a[href$=".doc"] .inner .ttl span:after, .el_news a[href$=".docx"] .inner .ttl span:after, .el_news a[href$=".docm"] .inner .ttl span:after, .el_news a[href$=".dotx"] .inner .ttl span:after, .el_news a[href$=".dotm"] .inner .ttl span:after {
  content: "doc";
}
.el_news a[href$=".xls"] .inner .ttl span:after, .el_news a[href$=".xlsx"] .inner .ttl span:after, .el_news a[href$=".xlt"] .inner .ttl span:after, .el_news a[href$=".xml"] .inner .ttl span:after, .el_news a[href$=".xlsm"] .inner .ttl span:after, .el_news a[href$=".csv"] .inner .ttl span:after {
  content: "xls";
}
.el_news a[href$=".ppt"] .inner .ttl span:after, .el_news a[href$=".pptx"] .inner .ttl span:after, .el_news a[href$=".pptm"] .inner .ttl span:after {
  content: "ppt";
}

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

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

/**
 * Page
 */
.tp_0_0 .mvSect {
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.tp_0_0 .mvSect_mvSlider {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider {
    margin-bottom: -140px;
    aspect-ratio: 2;
  }
  .tp_0_0 .mvSect_mvSlider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 1600px;
    width: 100%;
    aspect-ratio: 1600/161;
    background-image: url(../images/home/home_mv_bg_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, 35%);
    pointer-events: none;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider {
    margin-bottom: -55px;
    height: 100svh;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper {
  height: 100%;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide {
    display: grid;
    align-items: center;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_inner {
  position: relative;
  display: grid;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_inner {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px;
    padding: 130px 25px 135px;
    height: 100%;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 16px 30px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_wrapper {
    align-self: flex-end;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_logo {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_logo {
    width: 80px;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_logo .img {
  aspect-ratio: 11/9;
  overflow: hidden;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_logo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg {
    width: 431px;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .main {
  display: block;
  margin-bottom: 21px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .main {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .sub {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .sub {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_hdg .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_img {
  overflow: hidden;
  aspect-ratio: 658/469;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_img {
    width: calc(var(--vw) * 0.41125);
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_img {
    width: 100%;
  }
}
.tp_0_0 .mvSect_mvSlider .swiper .swiper-wrapper .mvSlide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_mvSlider .swiper .guides {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    left: 50%;
    bottom: 75px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .tp_0_0 .mvSect_mvSlider .swiper .guides .pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .tp_0_0 .mvSect_mvSlider .swiper .guides button {
    position: relative;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon/icon_btn_clip.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
  .tp_0_0 .mvSect_mvSlider .swiper .guides button.next {
    transform: scale(-1, 1);
  }
}
.tp_0_0 .mvSect_contents {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_contents {
    margin-bottom: 50px;
  }
}
.tp_0_0 .mvSect_pickUp .swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 80px) / 5);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide:only-child {
    margin: 0 auto;
    width: 61%;
  }
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide:not(:has(> a)),
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a {
  display: grid;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  padding: 5px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide:not(:has(> a)) .img,
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a .img {
  width: 100%;
  aspect-ratio: 4;
  border-radius: 3px;
  overflow: hidden;
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide:not(:has(> a)) .img img,
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide:not(:has(> a)) .hdg,
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a .hdg {
  align-self: center;
  margin-top: 7px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a:focus, [data-whatintent=mouse] .tp_0_0 .mvSect_pickUp .swiper .swiper-wrapper .swiper-slide > a:hover {
  opacity: 0.6;
}
.tp_0_0 .newsSect {
  position: relative;
  margin-top: 60px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head {
    padding-inline: 100px;
  }
}
.tp_0_0 .newsSect_head .newsArea {
  display: grid;
  border: 2px solid var(--xmlColor);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head .newsArea {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_head .newsArea {
    grid-template-columns: 1fr;
  }
}
.tp_0_0 .newsSect_head .newsArea_head {
  display: grid;
  align-content: center;
  height: 100%;
  background-color: var(--xmlColor);
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head .newsArea_head {
    justify-content: center;
    padding: 18px 55px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_head .newsArea_head {
    padding: 12px 20px;
  }
}
.tp_0_0 .newsSect_head .newsArea_head .ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head .newsArea_head .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_head .newsArea_head .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.tp_0_0 .newsSect_head .newsArea_body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head .newsArea_body {
    padding: 20px 32px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_head .newsArea_body {
    padding: 15px 20px;
  }
}
.tp_0_0 .newsSect_head .newsArea_body .el_news {
  row-gap: 12px;
}
.tp_0_0 .newsSect_head .newsArea_body .el_news .item {
  padding: 0;
}
.tp_0_0 .newsSect_head .newsArea_body .el_news .item:after {
  content: none;
}
.tp_0_0 .newsSect_head .newsArea_body .el_news .item:nth-child(n+4) {
  display: none;
}
.tp_0_0 .newsSect_head .newsArea_body .el_news .item article > a:focus .inner .date time,
.tp_0_0 .newsSect_head .newsArea_body .el_news .item article > a:focus .inner .ttl, [data-whatintent=mouse] .tp_0_0 .newsSect_head .newsArea_body .el_news .item article > a:hover .inner .date time,
[data-whatintent=mouse] .tp_0_0 .newsSect_head .newsArea_body .el_news .item article > a:hover .inner .ttl {
  color: var(--xmlColor);
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_head .newsArea_body .el_news .item article .inner {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_head .newsArea_body .el_news .item article .inner {
    row-gap: 4px;
  }
}
.tp_0_0 .newsSect_head .newsArea_body .el_news .item article .inner .date time {
  padding: 0;
  padding-top: 0.3em;
  background-color: transparent;
  color: #111111;
  transition: color 0.3s;
}
.tp_0_0 .newsSect_body {
  display: grid;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_body {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_body {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.tp_0_0 .newsSect_item .head .imgArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp_0_0 .newsSect_item .head .imgArea .subHdg {
  position: relative;
  background-image: url(../images/home/home_bg_gradation.png);
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_item .head .imgArea .subHdg {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_item .head .imgArea .subHdg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_item .head .imgArea .subHdg {
    padding-top: 80px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_item .head .imgArea .subHdg {
    padding-top: 15%;
    letter-spacing: 0.05em;
  }
}
.tp_0_0 .newsSect_item .head .imgArea .img {
  position: relative;
  margin-left: -100%;
  width: var(--imgSize);
  z-index: 1;
}
.tp_0_0 .newsSect_item .head .imgArea .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tp_0_0 .newsSect_item .head .hdgArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}
.tp_0_0 .newsSect_item .head .hdgArea .hdg {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_item .head .hdgArea .hdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_item .head .hdgArea .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
.tp_0_0 .newsSect_item .body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .newsSect_item .body {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .newsSect_item .body .el_news .item article .inner {
    row-gap: 20px;
  }
  .tp_0_0 .newsSect_item .body .el_news .item article .inner .date {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
}
.tp_0_0 .aboutSect {
  position: relative;
  margin-top: 70px;
  overflow-x: clip;
  z-index: 2;
}
.tp_0_0 .aboutSect_slider {
  position: relative;
  margin-bottom: -60px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_slider {
    margin-bottom: -30px;
  }
}
.tp_0_0 .aboutSect_slider_item {
  display: inline-block;
  vertical-align: top;
  -webkit-animation: slideToLeft calc(var(--_imgCount) * 10s) linear infinite;
  animation: slideToLeft calc(var(--_imgCount) * 10s) linear infinite;
}
.tp_0_0 .aboutSect_slider_item img {
  margin-right: 10px;
  width: auto;
  max-width: none;
  height: 293px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_slider_item img {
    margin-right: 5px;
    height: 146px;
  }
}
.tp_0_0 .aboutSect_slider:before, .tp_0_0 .aboutSect_slider:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  min-width: 1600px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_slider:before, .tp_0_0 .aboutSect_slider:after {
    min-width: 800px;
    left: 0;
  }
}
.tp_0_0 .aboutSect_slider:before {
  background-image: url(../images/home/home_about_bg_01.png);
  top: 0;
  aspect-ratio: 16;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_slider:before {
    transform: translateY(-60%);
  }
}
.tp_0_0 .aboutSect_slider:after {
  background-image: url(../images/home/home_about_bg_02.png);
  bottom: 0;
  aspect-ratio: 16;
  transform: translate(-50%, 70%);
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_slider:after {
    transform: translateY(60%);
  }
}
.tp_0_0 .aboutSect_inner {
  position: relative;
  display: flex;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_inner {
    flex-direction: column;
  }
}
.tp_0_0 .aboutSect_wrapper {
  position: relative;
  flex-shrink: 0;
  padding-block: 64px 55px;
  padding-left: max((var(--vw) - 1200px) / 2, 50px);
  width: calc(max((var(--vw) - 1200px) / 2, 50px) + 553px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_wrapper {
    padding: 40px 20px 45px;
    width: calc(100% - 15px);
  }
}
.tp_0_0 .aboutSect_wrapper:before {
  content: "";
  position: absolute;
  top: 27px;
  right: 27px;
  width: 285px;
  aspect-ratio: 285/199;
  background-image: url(../images/home/home_about_img_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_wrapper:before {
    top: 20px;
    width: 52%;
  }
}
.tp_0_0 .aboutSect_wrapper .liveCam {
  margin-top: 55px;
  display: flex;
  gap: 20px 28px;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_wrapper .liveCam {
    margin-top: 40px;
    flex-direction: column;
  }
}
.tp_0_0 .aboutSect_wrapper .liveCam_thumb {
  aspect-ratio: 285/190;
  border-radius: 10px;
  overflow: hidden;
}
.tp_0_0 .aboutSect_wrapper .liveCam_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_wrapper .liveCam_thumb {
    margin-top: 10px;
    width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_wrapper .liveCam_thumb {
    width: 100%;
  }
}
.tp_0_0 .aboutSect_wrapper .liveCam_hdg {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.tp_0_0 .aboutSect_wrapper .liveCam_wrapper .el_btn_home {
  margin-top: 20px;
}
.tp_0_0 .aboutSect_content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_content {
    padding-right: 73px;
  }
}
.tp_0_0 .aboutSect_content .subHdg {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  transform: translateY(calc(-100% + 0.2em));
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_content .subHdg {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_content .subHdg {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_content .subHdg {
    top: -64px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_content .subHdg {
    top: -40px;
  }
}
.tp_0_0 .aboutSect_content .hdg {
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_content .hdg {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_content .hdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_content .hdg {
    margin-bottom: 40px;
  }
}
.tp_0_0 .aboutSect_content .txt {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tp_0_0 .aboutSect_content .el_btn_home {
  margin-top: 30px;
}
.tp_0_0 .aboutSect_bg {
  width: 852px;
  aspect-ratio: 284/241;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .aboutSect_bg {
    margin-top: 48px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .aboutSect_bg {
    position: relative;
    left: 50%;
    margin-top: -10px;
    width: 154%;
    transform: translateX(-58%);
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0 .articleArea {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .articleArea {
    margin-top: 80px;
  }
}
.tp_0_0 .pickUpSect {
  position: relative;
  margin-top: 100px;
  overflow-x: clip;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .pickUpSect {
    margin-top: 84px;
  }
}
.tp_0_0 .pickUpSect_head {
  border-bottom: 4px solid #fff;
}
.tp_0_0 .pickUpSect_head .hdg {
  display: inline-block;
  background: linear-gradient(to right, #036eb6 0%, #b7d231 100%);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .tp_0_0 .pickUpSect_head .hdg {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .pickUpSect_head .hdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.tp_0_0 .pickUpSect_body {
  margin-top: 40px;
}
.tp_0_0 .pickUpSect_slider .swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: opacity 0.3s;
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide a:focus, [data-whatintent=mouse] .tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.6;
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  aspect-ratio: 257/89;
  overflow: hidden;
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp_0_0 .pickUpSect_slider .swiper .swiper-wrapper .swiper-slide .hdg {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #036eb6;
  text-align: center;
}
.tp_0_0 .bannerSect {
  position: relative;
  margin-top: 45px;
  overflow-x: clip;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .bannerSect {
    margin-top: 40px;
  }
  .tp_0_0 .bannerSect:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 650px;
    aspect-ratio: 650/657;
    background-image: url(../images/common/foot_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-100%);
    pointer-events: none;
  }
}
.tp_0_0 .bannerSect_inner {
  padding: 38.5px 50px;
  border-radius: 20px;
  background-color: #173e58;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .bannerSect_inner {
    padding: 36.5px 35px;
  }
}
.tp_0_0 .bannerSect_list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tp_0_0 .bannerSect_list {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_0 .bannerSect_list {
    grid-template-columns: 1fr;
  }
}
.tp_0_0 .bannerSect_item {
  display: block;
  width: 100%;
  aspect-ratio: 260/81;
  overflow: hidden;
}
.tp_0_0 .bannerSect_item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.tp_0_0 .bannerSect_item > a:focus, [data-whatintent=mouse] .tp_0_0 .bannerSect_item > a:hover {
  opacity: 0.6;
}
.tp_0_0 .bannerSect_item .img {
  width: 100%;
  height: 100%;
}
.tp_0_0 .bannerSect_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.tp_0_0 .ly_footer {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .tp_0_0 .ly_footer {
    margin-top: 60px;
  }
}
.tp_0_0:not(.tp_0_1) .ly_header_nav .gNav ul {
  gap: 0 40px;
}
@media screen and (min-width: 768px) {
  .tp_0_0:not(.tp_0_1) .ly_header_nav .gNav ul > li > a {
    padding-left: 0;
  }
}
.tp_0_0:not(.tp_0_1) .ly_header_nav .gNav ul > li > a:focus .ttl, [data-whatintent=mouse] .tp_0_0:not(.tp_0_1) .ly_header_nav .gNav ul > li > a:hover .ttl {
  color: #036eb6;
}
.tp_0_0:not(.tp_0_1) .ly_header_nav .gNav ul > li > a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .tp_0_0:not(.tp_0_1) .ly_footer:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .tp_0_0:not(.tp_0_1) .ly_footer_body .nav > ul > li {
    padding-left: 0;
  }
  .tp_0_0:not(.tp_0_1) .ly_footer_body .nav > ul > li:before {
    content: none;
  }
}
.tp_0_0:not(.tp_0_1) .ly_footer_body .nav > ul > li a:focus, [data-whatintent=mouse] .tp_0_0:not(.tp_0_1) .ly_footer_body .nav > ul > li a:hover {
  color: #036eb6;
}

.tp_0_1 .disasterMessage {
  position: relative;
  overflow-x: clip;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .disasterMessage {
    padding: 150px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .disasterMessage {
    padding: 78px 18px 0;
  }
}
.tp_0_1 .disasterMessage_inner {
  position: relative;
  display: grid;
  place-content: center;
  padding: 18px 20px;
  border: 1px solid #de1f2e;
  background-color: #fff2f3;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #de1f2e;
  z-index: 2;
}
.tp_0_1 .disasterMessage:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  min-width: 1600px;
  aspect-ratio: 200/133;
  background-image: url(../images/common/head_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 50px 100px #fff;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .disasterMessage:after {
    top: 177px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .disasterMessage:after {
    top: 120px;
    transform: translateX(-35%);
  }
}
@media screen and (min-width: 768px) {
  .tp_0_1 .emergencySect {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .emergencySect {
    margin-top: 30px;
  }
}
.tp_0_1 .emergencySect_inner {
  display: grid;
  border: 2px solid #de1f2e;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .emergencySect_inner {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
.tp_0_1 .emergencySect_head {
  display: grid;
  padding: 15px 30px;
  background-color: #de1f2e;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .emergencySect_head {
    justify-content: center;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .emergencySect_head {
    padding: 13px 20px;
  }
}
.tp_0_1 .emergencySect_head .hdg {
  display: flex;
  align-items: center;
  gap: 11px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.tp_0_1 .emergencySect_head .hdg:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url(../images/icon/icon_disaster.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tp_0_1 .emergencySect_body {
  padding: 20px;
  background-color: #fff;
}
.tp_0_1 .emergencySect_body .el_news {
  row-gap: 12px;
}
.tp_0_1 .emergencySect_body .el_news .item {
  padding: 0;
}
.tp_0_1 .emergencySect_body .el_news .item:after {
  content: none;
}
.tp_0_1 .emergencySect_body .el_news .item:nth-child(n+4) {
  display: none;
}
.tp_0_1 .emergencySect_body .el_news .item article > a:focus .inner .date time,
.tp_0_1 .emergencySect_body .el_news .item article > a:focus .inner .ttl, [data-whatintent=mouse] .tp_0_1 .emergencySect_body .el_news .item article > a:hover .inner .date time,
[data-whatintent=mouse] .tp_0_1 .emergencySect_body .el_news .item article > a:hover .inner .ttl {
  color: #de1f2e;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .emergencySect_body .el_news .item article .inner {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .emergencySect_body .el_news .item article .inner {
    row-gap: 4px;
  }
}
.tp_0_1 .emergencySect_body .el_news .item article .inner .date time {
  padding: 0;
  padding-top: 0.3em;
  background-color: transparent;
  color: #111111;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .wysiwygArea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .wysiwygArea {
    margin-top: 30px;
  }
}
.tp_0_1 .wysiwygArea_inner {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .wysiwygArea_inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .wysiwygArea_inner {
    padding: 20px;
  }
}
.tp_0_1 .disasterBanner {
  margin-top: 48px;
}
.tp_0_1 .disasterBanner_list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.tp_0_1 .disasterBanner_item {
  width: 100%;
}
.tp_0_1 .disasterBanner_item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.tp_0_1 .disasterBanner_item > a:focus, [data-whatintent=mouse] .tp_0_1 .disasterBanner_item > a:hover {
  opacity: 0.6;
}
.tp_0_1 .disasterBanner_item .img {
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.tp_0_1 .disasterBanner_item .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .tp_0_1 .articleArea {
    margin-top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .tp_0_1 .articleArea {
    margin-top: 80px;
  }
}

.tp_4_1 .ly_header {
  display: none;
}
.tp_4_1 .uniqueHeader {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  min-width: 1240px;
  background-image: var(--_bgImg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .tp_4_1 .uniqueHeader {
    height: 70px;
    min-width: unset;
  }
}
.tp_4_1 .uniqueHeader > .ly_container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .tp_4_1 .uniqueHeader > .ly_container {
    width: 100%;
  }
}
.tp_4_1 .uniqueHeader_inner {
  display: grid;
  align-items: center;
}
.tp_4_1 .uniqueHeader .logo img {
  width: 310px;
  aspect-ratio: 310/70;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .tp_4_1 .uniqueHeader .logo img {
    width: 188px;
  }
}
.tp_4_1 .bl_titleBox {
  padding-top: 230px;
}
@media screen and (max-width: 767px) {
  .tp_4_1 .bl_titleBox {
    padding-top: 100px;
  }
}
.tp_4_1 .ly_footer {
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .tp_4_1 .ly_footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_4_1 .ly_footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tp_4_1 .ly_footer .hdg {
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .tp_4_1 .ly_footer .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_4_1 .ly_footer .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_4_1 .ly_footer .hdg {
    margin-bottom: 20px;
  }
}

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