@charset "UTF-8";
:root {
  --categoryColor: #ddd;
}
:root .river {
  --mainColor: #a3def0;
  --subColor: #ecf6f9;
  --navMain: #a3def0;
  --navHover: #c3e9f5;
  --navSub: #e3f5fa;
  --categoryColor: var(--mainColor);
  --categoryBg: linear-gradient(to left, #a3def0 0%, rgba(163, 222, 240, 0) 100%);
}
:root .road {
  --mainColor: #f7e466;
  --subColor: #fbf7e2;
  --navMain: #f7e466;
  --navHover: #f9ed9b;
  --navSub: #fcf6d1;
  --categoryColor: var(--mainColor);
  --categoryBg: linear-gradient(to left, #f7e466 0%, rgba(247, 228, 102, 0) 100%);
}
:root .other {
  --mainColor: #ddd;
  --subColor: #eee;
  --navMain: #333;
  --navHover: #7a7a7a;
  --navSub: #f3f3f3;
}
:root .emergency {
  --infoColor: #d53d3d;
}
:root .disaster {
  --infoColor: #eb7335;
}

/*! 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: inherit;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

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

body {
  min-width: 1260px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  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 (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
  }
}

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

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-container {
  background: #fff;
}

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

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

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

#small_pop {
  display: flex;
}

#map_box {
  position: relative;
}

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

#map_title {
  display: inline;
}

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

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

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

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

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

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

.main div img {
  clear: both;
}

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

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

.DHide {
  display: none;
}

.img_content {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .img_content {
    float: none;
  }
}
/**
 * Layout
 */
.ly_contents_clipContents {
  overflow-x: hidden;
}

.ly_content {
  position: relative;
  margin-inline: 40px;
  padding-top: 80px;
  z-index: 3;
}
@media (max-width: 767px) {
  .ly_content {
    margin: 0;
    padding-top: 30px;
  }
}
.ly_content .ly_article {
  margin-top: 0;
}
.ly_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 550px;
  max-height: 100%;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .ly_content:after {
    width: calc(100% - 10px);
    height: 780px;
  }
}

.ly_container {
  margin: auto;
  width: 1200px;
}
@media (max-width: 767px) {
  .ly_container {
    padding: 0 20px;
    width: auto;
  }
}

.ly_container_1100 {
  margin: auto;
  width: 1100px;
}
@media (max-width: 767px) {
  .ly_container_1100 {
    padding: 0 20px;
    width: auto;
  }
}

.ly_container_1020 {
  margin: auto;
  width: 1020px;
}
@media (max-width: 767px) {
  .ly_container_1020 {
    padding: 0 20px;
    width: auto;
  }
}

.ly_container_banner {
  margin: auto;
  width: 1198px;
}
@media (max-width: 767px) {
  .ly_container_banner {
    padding: 0 20px;
    width: auto;
  }
}

.ly_withSideNav {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ly_withSideNav {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 40px;
  }
}
.ly_withSideNav_main {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .ly_withSideNav_main {
    width: 100%;
  }
}
.ly_withSideNav_main:only-child {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_txtImg.is-left::after, .ly_withSideNav_main:only-child .el_txtImg.is-right::after {
    content: "";
    display: block;
    clear: both;
  }
  .ly_withSideNav_main:only-child .el_txtImg.is-left .figure, .ly_withSideNav_main:only-child .el_txtImg.is-right .figure {
    width: 36%;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_annotation {
    padding: 50px;
  }
}
.ly_withSideNav_main:only-child .el_btn.col4 > ul {
  gap: 20px;
}
@media (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_btn.col4 > ul {
    gap: 15px;
  }
}
.ly_withSideNav_main:only-child .el_btn.col4 .btn a {
  padding: 22px 14px 22px 29px;
}
@media (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_btn.col4 .btn a {
    padding: 14px 9px 14px 19px;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_btn.col4 .btn a > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_btn.col4 .btn a > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_img.col2 {
    gap: 60px 70px;
  }
  .ly_withSideNav_main:only-child .el_img.col2 .figure figure .hdg {
    font-size: 2rem;
  }
  .ly_withSideNav_main:only-child .el_img.col3 {
    gap: 40px;
  }
  .ly_withSideNav_main:only-child .el_img.col3 .figure figure .hdg {
    font-size: 1.8rem;
  }
  .ly_withSideNav_main:only-child .el_img.col4 {
    gap: 40px 30px;
  }
  .ly_withSideNav_main:only-child .el_img.col4 .figure figure .hdg {
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_thumbLink.col2 > ul {
    gap: 60px 70px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col2 .link .hdg {
    font-size: 2rem;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col2 .link a .hdg {
    padding-left: 45px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col2 .link a .hdg:before {
    width: 18px;
    height: 8px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col2 .link a .hdg:after {
    width: 30px;
    height: 30px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col3 > ul {
    gap: 40px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col3 .link .hdg {
    font-size: 1.8rem;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col3 .link a .hdg {
    padding-left: 36px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 > ul {
    gap: 31px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 .link .hdg {
    font-size: 1.6rem;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 .link a .hdg {
    padding-left: 34px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 .link a .hdg:before, .ly_withSideNav_main:only-child .el_thumbLink.col4 .link a .hdg:after {
    left: 12px;
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 .link a .hdg:before {
    width: 14px;
    height: 6px;
    -webkit-mask-image: url(../images/icon/icon_arw.svg);
    mask-image: url(../images/icon/icon_arw.svg);
  }
  .ly_withSideNav_main:only-child .el_thumbLink.col4 .link a .hdg:after {
    width: 24px;
    height: 24px;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_iconLink.col3 > ul {
    gap: 30px;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_iconLink.col3 .link a {
    grid-template-columns: 80px 1fr;
  }
}
@media not all and (max-width: 767px) {
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a {
    grid-template-columns: 70px 1fr;
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a .hdg {
    padding-right: 34px;
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a .hdg:after {
    right: 12px;
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a .hdg:before {
    width: 14px;
    height: 6px;
    -webkit-mask-image: url(../images/icon/icon_arw.svg);
    mask-image: url(../images/icon/icon_arw.svg);
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a .hdg:after {
    width: 24px;
    height: 24px;
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[target=_blank] .hdg:before {
    right: 11px;
    width: 13px;
    height: 13px;
    -webkit-mask-image: url(../images/icon/icon_window.svg);
    mask-image: url(../images/icon/icon_window.svg);
  }
  .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".doc"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".docx"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".docm"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".dotx"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".dotm"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".xls"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".xlsx"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".xlt"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".xml"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".xlsm"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".csv"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".ppt"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".pptx"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".pptm"] .hdg:before, .ly_withSideNav_main:only-child .el_iconLink.col4 .link a[href$=".pdf"] .hdg:before {
    right: 11px;
    width: 26px;
    height: 15px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.ly_withSideNav_aside {
  width: 220px;
}
@media (max-width: 767px) {
  .ly_withSideNav_aside {
    width: 100%;
  }
}

/**
 * Header
 */
.ly_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  min-width: 1200px;
  transition: transform 0.3s;
  z-index: 10000;
}
@media (max-width: 767px) {
  .ly_header {
    pointer-events: none;
    min-width: unset;
  }
}
@media not all and (max-width: 767px) {
  .ly_header.is_bgShow .ly_header_container {
    background-color: #fff;
    color: #333;
  }
}
@media (max-width: 767px) {
  .ly_header.is_bgShow .ly_header_head {
    background-color: white;
  }
}
.ly_header.is_bgShow .ly_header_logo a img.colored {
  opacity: 1;
}
.ly_header.is_active {
  position: fixed;
}
@media (max-width: 767px) {
  .ly_header.is_active .ly_header_head {
    background-color: white;
  }
}
.ly_header.is_active .ly_header_logo a img.colored {
  opacity: 1;
}
.ly_header.is_active .ly_header_menu button:before {
  opacity: 0;
}
.ly_header.is_active .ly_header_menu button:after {
  opacity: 1;
}
.ly_header.is_active .ly_header_body {
  opacity: 1;
  visibility: visible;
}
.ly_header.is_active .ly_header_overlay {
  opacity: 1;
  visibility: visible;
}
.ly_header_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  z-index: 10;
}
@media (max-width: 767px) {
  .ly_header_inner {
    height: 65px;
  }
}
.ly_header_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px 20px;
  transition-property: color, background-color;
}
@media not all and (max-width: 767px) {
  .ly_header_container {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .ly_header_container {
    display: block;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.ly_header_head {
  flex-grow: 0;
}
@media (max-width: 767px) {
  .ly_header_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 15px 20px;
    background-color: rgba(255, 255, 255, 0);
    transition-property: background-color;
    pointer-events: auto;
  }
}
.ly_header_logo {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .ly_header_logo {
    padding-top: 13px;
  }
}
.ly_header_logo a {
  position: relative;
  display: block;
  max-width: 345px;
  width: 100%;
}
@media (max-width: 767px) {
  .ly_header_logo a {
    max-width: 195px;
  }
}
.ly_header_logo a img.colored {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  z-index: 1;
}
.ly_header_menu {
  display: none;
}
@media (max-width: 767px) {
  .ly_header_menu {
    display: block;
  }
  .ly_header_menu button {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #333;
    transition: opacity 0.3s;
  }
  .ly_header_menu button:focus-visible, :where([data-whatintent="mouse"]) .ly_header_menu button:hover {
    opacity: 0.6;
  }
  .ly_header_menu button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/header/icon_menu.svg);
    transition: opacity 0.3s;
  }
  .ly_header_menu button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/header/icon_close.svg);
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.ly_header_body {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ly_header_body {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #333;
    transition-property: color, opacity, visibility;
    pointer-events: auto;
  }
}
.ly_header_wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .ly_header_wrapper {
    display: block;
    padding: 0 20px;
  }
}
.ly_header_nav {
  margin-right: -5px;
}
@media (max-width: 767px) {
  .ly_header_nav {
    margin-right: 0;
  }
}
.ly_header_nav ul {
  display: flex;
  gap: 28px;
}
@media (max-width: 767px) {
  .ly_header_nav ul {
    display: block;
  }
}
.ly_header_nav a {
  display: block;
  padding: 10px 5px 5px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.ly_header_nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right bottom;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.3s;
}
.ly_header_nav a:focus-visible:before, :where([data-whatintent="mouse"]) .ly_header_nav a:hover:before {
  transform: scale(1, 1);
  transform-origin: left bottom;
}
@media (max-width: 767px) {
  .ly_header_nav a {
    position: static;
  }
  .ly_header_nav a:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .ly_header_nav a {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    background: unset;
    font-size: 1.4rem;
    transition: opacity 0.3s;
  }
  .ly_header_nav a:focus-visible, :where([data-whatintent="mouse"]) .ly_header_nav a:hover {
    opacity: 0.6;
  }
}
.ly_header_subNav {
  display: flex;
  background-color: #fff;
  height: 60px;
}
@media not all and (max-width: 767px) {
  .ly_header_subNav {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .ly_header_subNav {
    display: block;
    height: auto;
    padding: 25px 0 30px;
    background-color: unset;
  }
}
.ly_header_fz {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  align-self: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 15px 22px;
  color: #333;
}
.ly_header_fz:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ly_header_fz:after {
    content: none;
  }
}
.ly_header_fz_hdg {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.ly_header_fz > ul {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.ly_header_fz > ul > li {
  display: grid;
  place-content: center;
  padding: 1px;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #eee;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.ly_header_fz > ul > li.is_current {
  background-color: #333;
  font-weight: bold;
  color: #fff;
}
.ly_header_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px 32px 15px 21px;
}
@media (max-width: 767px) {
  .ly_header_sns {
    justify-content: center;
    padding: 0;
  }
}
.ly_header_sns li {
  display: block;
  width: 29px;
  height: 29px;
}
.ly_header_sns a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.ly_header_sns a:focus-visible, :where([data-whatintent="mouse"]) .ly_header_sns a:hover {
  opacity: 0.6;
}
.ly_header_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_header_search {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
  color: #333;
}
@media (max-width: 767px) {
  .ly_header_search {
    padding: 20px 0 0;
  }
}
.ly_header_search form {
  position: relative;
}
@media (max-width: 767px) {
  .ly_header_search form {
    width: 100%;
  }
}
.ly_header_search .google_search {
  width: 200px;
  padding: 3px 40px 3px 18px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background-position-y: center !important;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ly_header_search .google_search {
    width: 100%;
    padding: 11px 50px 11px 25px;
    background-position-x: 25px !important;
  }
}
.ly_header_search .google_searchBtn {
  position: absolute;
  display: grid;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ly_header_search .google_searchBtn {
    right: 20px;
  }
}
.ly_header_contact {
  height: 100%;
}
@media (max-width: 767px) {
  .ly_header_contact {
    margin-top: 20px;
  }
}
.ly_header_contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 9px 15px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
.ly_header_contact a:focus-visible, :where([data-whatintent="mouse"]) .ly_header_contact a:hover {
  opacity: 0.6;
}
@media not all and (max-width: 767px) {
  .ly_header_contact a {
    border-radius: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .ly_header_contact a {
    position: relative;
    padding: 20px;
    font-size: 1.4rem;
  }
}
.ly_header_contact a .icon_mail {
  margin-bottom: 3px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .ly_header_contact a .icon_mail {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.ly_header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .ly_header_overlay {
    top: 65px;
    height: calc(100% - 65px);
  }
}

/**
 * Footer
 */
.ly_footer {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.ly_footer_pageTop {
  position: relative;
  z-index: 0;
}
.ly_footer_pageTop a {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  z-index: 500;
}
.ly_footer_pageTop a:focus-visible:before, :where([data-whatintent="mouse"]) .ly_footer_pageTop a:hover:before {
  left: 0;
}
.ly_footer_pageTop a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #a3def0 1%, #f7e466 50%, #f7e466 51%, #a3def0 100%);
  z-index: 0;
  transition: left 0.5s;
}
.ly_footer_pageTop a span {
  position: relative;
  z-index: 1;
}
.ly_footer_inner {
  padding-block: 40px;
}
@media (max-width: 767px) {
  .ly_footer_inner {
    padding-bottom: 30px;
  }
}
.ly_footer_container {
  display: grid;
}
@media not all and (max-width: 767px) {
  .ly_footer_container {
    grid-template-columns: 260px 1fr;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .ly_footer_container {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
  }
}
.ly_footer_logo a {
  display: block;
  width: 233px;
  transition: opacity 0.3s;
}
.ly_footer_logo a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_logo a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .ly_footer_logo a {
    width: 198px;
  }
}
@media not all and (max-width: 767px) {
  .ly_footer_address {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ly_footer_address {
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px) {
  .ly_footer_telLink {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .ly_footer_telLink {
    margin-top: 10px;
  }
}
.ly_footer_telLink > li {
  letter-spacing: 0.04em;
}
.ly_footer_telLink > li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  color: #006ccc;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.ly_footer_telLink > li a[target=_blank]: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, .ly_footer_telLink > li a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ly_footer_telLink > li a[target=_blank]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.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, .ly_footer_telLink > li a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.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 {
  background-image: url(../images/icon/icon_doc.png);
}
.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 {
  background-image: url(../images/icon/icon_xls.png);
}
.ly_footer_telLink > li a[href$=".ppt"]:after, .ly_footer_telLink > li a[href$=".pptx"]:after, .ly_footer_telLink > li a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.ly_footer_telLink > li a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.ly_footer_telLink > li a.noIcon:after {
  content: none !important;
}
.ly_footer_telLink > li a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_telLink > li a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.ly_footer_nav > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .ly_footer_nav > ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px 30px;
  }
}
.ly_footer_nav > ul li a {
  position: relative;
}
.ly_footer_nav > ul li a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  aspect-ratio: 1;
  background-color: currentColor;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
.ly_footer_nav > ul li a[target=_blank]:after, .ly_footer_nav > ul li a[href$=".doc"]:after, .ly_footer_nav > ul li a[href$=".docx"]:after, .ly_footer_nav > ul li a[href$=".docm"]:after, .ly_footer_nav > ul li a[href$=".dotx"]:after, .ly_footer_nav > ul li a[href$=".dotm"]:after, .ly_footer_nav > ul li a[href$=".xls"]:after, .ly_footer_nav > ul li a[href$=".xlsx"]:after, .ly_footer_nav > ul li a[href$=".xlt"]:after, .ly_footer_nav > ul li a[href$=".xml"]:after, .ly_footer_nav > ul li a[href$=".xlsm"]:after, .ly_footer_nav > ul li a[href$=".csv"]:after, .ly_footer_nav > ul li a[href$=".ppt"]:after, .ly_footer_nav > ul li a[href$=".pptx"]:after, .ly_footer_nav > ul li a[href$=".pptm"]:after, .ly_footer_nav > ul li a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ly_footer_nav > ul li a[target=_blank]:after {
  width: 13px;
  height: 13px;
  vertical-align: -0.15em;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.ly_footer_nav > ul li a[href$=".doc"]:after, .ly_footer_nav > ul li a[href$=".docx"]:after, .ly_footer_nav > ul li a[href$=".docm"]:after, .ly_footer_nav > ul li a[href$=".dotx"]:after, .ly_footer_nav > ul li a[href$=".dotm"]:after, .ly_footer_nav > ul li a[href$=".xls"]:after, .ly_footer_nav > ul li a[href$=".xlsx"]:after, .ly_footer_nav > ul li a[href$=".xlt"]:after, .ly_footer_nav > ul li a[href$=".xml"]:after, .ly_footer_nav > ul li a[href$=".xlsm"]:after, .ly_footer_nav > ul li a[href$=".csv"]:after, .ly_footer_nav > ul li a[href$=".ppt"]:after, .ly_footer_nav > ul li a[href$=".pptx"]:after, .ly_footer_nav > ul li a[href$=".pptm"]:after, .ly_footer_nav > ul li a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.25em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.ly_footer_nav > ul li a[href$=".doc"]:after, .ly_footer_nav > ul li a[href$=".docx"]:after, .ly_footer_nav > ul li a[href$=".docm"]:after, .ly_footer_nav > ul li a[href$=".dotx"]:after, .ly_footer_nav > ul li a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.ly_footer_nav > ul li a[href$=".xls"]:after, .ly_footer_nav > ul li a[href$=".xlsx"]:after, .ly_footer_nav > ul li a[href$=".xlt"]:after, .ly_footer_nav > ul li a[href$=".xml"]:after, .ly_footer_nav > ul li a[href$=".xlsm"]:after, .ly_footer_nav > ul li a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.ly_footer_nav > ul li a[href$=".ppt"]:after, .ly_footer_nav > ul li a[href$=".pptx"]:after, .ly_footer_nav > ul li a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.ly_footer_nav > ul li a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.ly_footer_nav > ul > li {
  display: block;
}
.ly_footer_nav > ul > li > a,
.ly_footer_nav > ul > li > span {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.ly_footer_nav > ul > li > a {
  padding-left: 16px;
  transition: opacity 0.3s;
}
.ly_footer_nav > ul > li > a:before {
  width: 8px;
}
.ly_footer_nav > ul > li > a[target=_blank]:after {
  vertical-align: -0.05em;
}
.ly_footer_nav > ul > li > a[href$=".doc"]:after, .ly_footer_nav > ul > li > a[href$=".docx"]:after, .ly_footer_nav > ul > li > a[href$=".docm"]:after, .ly_footer_nav > ul > li > a[href$=".dotx"]:after, .ly_footer_nav > ul > li > a[href$=".dotm"]:after, .ly_footer_nav > ul > li > a[href$=".xls"]:after, .ly_footer_nav > ul > li > a[href$=".xlsx"]:after, .ly_footer_nav > ul > li > a[href$=".xlt"]:after, .ly_footer_nav > ul > li > a[href$=".xml"]:after, .ly_footer_nav > ul > li > a[href$=".xlsm"]:after, .ly_footer_nav > ul > li > a[href$=".csv"]:after, .ly_footer_nav > ul > li > a[href$=".ppt"]:after, .ly_footer_nav > ul > li > a[href$=".pptx"]:after, .ly_footer_nav > ul > li > a[href$=".pptm"]:after, .ly_footer_nav > ul > li > a[href$=".pdf"]:after {
  vertical-align: -0.1em;
}
.ly_footer_nav > ul > li > a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_nav > ul > li > a:hover {
  opacity: 0.65;
}
.ly_footer_subNav li {
  position: relative;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .ly_footer_subNav li {
    font-size: 1.3rem;
  }
}
.ly_footer_subNav li > a {
  padding-left: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  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_subNav li > a:before {
  width: 5px;
}
.ly_footer_subNav li > a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_subNav li > a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.ly_footer_subNav_subList > li {
  margin-top: 5px;
  margin-left: 13px;
  font-size: 1.2rem;
  color: #666;
}
@media (max-width: 767px) {
  .ly_footer_subNav_subList > li {
    margin-left: 0;
  }
}
.ly_footer_subNav_subList > li > a:before {
  width: 4px;
}
.ly_footer_foot {
  padding-block: 30px;
  background-color: #f3f3f3;
}
.ly_footer_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.ly_footer_sns li {
  display: block;
  width: 29px;
  height: 29px;
}
.ly_footer_sns a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.ly_footer_sns a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_sns a:hover {
  opacity: 0.6;
}
.ly_footer_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .ly_footer_link {
    justify-content: flex-start;
    margin-left: -20px;
  }
}
.ly_footer_link li {
  padding-block: 1px;
  font-size: 0;
}
.ly_footer_link li:last-child a {
  border-right: none;
}
.ly_footer_link a {
  padding-inline: 20px;
  border-right: 1px solid #B8B1A5;
  font-size: 1.2rem;
  line-height: 1.41666667;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .ly_footer_link a {
    font-size: 1.1rem;
  }
}
.ly_footer_link a[target=_blank]:after, .ly_footer_link a[href$=".doc"]:after, .ly_footer_link a[href$=".docx"]:after, .ly_footer_link a[href$=".docm"]:after, .ly_footer_link a[href$=".dotx"]:after, .ly_footer_link a[href$=".dotm"]:after, .ly_footer_link a[href$=".xls"]:after, .ly_footer_link a[href$=".xlsx"]:after, .ly_footer_link a[href$=".xlt"]:after, .ly_footer_link a[href$=".xml"]:after, .ly_footer_link a[href$=".xlsm"]:after, .ly_footer_link a[href$=".csv"]:after, .ly_footer_link a[href$=".ppt"]:after, .ly_footer_link a[href$=".pptx"]:after, .ly_footer_link a[href$=".pptm"]:after, .ly_footer_link a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ly_footer_link a[target=_blank]:after {
  width: 13px;
  height: 13px;
  vertical-align: -0.15em;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.ly_footer_link a[href$=".doc"]:after, .ly_footer_link a[href$=".docx"]:after, .ly_footer_link a[href$=".docm"]:after, .ly_footer_link a[href$=".dotx"]:after, .ly_footer_link a[href$=".dotm"]:after, .ly_footer_link a[href$=".xls"]:after, .ly_footer_link a[href$=".xlsx"]:after, .ly_footer_link a[href$=".xlt"]:after, .ly_footer_link a[href$=".xml"]:after, .ly_footer_link a[href$=".xlsm"]:after, .ly_footer_link a[href$=".csv"]:after, .ly_footer_link a[href$=".ppt"]:after, .ly_footer_link a[href$=".pptx"]:after, .ly_footer_link a[href$=".pptm"]:after, .ly_footer_link a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.25em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.ly_footer_link a[href$=".doc"]:after, .ly_footer_link a[href$=".docx"]:after, .ly_footer_link a[href$=".docm"]:after, .ly_footer_link a[href$=".dotx"]:after, .ly_footer_link a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.ly_footer_link a[href$=".xls"]:after, .ly_footer_link a[href$=".xlsx"]:after, .ly_footer_link a[href$=".xlt"]:after, .ly_footer_link a[href$=".xml"]:after, .ly_footer_link a[href$=".xlsm"]:after, .ly_footer_link a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.ly_footer_link a[href$=".ppt"]:after, .ly_footer_link a[href$=".pptx"]:after, .ly_footer_link a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.ly_footer_link a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.ly_footer_link a:focus-visible, :where([data-whatintent="mouse"]) .ly_footer_link a:hover {
  opacity: 0.6;
}
.ly_footer_copy {
  margin-top: 30px;
  padding-right: 30px;
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.41666667;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .ly_footer_copy {
    text-align: left;
    font-size: 1rem;
  }
}

/**
 * Block
 */
.bl_titleBox {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .bl_titleBox {
    padding-top: 90px;
    overflow-x: clip;
  }
}
.bl_titleBox_bg {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 830px;
  background: linear-gradient(#fff 0%, #a3def0 35.7%, #a3def0 46.49%, #fffadc 89.1%, #fff 100%);
  overflow-x: clip;
  z-index: 0;
}
@media (max-width: 767px) {
  .bl_titleBox_bg {
    top: 134px;
    height: 840px;
  }
}
.bl_titleBox_bg:before, .bl_titleBox_bg:after {
  content: "";
  position: absolute;
}
.bl_titleBox_bg:before {
  top: -34px;
  left: -226px;
  width: 794px;
  height: 658px;
  background-image: url(../images/common/sub_bg_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bl_titleBox_bg:before {
    content: none;
  }
}
.bl_titleBox_bg:after {
  top: 44px;
  right: -301px;
  width: 742px;
  height: 778px;
  background-image: url(../images/common/sub_bg_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bl_titleBox_bg:after {
    top: -36px;
    right: -161px;
    width: 377px;
    height: 395px;
    margin-right: 20px;
    background-image: url(../images/common/sub_bg_01_sp.png);
  }
}
.bl_titleBox_bg .ly_container_1020 {
  position: relative;
}
.bl_titleBox_bg .ly_container_1020:before, .bl_titleBox_bg .ly_container_1020:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.bl_titleBox_bg .ly_container_1020:before {
  top: 238px;
  left: 2px;
  width: 192px;
  height: 92px;
  background-image: url(../images/common/sub_bg_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .bl_titleBox_bg .ly_container_1020:before {
    top: 106px;
    left: -29px;
    width: 98px;
    height: 47px;
    transform: none;
  }
}
.bl_titleBox_bg .ly_container_1020:after {
  top: 46px;
  right: -3px;
  width: 171px;
  height: 110px;
  background-image: url(../images/common/sub_bg_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .bl_titleBox_bg .ly_container_1020:after {
    top: 80px;
    right: -17px;
    width: 72px;
    height: 45px;
    background-image: url(../images/common/sub_bg_04_sp.svg);
    transform: translateY(-100%);
  }
}
.bl_titleBox > .ly_container {
  padding-top: 67px;
  padding-bottom: 10px;
}
.bl_titleBox:has(.el_articleHdg__noSub) .bl_titleBox_bg .ly_container_1020:before {
  top: 65px;
}
@media not all and (max-width: 767px) {
  .bl_titleBox:has(.el_articleHdg__noSub) .bl_titleBox_bg .ly_container_1020:before {
    top: 157px;
    left: -59px;
  }
}
@media (max-width: 767px) {
  .bl_titleBox:has(.el_articleHdg__noSub) .bl_titleBox_bg .ly_container_1020:after {
    top: 0;
    transform: none;
  }
}

.bl_breadcrumb {
  position: relative;
  padding-block: 17px 38px;
  z-index: 1;
}
@media (max-width: 767px) {
  .bl_breadcrumb {
    padding-block: 17.5px 29px;
  }
}
.bl_breadcrumb > .ly_container_1100 {
  display: flex;
  justify-content: flex-start;
}
.bl_breadcrumb ol li {
  display: inline;
  font-size: 0;
}
.bl_breadcrumb ol li:before {
  content: "";
  display: inline-block;
  margin: 0.45rem 11px;
  width: 10px;
  height: 1px;
  background: #666;
  transform: perspective(0);
}
@media (max-width: 767px) {
  .bl_breadcrumb ol li:before {
    margin: 0.4rem 6px;
  }
}
.bl_breadcrumb ol li:first-child:before {
  content: none;
}
.bl_breadcrumb ol li a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  color: #999;
  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;
}
.bl_breadcrumb ol li a:focus-visible, :where([data-whatintent="mouse"]) .bl_breadcrumb ol li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.bl_breadcrumb ol li span {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .bl_breadcrumb ol li span {
    font-size: 1.2rem;
  }
}

.bl_sideNav {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .bl_sideNav {
    margin-bottom: 10px;
    padding: 0;
  }
}
.bl_sideNav.other .parent .hdg {
  color: #fff;
}
.bl_sideNav .parent .hdg {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: var(--navMain);
  transition: background-color 0.3s;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .bl_sideNav .parent .hdg {
    padding: 15px;
  }
}
.bl_sideNav .parent > a {
  display: block;
}
.bl_sideNav .parent > a .hdg:before, .bl_sideNav .parent > a .hdg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(50%, -50%);
}
.bl_sideNav .parent > a .hdg:before {
  width: 18px;
  height: 18px;
  background-color: #e9e9e9;
  border-radius: 50%;
  z-index: 1;
}
.bl_sideNav .parent > a .hdg:after {
  width: 10px;
  height: 5px;
  background-color: #333;
  -webkit-mask-image: url(../images/icon/icon_arw_b.svg);
  mask-image: url(../images/icon/icon_arw_b.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 2;
}
.bl_sideNav .parent > a:focus-visible .hdg, :where([data-whatintent="mouse"]) .bl_sideNav .parent > a:hover .hdg {
  background-color: var(--navHover);
}
@media (max-width: 767px) {
  .bl_sideNav .child {
    display: none;
  }
}
.bl_sideNav .list {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.bl_sideNav .list .item {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.bl_sideNav .list .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  transition: background-color 0.3s;
}
.bl_sideNav .list .item a:focus-visible, :where([data-whatintent="mouse"]) .bl_sideNav .list .item a:hover {
  background-color: var(--navSub);
}
@media (max-width: 767px) {
  .bl_sideNav .list .item a {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.bl_sideNav .list .item:last-child {
  border-bottom: none;
}
.bl_sideNav .list .item.is_current a {
  background-color: var(--navSub);
}
.bl_sideNav:last-child {
  margin-bottom: 0;
}

.bl_pgTtl .sub {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bl_pgTtl .sub {
    margin-bottom: 10px;
  }
}
.bl_pgTtl .hdg {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ccc;
  box-shadow: 0px 4px 0px #ccc;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .bl_pgTtl .hdg {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .bl_pgTtl .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .bl_pgTtl .hdg {
    padding: 15px;
    box-shadow: 0px 3px 0px #ccc;
  }
}
.bl_pgTtl + .ly_article {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .bl_pgTtl + .ly_article {
    margin-top: 30px;
  }
}

/**
 * Element
 */
.el_arwIconWithCircle {
  width: 24px;
  height: 24px;
  background-color: #EEE;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.el_arwIconWithCircle .icon_blank {
  display: none;
  margin-left: 1px;
}

.el_arwIcon {
  color: #333;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
}
.el_arwIcon_line {
  width: 8px;
  height: 1px;
  margin-right: -1px;
  transform: perspective(0);
}
.el_arwIcon_tri {
  background-color: currentColor;
  width: 7px;
  height: 6px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.el_arwIcon_line {
  flex-shrink: 0;
  background-color: currentColor;
}
.el_arwIcon_tri {
  flex-shrink: 0;
  background-color: currentColor;
}

.el_icon_disaster {
  display: flex;
  align-items: center;
}
.el_icon_disaster img {
  margin-bottom: 4px;
  width: 21px;
  height: 18px;
}
.el_icon_disaster_txt {
  margin-left: 7px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #d53d3d;
}

.el_circle_num {
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;
  padding-top: 0.05em;
  padding-left: 0.05em;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: var(--categoryColor);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .el_circle_num {
    width: 22px;
    height: 22px;
    border-width: 1px;
    font-weight: 600;
    font-size: 1.2rem;
  }
}

.el_articleHdg {
  padding-top: 85px;
  border-bottom: 2px solid #333;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .el_articleHdg {
    padding-top: 0;
  }
}
.el_articleHdg__noSub .el_articleHdg_ttl {
  margin-top: 0;
}
.el_articleHdg_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.el_articleHdg_sub {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .el_articleHdg_sub {
    font-size: 1.6rem;
  }
}
.el_articleHdg_ttl {
  position: relative;
  margin-top: 9px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media (max-width: 767px) {
  .el_articleHdg_ttl {
    margin-top: 1px;
    padding-bottom: 11px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
.el_articleHdg .leanTxt {
  position: absolute;
  top: calc(50% + 0px);
  left: calc(50% + 0px);
  transform: translate(-50%, -50%) rotate(35deg);
  color: #000;
  font-size: 16px;
  font-family: "Cedarville Cursive", cursive;
  white-space: nowrap;
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 767px) {
  .el_articleHdg .leanTxt {
    font-size: 14px;
  }
}
.el_articleHdg .leanTxt {
  top: calc(50% + 28px);
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 6.9rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .el_articleHdg .leanTxt {
    top: 0;
    font-size: 4.1rem;
    transform: none;
  }
}

.el_catHdg {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .el_catHdg {
    padding-top: 0;
  }
}
.el_catHdg_ttl {
  padding: 31px 61px 33px calc((100% - 1100px) / 2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 52.5px 52.5px 0px;
  background: var(--categoryBg);
  font-weight: bold;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .el_catHdg_ttl {
    padding: 14px 33px 14px 35px;
    border-radius: 0px 31.5px 31.5px 0px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.el_category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 25px;
  border-radius: 21px;
  background-color: var(--categoryColor);
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .el_category {
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    font-size: 1.6rem;
  }
}

.el_hdg .primary {
  position: relative;
  margin-block: 80px 30px;
  padding-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_hdg .primary {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .primary {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.el_hdg .primary:before, .el_hdg .primary:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.el_hdg .primary:before {
  width: 100px;
  background-color: #333;
  z-index: 1;
}
.el_hdg .primary:after {
  width: 100%;
  background-color: #000;
  opacity: 0.15;
  z-index: 0;
}
.el_hdg .primary:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .el_hdg .primary {
    margin-block: 60px 20px;
    padding-bottom: 12px;
  }
  .el_hdg .primary:before {
    width: 60px;
  }
}
.el_hdg .secondary {
  margin-block: 60px 20px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_hdg .secondary {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .secondary {
    font-size: 20px;
    font-size: 2rem;
  }
}
.el_hdg .secondary:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .el_hdg .secondary {
    margin-block: 40px 15px;
  }
}
.el_hdg .tertiary {
  margin-block: 60px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media not all and (max-width: 767px) {
  .el_hdg .tertiary {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_hdg .tertiary {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_hdg .tertiary:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .el_hdg .tertiary {
    margin-block: 40px 15px;
    line-height: 1.5;
  }
}
.el_hdg:first-child > *:first-child {
  margin-top: 0;
}
.el_hdg + * {
  margin-top: 20px !important;
}
.el_hdg_cat .primary {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-block: 80px 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #333;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .el_hdg_cat .primary {
    gap: 10px;
    margin-block: 60px 20px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
}
.el_hdg_cat .secondary {
  margin-block: 40px 30px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background-color: var(--subColor);
}
@media (max-width: 767px) {
  .el_hdg_cat .secondary {
    margin-block: 30px 20px;
    font-size: 2rem;
  }
}
.el_hdg_cat_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
@media (max-width: 767px) {
  .el_hdg_cat_icon {
    width: 32px;
    height: 32px;
  }
}
.el_hdg_cat + * {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .el_hdg_cat + * {
    margin-top: 20px !important;
  }
}

.el_anchor:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_anchor:not(:first-child) {
    margin-top: 30px;
  }
}
.el_anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (max-width: 767px) {
  .el_anchor ul {
    gap: 15px 20px;
  }
}
.el_anchor li {
  position: relative;
}
.el_anchor li:not(:last-child) {
  padding-right: 31px;
}
.el_anchor li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0.75em;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .el_anchor li:not(:last-child) {
    padding-right: 21px;
  }
}
@media (max-width: 767px) {
  .el_anchor li {
    padding-right: 21px;
  }
  .el_anchor li:after {
    content: "";
    position: absolute;
    top: 0.75em;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
}
.el_anchor a {
  position: relative;
  display: block;
  padding-right: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #006ccc;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  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_anchor a:before, .el_anchor a:after {
  content: "";
  position: absolute;
  top: 0.75em;
  right: 9.5px;
  transform: translate(50%, -50%);
}
.el_anchor a:before {
  margin-top: 1px;
  width: 6px;
  height: 7px;
  background-color: #333;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}
.el_anchor a:after {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #eee;
  z-index: 0;
}
@media (max-width: 767px) {
  .el_anchor a {
    padding-right: 27px;
    font-size: 1.5rem;
  }
}
.el_anchor a:focus-visible, :where([data-whatintent="mouse"]) .el_anchor a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.el_wysiwyg {
  letter-spacing: 0.05em;
}
.el_wysiwyg:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .el_wysiwyg:not(:first-child) {
    margin-top: 20px;
  }
}
.el_wysiwyg > *:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .el_wysiwyg > *:not(:first-child) {
    margin-top: 20px;
  }
}
.el_wysiwyg a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  color: #006ccc;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.el_wysiwyg a[target=_blank]: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_wysiwyg a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_wysiwyg a[target=_blank]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.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_wysiwyg a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.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 {
  background-image: url(../images/icon/icon_doc.png);
}
.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 {
  background-image: url(../images/icon/icon_xls.png);
}
.el_wysiwyg a[href$=".ppt"]:after, .el_wysiwyg a[href$=".pptx"]:after, .el_wysiwyg a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_wysiwyg a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_wysiwyg a.noIcon:after {
  content: none !important;
}
.el_wysiwyg a:focus-visible, :where([data-whatintent="mouse"]) .el_wysiwyg a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_wysiwyg ul {
  overflow: hidden;
}
.el_wysiwyg ul li {
  position: relative;
  margin-block: 10px;
  padding-left: 17px;
}
.el_wysiwyg ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-inline: calc((0.8em - 3px) / 2);
  transform: translateY(-50%);
  background-color: #333;
}
.el_wysiwyg ol {
  counter-reset: list-counter;
  overflow: hidden;
}
.el_wysiwyg ol > li {
  position: relative;
  counter-increment: list-counter;
  margin-block: 10px;
  padding-left: 17px;
}
.el_wysiwyg ol > li:nth-child(n+10) {
  padding-left: 25px;
}
.el_wysiwyg ol > li:nth-child(n+100) {
  padding-left: 33px;
}
.el_wysiwyg ol > li:before {
  content: counter(list-counter) ". ";
  position: absolute;
  display: inline-block;
  left: 0;
  font-weight: 500;
  color: #444;
}

.el_txtImg:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_txtImg:not(:first-child) {
    margin-top: 30px;
  }
}
.el_txtImg .figure figure {
  display: table;
  width: 100%;
}
.el_txtImg .figure figure .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.el_txtImg .figure figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.el_txtImg .figure figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_txtImg .figure figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_txtImg .figure figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .el_txtImg .figure figure figcaption {
    margin-top: 10px;
  }
}
.el_txtImg .figure > a {
  display: block;
}
.el_txtImg .figure > a:focus-visible figure .img img, :where([data-whatintent="mouse"]) .el_txtImg .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_txtImg .txt .hdg {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media not all and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_txtImg .txt .hdg:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .el_txtImg .txt .hdg:not(:last-child) {
    margin-bottom: 15px;
  }
}
.el_txtImg .txt .hdg + .el_wysiwyg {
  margin-top: 0;
}
.el_txtImg.is-right .figure {
  float: right;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .el_txtImg.is-right {
    display: grid;
    row-gap: 20px;
  }
  .el_txtImg.is-right .figure {
    justify-self: center;
    order: 2;
    margin: 0;
    width: 100%;
    float: none;
  }
  .el_txtImg.is-right .txt {
    order: 1;
  }
}
.el_txtImg.is-left .figure {
  float: left;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .el_txtImg.is-left {
    display: grid;
    row-gap: 20px;
  }
  .el_txtImg.is-left .figure {
    justify-self: center;
    order: 2;
    margin: 0;
    width: 100%;
    float: none;
  }
  .el_txtImg.is-left .txt {
    order: 1;
  }
}
@media not all and (max-width: 767px) {
  .el_txtImg.is-left::after, .el_txtImg.is-right::after {
    content: "";
    display: block;
    clear: both;
  }
  .el_txtImg.is-left .figure, .el_txtImg.is-right .figure {
    margin-bottom: 30px;
    width: 46%;
  }
}
.el_txtImg.is-center {
  display: grid;
  row-gap: 40px;
}
.el_txtImg.is-center .figure {
  justify-self: center;
  order: 2;
}
.el_txtImg.is-center .txt {
  order: 1;
}
@media (max-width: 767px) {
  .el_txtImg.is-center {
    row-gap: 20px;
  }
  .el_txtImg.is-center .figure {
    width: 100%;
  }
}

.el_linkList:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_linkList:not(:first-child) {
    margin-top: 30px;
  }
}
.el_linkList + .el_linkList {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .el_linkList + .el_linkList {
    margin-top: 30px;
  }
}
.el_linkList a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  color: #006ccc;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.el_linkList a[target=_blank]: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_linkList a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_linkList a[target=_blank]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.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_linkList a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.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 {
  background-image: url(../images/icon/icon_doc.png);
}
.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 {
  background-image: url(../images/icon/icon_xls.png);
}
.el_linkList a[href$=".ppt"]:after, .el_linkList a[href$=".pptx"]:after, .el_linkList a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_linkList a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_linkList a.noIcon:after {
  content: none !important;
}
.el_linkList a:focus-visible, :where([data-whatintent="mouse"]) .el_linkList a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_linkList > ul {
  display: grid;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.el_linkList > ul > li {
  padding-block: 19px 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .el_linkList > ul > li {
    padding-block: 15px 16px;
  }
}
.el_linkList > ul > li > ul {
  margin-top: 15px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul {
    margin-left: 25px;
  }
}
.el_linkList > ul > li > ul > li {
  position: relative;
  margin-top: 10px;
  padding-left: 18px;
}
.el_linkList > ul > li > ul > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #333;
}
.el_linkList > ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.el_linkList > ul > li > ul > li:last-child {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul > li {
    padding-left: 14px;
  }
  .el_linkList > ul > li > ul > li:before {
    width: 6px;
  }
}
.el_linkList > ul > li > ul > li > ul {
  margin-top: 12px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul > li > ul {
    margin-top: 10px;
    margin-left: 7px;
  }
}
.el_linkList > ul > li > ul > li > ul > li {
  position: relative;
  margin-top: 5px;
  padding-left: 18px;
  font-size: 1.4rem;
}
.el_linkList > ul > li > ul > li > ul > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #333;
}
.el_linkList > ul > li > ul > li > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .el_linkList > ul > li > ul > li > ul > li {
    padding-left: 14px;
  }
  .el_linkList > ul > li > ul > li > ul > li:before {
    width: 6px;
  }
}
.el_linkList.col1 > ul {
  grid-template-columns: 1fr;
}
.el_linkList.col1 > ul > li:first-child {
  padding-top: 0;
}
@media not all and (max-width: 767px) {
  .el_linkList.col2 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .el_linkList.col2 > ul > li:nth-child(-n+2) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .el_linkList.col2 > ul {
    grid-template-columns: 1fr;
  }
  .el_linkList.col2 > ul > li:first-child {
    padding-top: 0;
  }
}

.el_annotation {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.el_annotation .el_txtImg {
  margin-top: 0;
}
.el_annotation:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_annotation:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .el_annotation {
    padding: 30px;
  }
}

.el_btn:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .el_btn:not(:first-child) {
    margin-top: 30px;
  }
}
.el_btn > ul {
  display: grid;
  gap: 20px;
}
.el_btn .btn a {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px 14px 22px 29px;
  border: 1px solid #333;
  border-radius: 2000px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_btn .btn a {
    padding: 14px 9px 14px 29px;
  }
}
.el_btn .btn a > span {
  position: relative;
  display: inline-block;
  padding-right: 39px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .el_btn .btn a > span {
    padding-right: 25px;
  }
}
.el_btn .btn a > span:before, .el_btn .btn a > span:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 12px;
  transform: translate(50%, -50%);
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_btn .btn a > span:before, .el_btn .btn a > span:after {
    right: 10px;
  }
}
.el_btn .btn a > span:before {
  right: 11px;
  width: 14px;
  height: 6px;
  -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: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .el_btn .btn a > span:before {
    right: 10px;
    width: 11px;
    height: 5px;
  }
}
.el_btn .btn a > span:after {
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .el_btn .btn a > span:after {
    width: 20px;
    height: 20px;
  }
}
.el_btn .btn a:focus-visible, :where([data-whatintent="mouse"]) .el_btn .btn a:hover {
  background-color: #333;
  color: #fff;
}
.el_btn .btn a:focus-visible > span:before, :where([data-whatintent="mouse"]) .el_btn .btn a:hover > span:before {
  background-color: #333;
}
.el_btn .btn a:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a:hover > span:after {
  background-color: #fff;
}
.el_btn .btn a[target=_blank] > span:before {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
@media (max-width: 767px) {
  .el_btn .btn a[target=_blank] > span:before {
    width: 11px;
    height: 11px;
  }
}
.el_btn .btn a[href$=".doc"] > span:before, .el_btn .btn a[href$=".docx"] > span:before, .el_btn .btn a[href$=".docm"] > span:before, .el_btn .btn a[href$=".dotx"] > span:before, .el_btn .btn a[href$=".dotm"] > span:before, .el_btn .btn a[href$=".xls"] > span:before, .el_btn .btn a[href$=".xlsx"] > span:before, .el_btn .btn a[href$=".xlt"] > span:before, .el_btn .btn a[href$=".xml"] > span:before, .el_btn .btn a[href$=".xlsm"] > span:before, .el_btn .btn a[href$=".csv"] > span:before, .el_btn .btn a[href$=".ppt"] > span:before, .el_btn .btn a[href$=".pptx"] > span:before, .el_btn .btn a[href$=".pptm"] > span:before, .el_btn .btn a[href$=".pdf"] > span:before {
  content: none;
}
.el_btn .btn a[href$=".doc"] > span:after, .el_btn .btn a[href$=".docx"] > span:after, .el_btn .btn a[href$=".docm"] > span:after, .el_btn .btn a[href$=".dotx"] > span:after, .el_btn .btn a[href$=".dotm"] > span:after, .el_btn .btn a[href$=".xls"] > span:after, .el_btn .btn a[href$=".xlsx"] > span:after, .el_btn .btn a[href$=".xlt"] > span:after, .el_btn .btn a[href$=".xml"] > span:after, .el_btn .btn a[href$=".xlsm"] > span:after, .el_btn .btn a[href$=".csv"] > span:after, .el_btn .btn a[href$=".ppt"] > span:after, .el_btn .btn a[href$=".pptx"] > span:after, .el_btn .btn a[href$=".pptm"] > span:after, .el_btn .btn a[href$=".pdf"] > span:after {
  right: 13px;
  width: 26px;
  height: 15px;
  border-radius: unset;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.el_btn .btn a[href$=".doc"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".doc"]:hover > span:after, .el_btn .btn a[href$=".docx"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".docx"]:hover > span:after, .el_btn .btn a[href$=".docm"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".docm"]:hover > span:after, .el_btn .btn a[href$=".dotx"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".dotx"]:hover > span:after, .el_btn .btn a[href$=".dotm"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".dotm"]:hover > span:after, .el_btn .btn a[href$=".xls"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".xls"]:hover > span:after, .el_btn .btn a[href$=".xlsx"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".xlsx"]:hover > span:after, .el_btn .btn a[href$=".xlt"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".xlt"]:hover > span:after, .el_btn .btn a[href$=".xml"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".xml"]:hover > span:after, .el_btn .btn a[href$=".xlsm"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".xlsm"]:hover > span:after, .el_btn .btn a[href$=".csv"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".csv"]:hover > span:after, .el_btn .btn a[href$=".ppt"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".ppt"]:hover > span:after, .el_btn .btn a[href$=".pptx"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".pptx"]:hover > span:after, .el_btn .btn a[href$=".pptm"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".pptm"]:hover > span:after, .el_btn .btn a[href$=".pdf"]:focus-visible > span:after, :where([data-whatintent="mouse"]) .el_btn .btn a[href$=".pdf"]:hover > span:after {
  background-color: transparent;
}
.el_btn .btn a[href$=".doc"] > span:after, .el_btn .btn a[href$=".docx"] > span:after, .el_btn .btn a[href$=".docm"] > span:after, .el_btn .btn a[href$=".dotx"] > span:after, .el_btn .btn a[href$=".dotm"] > span:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_btn .btn a[href$=".xls"] > span:after, .el_btn .btn a[href$=".xlsx"] > span:after, .el_btn .btn a[href$=".xlt"] > span:after, .el_btn .btn a[href$=".xml"] > span:after, .el_btn .btn a[href$=".xlsm"] > span:after, .el_btn .btn a[href$=".csv"] > span:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_btn .btn a[href$=".ppt"] > span:after, .el_btn .btn a[href$=".pptx"] > span:after, .el_btn .btn a[href$=".pptm"] > span:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_btn .btn a[href$=".pdf"] > span:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_btn.col1 > ul {
  grid-template-columns: auto;
}
.el_btn.col1 .btn {
  justify-self: center;
  width: 100%;
}
@media (max-width: 767px) {
  .el_btn.col1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .el_btn.col1 .btn {
    width: 100%;
  }
  .el_btn.col1 .btn a > span {
    padding-right: 29px;
  }
}
.el_btn.col2 > ul {
  grid-template-columns: repeat(2, 1fr);
}
.el_btn.col3 > ul {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .el_btn.col3 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .el_btn.col3 .btn a {
    padding: 14px 9px 14px 19px;
  }
  .el_btn.col3 .btn a > span {
    padding-right: 29px;
  }
}
.el_btn.col4 > ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .el_btn.col4 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.el_btn.col4 .btn a {
  padding: 14px 14px 14px 24px;
}
@media (max-width: 767px) {
  .el_btn.col4 .btn a {
    padding: 14px 9px 14px 19px;
  }
}
.el_btn.col4 .btn a > span {
  font-size: 1.4rem;
  padding-right: 34px;
}
@media (max-width: 767px) {
  .el_btn.col4 .btn a > span {
    padding-right: 29px;
  }
}

.el_table:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .el_table:not(:first-child) {
    margin-top: 20px;
  }
}
.el_table .el_wysiwyg {
  margin-top: 0;
}

.el_table .el_table_txt,
.el_wysiwyg .el_table_txt {
  display: none;
}
.el_table div:has(> table),
.el_wysiwyg div:has(> table) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
}
.el_table div:has(> table):before,
.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_table table,
.el_wysiwyg table {
  table-layout: fixed;
}
.el_table table th,
.el_wysiwyg table th {
  min-height: 64px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.05);
}
.el_table table td,
.el_wysiwyg table td {
  min-height: 86px;
  background-color: #fff;
}
.el_table table th,
.el_table table td,
.el_wysiwyg table th,
.el_wysiwyg table td {
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .el_table table th,
.el_table table td,
.el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 15px;
  }
}
.el_table table th:not([align]),
.el_wysiwyg table th:not([align]) {
  text-align: center;
}
.el_table table td:not([align]),
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_table table th:not([valign]),
.el_table table td:not([valign]),
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .el_table.table-scroll .el_table_txt,
.el_wysiwyg.table-scroll .el_table_txt {
    display: block;
    padding-bottom: 20px;
  }
  .el_table.table-scroll .el_table_body,
.el_wysiwyg.table-scroll .el_table_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: auto;
  }
  .el_table.table-scroll .el_table_body div:has(> table),
.el_wysiwyg.table-scroll .el_table_body div:has(> table) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px;
  }
  .el_table.table-scroll .el_table_body table,
.el_wysiwyg.table-scroll .el_table_body table {
    width: 660px;
  }
  .el_table.table-scroll .el_table_body table th,
.el_table.table-scroll .el_table_body table td,
.el_wysiwyg.table-scroll .el_table_body table th,
.el_wysiwyg.table-scroll .el_table_body table td {
    min-width: 120px;
  }
}

.el_img {
  display: grid;
  row-gap: 60px;
}
.el_img:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_img:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .el_img {
    row-gap: 20px;
  }
}
.el_img .figure figure {
  display: table;
}
.el_img .figure figure .img {
  overflow: hidden;
}
.el_img .figure figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.el_img .figure figure .img:not(.square) {
  border-radius: 10px;
}
.el_img .figure figure .hdg {
  position: relative;
  display: table-caption;
  caption-side: bottom;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_img .figure figure .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_img .figure figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .el_img .figure figure .hdg {
    margin-top: 12px;
  }
}
.el_img .figure figure .hdg span {
  background: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.el_img .figure figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.el_img .figure > a {
  display: block;
}
.el_img .figure > a figure .hdg {
  padding-left: 34px;
}
.el_img .figure > a figure .hdg:before, .el_img .figure > a figure .hdg:after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 12px;
  transform: translate(-50%, -50%);
}
.el_img .figure > a figure .hdg:before {
  width: 14px;
  height: 6px;
  -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: #333;
  z-index: 2;
}
.el_img .figure > a figure .hdg:after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e9e9e9;
  z-index: 1;
}
.el_img .figure > a:focus-visible figure .img img, :where([data-whatintent="mouse"]) .el_img .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_img .figure > a:focus-visible figure .hdg span, :where([data-whatintent="mouse"]) .el_img .figure > a:hover figure .hdg span {
  background-size: 100% 1px;
}
.el_img.col1 {
  grid-template-columns: auto;
}
.el_img.col1 .figure {
  justify-self: center;
}
.el_img.col1 .figure figure .hdg {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .el_img.col1 .figure figure .hdg {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .el_img.col1 {
    grid-template-columns: 1fr;
  }
}
.el_img.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .el_img.col2 {
    grid-template-columns: 1fr;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col2 .figure {
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .el_img.col2 .figure figure {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col2 .figure figure .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .el_img.col2 .figure figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .el_img.col2 .figure figure .hdg {
    margin-top: 15px;
  }
}
.el_img.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .el_img.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col3 .figure {
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .el_img.col3 .figure figure {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col3 .figure figure .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .el_img.col3 .figure figure .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col3 .figure figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_img.col3 .figure figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.el_img.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .el_img.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col4 .figure {
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .el_img.col4 .figure figure {
    width: 100%;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col4 .figure figure .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_img.col4 .figure figure .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px) {
  .el_img.col4 .figure figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_img.col4 .figure figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.el_img.col4 .figure > a figure .hdg {
  padding-left: 28px;
}
.el_img.col4 .figure > a figure .hdg:before, .el_img.col4 .figure > a figure .hdg:after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 9px;
  transform: translate(-50%, -50%);
}
.el_img.col4 .figure > a figure .hdg:before {
  width: 10px;
  height: 5px;
  -webkit-mask-image: url(../images/icon/icon_arw_b.svg);
  mask-image: url(../images/icon/icon_arw_b.svg);
}
.el_img.col4 .figure > a figure .hdg:after {
  width: 18px;
  height: 18px;
}

.el_movie:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_movie:not(:first-child) {
    margin-top: 30px;
  }
}
.el_movie .select .mp4 {
  width: 100%;
}
.el_movie .select .mp4 video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.el_movie .select .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.el_movie .select .youtube iframe {
  width: 100%;
  height: 100%;
}
.el_movie .txt .hdg {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media not all and (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_movie .txt .hdg + .el_wysiwyg {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .el_movie .txt .hdg + .el_wysiwyg {
    margin-top: 15px;
  }
}
@media not all and (max-width: 767px) {
  .el_movie.is-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
.el_movie.is-right .select {
  float: right;
  margin-left: 40px;
  margin-bottom: 18px;
  width: 46.545455%;
}
@media (max-width: 767px) {
  .el_movie.is-right {
    display: grid;
    row-gap: 20px;
  }
  .el_movie.is-right .select {
    float: none;
    margin: 0;
    width: 100%;
    order: 2;
  }
  .el_movie.is-right .select .youtube {
    width: 100%;
  }
  .el_movie.is-right .select .mp4 {
    width: 100%;
  }
  .el_movie.is-right .txt {
    order: 1;
  }
}
@media not all and (max-width: 767px) {
  .el_movie.is-left::after {
    content: "";
    display: block;
    clear: both;
  }
}
.el_movie.is-left .select {
  float: left;
  margin-right: 40px;
  margin-bottom: 18px;
  width: 46.545455%;
}
@media (max-width: 767px) {
  .el_movie.is-left {
    display: grid;
    row-gap: 20px;
  }
  .el_movie.is-left .select {
    float: none;
    margin: 0;
    width: 100%;
    order: 2;
  }
  .el_movie.is-left .select .youtube {
    width: 100%;
  }
  .el_movie.is-left .select .mp4 {
    width: 100%;
  }
  .el_movie.is-left .txt {
    order: 1;
  }
}
.el_movie.is-center {
  display: grid;
  row-gap: 40px;
}
.el_movie.is-center .select {
  justify-self: center;
  width: 100%;
}
.el_movie.is-center .select .youtube {
  margin: 0 auto;
  width: 70%;
}
.el_movie.is-center .select .mp4 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .el_movie.is-center {
    row-gap: 20px;
  }
  .el_movie.is-center .select {
    order: 2;
  }
  .el_movie.is-center .select .youtube {
    width: 100%;
  }
  .el_movie.is-center .select .mp4 {
    width: 100%;
  }
  .el_movie.is-center .txt {
    order: 1;
  }
}

.el_thumbLink:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_thumbLink:not(:first-child) {
    margin-top: 30px;
  }
}
.el_thumbLink > ul {
  display: grid;
}
.el_thumbLink .link figure {
  width: 100%;
  aspect-ratio: 3/2;
}
.el_thumbLink .link figure .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.el_thumbLink .link figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.el_thumbLink .link .hdg {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.el_thumbLink .link .hdg span {
  background: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.el_thumbLink .link a {
  display: block;
}
.el_thumbLink .link a .hdg:before, .el_thumbLink .link a .hdg:after {
  content: "";
  position: absolute;
  top: 0.7em;
  transform: translate(-50%, -50%);
}
.el_thumbLink .link a .hdg:before {
  -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: #333;
  z-index: 2;
}
.el_thumbLink .link a .hdg:after {
  border-radius: 50%;
  background-color: #e9e9e9;
  z-index: 1;
}
.el_thumbLink .link a[target=_blank] span:after, .el_thumbLink .link a[href$=".doc"] span:after, .el_thumbLink .link a[href$=".docx"] span:after, .el_thumbLink .link a[href$=".docm"] span:after, .el_thumbLink .link a[href$=".dotx"] span:after, .el_thumbLink .link a[href$=".dotm"] span:after, .el_thumbLink .link a[href$=".xls"] span:after, .el_thumbLink .link a[href$=".xlsx"] span:after, .el_thumbLink .link a[href$=".xlt"] span:after, .el_thumbLink .link a[href$=".xml"] span:after, .el_thumbLink .link a[href$=".xlsm"] span:after, .el_thumbLink .link a[href$=".csv"] span:after, .el_thumbLink .link a[href$=".ppt"] span:after, .el_thumbLink .link a[href$=".pptx"] span:after, .el_thumbLink .link a[href$=".pptm"] span:after, .el_thumbLink .link a[href$=".pdf"] span:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.el_thumbLink .link a[target=_blank] span:after {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  background-color: currentColor;
}
.el_thumbLink .link a[href$=".doc"] span:after, .el_thumbLink .link a[href$=".docx"] span:after, .el_thumbLink .link a[href$=".docm"] span:after, .el_thumbLink .link a[href$=".dotx"] span:after, .el_thumbLink .link a[href$=".dotm"] span:after, .el_thumbLink .link a[href$=".xls"] span:after, .el_thumbLink .link a[href$=".xlsx"] span:after, .el_thumbLink .link a[href$=".xlt"] span:after, .el_thumbLink .link a[href$=".xml"] span:after, .el_thumbLink .link a[href$=".xlsm"] span:after, .el_thumbLink .link a[href$=".csv"] span:after, .el_thumbLink .link a[href$=".ppt"] span:after, .el_thumbLink .link a[href$=".pptx"] span:after, .el_thumbLink .link a[href$=".pptm"] span:after, .el_thumbLink .link a[href$=".pdf"] span:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.05em;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
}
.el_thumbLink .link a[href$=".doc"] span:after, .el_thumbLink .link a[href$=".docx"] span:after, .el_thumbLink .link a[href$=".docm"] span:after, .el_thumbLink .link a[href$=".dotx"] span:after, .el_thumbLink .link a[href$=".dotm"] span:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_thumbLink .link a[href$=".xls"] span:after, .el_thumbLink .link a[href$=".xlsx"] span:after, .el_thumbLink .link a[href$=".xlt"] span:after, .el_thumbLink .link a[href$=".xml"] span:after, .el_thumbLink .link a[href$=".xlsm"] span:after, .el_thumbLink .link a[href$=".csv"] span:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_thumbLink .link a[href$=".ppt"] span:after, .el_thumbLink .link a[href$=".pptx"] span:after, .el_thumbLink .link a[href$=".pptm"] span:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_thumbLink .link a[href$=".pdf"] span:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_thumbLink .link a:focus-visible .img img, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover .img img {
  opacity: 0.65;
}
.el_thumbLink .link a:focus-visible .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover .hdg span {
  background-size: 100% 1px;
}
.el_thumbLink .link a:focus-visible[target=_blank] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[target=_blank] .hdg span {
  background-size: calc(100% - 18px) 1px;
}
.el_thumbLink .link a:focus-visible[href$=".doc"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".docx"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".docm"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".dotx"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".dotm"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".xls"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".xlsx"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".xlt"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".xml"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".xlsm"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".csv"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".ppt"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".pptx"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".pptm"] .hdg span, .el_thumbLink .link a:focus-visible[href$=".pdf"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".doc"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".docx"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".docm"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".dotx"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".dotm"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".xls"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".xlsx"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".xlt"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".xml"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".xlsm"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".csv"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".ppt"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".pptx"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".pptm"] .hdg span, :where([data-whatintent="mouse"]) .el_thumbLink .link a:hover[href$=".pdf"] .hdg span {
  background-size: calc(100% - 31px) 1px;
}
.el_thumbLink.col2 > ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .el_thumbLink.col2 > ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}
.el_thumbLink.col2 .link .hdg {
  margin-top: 20px;
}
@media not all and (max-width: 767px) {
  .el_thumbLink.col2 .link .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .el_thumbLink.col2 .link .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .el_thumbLink.col2 .link .hdg {
    margin-top: 15px;
  }
}
.el_thumbLink.col2 .link a .hdg {
  padding-left: 36px;
}
.el_thumbLink.col2 .link a .hdg:before, .el_thumbLink.col2 .link a .hdg:after {
  left: 15px;
}
.el_thumbLink.col2 .link a .hdg:before {
  width: 14px;
  height: 6px;
}
.el_thumbLink.col2 .link a .hdg:after {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .el_thumbLink.col2 .link a .hdg {
    padding-left: 34px;
  }
  .el_thumbLink.col2 .link a .hdg:before, .el_thumbLink.col2 .link a .hdg:after {
    left: 12px;
  }
  .el_thumbLink.col2 .link a .hdg:before {
    width: 14px;
    height: 6px;
  }
  .el_thumbLink.col2 .link a .hdg:after {
    width: 24px;
    height: 24px;
  }
}
.el_thumbLink.col3 > ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .el_thumbLink.col3 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.el_thumbLink.col3 .link .hdg {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .el_thumbLink.col3 .link .hdg {
    margin-top: 12px;
  }
}
.el_thumbLink.col3 .link a .hdg {
  padding-left: 34px;
}
@media not all and (max-width: 767px) {
  .el_thumbLink.col3 .link a .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .el_thumbLink.col3 .link a .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.el_thumbLink.col3 .link a .hdg:before, .el_thumbLink.col3 .link a .hdg:after {
  left: 12px;
}
.el_thumbLink.col3 .link a .hdg:before {
  width: 14px;
  height: 6px;
}
.el_thumbLink.col3 .link a .hdg:after {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .el_thumbLink.col3 .link a .hdg {
    padding-left: 24px;
  }
  .el_thumbLink.col3 .link a .hdg:before, .el_thumbLink.col3 .link a .hdg:after {
    left: 9px;
  }
  .el_thumbLink.col3 .link a .hdg:before {
    width: 10px;
    height: 5px;
  }
  .el_thumbLink.col3 .link a .hdg:after {
    width: 18px;
    height: 18px;
  }
}
.el_thumbLink.col4 > ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .el_thumbLink.col4 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.el_thumbLink.col4 .link .hdg {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .el_thumbLink.col4 .link .hdg {
    margin-top: 12px;
  }
}
.el_thumbLink.col4 .link a .hdg {
  padding-left: 26px;
}
@media not all and (max-width: 767px) {
  .el_thumbLink.col4 .link a .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_thumbLink.col4 .link a .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.el_thumbLink.col4 .link a .hdg:before, .el_thumbLink.col4 .link a .hdg:after {
  left: 9px;
}
.el_thumbLink.col4 .link a .hdg:before {
  width: 10px;
  height: 5px;
  -webkit-mask-image: url(../images/icon/icon_arw_b.svg);
  mask-image: url(../images/icon/icon_arw_b.svg);
}
.el_thumbLink.col4 .link a .hdg:after {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .el_thumbLink.col4 .link a .hdg {
    padding-left: 24px;
  }
  .el_thumbLink.col4 .link a .hdg:before, .el_thumbLink.col4 .link a .hdg:after {
    left: 9px;
  }
  .el_thumbLink.col4 .link a .hdg:before {
    width: 10px;
    height: 5px;
  }
  .el_thumbLink.col4 .link a .hdg:after {
    width: 18px;
    height: 18px;
  }
}

.el_iconLink:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_iconLink:not(:first-child) {
    margin-top: 30px;
  }
}
.el_iconLink > ul {
  display: grid;
}
@media (max-width: 767px) {
  .el_iconLink > ul {
    gap: 20px;
  }
}
.el_iconLink .link > a, .el_iconLink .link:not(:has(> a)) {
  display: grid;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.el_iconLink .link figure {
  align-self: center;
  width: 100%;
}
.el_iconLink .link figure .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.el_iconLink .link figure .img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_iconLink .link .hdg {
  position: relative;
  align-self: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.el_iconLink .link > a .hdg:before, .el_iconLink .link > a .hdg:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}
.el_iconLink .link > a .hdg:before {
  background-color: currentColor;
  -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;
  z-index: 2;
}
.el_iconLink .link > a .hdg:after {
  background-color: #e9e9e9;
  border-radius: 50%;
  transition: background-color 0.3s;
  z-index: 1;
}
.el_iconLink .link > a[target=_blank] .hdg:before {
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_iconLink .link > a[href$=".doc"] .hdg:before, .el_iconLink .link > a[href$=".docx"] .hdg:before, .el_iconLink .link > a[href$=".docm"] .hdg:before, .el_iconLink .link > a[href$=".dotx"] .hdg:before, .el_iconLink .link > a[href$=".dotm"] .hdg:before, .el_iconLink .link > a[href$=".xls"] .hdg:before, .el_iconLink .link > a[href$=".xlsx"] .hdg:before, .el_iconLink .link > a[href$=".xlt"] .hdg:before, .el_iconLink .link > a[href$=".xml"] .hdg:before, .el_iconLink .link > a[href$=".xlsm"] .hdg:before, .el_iconLink .link > a[href$=".csv"] .hdg:before, .el_iconLink .link > a[href$=".ppt"] .hdg:before, .el_iconLink .link > a[href$=".pptx"] .hdg:before, .el_iconLink .link > a[href$=".pptm"] .hdg:before, .el_iconLink .link > a[href$=".pdf"] .hdg:before {
  content: "";
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.el_iconLink .link > a[href$=".doc"] .hdg:after, .el_iconLink .link > a[href$=".docx"] .hdg:after, .el_iconLink .link > a[href$=".docm"] .hdg:after, .el_iconLink .link > a[href$=".dotx"] .hdg:after, .el_iconLink .link > a[href$=".dotm"] .hdg:after, .el_iconLink .link > a[href$=".xls"] .hdg:after, .el_iconLink .link > a[href$=".xlsx"] .hdg:after, .el_iconLink .link > a[href$=".xlt"] .hdg:after, .el_iconLink .link > a[href$=".xml"] .hdg:after, .el_iconLink .link > a[href$=".xlsm"] .hdg:after, .el_iconLink .link > a[href$=".csv"] .hdg:after, .el_iconLink .link > a[href$=".ppt"] .hdg:after, .el_iconLink .link > a[href$=".pptx"] .hdg:after, .el_iconLink .link > a[href$=".pptm"] .hdg:after, .el_iconLink .link > a[href$=".pdf"] .hdg:after {
  content: none;
}
.el_iconLink .link > a[href$=".doc"] .hdg:before, .el_iconLink .link > a[href$=".docx"] .hdg:before, .el_iconLink .link > a[href$=".docm"] .hdg:before, .el_iconLink .link > a[href$=".dotx"] .hdg:before, .el_iconLink .link > a[href$=".dotm"] .hdg:before {
  background-image: url(../images/icon/icon_doc.png);
}
.el_iconLink .link > a[href$=".xls"] .hdg:before, .el_iconLink .link > a[href$=".xlsx"] .hdg:before, .el_iconLink .link > a[href$=".xlt"] .hdg:before, .el_iconLink .link > a[href$=".xml"] .hdg:before, .el_iconLink .link > a[href$=".xlsm"] .hdg:before, .el_iconLink .link > a[href$=".csv"] .hdg:before {
  background-image: url(../images/icon/icon_xls.png);
}
.el_iconLink .link > a[href$=".ppt"] .hdg:before, .el_iconLink .link > a[href$=".pptx"] .hdg:before, .el_iconLink .link > a[href$=".pptm"] .hdg:before {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_iconLink .link > a[href$=".pdf"] .hdg:before {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_iconLink .link > a:focus-visible, :where([data-whatintent="mouse"]) .el_iconLink .link > a:hover {
  background-color: #f3f3f3;
}
.el_iconLink .link > a:focus-visible .hdg:after, :where([data-whatintent="mouse"]) .el_iconLink .link > a:hover .hdg:after {
  background-color: #fff;
}
.el_iconLink.col2 > ul {
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (max-width: 767px) {
  .el_iconLink.col2 > ul {
    gap: 30px;
  }
}
.el_iconLink.col2 .link > a, .el_iconLink.col2 .link:not(:has(> a)) {
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 15px;
  padding-right: 20px;
}
.el_iconLink.col2 .link .hdg {
  padding-right: 40px;
  font-size: 1.8rem;
}
.el_iconLink.col2 .link .hdg:before, .el_iconLink.col2 .link .hdg:after {
  right: 15px;
}
.el_iconLink.col2 .link .hdg:before {
  width: 18px;
  height: 8px;
}
.el_iconLink.col2 .link .hdg:after {
  width: 30px;
  height: 30px;
}
.el_iconLink.col2 .link > a[target=_blank] .hdg:before {
  right: 14px;
  width: 13px;
  height: 13px;
}
.el_iconLink.col2 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col2 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col2 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pdf"] .hdg:before {
  right: 14px;
  width: 26px;
  height: 15px;
}
.el_iconLink.col3 > ul {
  grid-template-columns: repeat(3, 1fr);
}
@media not all and (max-width: 767px) {
  .el_iconLink.col3 > ul {
    gap: 20px;
  }
}
.el_iconLink.col3 .link > a, .el_iconLink.col3 .link:not(:has(> a)) {
  grid-template-columns: 70px 1fr;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 10px;
  padding-right: 15px;
}
.el_iconLink.col3 .link .hdg {
  padding-right: 40px;
  font-size: 1.6rem;
}
.el_iconLink.col3 .link .hdg:before, .el_iconLink.col3 .link .hdg:after {
  right: 12px;
}
.el_iconLink.col3 .link .hdg:before {
  width: 14px;
  height: 6px;
}
.el_iconLink.col3 .link .hdg:after {
  width: 24px;
  height: 24px;
}
.el_iconLink.col3 .link > a[target=_blank] .hdg:before {
  right: 11px;
  width: 13px;
  height: 13px;
}
.el_iconLink.col3 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col3 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col3 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pdf"] .hdg:before {
  right: 11px;
  width: 26px;
  height: 15px;
}
.el_iconLink.col4 > ul {
  grid-template-columns: repeat(4, 1fr);
}
@media not all and (max-width: 767px) {
  .el_iconLink.col4 > ul {
    gap: 20px;
  }
}
.el_iconLink.col4 .link > a, .el_iconLink.col4 .link:not(:has(> a)) {
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px;
}
.el_iconLink.col4 .link .hdg {
  padding-right: 23px;
  font-size: 1.4rem;
}
.el_iconLink.col4 .link .hdg:before, .el_iconLink.col4 .link .hdg:after {
  right: 9px;
}
.el_iconLink.col4 .link .hdg:before {
  width: 10px;
  height: 5px;
  -webkit-mask-image: url(../images/icon/icon_arw_b.svg);
  mask-image: url(../images/icon/icon_arw_b.svg);
}
.el_iconLink.col4 .link .hdg:after {
  width: 18px;
  height: 18px;
}
.el_iconLink.col4 .link > a[target=_blank] .hdg:before {
  right: 8px;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_iconLink.col4 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col4 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col4 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pdf"] .hdg:before {
  right: 8px;
  width: 26px;
  height: 15px;
  -webkit-mask-image: none;
  mask-image: none;
}
@media (max-width: 767px) {
  .el_iconLink.col2 > ul, .el_iconLink.col3 > ul, .el_iconLink.col4 > ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .el_iconLink.col2 .link > a, .el_iconLink.col2 .link:not(:has(> a)), .el_iconLink.col3 .link > a, .el_iconLink.col3 .link:not(:has(> a)), .el_iconLink.col4 .link > a, .el_iconLink.col4 .link:not(:has(> a)) {
    grid-template-columns: 26.2295081967% 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 15px;
  }
  .el_iconLink.col2 .link .hdg, .el_iconLink.col3 .link .hdg, .el_iconLink.col4 .link .hdg {
    font-size: 1.6rem;
    padding-right: 36px;
  }
  .el_iconLink.col2 .link .hdg:before, .el_iconLink.col2 .link .hdg:after, .el_iconLink.col3 .link .hdg:before, .el_iconLink.col3 .link .hdg:after, .el_iconLink.col4 .link .hdg:before, .el_iconLink.col4 .link .hdg:after {
    right: 12px;
  }
  .el_iconLink.col2 .link .hdg:before, .el_iconLink.col3 .link .hdg:before, .el_iconLink.col4 .link .hdg:before {
    width: 14px;
    height: 6px;
  }
  .el_iconLink.col2 .link .hdg:after, .el_iconLink.col3 .link .hdg:after, .el_iconLink.col4 .link .hdg:after {
    width: 24px;
    height: 24px;
  }
  .el_iconLink.col2 .link > a[target=_blank] .hdg:before, .el_iconLink.col3 .link > a[target=_blank] .hdg:before, .el_iconLink.col4 .link > a[target=_blank] .hdg:before {
    right: 11px;
    width: 13px;
    height: 13px;
  }
  .el_iconLink.col2 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col2 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col2 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col2 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col2 .link > a[href$=".pdf"] .hdg:before, .el_iconLink.col3 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col3 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col3 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col3 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col3 .link > a[href$=".pdf"] .hdg:before, .el_iconLink.col4 .link > a[href$=".doc"] .hdg:before, .el_iconLink.col4 .link > a[href$=".docx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".docm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".dotx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".dotm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xls"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlsx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlt"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xml"] .hdg:before, .el_iconLink.col4 .link > a[href$=".xlsm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".csv"] .hdg:before, .el_iconLink.col4 .link > a[href$=".ppt"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pptx"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pptm"] .hdg:before, .el_iconLink.col4 .link > a[href$=".pdf"] .hdg:before {
    right: 11px;
    width: 26px;
    height: 15px;
  }
}

.el_tablePattern:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .el_tablePattern:not(:first-child) {
    margin-top: 20px;
  }
}
.el_tablePattern .el_tablePattern_txt {
  display: none;
}
.el_tablePattern div:has(> table) {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.el_tablePattern 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 table {
  width: 100%;
}
.el_tablePattern table th {
  background-color: #f3f3f3;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.el_tablePattern table td {
  background-color: #fff;
  letter-spacing: 0.05em;
}
.el_tablePattern table td a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  color: #006ccc;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.el_tablePattern table td a[target=_blank]:after, .el_tablePattern table td a[href$=".doc"]:after, .el_tablePattern table td a[href$=".docx"]:after, .el_tablePattern table td a[href$=".docm"]:after, .el_tablePattern table td a[href$=".dotx"]:after, .el_tablePattern table td a[href$=".dotm"]:after, .el_tablePattern table td a[href$=".xls"]:after, .el_tablePattern table td a[href$=".xlsx"]:after, .el_tablePattern table td a[href$=".xlt"]:after, .el_tablePattern table td a[href$=".xml"]:after, .el_tablePattern table td a[href$=".xlsm"]:after, .el_tablePattern table td a[href$=".csv"]:after, .el_tablePattern table td a[href$=".ppt"]:after, .el_tablePattern table td a[href$=".pptx"]:after, .el_tablePattern table td a[href$=".pptm"]:after, .el_tablePattern table td a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_tablePattern table td a[target=_blank]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_tablePattern table td a[href$=".doc"]:after, .el_tablePattern table td a[href$=".docx"]:after, .el_tablePattern table td a[href$=".docm"]:after, .el_tablePattern table td a[href$=".dotx"]:after, .el_tablePattern table td a[href$=".dotm"]:after, .el_tablePattern table td a[href$=".xls"]:after, .el_tablePattern table td a[href$=".xlsx"]:after, .el_tablePattern table td a[href$=".xlt"]:after, .el_tablePattern table td a[href$=".xml"]:after, .el_tablePattern table td a[href$=".xlsm"]:after, .el_tablePattern table td a[href$=".csv"]:after, .el_tablePattern table td a[href$=".ppt"]:after, .el_tablePattern table td a[href$=".pptx"]:after, .el_tablePattern table td a[href$=".pptm"]:after, .el_tablePattern table td a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.el_tablePattern table td a[href$=".doc"]:after, .el_tablePattern table td a[href$=".docx"]:after, .el_tablePattern table td a[href$=".docm"]:after, .el_tablePattern table td a[href$=".dotx"]:after, .el_tablePattern table td a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_tablePattern table td a[href$=".xls"]:after, .el_tablePattern table td a[href$=".xlsx"]:after, .el_tablePattern table td a[href$=".xlt"]:after, .el_tablePattern table td a[href$=".xml"]:after, .el_tablePattern table td a[href$=".xlsm"]:after, .el_tablePattern table td a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_tablePattern table td a[href$=".ppt"]:after, .el_tablePattern table td a[href$=".pptx"]:after, .el_tablePattern table td a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_tablePattern table td a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_tablePattern table td a.noIcon:after {
  content: none !important;
}
.el_tablePattern table td a:focus-visible, :where([data-whatintent="mouse"]) .el_tablePattern table td a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_tablePattern table td a[href$=".doc"]:after, .el_tablePattern table td a[href$=".docx"]:after, .el_tablePattern table td a[href$=".docm"]:after, .el_tablePattern table td a[href$=".dotx"]:after, .el_tablePattern table td a[href$=".dotm"]:after, .el_tablePattern table td a[href$=".xls"]:after, .el_tablePattern table td a[href$=".xlsx"]:after, .el_tablePattern table td a[href$=".xlt"]:after, .el_tablePattern table td a[href$=".xml"]:after, .el_tablePattern table td a[href$=".xlsm"]:after, .el_tablePattern table td a[href$=".csv"]:after, .el_tablePattern table td a[href$=".ppt"]:after, .el_tablePattern table td a[href$=".pptx"]:after, .el_tablePattern table td a[href$=".pptm"]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  background-image: none;
}
.el_tablePattern table th,
.el_tablePattern table td {
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .el_tablePattern table th,
.el_tablePattern table td {
    padding: 14px;
  }
}
.el_tablePattern.pat1 table tbody tr > *:last-child {
  min-width: 184px;
  white-space: nowrap;
}
@media (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: 184px;
  white-space: nowrap;
}
@media (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: 184px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat3 table tbody tr > *:nth-child(2n) {
    min-width: unset;
  }
}
.el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
  min-width: 184px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .el_tablePattern.pat4 table tbody tr > *:nth-child(2) {
    min-width: 154px;
  }
}
@media (max-width: 767px) {
  .el_tablePattern.table-scroll .el_tablePattern_txt {
    display: block;
    padding-bottom: 20px;
  }
  .el_tablePattern.table-scroll .el_tablePattern_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: auto;
  }
  .el_tablePattern.table-scroll .el_tablePattern_body div:has(> table) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px;
  }
  .el_tablePattern.table-scroll .el_tablePattern_body table {
    width: 660px;
  }
  .el_tablePattern.table-scroll .el_tablePattern_body table th,
.el_tablePattern.table-scroll .el_tablePattern_body table td {
    min-width: 120px;
  }
}

.el_news:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .el_news:not(:first-child) {
    margin-top: 25px;
  }
}
.el_news > ul > li {
  padding-block: 31px 30px;
  margin-bottom: -1.5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  .el_news > ul > li {
    padding-block: 25px;
    margin-bottom: -1px;
  }
}
.el_news > ul > li:first-child {
  padding-top: 0;
}
.el_news_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.el_news_item > a[target=_blank] .el_news_ttl:after, .el_news_item > a[href$=".doc"] .el_news_ttl:after, .el_news_item > a[href$=".docx"] .el_news_ttl:after, .el_news_item > a[href$=".docm"] .el_news_ttl:after, .el_news_item > a[href$=".dotx"] .el_news_ttl:after, .el_news_item > a[href$=".dotm"] .el_news_ttl:after, .el_news_item > a[href$=".xls"] .el_news_ttl:after, .el_news_item > a[href$=".xlsx"] .el_news_ttl:after, .el_news_item > a[href$=".xlt"] .el_news_ttl:after, .el_news_item > a[href$=".xml"] .el_news_ttl:after, .el_news_item > a[href$=".xlsm"] .el_news_ttl:after, .el_news_item > a[href$=".csv"] .el_news_ttl:after, .el_news_item > a[href$=".ppt"] .el_news_ttl:after, .el_news_item > a[href$=".pptx"] .el_news_ttl:after, .el_news_item > a[href$=".pptm"] .el_news_ttl:after, .el_news_item > a[href$=".pdf"] .el_news_ttl:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .el_news_item > a[target=_blank] .el_news_ttl:after, .el_news_item > a[href$=".doc"] .el_news_ttl:after, .el_news_item > a[href$=".docx"] .el_news_ttl:after, .el_news_item > a[href$=".docm"] .el_news_ttl:after, .el_news_item > a[href$=".dotx"] .el_news_ttl:after, .el_news_item > a[href$=".dotm"] .el_news_ttl:after, .el_news_item > a[href$=".xls"] .el_news_ttl:after, .el_news_item > a[href$=".xlsx"] .el_news_ttl:after, .el_news_item > a[href$=".xlt"] .el_news_ttl:after, .el_news_item > a[href$=".xml"] .el_news_ttl:after, .el_news_item > a[href$=".xlsm"] .el_news_ttl:after, .el_news_item > a[href$=".csv"] .el_news_ttl:after, .el_news_item > a[href$=".ppt"] .el_news_ttl:after, .el_news_item > a[href$=".pptx"] .el_news_ttl:after, .el_news_item > a[href$=".pptm"] .el_news_ttl:after, .el_news_item > a[href$=".pdf"] .el_news_ttl:after {
    margin-left: 2px;
  }
}
.el_news_item > a[target=_blank] .el_news_ttl:after {
  width: 13px;
  height: 13px;
  vertical-align: -0.05em;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  background-color: currentColor;
}
@media (max-width: 767px) {
  .el_news_item > a[target=_blank] .el_news_ttl:after {
    vertical-align: -0.15em;
  }
}
.el_news_item > a[href$=".doc"] .el_news_ttl:after, .el_news_item > a[href$=".docx"] .el_news_ttl:after, .el_news_item > a[href$=".docm"] .el_news_ttl:after, .el_news_item > a[href$=".dotx"] .el_news_ttl:after, .el_news_item > a[href$=".dotm"] .el_news_ttl:after, .el_news_item > a[href$=".xls"] .el_news_ttl:after, .el_news_item > a[href$=".xlsx"] .el_news_ttl:after, .el_news_item > a[href$=".xlt"] .el_news_ttl:after, .el_news_item > a[href$=".xml"] .el_news_ttl:after, .el_news_item > a[href$=".xlsm"] .el_news_ttl:after, .el_news_item > a[href$=".csv"] .el_news_ttl:after, .el_news_item > a[href$=".ppt"] .el_news_ttl:after, .el_news_item > a[href$=".pptx"] .el_news_ttl:after, .el_news_item > a[href$=".pptm"] .el_news_ttl:after, .el_news_item > a[href$=".pdf"] .el_news_ttl:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.1em;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .el_news_item > a[href$=".doc"] .el_news_ttl:after, .el_news_item > a[href$=".docx"] .el_news_ttl:after, .el_news_item > a[href$=".docm"] .el_news_ttl:after, .el_news_item > a[href$=".dotx"] .el_news_ttl:after, .el_news_item > a[href$=".dotm"] .el_news_ttl:after, .el_news_item > a[href$=".xls"] .el_news_ttl:after, .el_news_item > a[href$=".xlsx"] .el_news_ttl:after, .el_news_item > a[href$=".xlt"] .el_news_ttl:after, .el_news_item > a[href$=".xml"] .el_news_ttl:after, .el_news_item > a[href$=".xlsm"] .el_news_ttl:after, .el_news_item > a[href$=".csv"] .el_news_ttl:after, .el_news_item > a[href$=".ppt"] .el_news_ttl:after, .el_news_item > a[href$=".pptx"] .el_news_ttl:after, .el_news_item > a[href$=".pptm"] .el_news_ttl:after, .el_news_item > a[href$=".pdf"] .el_news_ttl:after {
    vertical-align: -0.2em;
  }
}
.el_news_item > a[href$=".doc"] .el_news_ttl:after, .el_news_item > a[href$=".docx"] .el_news_ttl:after, .el_news_item > a[href$=".docm"] .el_news_ttl:after, .el_news_item > a[href$=".dotx"] .el_news_ttl:after, .el_news_item > a[href$=".dotm"] .el_news_ttl:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_news_item > a[href$=".xls"] .el_news_ttl:after, .el_news_item > a[href$=".xlsx"] .el_news_ttl:after, .el_news_item > a[href$=".xlt"] .el_news_ttl:after, .el_news_item > a[href$=".xml"] .el_news_ttl:after, .el_news_item > a[href$=".xlsm"] .el_news_ttl:after, .el_news_item > a[href$=".csv"] .el_news_ttl:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_news_item > a[href$=".ppt"] .el_news_ttl:after, .el_news_item > a[href$=".pptx"] .el_news_ttl:after, .el_news_item > a[href$=".pptm"] .el_news_ttl:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_news_item > a[href$=".pdf"] .el_news_ttl:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_news_item > a:focus-visible .el_news_ttl, :where([data-whatintent="mouse"]) .el_news_item > a:hover .el_news_ttl {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_news_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 14px;
}
@media (max-width: 767px) {
  .el_news_head {
    gap: 5px 9px;
  }
}
.el_news_body {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .el_news_body {
    margin-top: 3px;
  }
}
.el_news_body .icon_blank {
  margin-left: 10px;
  vertical-align: -0.05em;
}
.el_news_body .icon_blank .stroke {
  stroke: currentColor;
}
@media (max-width: 767px) {
  .el_news_body .icon_blank {
    margin-left: 2px;
    vertical-align: -0.15em;
  }
}
.el_news_ttl {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  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_news_volume {
  margin-left: 5px;
}

.el_newsCategory {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: -1px;
}
.el_newsCategory_item {
  display: grid;
  place-content: center;
  padding: 2px 5px 1px;
  min-width: 60px;
  min-height: 22px;
  border-radius: 11px;
  background-color: var(--categoryColor);
  border: 1px solid var(--categoryColor);
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.el_newsCategory_item.new {
  padding-block: 4px 3px;
  background-color: transparent;
  border: 1px solid #d53d3d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: normal;
  color: #d53d3d;
}

.el_date {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #808080;
}

.el_clickableMap:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_clickableMap:not(:first-child) {
    margin-top: 30px;
  }
}
.el_clickableMap .map {
  position: relative;
}
.el_clickableMap .map .img {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.el_clickableMap .map img.map {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_clickableMap .map > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.el_clickableMap .map > ul > li {
  width: 0;
  height: 0;
}
.el_clickableMap .map > ul > li > a {
  position: absolute;
  display: grid;
  place-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .el_clickableMap .map > ul > li > a {
    width: 22px;
    height: 22px;
  }
}
.el_clickableMap .map > ul > li > a span {
  position: absolute;
  display: grid;
  place-content: center;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding-top: 0.05em;
  padding-left: 0.05em;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: var(--mainColor);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
@media not all and (max-width: 767px) {
  .el_clickableMap .map > ul > li > a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_clickableMap .map > ul > li > a span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.el_clickableMap .map > ul > li > a:focus-visible span, :where([data-whatintent="mouse"]) .el_clickableMap .map > ul > li > a:hover span {
  opacity: 0.6;
}

.el_accordion {
  border-radius: 10px;
  background-color: #f3f3f3;
  overflow: hidden;
}
.el_accordion:not(:first-child) {
  margin-top: 20px;
}
.el_accordion .head {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 18px;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition-property: border-color, border-radius;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .el_accordion .head {
    grid-template-columns: 1fr 26px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 15px;
  }
}
.el_accordion .head .hdg {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_accordion .head .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .el_accordion .head .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_accordion .head .acdBtn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.el_accordion .head .acdBtn:before, .el_accordion .head .acdBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s;
}
.el_accordion .head .acdBtn:before {
  transform: translate(-50%, -50%);
}
.el_accordion .head .acdBtn:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 767px) {
  .el_accordion .head .acdBtn {
    width: 26px;
    height: 26px;
  }
  .el_accordion .head .acdBtn:before, .el_accordion .head .acdBtn:after {
    width: 10px;
  }
}
.el_accordion .head.is_active {
  border-radius: 10px 10px 0 0;
}
.el_accordion .head.is_active .acdBtn:after {
  transform: translate(-50%, -50%);
}
.el_accordion .head:focus-visible, :where([data-whatintent="mouse"]) .el_accordion .head:hover {
  border-color: #ccc;
}
.el_accordion .body {
  display: none;
  padding: 40px;
  border-top: 1px solid #ccc;
}
.el_accordion .body > * {
  margin-top: 40px;
}
.el_accordion .body > *:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .el_accordion .body {
    padding: 30px;
  }
  .el_accordion .body > * {
    margin-top: 20px;
  }
}

.el_carousel {
  position: relative;
}
.el_carousel:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_carousel:not(:first-child) {
    margin-top: 30px;
  }
}
.el_carousel .swiper {
  position: relative;
  z-index: 0;
}
.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;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 10px;
  }
}
.el_carousel .swiper .swiper-slide .figure > a {
  display: block;
}
.el_carousel .swiper .swiper-slide .figure > a:focus-visible figure .img img, :where([data-whatintent="mouse"]) .el_carousel .swiper .swiper-slide .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_carousel button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  transition: opacity 0.3s;
}
.el_carousel button:focus-visible, :where([data-whatintent="mouse"]) .el_carousel button:hover {
  opacity: 0.4;
}
.el_carousel button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 8px;
  background-color: #333;
  -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;
  transform: translate(-50%, -50%);
}
.el_carousel button.prev {
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
  z-index: 1;
}
.el_carousel button.next {
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 15px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
@media (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: #333;
}
@media (max-width: 767px) {
  .el_carousel_lg button {
    width: 31px;
    height: 31px;
  }
  .el_carousel_lg button:before {
    width: 14px;
    height: 6px;
  }
  .el_carousel_lg button.prev {
    left: 2.5px;
  }
  .el_carousel_lg button.next {
    right: 2.5px;
  }
}
@media (max-width: 767px) {
  .el_carousel_sm {
    margin-inline: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
  .el_carousel_sm button {
    width: 26px;
    height: 26px;
  }
  .el_carousel_sm button:before {
    width: 14px;
    height: 6px;
  }
  .el_carousel_sm button.prev {
    left: 21px;
  }
  .el_carousel_sm button.next {
    right: 21px;
  }
}
.el_carousel_sm .swiper .swiper-slide {
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
}
.el_carousel_sm .swiper .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .el_carousel_sm .swiper .swiper-slide {
    margin: 0;
    width: 100%;
  }
}

.el_map:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_map:not(:first-child) {
    margin-top: 30px;
  }
}

.el_liveCamMap {
  position: relative;
}
.el_liveCamMap:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_liveCamMap:not(:first-child) {
    margin-top: 30px;
  }
}
.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;
}
.el_liveCamMap_pin {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .el_liveCamMap_pin {
    width: 22px;
    height: 22px;
  }
}
.el_liveCamMap_pin span {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.05em;
  padding-left: 0.05em;
  border: 2px solid #333;
  border-radius: inherit;
  background-color: var(--categoryColor);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: opacity 0.3s;
}
@media not all and (max-width: 767px) {
  .el_liveCamMap_pin span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_liveCamMap_pin span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.el_liveCamMap_pin:focus-visible span, :where([data-whatintent="mouse"]) .el_liveCamMap_pin:hover span {
  opacity: 0.6;
}
@media not all and (max-width: 767px) {
  .el_liveCamMap_btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .el_liveCamMap_btn {
    margin-top: 30px;
  }
}
.el_liveCamMap_btn > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.el_liveCamMap_btn_item a {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px 49px 22px 15px;
  border: 1px solid #333;
  border-radius: 2000px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a {
    padding: 14px 34px 14px 10px;
  }
}
.el_liveCamMap_btn_item a .el_circle_num {
  width: 26px;
  height: 26px;
}
@media not all and (max-width: 767px) {
  .el_liveCamMap_btn_item a .el_circle_num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a .el_circle_num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a .el_circle_num {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }
}
.el_liveCamMap_btn_item a:before, .el_liveCamMap_btn_item a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 27px;
  transform: translate(50%, -50%);
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a:before, .el_liveCamMap_btn_item a:after {
    right: 20px;
  }
}
.el_liveCamMap_btn_item a:before {
  right: 26px;
  width: 14px;
  height: 6px;
  -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: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a:before {
    right: 19px;
    width: 11px;
    height: 5px;
  }
}
.el_liveCamMap_btn_item a:after {
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a:after {
    width: 20px;
    height: 20px;
  }
}
.el_liveCamMap_btn_item a:focus-visible, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a:hover {
  background-color: #333;
}
.el_liveCamMap_btn_item a:focus-visible:before, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a:hover:before {
  background-color: #333;
}
.el_liveCamMap_btn_item a:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a:hover:after {
  background-color: #fff;
}
.el_liveCamMap_btn_item a:focus-visible .el_liveCamMap_btn_label, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a:hover .el_liveCamMap_btn_label {
  color: #fff;
}
.el_liveCamMap_btn_item a[target=_blank]:before {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
@media (max-width: 767px) {
  .el_liveCamMap_btn_item a[target=_blank]:before {
    width: 11px;
    height: 11px;
  }
}
.el_liveCamMap_btn_item a[href$=".doc"]:before, .el_liveCamMap_btn_item a[href$=".docx"]:before, .el_liveCamMap_btn_item a[href$=".docm"]:before, .el_liveCamMap_btn_item a[href$=".dotx"]:before, .el_liveCamMap_btn_item a[href$=".dotm"]:before, .el_liveCamMap_btn_item a[href$=".xls"]:before, .el_liveCamMap_btn_item a[href$=".xlsx"]:before, .el_liveCamMap_btn_item a[href$=".xlt"]:before, .el_liveCamMap_btn_item a[href$=".xml"]:before, .el_liveCamMap_btn_item a[href$=".xlsm"]:before, .el_liveCamMap_btn_item a[href$=".csv"]:before, .el_liveCamMap_btn_item a[href$=".ppt"]:before, .el_liveCamMap_btn_item a[href$=".pptx"]:before, .el_liveCamMap_btn_item a[href$=".pptm"]:before, .el_liveCamMap_btn_item a[href$=".pdf"]:before {
  content: none;
}
.el_liveCamMap_btn_item a[href$=".doc"]:after, .el_liveCamMap_btn_item a[href$=".docx"]:after, .el_liveCamMap_btn_item a[href$=".docm"]:after, .el_liveCamMap_btn_item a[href$=".dotx"]:after, .el_liveCamMap_btn_item a[href$=".dotm"]:after, .el_liveCamMap_btn_item a[href$=".xls"]:after, .el_liveCamMap_btn_item a[href$=".xlsx"]:after, .el_liveCamMap_btn_item a[href$=".xlt"]:after, .el_liveCamMap_btn_item a[href$=".xml"]:after, .el_liveCamMap_btn_item a[href$=".xlsm"]:after, .el_liveCamMap_btn_item a[href$=".csv"]:after, .el_liveCamMap_btn_item a[href$=".ppt"]:after, .el_liveCamMap_btn_item a[href$=".pptx"]:after, .el_liveCamMap_btn_item a[href$=".pptm"]:after, .el_liveCamMap_btn_item a[href$=".pdf"]:after {
  right: 13px;
  width: 26px;
  height: 15px;
  border-radius: unset;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.el_liveCamMap_btn_item a[href$=".doc"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".doc"]:hover:after, .el_liveCamMap_btn_item a[href$=".docx"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".docx"]:hover:after, .el_liveCamMap_btn_item a[href$=".docm"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".docm"]:hover:after, .el_liveCamMap_btn_item a[href$=".dotx"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".dotx"]:hover:after, .el_liveCamMap_btn_item a[href$=".dotm"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".dotm"]:hover:after, .el_liveCamMap_btn_item a[href$=".xls"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".xls"]:hover:after, .el_liveCamMap_btn_item a[href$=".xlsx"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".xlsx"]:hover:after, .el_liveCamMap_btn_item a[href$=".xlt"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".xlt"]:hover:after, .el_liveCamMap_btn_item a[href$=".xml"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".xml"]:hover:after, .el_liveCamMap_btn_item a[href$=".xlsm"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".xlsm"]:hover:after, .el_liveCamMap_btn_item a[href$=".csv"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".csv"]:hover:after, .el_liveCamMap_btn_item a[href$=".ppt"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".ppt"]:hover:after, .el_liveCamMap_btn_item a[href$=".pptx"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".pptx"]:hover:after, .el_liveCamMap_btn_item a[href$=".pptm"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".pptm"]:hover:after, .el_liveCamMap_btn_item a[href$=".pdf"]:focus-visible:after, :where([data-whatintent="mouse"]) .el_liveCamMap_btn_item a[href$=".pdf"]:hover:after {
  background-color: transparent;
}
.el_liveCamMap_btn_item a[href$=".doc"]:after, .el_liveCamMap_btn_item a[href$=".docx"]:after, .el_liveCamMap_btn_item a[href$=".docm"]:after, .el_liveCamMap_btn_item a[href$=".dotx"]:after, .el_liveCamMap_btn_item a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_liveCamMap_btn_item a[href$=".xls"]:after, .el_liveCamMap_btn_item a[href$=".xlsx"]:after, .el_liveCamMap_btn_item a[href$=".xlt"]:after, .el_liveCamMap_btn_item a[href$=".xml"]:after, .el_liveCamMap_btn_item a[href$=".xlsm"]:after, .el_liveCamMap_btn_item a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_liveCamMap_btn_item a[href$=".ppt"]:after, .el_liveCamMap_btn_item a[href$=".pptx"]:after, .el_liveCamMap_btn_item a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_liveCamMap_btn_item a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_liveCamMap_btn_label {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: color 0.3s;
}
.el_liveCamMap_btn.col1 > ul {
  grid-template-columns: auto;
}
.el_liveCamMap_btn.col1 .btn {
  justify-self: center;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col1 {
    grid-template-columns: 1fr;
  }
  .el_liveCamMap_btn.col1 .btn {
    width: 100%;
  }
  .el_liveCamMap_btn.col1 .btn a > span {
    padding-right: 29px;
  }
}
.el_liveCamMap_btn.col2 > ul {
  grid-template-columns: repeat(2, 1fr);
}
.el_liveCamMap_btn.col3 > ul {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col3 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col3 .btn a {
    padding: 14px 9px 14px 19px;
  }
  .el_liveCamMap_btn.col3 .btn a > span {
    padding-right: 29px;
  }
}
.el_liveCamMap_btn.col4 > ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col4 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.el_liveCamMap_btn.col4 .btn a {
  padding: 14px 14px 14px 24px;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col4 .btn a {
    padding: 14px 9px 14px 19px;
  }
}
.el_liveCamMap_btn.col4 .btn a > span {
  font-size: 1.4rem;
  padding-right: 34px;
}
@media (max-width: 767px) {
  .el_liveCamMap_btn.col4 .btn a > span {
    padding-right: 29px;
  }
}

.el_liveCam {
  position: relative;
}
.el_liveCam:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_liveCam:not(:first-child) {
    margin-top: 30px;
  }
}
.el_liveCam_sub, .el_liveCam_underSub {
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_liveCam_sub {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .el_liveCam_sub {
    margin-bottom: 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_liveCam_underSub {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .el_liveCam_underSub {
    margin-top: 20px;
  }
}
.el_liveCam > ul {
  display: grid;
}
@media (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%;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .el_liveCam_item {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 767px) {
  .el_liveCam_item {
    grid-template-columns: 38.80597% 1fr;
    border-radius: 10px;
  }
}
.el_liveCam_item:focus-visible .el_liveCam_label, :where([data-whatintent="mouse"]) .el_liveCam_item:hover .el_liveCam_label {
  background-color: var(--categoryColor);
}
.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: 20px 15px;
}
.el_liveCam_item:is(a) .el_liveCam_txt {
  padding-right: 39px;
}
.el_liveCam_item:is(a) .el_liveCam_txt:before, .el_liveCam_item:is(a) .el_liveCam_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 50% -50%;
}
@media (max-width: 767px) {
  .el_liveCam_item:is(a) .el_liveCam_txt:before, .el_liveCam_item:is(a) .el_liveCam_txt:after {
    right: 10px;
  }
}
.el_liveCam_item:is(a) .el_liveCam_txt:before {
  right: 11px;
  width: 14px;
  height: 6px;
  -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: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .el_liveCam_item:is(a) .el_liveCam_txt:before {
    right: 10px;
    width: 11px;
    height: 5px;
  }
}
.el_liveCam_item:is(a) .el_liveCam_txt:after {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #333;
}
@media (max-width: 767px) {
  .el_liveCam_item:is(a) .el_liveCam_txt:after {
    width: 20px;
  }
}
.el_liveCam_item:is(a)[target=_blank] .el_liveCam_txt:before {
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
@media (max-width: 767px) {
  .el_liveCam_item:is(a)[target=_blank] .el_liveCam_txt:before {
    width: 11px;
    height: 11px;
  }
}
.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: 13px;
  width: 26px;
  height: 15px;
  border-radius: unset;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.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 {
  background-image: url(../images/icon/icon_doc.png);
}
.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 {
  background-image: url(../images/icon/icon_xls.png);
}
.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 {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_liveCam_item:is(a)[href$=".pdf"] .el_liveCam_txt:after {
  background-image: url(../images/icon/icon_pdf.png);
}
@media (max-width: 767px) {
  .el_liveCam_item:is(button) .el_liveCam_label {
    padding-right: 33px;
  }
  .el_liveCam_item:is(button) .el_liveCam_label:before, .el_liveCam_item:is(button) .el_liveCam_label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translate(50%, -50%);
  }
  .el_liveCam_item:is(button) .el_liveCam_label:before {
    background-color: currentColor;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
  }
  .el_liveCam_item:is(button) .el_liveCam_label:after {
    width: 11px;
    height: 11px;
    background-image: url(../images/icon/icon_popup.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
}
.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: 15px;
  height: 100%;
  background-color: var(--subColor);
  border-bottom-right-radius: 10px;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .el_liveCam_label {
    padding: 10px;
  }
}
.el_liveCam_txt {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .el_liveCam_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .el_liveCam_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px) {
  .el_liveCam.col2 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media not all and (max-width: 767px) {
  .el_liveCam.col3 > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.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: 60px;
  padding-top: 30px;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 12000;
}
@media (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_circle_num {
  width: 32px;
  height: 32px;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .el_modal_hdg .el_circle_num {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}
.el_modal_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .el_modal_ttl {
    font-size: 2rem;
  }
}
.el_modal_img {
  margin-top: 25px;
}
@media (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: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #e2e2e2;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .el_modal_closeBtn {
    top: -13px;
    right: -13px;
    width: 26px;
    height: 26px;
  }
}
.el_modal_closeBtn:before, .el_modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #333;
}
@media (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;
  padding-bottom: 38px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  letter-spacing: 0.05em;
}
.el_bgTxt + .el_hdg .primary {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_bgTxt {
    padding: 20px;
  }
}

.el_caption {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-left: 21px;
}
.el_caption:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.el_txtLink:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .el_txtLink:not(:first-child) {
    margin-top: 30px;
  }
}
.el_txtLink > ul {
  display: grid;
}
@media (max-width: 767px) {
  .el_txtLink > ul {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
  }
}
.el_txtLink .link {
  position: relative;
  display: grid;
  align-items: center;
  padding-left: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .el_txtLink .link {
    padding-bottom: 10px;
  }
}
.el_txtLink .link a {
  position: relative;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  letter-spacing: 0.05em;
  color: #006ccc;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.el_txtLink .link a[target=_blank]:after, .el_txtLink .link a[href$=".doc"]:after, .el_txtLink .link a[href$=".docx"]:after, .el_txtLink .link a[href$=".docm"]:after, .el_txtLink .link a[href$=".dotx"]:after, .el_txtLink .link a[href$=".dotm"]:after, .el_txtLink .link a[href$=".xls"]:after, .el_txtLink .link a[href$=".xlsx"]:after, .el_txtLink .link a[href$=".xlt"]:after, .el_txtLink .link a[href$=".xml"]:after, .el_txtLink .link a[href$=".xlsm"]:after, .el_txtLink .link a[href$=".csv"]:after, .el_txtLink .link a[href$=".ppt"]:after, .el_txtLink .link a[href$=".pptx"]:after, .el_txtLink .link a[href$=".pptm"]:after, .el_txtLink .link a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_txtLink .link a[target=_blank]:after {
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_txtLink .link a[href$=".doc"]:after, .el_txtLink .link a[href$=".docx"]:after, .el_txtLink .link a[href$=".docm"]:after, .el_txtLink .link a[href$=".dotx"]:after, .el_txtLink .link a[href$=".dotm"]:after, .el_txtLink .link a[href$=".xls"]:after, .el_txtLink .link a[href$=".xlsx"]:after, .el_txtLink .link a[href$=".xlt"]:after, .el_txtLink .link a[href$=".xml"]:after, .el_txtLink .link a[href$=".xlsm"]:after, .el_txtLink .link a[href$=".csv"]:after, .el_txtLink .link a[href$=".ppt"]:after, .el_txtLink .link a[href$=".pptx"]:after, .el_txtLink .link a[href$=".pptm"]:after, .el_txtLink .link a[href$=".pdf"]:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.15em;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
.el_txtLink .link a[href$=".doc"]:after, .el_txtLink .link a[href$=".docx"]:after, .el_txtLink .link a[href$=".docm"]:after, .el_txtLink .link a[href$=".dotx"]:after, .el_txtLink .link a[href$=".dotm"]:after {
  background-image: url(../images/icon/icon_doc.png);
}
.el_txtLink .link a[href$=".xls"]:after, .el_txtLink .link a[href$=".xlsx"]:after, .el_txtLink .link a[href$=".xlt"]:after, .el_txtLink .link a[href$=".xml"]:after, .el_txtLink .link a[href$=".xlsm"]:after, .el_txtLink .link a[href$=".csv"]:after {
  background-image: url(../images/icon/icon_xls.png);
}
.el_txtLink .link a[href$=".ppt"]:after, .el_txtLink .link a[href$=".pptx"]:after, .el_txtLink .link a[href$=".pptm"]:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_txtLink .link a[href$=".pdf"]:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.el_txtLink .link a.noIcon:after {
  content: none !important;
}
.el_txtLink .link a:focus-visible, :where([data-whatintent="mouse"]) .el_txtLink .link a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_txtLink .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 14px;
  height: 11px;
  background-color: #333;
  -webkit-mask-image: url(../images/icon/icon_arw.svg);
  mask-image: url(../images/icon/icon_arw.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: left center;
  mask-position: left center;
  pointer-events: none;
  transform: translateY(-50%);
}
.el_txtLink .link .subTxt {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .el_txtLink .link .subTxt {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .el_txtLink .link .subTxt {
    margin-top: 8px;
  }
}
@media not all and (max-width: 767px) {
  .el_txtLink.col2 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}
@media not all and (max-width: 767px) {
  .el_txtLink.col3 > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
  }
}
@media not all and (max-width: 767px) {
  .el_txtLink.col4 > ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

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

@media not all and (max-width: 767px) {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_txt_red {
  color: #d53d3d;
}

.hp_verticalTxt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hp_verticalTxt > span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(to left, currentColor 0%, currentColor 2px, transparent 2px, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 0.3em);
}

/**
 * Page
 */
/**
 * Page
 */
.pg_river .hinan .aboutSuii .mt30 {
  margin-top: 30px;
}
.pg_river .hinan .aboutSuii .int15 .el_wysiwyg,
.pg_river .hinan .aboutSuii .int15 .el_img {
  margin-top: 15px;
}

/**
 * Page
 */
@media (max-width: 767px) {
  .pg_category-top .bl_titleBox_bg:before {
    content: "";
    top: -174px;
    left: unset;
    right: -149px;
    width: 434px;
    height: 434px;
    background-image: url(../images/common/sub_bg_02_sp.png);
    z-index: 1;
  }
}
.pg_category-top .bl_titleBox_bg .ly_container_1020:after {
  top: -5px;
  right: 102px;
  width: 340px;
  height: 340px;
}
@media (max-width: 767px) {
  .pg_category-top .bl_titleBox_bg .ly_container_1020:after {
    top: -24px;
    right: 1px;
    width: 134px;
    height: 134px;
    transform: none;
  }
}
.pg_category-top .bl_titleBox.river .bl_titleBox_bg .ly_container_1020:before {
  top: 295px;
}
@media (max-width: 767px) {
  .pg_category-top .bl_titleBox.river .bl_titleBox_bg .ly_container_1020:before {
    top: 62px;
  }
}
.pg_category-top .bl_titleBox.river .bl_titleBox_bg .ly_container_1020:after {
  background-image: url(../images/icon/icon_river_wh.svg);
}
.pg_category-top .bl_titleBox.road .bl_titleBox_bg .ly_container_1020:before {
  top: 290px;
  left: -13px;
  width: 171px;
  height: 110px;
  background-image: url(../images/common/sub_bg_04.svg);
}
@media (max-width: 767px) {
  .pg_category-top .bl_titleBox.road .bl_titleBox_bg .ly_container_1020:before {
    top: 62px;
    left: -36px;
    width: 72px;
    height: 45px;
    background-image: url(../images/common/sub_bg_04_sp.svg);
  }
}
.pg_category-top .bl_titleBox.road .bl_titleBox_bg .ly_container_1020:after {
  background-image: url(../images/icon/icon_road_wh.svg);
}
.pg_category-top .bl_breadcrumb {
  padding-block: 15px 20px;
}
@media (max-width: 767px) {
  .pg_category-top .bl_breadcrumb {
    margin-left: 15px;
  }
}
.pg_category-top .cat_disaster {
  position: relative;
  z-index: 2;
}
.pg_category-top .cat_disaster .el_news {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pg_category-top .cat_disaster .el_news_date {
    color: #333;
  }
}
.pg_category-top .cat_liveCam {
  position: relative;
  margin-block: 155px 178px;
  padding-block: 40px 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam {
    margin-block: 110px 100px;
    padding-block: 20px 30px;
  }
}
.pg_category-top .cat_liveCam_bg {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
}
.pg_category-top .cat_liveCam_bg_top {
  top: 0;
  transform: translate(-50%, -100%) translateY(1px);
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_bg_top:before {
    top: 100%;
    transform: translateY(-1px);
  }
}
.pg_category-top .cat_liveCam_bg_bottom {
  bottom: 0;
  transform: translate(-50%, 100%) translateY(-1px);
}
.pg_category-top .cat_liveCam_bg_bottom img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_bg_bottom img {
    transform: scale(1, -1);
  }
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_bg_bottom:before {
    bottom: 100%;
    transform: translateY(1px);
  }
}
.pg_category-top .cat_liveCam_bg img {
  position: relative;
  z-index: 2;
}
.pg_category-top .cat_liveCam_bg:before {
  content: none;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_bg:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 1;
  }
}
.pg_category-top .cat_liveCam_bg:after {
  content: none;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: blur(50px);
    z-index: 0;
  }
}
.pg_category-top .cat_liveCam > .ly_container_1100 {
  position: relative;
  display: flex;
  gap: 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam > .ly_container_1100 {
    flex-direction: column;
    gap: 40px;
  }
}
.pg_category-top .cat_liveCam > .ly_container_1100 .un_colHdg {
  margin-top: -60px;
  z-index: 3;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam > .ly_container_1100 .un_colHdg {
    margin-top: 0;
  }
}
.pg_category-top .cat_liveCam_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.pg_category-top .cat_liveCam_wrapper .bl_thumbBtn {
  margin-top: 0;
  width: 530px;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_wrapper .bl_thumbBtn {
    width: 100%;
  }
}
.pg_category-top .cat_liveCam_wrapper .bl_thumbBtn_item .bl_thumbBtn_label {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_wrapper .bl_thumbBtn_item .bl_thumbBtn_label {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_content > .el_caption {
    font-size: 1.2rem;
  }
}
.pg_category-top .cat_liveCam_colBox {
  width: calc(100% - 530px - 80px);
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_colBox {
    width: 100%;
  }
}
.pg_category-top .cat_liveCam_colBox .el_caption {
  margin-top: 18px;
  margin-right: -10px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam_colBox .el_caption {
    margin-top: 20px;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.pg_category-top .cat_liveCam_colBox .el_btn_circle {
  margin-left: 0;
}
.pg_category-top .cat_liveCam_txt {
  letter-spacing: 0.05em;
}
.pg_category-top .cat_liveCam.river {
  background: #a3def0;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam.river .cat_liveCam_bg:before {
    background: #a3def0;
  }
}
.pg_category-top .cat_liveCam.road {
  background: #f7e466;
}
@media (max-width: 767px) {
  .pg_category-top .cat_liveCam.road .cat_liveCam_bg:before {
    background: #f7e466;
  }
}
.pg_category-top .cat_menu {
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
.pg_category-top .cat_menu .el_btn_circle {
  margin-top: 80px;
}
.pg_category-top .cat_menu .bl_linkList_item {
  padding-bottom: 19px;
}
.pg_category-top .cat_menu .bl_linkList_item p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .pg_category-top .cat_menu .bl_linkList_item p {
    font-size: 1.4rem;
  }
}
.pg_category-top .cat_menu .el_img__2col + .el_hdg_cat .secondary {
  margin-top: 59px;
}
.pg_category-top .cat_menu .el_img__3col + .el_hdg_cat .secondary {
  margin-top: 51px;
}
.pg_category-top .un_banner_area {
  margin-top: 0;
}

.tp_0_0 .mvSect {
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect {
    height: 660px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect {
    height: 472px;
  }
}
.tp_0_0 .mvSect .mvSlider.swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  overflow: hidden;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect .mvSlider.swiper {
    height: 720px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .mvSlider.swiper {
    height: 540px;
  }
}
.tp_0_0 .mvSect .mvSlider.swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .mvSlider.swiper img {
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }
}
.tp_0_0 .mvSect .pagination {
  position: absolute;
  top: 50%;
  right: 0;
  width: 720px;
  height: 100px;
  transform-origin: center top;
  transform: translateX(50%) rotate(90deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .pagination {
    width: 540px;
    height: 50px;
  }
}
.tp_0_0 .mvSect .pagination:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0083b4 0%, rgba(81, 193, 227, 0) 100%);
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 0 15px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 5px;
    height: 5px;
  }
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
    width: 20px;
    height: 20px;
  }
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:after,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.tp_0_0 .mvSect .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 54px;
}
.tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets,
.tp_0_0 .mvSect .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp_0_0 .mvSect .swiper-pagination-custom, .tp_0_0 .mvSect .swiper-pagination-fraction {
  position: relative;
  bottom: unset;
  left: unset;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect .swiper-horizontal > .swiper-pagination-bullets,
.tp_0_0 .mvSect .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp_0_0 .mvSect .swiper-pagination-custom, .tp_0_0 .mvSect .swiper-pagination-fraction {
    margin-top: 18px;
  }
}
.tp_0_0 .mvSect .mvSlide {
  position: relative;
  height: 100%;
}
.tp_0_0 .mvSect .mvSlide:before, .tp_0_0 .mvSect .mvSlide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tp_0_0 .mvSect .mvSlide:before {
  height: 100%;
  background: #51c1e3;
  mix-blend-mode: soft-light;
}
.tp_0_0 .mvSect .mvSlide:after {
  height: 352px;
  background: linear-gradient(#0083b4 0%, rgba(81, 193, 227, 0) 100%);
  opacity: 0.7;
}
.tp_0_0 .mvSect > .ly_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.tp_0_0 .mvSect > .ly_container .hdg {
  position: relative;
  width: 100%;
  font-family: "Cedarville Cursive", cursive;
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 20px #378a9e;
  transition: padding 0.3s;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect > .ly_container .hdg {
    padding-top: 308px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.tp_0_0 .mvSect > .ly_container .slideIndex {
  display: flex;
  align-items: center;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect > .ly_container .slideIndex {
    justify-content: flex-end;
    margin-top: 27px;
  }
}
.tp_0_0 .mvSect > .ly_container .slideIndex .slideName {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px 2px;
  background: rgba(55, 138, 158, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 10px #378a9e;
  z-index: 3;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .mvSect > .ly_container .slideIndex .slideName {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .mvSect > .ly_container .slideIndex .slideName {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tp_0_0 .topics {
  position: absolute;
  bottom: 16px;
  right: 70px;
  width: 307px;
  height: 173px;
  z-index: 2;
  transition: padding 0.3s;
}
@media (max-width: 767px) {
  .tp_0_0 .topics {
    position: relative;
    margin-top: 12px;
    padding-bottom: 0;
    bottom: unset;
    right: unset;
    width: 100%;
    height: unset;
  }
}
.tp_0_0 .topics .btn {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 118px;
  height: 34px;
  padding-left: 20px;
  background: #333;
  border: 1px solid #fff;
  border-radius: 17px;
  transform: translateX(calc(-317px + 100%)) translateY(calc(-183px + 100%));
  transition: background-color 0.3s, transform 0.3s;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tp_0_0 .topics .btn {
    top: -5px;
    bottom: unset;
    left: -5px;
    right: unset;
    transform: none;
  }
}
.tp_0_0 .topics .btn span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #fff;
  transition: color 0.3s;
}
.tp_0_0 .topics .btn:before, .tp_0_0 .topics .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: background-color 0.3s, transform 0.3s;
}
.tp_0_0 .topics .btn:before {
  transform: translateX(50%) translateY(-50%);
}
.tp_0_0 .topics .btn:after {
  transform: translateX(50%) translateY(-50%);
}
.tp_0_0 .topics .btn:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .topics .btn:hover {
  background: #fff;
}
.tp_0_0 .topics .btn:focus-visible span, :where([data-whatintent="mouse"]) .tp_0_0 .topics .btn:hover span {
  color: #333;
}
.tp_0_0 .topics .btn:focus-visible:before, .tp_0_0 .topics .btn:focus-visible:after, :where([data-whatintent="mouse"]) .tp_0_0 .topics .btn:hover:before, :where([data-whatintent="mouse"]) .tp_0_0 .topics .btn:hover:after {
  background: #333;
}
.tp_0_0 .topics .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp_0_0 .topics .wrapper a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 35px 30px 25px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .tp_0_0 .topics .wrapper a {
    padding: 20px;
    padding-top: 35px;
  }
}
.tp_0_0 .topics .wrapper a .el_arwIconWithCircle {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.tp_0_0 .topics .wrapper a:focus-visible .ttl, :where([data-whatintent="mouse"]) .tp_0_0 .topics .wrapper a:hover .ttl {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.tp_0_0 .topics .img {
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.tp_0_0 .topics .ttl {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  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;
}
@media (max-width: 767px) {
  .tp_0_0 .topics .ttl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .topics.is_closed {
    padding-bottom: 28px;
  }
}
.tp_0_0 .topics.is_closed .btn {
  transform: none;
}
.tp_0_0 .topics.is_closed .btn:after {
  transform: translateX(50%) translateY(-50%) rotate(-90deg);
}
.tp_0_0 .topics.is_closed .wrapper a {
  opacity: 0;
  pointer-events: none;
}
.tp_0_0 .infoArea {
  position: relative;
  padding-bottom: 177px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp_0_0 .infoArea {
    padding-bottom: 101px;
  }
}
.tp_0_0 .infoArea_bg {
  position: absolute;
  top: 60px;
  left: 50%;
  min-width: 1920px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(to top left, #a3def0 0%, #effbff 45.61%, #fffadc 61.51%, #f7e466 78.66%, #fffadc 100%);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_0 .infoArea_bg {
    top: 30px;
    left: 0;
    margin-top: 30px;
    transform: none;
    min-width: unset;
    background-image: url(../images/tp_0_0/info_bg01_sp.png);
  }
}
.tp_0_0 .infoArea_bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tp_0_0/info_bg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .infoArea_bg_bottom {
    background-image: url(../images/tp_0_0/info_bg04_sp.png);
  }
}
.tp_0_0 .infoArea_bg_bottom:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  z-index: 1;
}
.tp_0_0 .infoArea .simpleBtn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .tp_0_0 .infoArea .simpleBtn {
    margin-top: 20px;
  }
}
.tp_0_0 .infoArea .simpleBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.tp_0_0 .infoArea .simpleBtn a span {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  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;
}
.tp_0_0 .infoArea .simpleBtn a:focus-visible span, :where([data-whatintent="mouse"]) .tp_0_0 .infoArea .simpleBtn a:hover span {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.tp_0_0 .infoArea .simpleBtn a .el_arwIconWithCircle {
  width: "";
  height: "";
  background-color: #eee;
  background-color: var(--subColor);
}
@media (max-width: 767px) {
  .tp_0_0 .infoArea .simpleBtn a .el_arwIconWithCircle {
    transform: scale(0.75);
  }
}
.tp_0_0 .infoArea .simpleBtn a .el_arwIconWithCircle .el_arwIcon {
  color: #333;
  transition: color 0.3s;
}
.tp_0_0 .infoArea .simpleBtn a .el_arwIconWithCircle .el_arwIcon_line {
  width: 8px;
  height: 1px;
  margin-right: -1px;
  transform: perspective(0);
}
.tp_0_0 .infoArea .simpleBtn a .el_arwIconWithCircle .el_arwIcon_tri {
  background-color: currentColor;
  width: 7px;
  height: 6px;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.tp_0_0 .emergencySect {
  position: relative;
  z-index: 3;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .emergencySect {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .emergencySect {
    margin-block: 39px 30px;
  }
}
.tp_0_0 .emergencySect_inner {
  display: grid;
  border: 2px solid var(--infoColor);
  background-color: var(--infoColor);
  border-radius: 10px;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .emergencySect_inner {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .emergencySect_inner {
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
  }
}
.tp_0_0 .emergencySect_inner .head {
  background-color: var(--infoColor);
  color: #fff;
}
.tp_0_0 .emergencySect_inner .head .hdg {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 18px 26px 18px 18px;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .emergencySect_inner .head .hdg {
    padding: 18px;
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .emergencySect_inner .head .hdg {
    padding: 13px;
    padding-bottom: 15px;
  }
}
.tp_0_0 .emergencySect_inner .head .hdg .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .emergencySect_inner .head .hdg .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .emergencySect_inner .head .hdg .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.tp_0_0 .emergencySect_inner .head .hdg .icon_disaster .fill {
  fill: #fff;
}
.tp_0_0 .emergencySect_inner .head .hdg .icon_disaster .txtFill {
  fill: var(--infoColor);
}
.tp_0_0 .emergencySect_inner .body {
  padding: 20px;
  background-color: #fff;
  color: #d53d3d;
}
.tp_0_0 .emergencySect_inner .body .el_news > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.tp_0_0 .emergencySect_inner .body .el_news > ul > li:not(:first-child) {
  margin-top: 25px;
}
.tp_0_0 .emergencySect_inner .body .el_news .el_date {
  color: #d53d3d;
}
.tp_0_0 .emergencySect_inner .body .el_news .el_newsCategory {
  color: #333;
}
.tp_0_0 .liveSect {
  position: relative;
  transition: margin 0.3s;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect {
    margin-top: 30px;
  }
}
.tp_0_0 .liveSect:before, .tp_0_0 .liveSect:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 387px;
  height: 408px;
  background: #fff;
  filter: blur(50px);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect:before, .tp_0_0 .liveSect:after {
    content: none;
  }
}
.tp_0_0 .liveSect:before {
  bottom: 0;
}
.tp_0_0 .liveSect:after {
  top: -108px;
}
.tp_0_0 .liveSect_inner {
  position: relative;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect_inner {
    flex-direction: column;
    gap: 30px;
  }
}
.tp_0_0 .liveSect_inner:before {
  content: "";
  position: absolute;
  bottom: -49px;
  left: -83px;
  width: 230px;
  height: 92px;
  background-image: url(../images/tp_0_0/info_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect_inner:before {
    bottom: -17px;
    left: 0;
    width: 74px;
    height: 46px;
    background-image: url(../images/tp_0_0/info_bg02_sp.svg);
  }
}
.tp_0_0 .liveSect_unit {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  padding: 30px 50px 50px;
  width: calc((100% - 40px) / 2);
  border-radius: 20px;
  background-color: var(--mainColor);
  z-index: 3;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect_unit {
    padding: 26px 15px 20px;
    width: 100%;
    border-radius: 10px;
  }
}
.tp_0_0 .liveSect .head .hdg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.tp_0_0 .liveSect .head .hdg .leanTxt {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(-18deg);
  color: #fff;
  font-size: 3.5rem;
  font-family: "Cedarville Cursive", cursive;
  white-space: nowrap;
  opacity: 0.7;
  z-index: 0;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .head .hdg .leanTxt {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .head .hdg {
    position: relative;
    z-index: 1;
    gap: 13px;
    transform: translateX(-22px);
  }
  .tp_0_0 .liveSect .head .hdg .leanTxt {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 14px);
    transform: translate(-50%, -50%) rotate(-18deg);
    color: #fff;
    font-size: 3.5rem;
    font-family: "Cedarville Cursive", cursive;
    white-space: nowrap;
    opacity: 0.7;
    z-index: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tp_0_0 .liveSect .head .hdg .leanTxt {
    font-size: 2.6rem;
  }
}
.tp_0_0 .liveSect .head .hdg .img {
  position: relative;
  width: 90px;
  height: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .head .hdg .img {
    width: 44px;
    height: 44px;
  }
}
.tp_0_0 .liveSect .head .hdg .img img {
  width: 100%;
}
.tp_0_0 .liveSect .head .hdg .ttl {
  position: relative;
  margin-top: 7px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .head .hdg .ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.tp_0_0 .liveSect .body {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body {
    margin-top: 13px;
  }
}
.tp_0_0 .liveSect .body .liveCam {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam {
    width: 100%;
  }
}
.tp_0_0 .liveSect .body .liveCam .hdg {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam .hdg {
    gap: 8px;
  }
}
.tp_0_0 .liveSect .body .liveCam .hdg .icon_liveCam {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam .hdg .icon_liveCam {
    width: 24px;
    height: 24px;
  }
}
.tp_0_0 .liveSect .body .liveCam .hdg .icon_liveCam img {
  width: 100%;
}
.tp_0_0 .liveSect .body .liveCam .hdg .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam .hdg .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam .hdg .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tp_0_0 .liveSect .body .liveCam figure {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam figure {
    margin-top: 7px;
  }
}
.tp_0_0 .liveSect .body .liveCam figure .img {
  width: 100%;
}
.tp_0_0 .liveSect .body .liveCam figure .img * {
  width: 100%;
}
.tp_0_0 .liveSect .body .liveCam figure figcaption {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .body .liveCam figure figcaption {
    margin-top: 7px;
  }
}
.tp_0_0 .liveSect .foot {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .foot {
    padding-top: 25px;
  }
}
.tp_0_0 .liveSect .foot .btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px 21px;
  row-gap: 9px;
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .foot .btn {
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
  }
}
.tp_0_0 .liveSect .foot .btn .item {
  position: relative;
  padding-bottom: 8px;
}
.tp_0_0 .liveSect .foot .btn .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: perspective(0);
}
.tp_0_0 .liveSect .foot .btn .item a {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
  -moz-column-gap: 0.1em;
  column-gap: 0.1em;
  width: 100%;
  height: 100%;
}
.tp_0_0 .liveSect .foot .btn .item a span {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tp_0_0 .liveSect .foot .btn .item a .el_arwIconWithCircle {
  background-color: var(--subColor);
}
@media (max-width: 767px) {
  .tp_0_0 .liveSect .foot .btn .item a .el_arwIconWithCircle {
    transform: scale(0.85);
  }
}
.tp_0_0 .liveSect .foot .btn .item:focus-visible:after, :where([data-whatintent="mouse"]) .tp_0_0 .liveSect .foot .btn .item:hover:after {
  -webkit-animation: scrollLine 1s ease-in-out 1;
  animation: scrollLine 1s ease-in-out 1;
}
.tp_0_0 .newsSect {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect {
    padding-top: 30px;
  }
}
.tp_0_0 .newsSect_inner {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_inner {
    flex-direction: column;
    padding: 0 25px;
    border-radius: 10px;
  }
}
.tp_0_0 .newsSect_inner:after {
  content: "";
  position: absolute;
  bottom: -64px;
  right: -66px;
  width: 171px;
  height: 110px;
  background-image: url(../images/tp_0_0/info_bg03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_inner:after {
    bottom: -30px;
    right: -16px;
    width: 72px;
    height: 45px;
    background-image: url(../images/tp_0_0/info_bg03_sp.svg);
  }
}
.tp_0_0 .newsSect_wrapper {
  display: grid;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  padding: 50px;
  padding-top: 70px;
  width: 50%;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper {
    padding: 40px 0 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper:last-child {
    border-top: 1px solid #ccc;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper:last-child .body:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;
    height: 100%;
    background: #ccc;
    transform: perspective(0);
    z-index: 1;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.press .head .hdg {
    position: relative;
    z-index: 1;
  }
  .tp_0_0 .newsSect_wrapper.press .head .hdg .leanTxt {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 2px);
    transform: translate(-50%, -50%) rotate(-7deg);
    color: #e9e9e9;
    font-size: 6.9rem;
    font-family: "Cedarville Cursive", cursive;
    white-space: nowrap;
    opacity: 1;
    z-index: 0;
  }
  @media (max-width: 767px) {
    .tp_0_0 .newsSect_wrapper.press .head .hdg .leanTxt {
      font-size: 5rem;
    }
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.press .head .hdg {
    position: relative;
    z-index: 1;
  }
  .tp_0_0 .newsSect_wrapper.press .head .hdg .leanTxt {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 6px);
    transform: translate(-50%, -50%) rotate(-7deg);
    color: #e9e9e9;
    font-size: 6.9rem;
    font-family: "Cedarville Cursive", cursive;
    white-space: nowrap;
    opacity: 1;
    z-index: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.press .head .hdg .leanTxt {
    font-size: 5rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.news .head .hdg {
    position: relative;
    z-index: 1;
  }
  .tp_0_0 .newsSect_wrapper.news .head .hdg .leanTxt {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 2px);
    transform: translate(-50%, -50%) rotate(-15deg);
    color: #e9e9e9;
    font-size: 6.9rem;
    font-family: "Cedarville Cursive", cursive;
    white-space: nowrap;
    opacity: 1;
    z-index: 0;
  }
  @media (max-width: 767px) {
    .tp_0_0 .newsSect_wrapper.news .head .hdg .leanTxt {
      font-size: 5.1rem;
    }
  }
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.news .head .hdg {
    position: relative;
    z-index: 1;
  }
  .tp_0_0 .newsSect_wrapper.news .head .hdg .leanTxt {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 2px);
    transform: translate(-50%, -50%) rotate(-15deg);
    color: #e9e9e9;
    font-size: 6.9rem;
    font-family: "Cedarville Cursive", cursive;
    white-space: nowrap;
    opacity: 1;
    z-index: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper.news .head .hdg .leanTxt {
    font-size: 5.1rem;
  }
}
.tp_0_0 .newsSect_wrapper .head .hdg {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper .head .hdg {
    margin-bottom: 22px;
  }
}
.tp_0_0 .newsSect_wrapper .head .hdg .ttl {
  position: relative;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper .head .hdg .ttl {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.tp_0_0 .newsSect_wrapper .head .hdg .ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #333;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp_0_0 .newsSect_wrapper .head .hdg .ttl:after {
    width: 20px;
  }
}
.tp_0_0 .newsSect_wrapper .body {
  position: relative;
  display: grid;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
}
.tp_0_0 .newsSect_wrapper .body .el_news > ul > li {
  padding: 0;
  margin: 0;
  border: none;
}
.tp_0_0 .newsSect_wrapper .body .el_news > ul > li:not(:first-child) {
  margin-top: 30px;
}
.tp_0_0 .newsSect_wrapper .body .simpleBtn {
  margin: 30px auto 0;
}
.tp_0_0 .attemptSect {
  margin-top: 30px;
  margin-bottom: 60px;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.tp_0_0 .attemptSect_wrapper {
  position: relative;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper {
    left: 50%;
    margin: 50px auto 0;
    width: 1408px;
    transform: translateX(-50%);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .inner {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
    grid-template-rows: repeat(2, -webkit-max-content);
    grid-template-rows: repeat(2, max-content);
    gap: 20px 60px;
  }
}
.tp_0_0 .attemptSect_wrapper .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img {
    border-radius: 20px;
  }
}
.tp_0_0 .attemptSect_wrapper .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51c1e3;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
}
.tp_0_0 .attemptSect_wrapper .img_lg {
  position: relative;
  aspect-ratio: 3/2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_lg {
    align-self: center;
    grid-column: 1/2;
    grid-row: 1/3;
    width: 634px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_lg .img {
    border-radius: 8px;
  }
}
.tp_0_0 .attemptSect_wrapper .img_lg:before, .tp_0_0 .attemptSect_wrapper .img_lg:after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.tp_0_0 .attemptSect_wrapper .img_lg:before {
  z-index: 3;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_lg:before {
    top: 30px;
    transform: translateY(-100%);
  }
}
.tp_0_0 .attemptSect_wrapper .img_lg:after {
  aspect-ratio: 595/496;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_lg:after {
    bottom: -137px;
    width: 595px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_lg:after {
    top: 22.1%;
    right: 67.5%;
    width: 90.6%;
  }
}
.tp_0_0 .attemptSect_wrapper .img_sm {
  position: relative;
  aspect-ratio: 3/2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_sm {
    grid-column: 3/4;
    grid-row: 2/3;
    width: 340px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_sm .img {
    border-radius: 5px;
  }
}
.tp_0_0 .attemptSect_wrapper .img_sm:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_sm:before {
    top: 30px;
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .img_sm:before {
    top: -86px;
    right: 0;
    width: 45px;
  }
}
.tp_0_0 .attemptSect_wrapper .overlapImg {
  display: flex;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 3/2;
}
.tp_0_0 .attemptSect_wrapper .overlapImg .img_lg {
  justify-self: flex-start;
  align-self: flex-start;
  flex-shrink: 0;
  width: 75%;
  margin-right: -50%;
}
.tp_0_0 .attemptSect_wrapper .overlapImg .img_sm {
  justify-self: flex-end;
  align-self: flex-end;
  flex-shrink: 0;
  width: 47%;
}
.tp_0_0 .attemptSect_wrapper .hdg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.tp_0_0 .attemptSect_wrapper .hdg img {
  display: block;
  aspect-ratio: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg img {
    width: 80px;
  }
}
.tp_0_0 .attemptSect_wrapper .hdg .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg .ttl {
    font-size: 43px;
    font-size: 4.3rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg .ttl {
    margin-top: 22px;
    letter-spacing: 0.3em;
    line-height: 1.9;
    transform: translateX(-6px);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .hdg .ttl {
    margin-top: 17px;
    letter-spacing: 0.4em;
    line-height: 2.2;
  }
}
.tp_0_0 .attemptSect_wrapper .txtArea {
  grid-column: 2/3;
  grid-row: 2/3;
}
.tp_0_0 .attemptSect_wrapper .head {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 42px;
  column-gap: 42px;
  padding-inline: 15px;
}
.tp_0_0 .attemptSect_wrapper .body {
  margin-top: 30px;
}
.tp_0_0 .attemptSect_wrapper .desc {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .desc {
    margin-top: 90px;
  }
}
.tp_0_0 .attemptSect_wrapper .btn {
  margin-top: 40px;
  width: 100%;
}
.tp_0_0 .attemptSect_wrapper .btn > a {
  position: relative;
  display: grid;
  place-content: center;
  border: 1px solid #333;
  border-radius: 100px;
  font-weight: 500;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a {
    padding: 14px;
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a {
    padding: 9px;
    min-height: 51px;
  }
}
.tp_0_0 .attemptSect_wrapper .btn > a:before, .tp_0_0 .attemptSect_wrapper .btn > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:before, .tp_0_0 .attemptSect_wrapper .btn > a:after {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:before, .tp_0_0 .attemptSect_wrapper .btn > a:after {
    right: 24.5px;
  }
}
.tp_0_0 .attemptSect_wrapper .btn > a:before {
  aspect-ratio: 1;
  background-color: var(--mainColor);
  border-radius: 50%;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:before {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:before {
    width: 31px;
  }
}
.tp_0_0 .attemptSect_wrapper .btn > a:after {
  background-color: #333;
  -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;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:after {
    width: 18px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper .btn > a:after {
    width: 14px;
    height: 6px;
  }
}
.tp_0_0 .attemptSect_wrapper .btn > a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .attemptSect_wrapper .btn > a:hover {
  background-color: #333;
  color: #fff;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.river .img_lg:before {
    right: -30px;
    width: 153px;
    height: 76px;
    background-image: url(../images/tp_0_0/attempt_bg01.svg);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.river .img_lg:before {
    top: -30px;
    left: -48px;
    width: 108px;
    height: 40px;
    background-image: url(../images/tp_0_0/attempt_bg01_sp.svg);
  }
}
.tp_0_0 .attemptSect_wrapper.river .img_lg:after {
  background-image: url(../images/tp_0_0/attempt_bg02.svg);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.river .img_lg:after {
    right: 255px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.river .img_sm:before {
    left: -30px;
    width: 92px;
    height: 153px;
    background-image: url(../images/tp_0_0/attempt_bg03.svg);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.river .img_sm:before {
    height: 66px;
    background-image: url(../images/tp_0_0/attempt_bg03_sp.svg);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road {
    margin-top: 87px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road {
    margin-top: 40px;
  }
}
.tp_0_0 .attemptSect_wrapper.road .inner {
  direction: rtl;
}
.tp_0_0 .attemptSect_wrapper.road .inner > * {
  direction: ltr;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_lg:before {
    left: -30px;
    width: 130px;
    height: 84px;
    background-image: url(../images/tp_0_0/attempt_bg04.svg);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_lg:before {
    top: -20px;
    left: -20px;
    width: 72px;
    height: 45px;
    background-image: url(../images/tp_0_0/attempt_bg04_sp.svg);
  }
}
.tp_0_0 .attemptSect_wrapper.road .img_lg:after {
  background-image: url(../images/tp_0_0/attempt_bg05.svg);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_lg:after {
    left: 255px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_lg:after {
    transform: scale(-1, 1);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_sm:before {
    right: -20px;
    width: 84px;
    height: 130px;
    background-image: url(../images/tp_0_0/attempt_bg06.svg);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_wrapper.road .img_sm:before {
    height: 58px;
    background-image: url(../images/tp_0_0/attempt_bg06_sp.svg);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider {
    margin-top: 128px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider {
    margin-top: 93px;
    padding-inline: 15px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head {
    padding-left: 24px;
  }
}
.tp_0_0 .attemptSect_slider .head .hdg {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
.tp_0_0 .attemptSect_slider .head .hdg:before, .tp_0_0 .attemptSect_slider .head .hdg:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg:before, .tp_0_0 .attemptSect_slider .head .hdg:after {
    top: -6px;
    left: -17px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg:before, .tp_0_0 .attemptSect_slider .head .hdg:after {
    top: -13px;
    left: -10px;
    width: 10px;
    height: 10px;
  }
}
.tp_0_0 .attemptSect_slider .head .hdg:before {
  background-color: #f7e466;
  z-index: 2;
}
.tp_0_0 .attemptSect_slider .head .hdg:after {
  background-color: #a3def0;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg:after {
    transform: translate(-6px, 7px);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .head .hdg:after {
    transform: translate(-5px, 6px);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body {
    margin-top: 24px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body {
    margin-top: 21px;
    padding-top: 10px;
  }
}
.tp_0_0 .attemptSect_slider .body .swiper {
  overflow: visible;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .swiper-slide {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .swiper-slide {
    width: 100%;
  }
}
.tp_0_0 .attemptSect_slider .body .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 15px;
  }
}
.tp_0_0 .attemptSect_slider .body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.tp_0_0 .attemptSect_slider .body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #333;
}
.tp_0_0 .attemptSect_slider .body .swiper .swiper-slide {
  height: auto;
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide {
  position: relative;
  width: 100%;
  height: 100%;
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a {
  display: block;
  width: 100%;
  height: 100%;
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[target=_blank] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".doc"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xls"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xml"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".csv"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".ppt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pdf"] .hdg .ttl:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide a[target=_blank] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".doc"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xls"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xml"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".csv"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".ppt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pdf"] .hdg .ttl:after {
    margin-left: 2px;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[target=_blank] .hdg .ttl:after {
  width: 13px;
  height: 13px;
  vertical-align: -0.05em;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
  background-color: currentColor;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide a[target=_blank] .hdg .ttl:after {
    vertical-align: -0.15em;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".doc"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xls"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xml"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".csv"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".ppt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pdf"] .hdg .ttl:after {
  width: 26px;
  height: 15px;
  vertical-align: -0.1em;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".doc"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xls"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xml"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".csv"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".ppt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pdf"] .hdg .ttl:after {
    vertical-align: -0.2em;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".doc"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".docm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".dotm"] .hdg .ttl:after {
  background-image: url(../images/icon/icon_doc.png);
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xls"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xml"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".xlsm"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".csv"] .hdg .ttl:after {
  background-image: url(../images/icon/icon_xls.png);
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".ppt"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptx"] .hdg .ttl:after, .tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pptm"] .hdg .ttl:after {
  background-image: url(../images/icon/icon_ppt.png);
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a[href$=".pdf"] .hdg .ttl:after {
  background-image: url(../images/icon/icon_pdf.png);
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide a:focus-visible .hdg .ttl, :where([data-whatintent="mouse"]) .tp_0_0 .attemptSect_slider .body .pickUpSlide a:hover .hdg .ttl {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .category {
  position: absolute;
  left: 10px;
  padding: 10px 5px;
  background-color: var(--mainColor);
  border-radius: 100px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .category {
    top: -15px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .category {
    top: -10px;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .img {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .img {
    border-radius: 8px;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg {
  margin-top: 15px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  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;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle {
  margin-top: 0.75em;
  transform: translateY(-50%);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle {
    width: 18px;
    height: 18px;
    background-color: #333;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle {
    width: 16px;
    height: 16px;
    background-color: #333;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon {
    color: #fff;
    transition: color 0.3s;
  }
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon_line {
    width: 6px;
    height: 1px;
    margin-right: -1.5px;
    transform: perspective(0);
  }
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon_tri {
    background-color: currentColor;
    width: 7px;
    height: 7px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon {
    color: #fff;
    transition: color 0.3s;
  }
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon_line {
    width: 5px;
    height: 1px;
    margin-right: -1px;
    transform: perspective(0);
  }
  .tp_0_0 .attemptSect_slider .body .pickUpSlide .hdg .el_arwIconWithCircle .el_arwIcon_tri {
    background-color: currentColor;
    width: 6px;
    height: 6px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
.tp_0_0 .attemptSect_slider .body button {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  transition: opacity 0.3s;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button {
    width: 31px;
  }
}
.tp_0_0 .attemptSect_slider .body button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  -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;
  transform: translate(-50%, -50%);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button:before {
    width: 18px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button:before {
    width: 14px;
    height: 6px;
  }
}
.tp_0_0 .attemptSect_slider .body button:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .attemptSect_slider .body button:hover {
  opacity: 0.4;
}
.tp_0_0 .attemptSect_slider .body button.prev {
  transform: translate(-50%, -50%) scale(-1, 1);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button.prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button.prev {
    left: -7.5px;
  }
}
.tp_0_0 .attemptSect_slider .body button.next {
  transform: translate(50%, -50%);
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button.next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .attemptSect_slider .body button.next {
    right: -7.5px;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_0:not(.tp_0_1) .ly_container_1100:has(.ly_article) {
    margin-block: 128px 100px;
  }
}
@media (max-width: 767px) {
  .tp_0_0:not(.tp_0_1) .ly_container_1100:has(.ly_article) {
    margin-block: 60px 40px;
  }
}
.tp_0_0 .bannerSect {
  position: relative;
  padding-top: 128px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.tp_0_0 .bannerSect_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 0;
}
.tp_0_0 .bannerSect_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_bg_top {
    background: transparent;
  }
}
.tp_0_0 .bannerSect_bg_top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_bg_top:after {
    top: -1px;
    bottom: unset;
    background: #fff;
  }
}
.tp_0_0 .bannerSect_bg_top img {
  width: 100%;
}
.tp_0_0 .bannerSect_wrapper {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper:not(:first-child) {
    margin-top: 20px;
  }
}
.tp_0_0 .bannerSect_wrapper .hdg {
  padding: 10px 18px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 2px solid var(--mainColor);
  border-radius: 5px 5px 0 0;
  background-color: var(--mainColor);
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .hdg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .hdg {
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
}
.tp_0_0 .bannerSect_wrapper .inner {
  background-color: #fff;
  border: 2px solid var(--mainColor);
  border-radius: 0 0 5px 5px;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .inner {
    padding: 29px 31px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .inner {
    padding: 18px;
  }
}
.tp_0_0 .bannerSect_wrapper .inner .list {
  display: grid;
  width: 100%;
}
@media not all and (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .inner .list {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px 10px;
  }
}
@media (max-width: 767px) {
  .tp_0_0 .bannerSect_wrapper .inner .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp_0_0 .bannerSect_wrapper .inner .list .item {
  aspect-ratio: 3;
}
.tp_0_0 .bannerSect_wrapper .inner .list .item_large {
  grid-column: span 2;
  grid-row: span 2;
}
.tp_0_0 .bannerSect_wrapper .inner .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.tp_0_0 .bannerSect_wrapper .inner .list .item a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_0 .bannerSect_wrapper .inner .list .item a:hover {
  opacity: 0.65;
}
.tp_0_0 .bannerSect_wrapper .inner .list .item .img {
  width: 100%;
  height: 100%;
}
.tp_0_0 .bannerSect_wrapper .inner .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea {
    padding-block: 164px 50px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea {
    padding-block: 90px 30px;
  }
}
.tp_0_1 .disasterArea .announceSect .announce {
  border: 1px solid #ccc;
  background-color: #fff3f3;
  border-radius: 10px;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .announceSect .announce {
    padding: 39px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .announceSect .announce {
    padding: 14px;
  }
}
.tp_0_1 .disasterArea .announceSect .announce .txt {
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #d53d3d;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .announceSect .announce .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .announceSect .announce .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .emergencySect {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .emergencySect {
    margin-top: 20px;
  }
}
.tp_0_1 .disasterArea .emergencySect_inner {
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .emergencySect_inner .head .hdg {
    justify-content: center;
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner {
    margin-top: 40px;
  }
}
.tp_0_1 .disasterArea .disasterBanner > ul {
  display: flex;
  flex-direction: column;
}
@media not all and (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner > ul {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .disasterArea .disasterBanner > ul {
    gap: 20px;
  }
}
.tp_0_1 .disasterArea .disasterBanner > ul > li .figure a {
  display: block;
  transition: opacity 0.3s;
}
.tp_0_1 .disasterArea .disasterBanner > ul > li .figure a:focus-visible, :where([data-whatintent="mouse"]) .tp_0_1 .disasterArea .disasterBanner > ul > li .figure a:hover {
  opacity: 0.6;
}
.tp_0_1 .infoArea_bg_top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tp_0_0/info_bg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_0_1 .infoArea_bg_top {
    background-image: url(../images/tp_0_0/info_bg04_sp.png);
  }
}
.tp_0_1 .infoArea_bg_top:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fff;
  z-index: 1;
}
.tp_0_1 .infoArea_bg {
  top: 0;
}
@media (max-width: 767px) {
  .tp_0_1 .infoArea_bg {
    margin-top: 0;
    background: linear-gradient(to top, #a3def0 0%, #c1e9f6 17.99%, #effbff 45.61%, #fffadc 61.51%, #f7e466 78.66%, #fffadc 100%);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .infoArea .newsSect {
    padding-top: 164px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .infoArea .newsSect {
    padding-top: 101px;
  }
}
.tp_0_1 .infoArea .newsSect_inner:before {
  content: "";
  position: absolute;
  top: -31px;
  left: -83px;
  width: 230px;
  height: 92px;
  background-image: url(../images/tp_0_0/info_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_0_1 .infoArea .newsSect_inner:before {
    content: none;
    top: -32px;
    left: 0;
    width: 74px;
    height: 46px;
    background-image: url(../images/tp_0_0/info_bg02_sp.svg);
  }
}
@media not all and (max-width: 767px) {
  .tp_0_1 .ly_article {
    padding-block: 40px 100px;
  }
}
@media (max-width: 767px) {
  .tp_0_1 .ly_article {
    padding-block: 30px 80px;
  }
}

@media (max-width: 767px) {
  .tp_3_0 .ly_withSideNav_main {
    order: 2;
  }
  .tp_3_0 .ly_withSideNav_aside {
    order: 1;
  }
}
.tp_3_0 .bl_sideNav .parent .hdg {
  justify-content: center;
}
@media (max-width: 767px) {
  .tp_3_0 .bl_sideNav {
    overflow: hidden;
  }
  .tp_3_0 .bl_sideNav .parent .hdg .btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--navSub);
    transform: translateY(-50%);
  }
  .tp_3_0 .bl_sideNav .parent .hdg .btn:before, .tp_3_0 .bl_sideNav .parent .hdg .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 0;
    border: 1px solid #333;
  }
  .tp_3_0 .bl_sideNav .parent .hdg .btn:before {
    transform: translate(-50%, -50%);
  }
  .tp_3_0 .bl_sideNav .parent .hdg .btn:after {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform 0.3s;
  }
  .tp_3_0 .bl_sideNav .parent.is_active .hdg .btn:after {
    transform: translate(-50%, -50%);
  }
  .tp_3_0 .bl_sideNav .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 10px;
    padding-top: 0;
    background-color: var(--navMain);
  }
  .tp_3_0 .bl_sideNav .list .item {
    border-radius: 5px;
    border: none;
    overflow: hidden;
  }
  .tp_3_0 .bl_sideNav .list .item > a {
    position: relative;
    padding: 10px;
    padding-right: 32px;
  }
  .tp_3_0 .bl_sideNav .list .item:not(.is_current) > a:before, .tp_3_0 .bl_sideNav .list .item:not(.is_current) > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translate(50%, -50%);
  }
  .tp_3_0 .bl_sideNav .list .item:not(.is_current) > a:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #eee;
    z-index: 1;
  }
  .tp_3_0 .bl_sideNav .list .item:not(.is_current) > a:after {
    width: 10px;
    height: 10px;
    background-color: #333;
    -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;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: 2;
  }
  .tp_3_0 .bl_sideNav .list .item:not(.is_current) > a[target=_blank]:after {
    -webkit-mask-image: url(../images/icon/icon_window_black.svg);
    mask-image: url(../images/icon/icon_window_black.svg);
  }
}
.tp_3_0 .ly_article:has(> *):not(:first-child),
.tp_3_0 .embedHTML:has(> *):not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .tp_3_0 .ly_article:has(> *):not(:first-child),
.tp_3_0 .embedHTML:has(> *):not(:first-child) {
    margin-top: 40px;
  }
}
.tp_3_0 .ly_article .el_table table th,
.tp_3_0 .ly_article .el_wysiwyg table th,
.tp_3_0 .embedHTML .el_table table th,
.tp_3_0 .embedHTML .el_wysiwyg table th {
  background-color: var(--categoryColor);
}
.tp_3_0 .waterLevel .caution {
  background-color: #fef840;
}
.tp_3_0 .waterLevel .escape {
  background-color: #eb7335;
  color: #fff;
}
.tp_3_0 .waterLevel .escape > span {
  color: #fff !important;
}
.tp_3_0 .waterLevel .danger {
  background-color: #d53d3d;
  color: #fff;
}
.tp_3_0 .waterLevel .danger > span {
  color: #fff !important;
}
.tp_3_0 .waterLevel_map {
  position: relative;
}
.tp_3_0 .waterLevel_map .img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.tp_3_0 .waterLevel_map .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tp_3_0 .waterLevel_map > ul {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tp_3_0 .waterLevel_lineArea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp_3_0 .waterLevel_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tp_3_0 .waterLevel_line line {
  stroke: #333;
  stroke-width: 2;
}
.tp_3_0 .waterLevel_point > a:focus-visible .waterLevel_panel *, :where([data-whatintent="mouse"]) .tp_3_0 .waterLevel_point > a:hover .waterLevel_panel * {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.tp_3_0 .waterLevel_panel {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  min-width: 100px;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel {
    min-width: unset;
  }
}
.tp_3_0 .waterLevel_panel:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #000;
  border-radius: inherit;
  pointer-events: none;
}
.tp_3_0 .waterLevel_panel * {
  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;
}
.tp_3_0 .waterLevel_panel_head {
  padding: 4px 26px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_head {
    padding: 2px 5px 2px 19px;
  }
}
.tp_3_0 .waterLevel_panel_body {
  padding: 4px 9px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_body {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_body {
    padding: 2px 5px;
  }
}
.tp_3_0 .waterLevel_panel_foot {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.tp_3_0 .waterLevel_panel_foot > * {
  width: 100%;
  padding: 5px 9px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_foot > * {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_foot > * {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_panel_foot > * {
    padding: 2px 5px;
  }
}
.tp_3_0 .waterLevel_name {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_name {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.tp_3_0 .waterLevel_name .el_circle_num {
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 19px;
  height: 19px;
  translate: -100% -50%;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_name .el_circle_num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_name .el_circle_num {
    font-size: 7.5px;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_name .el_circle_num {
    width: 13px;
    height: 13px;
  }
}
.tp_3_0 .waterLevel_name h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
}
.tp_3_0 .waterLevel_label {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
}
.tp_3_0 .waterLevel_label > li {
  display: grid;
  place-content: center;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_label > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_label > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_label > li {
    padding: 5px;
  }
}
.tp_3_0 .waterLevel_label > li:not(:first-child) {
  border-left: 1px solid #333;
  color: #fff;
}
.tp_3_0 .waterLevel_label > li:first-child {
  background-color: #fef840;
}
.tp_3_0 .waterLevel_label > li:nth-child(2) {
  background-color: #eb7335;
}
.tp_3_0 .waterLevel_label > li:last-child {
  background-color: #d53d3d;
}
.tp_3_0 .waterLevel_marker {
  position: absolute;
  width: 20px;
  height: 15px;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon/icon_spot.svg);
  mask-image: url(../images/icon/icon_spot.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.tp_3_0 .waterLevel_marker:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/icon_spot_frame.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}
.tp_3_0 .waterLevel_detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 6.5%;
  column-gap: 6.5%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_detail {
    -moz-column-gap: 4%;
    column-gap: 4%;
    margin-top: 20px;
  }
}
.tp_3_0 .waterLevel_graf_ttl {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_graf_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf_ttl {
    margin-bottom: 10px;
  }
}
.tp_3_0 .waterLevel_graf > table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.tp_3_0 .waterLevel_graf > table th,
.tp_3_0 .waterLevel_graf > table td {
  padding: 10px 20px;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table th,
.tp_3_0 .waterLevel_graf > table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table th,
.tp_3_0 .waterLevel_graf > table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table th,
.tp_3_0 .waterLevel_graf > table td {
    padding: 4px;
    font-weight: 500;
  }
}
.tp_3_0 .waterLevel_graf > table td {
  background-color: #fff;
}
.tp_3_0 .waterLevel_graf > table thead th {
  background-color: var(--categoryColor);
  font-weight: 500;
}
.tp_3_0 .waterLevel_graf > table tbody th {
  background-color: #f3f3f3;
  text-align: right;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table tbody th {
    padding-right: 60px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table tbody th {
    padding-inline: 0 max((100% - 20em) / 2, 2px);
  }
}
.tp_3_0 .waterLevel_graf > table tbody th > span {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_graf > table tbody th > span {
    margin-right: 0.1em;
  }
}
.tp_3_0 .waterLevel_graf > table tbody > tr > *:not(:last-child) {
  border-right: 1px solid #ddd;
}
.tp_3_0 .waterLevel_graf > table tbody > tr:not(:last-child) > * {
  border-bottom: 1px solid #ddd;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_btn.col2 > ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_btn.col2 > ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_btn .btn {
    min-width: 253px;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_btn .btn > a {
    padding-inline: 19px 9px;
  }
}
.tp_3_0 .waterLevel_btn .btn.__back > a > span {
  padding-inline: 39px 0;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_btn .btn.__back > a > span {
    padding-left: 25px;
  }
}
.tp_3_0 .waterLevel_btn .btn.__back > a > span:before, .tp_3_0 .waterLevel_btn .btn.__back > a > span:after {
  left: 12px;
  right: unset;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_btn .btn.__back > a > span:before, .tp_3_0 .waterLevel_btn .btn.__back > a > span:after {
    left: 10px;
  }
}
.tp_3_0 .waterLevel_btn .btn.__back > a > span:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.tp_3_0 .waterLevel_btn .btn.__back > a > span:after {
  transform: translate(-50%, -50%);
}
.tp_3_0 .waterLevel_btn .btn.__reload > a {
  background-color: #333;
  color: #fff;
}
.tp_3_0 .waterLevel_btn .btn.__reload > a > span:before {
  right: 12px;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(../images/icon/icon_reload.svg);
  mask-image: url(../images/icon/icon_reload.svg);
  background-color: #333;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_btn .btn.__reload > a > span:before {
    right: 10px;
  }
}
.tp_3_0 .waterLevel_btn .btn.__reload > a > span:after {
  background-color: #fff;
}
.tp_3_0 .waterLevel_btn .btn.__reload > a:focus-visible, :where([data-whatintent="mouse"]) .tp_3_0 .waterLevel_btn .btn.__reload > a:hover {
  background-color: #fff;
  color: #333;
}
.tp_3_0 .waterLevel_btn .btn.__reload > a:focus-visible > span:before, :where([data-whatintent="mouse"]) .tp_3_0 .waterLevel_btn .btn.__reload > a:hover > span:before {
  background-color: #fff;
}
.tp_3_0 .waterLevel_btn .btn.__reload > a:focus-visible > span:after, :where([data-whatintent="mouse"]) .tp_3_0 .waterLevel_btn .btn.__reload > a:hover > span:after {
  background-color: #333;
}
.tp_3_0 .waterLevel_explanation {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation {
    gap: 0.5em;
  }
}
.tp_3_0 .waterLevel_explanation > p {
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation > p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.tp_3_0 .waterLevel_explanation > ul {
  display: flex;
  border: 1px solid #333;
  border-radius: 5px;
  overflow: hidden;
}
.tp_3_0 .waterLevel_explanation > ul > li {
  display: grid;
  place-content: center;
  padding: 4px 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation > ul > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation > ul > li {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .waterLevel_explanation > ul > li {
    padding: 4px 5px;
  }
}
.tp_3_0 .waterLevel_explanation > ul > li:not(:first-child) {
  border-left: 1px solid #333;
}
.tp_3_0 .waterLevel_explanation > ul > li:first-child {
  background-color: #fff;
}
.tp_3_0 .waterLevel_explanation > ul > li:nth-child(2) {
  background-color: #d53d3d;
  color: #fff;
}
.tp_3_0 .waterLevel_explanation > ul > li:nth-child(3) {
  background-color: #eb7335;
  color: #fff;
}
.tp_3_0 .waterLevel_explanation > ul > li:last-child {
  background-color: #fef840;
}
.tp_3_0 .rainfall_map {
  position: relative;
}
.tp_3_0 .rainfall_map .img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.tp_3_0 .rainfall_map .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tp_3_0 .rainfall_map > ul {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tp_3_0 .rainfall_lineArea {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp_3_0 .rainfall_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tp_3_0 .rainfall_line line {
  stroke: #333;
  stroke-width: 2;
}
.tp_3_0 .rainfall_point > a:focus-visible .rainfall_label, :where([data-whatintent="mouse"]) .tp_3_0 .rainfall_point > a:hover .rainfall_label {
  background-color: var(--navMain);
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_point > a .rainfall_marker {
    width: 12px;
    height: 12px;
  }
}
.tp_3_0 .rainfall_label {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  margin-right: -100%;
  margin-bottom: -100%;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: var(--navSub);
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_label {
    gap: 3px;
    padding: 3px 5px;
    border-radius: 2.5px;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_label .el_circle_num {
    width: 12px;
    height: 12px;
    font-size: 0.75rem;
  }
}
.tp_3_0 .rainfall_name {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .rainfall_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_name {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.tp_3_0 .rainfall_marker {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
}
.tp_3_0 .rainfall_marker:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border: 2px solid #333;
  border-radius: inherit;
  transition: opacity 0.3s;
}
.tp_3_0 .rainfall_marker.no-data:before {
  background-color: #999;
}
.tp_3_0 .rainfall_marker.purple:before {
  background-color: #af1baf;
}
.tp_3_0 .rainfall_marker.red:before {
  background-color: #d53d3d;
}
.tp_3_0 .rainfall_marker.orange:before {
  background-color: #eb7335;
}
.tp_3_0 .rainfall_marker.yellow:before {
  background-color: #fef840;
}
.tp_3_0 .rainfall_marker.green:before {
  background-color: #46b858;
}
.tp_3_0 .rainfall_marker.blue:before {
  background-color: #006ccc;
}
.tp_3_0 .rainfall_marker.lightblue:before {
  background-color: #b1f5f4;
}
.tp_3_0 .rainfall_explanation {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation {
    flex-direction: column;
  }
}
.tp_3_0 .rainfall_explanation > p {
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tp_3_0 .rainfall_explanation > ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 5px 20px;
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > ul {
    grid-template-columns: repeat(2, auto);
  }
}
.tp_3_0 .rainfall_explanation > ul li {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > ul li {
    min-width: unset;
  }
}
.tp_3_0 .rainfall_explanation > ul li .rainfall_marker {
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .tp_3_0 .rainfall_explanation > ul li .rainfall_marker {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .tp_4_0 .bl_titleBox_bg:before {
    content: "";
    top: -174px;
    left: unset;
    right: -149px;
    width: 434px;
    height: 434px;
    background-image: url(../images/common/sub_bg_02_sp.png);
    z-index: 1;
  }
}
.tp_4_0 .bl_titleBox_bg .ly_container_1020:after {
  top: -5px;
  right: 102px;
  width: 340px;
  height: 340px;
}
@media (max-width: 767px) {
  .tp_4_0 .bl_titleBox_bg .ly_container_1020:after {
    top: -24px;
    right: 1px;
    width: 134px;
    height: 134px;
    transform: none;
  }
}
.tp_4_0.river .bl_titleBox_bg .ly_container_1020:before {
  top: 295px;
}
@media (max-width: 767px) {
  .tp_4_0.river .bl_titleBox_bg .ly_container_1020:before {
    top: 62px;
  }
}
.tp_4_0.river .bl_titleBox_bg .ly_container_1020:after {
  background-image: url(../images/common/img_river_wh.svg);
}
.tp_4_0.road .bl_titleBox_bg .ly_container_1020:before {
  top: 290px;
  left: -13px;
  width: 171px;
  height: 110px;
  background-image: url(../images/common/sub_bg_04.svg);
}
@media (max-width: 767px) {
  .tp_4_0.road .bl_titleBox_bg .ly_container_1020:before {
    top: 62px;
    left: -36px;
    width: 72px;
    height: 45px;
    background-image: url(../images/common/sub_bg_04_sp.svg);
  }
}
.tp_4_0.road .bl_titleBox_bg .ly_container_1020:after {
  background-image: url(../images/common/img_road_wh.svg);
}
.tp_4_0 .bl_breadcrumb {
  padding-block: 15px 20px;
}
@media (max-width: 767px) {
  .tp_4_0 .bl_breadcrumb {
    margin-left: 15px;
  }
}
.tp_4_0 .emergencySect {
  position: relative;
  padding: 30px 40px;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 767px) {
  .tp_4_0 .emergencySect {
    padding: 20px;
  }
}
.tp_4_0 .emergencySect .head .hdg {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--infoColor);
}
@media not all and (max-width: 767px) {
  .tp_4_0 .emergencySect .head .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .emergencySect .head .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .emergencySect .head .hdg .icon_disaster {
    width: 21px;
    height: 18px;
  }
}
.tp_4_0 .emergencySect .head .hdg .icon_disaster .fill {
  fill: currentColor;
}
.tp_4_0 .emergencySect .head .hdg .icon_disaster .txtFill {
  fill: #fff;
}
.tp_4_0 .emergencySect .el_news {
  margin-top: 20px;
}
.tp_4_0 .emergencySect .el_news > ul > li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tp_4_0 .emergencySect .el_news > ul > li:not(:first-child) {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .tp_4_0 .emergencySect .el_news_date {
    color: #333;
  }
}
.tp_4_0 .emergencySect .el_news .el_newsCategory {
  display: none;
}
.tp_4_0 .liveCamSect {
  position: relative;
  margin-block: 155px 178px;
  padding-block: 40px 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect {
    margin-block: 110px 100px;
    padding-block: 20px 30px;
  }
}
.tp_4_0 .liveCamSect_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--categoryColor);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.tp_4_0 .liveCamSect_bg_top, .tp_4_0 .liveCamSect_bg_bottom {
  position: absolute;
  left: 50%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tp_4_0 .liveCamSect_bg_top img, .tp_4_0 .liveCamSect_bg_bottom img {
  position: relative;
  z-index: 2;
}
.tp_4_0 .liveCamSect_bg_top:before, .tp_4_0 .liveCamSect_bg_bottom:before {
  content: none;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_bg_top:before, .tp_4_0 .liveCamSect_bg_bottom:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: var(--categoryColor);
    z-index: 1;
  }
}
.tp_4_0 .liveCamSect_bg_top:after, .tp_4_0 .liveCamSect_bg_bottom:after {
  content: none;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_bg_top:after, .tp_4_0 .liveCamSect_bg_bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: blur(50px);
    z-index: 0;
  }
}
.tp_4_0 .liveCamSect_bg_top {
  top: 0;
  transform: translate(-50%, -100%) translateY(1%);
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_bg_top:before {
    top: 100%;
    transform: translateY(-1px);
  }
}
.tp_4_0 .liveCamSect_bg_bottom {
  bottom: 0;
  transform: translate(-50%, 100%) translateY(-1%);
}
.tp_4_0 .liveCamSect_bg_bottom img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_bg_bottom img {
    transform: scale(1, -1);
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_bg_bottom:before {
    bottom: 100%;
    transform: translateY(1px);
  }
}
.tp_4_0 .liveCamSect_inner {
  position: relative;
  display: flex;
  gap: 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_inner {
    flex-direction: column;
    gap: 40px;
  }
}
.tp_4_0 .liveCamSect_hdg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -5px;
  margin-top: -60px;
  z-index: 3;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_hdg {
    margin-top: 0;
  }
}
.tp_4_0 .liveCamSect_hdg .icon_liveCam {
  width: 52px;
  height: 52px;
}
.tp_4_0 .liveCamSect_ttl {
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-align: left;
  transform: translateX(-5px);
}
@media not all and (max-width: 767px) {
  .tp_4_0 .liveCamSect_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_ttl {
    margin-top: 17px;
    letter-spacing: 0.4em;
    line-height: 2.2;
    transform: translateX(-4px);
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_body > .el_caption {
    font-size: 1.2rem;
  }
}
.tp_4_0 .liveCamSect_wrapper {
  display: grid;
}
@media not all and (max-width: 767px) {
  .tp_4_0 .liveCamSect_wrapper {
    grid-template-columns: 1fr 56%;
    grid-template-rows: auto 1fr;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_wrapper {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
  }
}
@media not all and (max-width: 767px) {
  .tp_4_0 .liveCamSect_wrapper .el_btn {
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_wrapper .el_btn {
    margin-top: 0;
    order: 3;
  }
}
.tp_4_0 .liveCamSect_txt {
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_txt {
    order: 1;
  }
}
@media not all and (max-width: 767px) {
  .tp_4_0 .liveCamSect_liveCam {
    grid-column: 2/3;
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_liveCam {
    order: 2;
  }
}
.tp_4_0 .liveCamSect_liveCam .el_liveCam_label {
  border: 1px solid var(--subColor);
}
@media not all and (max-width: 767px) {
  .tp_4_0 .liveCamSect_liveCam .el_liveCam_label {
    border-radius: inherit;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_liveCam .el_liveCam_label {
    border-radius: 0 10px 10px 0;
    border-left: none;
  }
}
.tp_4_0 .liveCamSect .el_hdg_cat .secondary {
  background-color: rgba(255, 255, 255, 0.5);
}
.tp_4_0 .liveCamSect_btn {
  margin-top: 40px;
}
.tp_4_0 .liveCamSect_btn .btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 21px;
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_btn .btn {
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
  }
}
.tp_4_0 .liveCamSect_btn .btn .item {
  position: relative;
  padding-bottom: 8px;
}
.tp_4_0 .liveCamSect_btn .btn .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: perspective(0);
}
.tp_4_0 .liveCamSect_btn .btn .item a {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
  -moz-column-gap: 0.1em;
  column-gap: 0.1em;
  width: 100%;
  height: 100%;
}
.tp_4_0 .liveCamSect_btn .btn .item a > span {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tp_4_0 .liveCamSect_btn .btn .item a .el_arwIconWithCircle {
  background-color: var(--subColor);
}
@media (max-width: 767px) {
  .tp_4_0 .liveCamSect_btn .btn .item a .el_arwIconWithCircle {
    transform: scale(0.85);
  }
}
.tp_4_0 .liveCamSect_btn .btn .item:not(:has(> a)):after {
  content: none;
}
.tp_4_0 .liveCamSect_btn .btn .item:not(:has(> a)) .el_arwIconWithCircle {
  display: none;
}
.tp_4_0 .liveCamSect_btn .btn .item:focus-visible:after, :where([data-whatintent="mouse"]) .tp_4_0 .liveCamSect_btn .btn .item:hover:after {
  -webkit-animation: scrollLine 1s ease-in-out 1;
  animation: scrollLine 1s ease-in-out 1;
}
.tp_4_0 .navSect {
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
.tp_4_0 .navSect .el_thumbLink .link a .hdg:after {
  background-color: var(--subColor);
}
@media (max-width: 767px) {
  .tp_4_0 .navSect .el_thumbLink.col3 > ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .tp_4_0 .navSect .el_thumbLink.col3 .link .hdg {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .tp_4_0 .navSect .el_thumbLink.col3 .link a .hdg {
    padding-left: 34px;
  }
  .tp_4_0 .navSect .el_thumbLink.col3 .link a .hdg:before, .tp_4_0 .navSect .el_thumbLink.col3 .link a .hdg:after {
    left: 12px;
  }
  .tp_4_0 .navSect .el_thumbLink.col3 .link a .hdg:before {
    width: 14px;
    height: 6px;
  }
  .tp_4_0 .navSect .el_thumbLink.col3 .link a .hdg:after {
    width: 24px;
    height: 24px;
  }
}
.tp_4_0 .navSect .el_iconLink .link a .hdg:after {
  background-color: var(--subColor);
}
.tp_4_0 .navSect .el_iconLink .link a:focus-visible, :where([data-whatintent="mouse"]) .tp_4_0 .navSect .el_iconLink .link a:hover {
  background-color: var(--subColor);
}
.tp_4_0 .navSect .el_iconLink .link a:focus-visible .hdg:after, :where([data-whatintent="mouse"]) .tp_4_0 .navSect .el_iconLink .link a:hover .hdg:after {
  background-color: #fff;
}
@media not all and (max-width: 767px) {
  .tp_4_0 .ly_container_1100:has(.ly_article) {
    margin-block: 80px 40px;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .ly_container_1100:has(.ly_article) {
    margin-block: 60px 40px;
  }
}
.tp_4_0 .bannerSect {
  position: relative;
  padding-top: 128px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .tp_4_0 .bannerSect {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.tp_4_0 .bannerSect_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 0;
}
.tp_4_0 .bannerSect_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_4_0 .bannerSect_bg_top {
    background: transparent;
  }
}
.tp_4_0 .bannerSect_bg_top:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .tp_4_0 .bannerSect_bg_top:after {
    top: -1px;
    bottom: unset;
    background: #fff;
  }
}
.tp_4_0 .bannerSect_bg_top img {
  width: 100%;
}
.tp_4_0 .bannerSect_wrapper {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .tp_4_0 .bannerSect_wrapper:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .bannerSect_wrapper:not(:first-child) {
    margin-top: 20px;
  }
}
.tp_4_0 .bannerSect_wrapper .inner .list {
  display: grid;
  width: 100%;
}
@media not all and (max-width: 767px) {
  .tp_4_0 .bannerSect_wrapper .inner .list {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tp_4_0 .bannerSect_wrapper .inner .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tp_4_0 .bannerSect_wrapper .inner .list .item {
  aspect-ratio: 3;
}
.tp_4_0 .bannerSect_wrapper .inner .list .item_large {
  grid-column: span 2;
  grid-row: span 2;
}
.tp_4_0 .bannerSect_wrapper .inner .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.tp_4_0 .bannerSect_wrapper .inner .list .item a:focus-visible, :where([data-whatintent="mouse"]) .tp_4_0 .bannerSect_wrapper .inner .list .item a:hover {
  opacity: 0.65;
}
.tp_4_0 .bannerSect_wrapper .inner .list .item .img {
  width: 100%;
  height: 100%;
}
.tp_4_0 .bannerSect_wrapper .inner .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

/**
 * Keyframes
 */
@-webkit-keyframes scrollLine {
  0% {
    width: 100%;
    left: 0;
  }
  33% {
    width: 0%;
    left: 100%;
  }
  66% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrollLine {
  0% {
    width: 100%;
    left: 0;
  }
  33% {
    width: 0%;
    left: 100%;
  }
  66% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes underline_in {
  0% {
    background-size: 0% 1px;
  }
  33% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  34% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  66% {
    background-size: 0% 1px;
    background-position: right bottom;
  }
  67% {
    background-size: 0% 1px;
    background-position: left bottom;
  }
  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
@keyframes underline_in {
  0% {
    background-size: 0% 1px;
  }
  33% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  34% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  66% {
    background-size: 0% 1px;
    background-position: right bottom;
  }
  67% {
    background-size: 0% 1px;
    background-position: left bottom;
  }
  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 96;
  }
  99.9%, to {
    stroke-dasharray: 96 96;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 96;
  }
  99.9%, to {
    stroke-dasharray: 96 96;
  }
}