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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  font-weight: bold;
}

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

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

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

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: auto;
}

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

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

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

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-container {
  background: #fff;
}

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

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

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

#small_pop {
  display: flex;
}

#map_box {
  position: relative;
}

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

#map_title {
  display: inline;
}

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

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

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

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

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

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

.main div img {
  clear: both;
}

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

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

.DHide {
  display: none;
}

.img_content {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/**
 * Layout
 */
body:not(.pg_home) .ly_contents {
  position: relative;
  z-index: 1;
}
body:not(.pg_home) .ly_contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/header/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body:not(.pg_home) .ly_contents::after {
    background-image: url(../images/header/title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
}

.pg_news .ly_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #e5ebf2 0%, #ebeef1 30%, whitesmoke 100%);
  width: 100%;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .pg_news .ly_contents::before {
    height: 70vw;
  }
}

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

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

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

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

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

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

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

/**
 * Header
 */
.ly_header {
  position: relative;
  width: 100%;
  z-index: 10;
}
.ly_header_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  min-width: 1120px;
}
@media screen and (max-width: 767px) {
  .ly_header_container {
    display: block;
    height: 66px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    min-width: inherit;
  }
  .ly_header_container.is_open {
    height: 100vh;
    background: #F8F8F8;
    pointer-events: none;
  }
  .ly_header_container.is_open .ly_header_inner {
    background: #f8f8f8;
    box-shadow: none;
  }
  .ly_header_container.is_open .ly_header_logo {
    pointer-events: all;
  }
  .ly_header_container.is_open .ly_header_logo.home .menuClose {
    display: none;
  }
  .ly_header_container.is_open .ly_header_logo.home .menuOpen {
    display: inline-block;
  }
  .ly_header_container.is_open .ly_header_menu {
    pointer-events: all;
  }
  .ly_header_container.is_open .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
  }
}
.ly_header_inner {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0px;
  left: 0;
  padding: 0 0 0 30px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 16px 0px rgba(37, 55, 87, 0.1);
}
@media screen and (max-width: 767px) {
  .ly_header_inner {
    width: 100%;
    height: 60px;
    top: 0;
    padding: 0 24px 0 12px;
  }
}
.ly_header_logo {
  display: inline-block;
  width: 232px;
  transition: opacity 0.3s;
}
.ly_header_logo .menuClose {
  display: inline-block;
}
.ly_header_logo .menuOpen {
  display: none;
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header_logo {
    width: 298px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo {
    width: 167px;
  }
}
[data-whatintent=mouse] .ly_header_logo:hover {
  opacity: 0.8;
}
.ly_header_logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ly_header_logo img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 61px;
    height: 18px;
  }
  .ly_header_menu:before, .ly_header_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s;
  }
  .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
    opacity: 1;
  }
  .ly_header_menu:after {
    background-image: url(../images/header/header_close.png);
    opacity: 0;
    width: 64px;
  }
}
.ly_header_menu.is_open:before {
  opacity: 0;
}
.ly_header_menu.is_open:after {
  opacity: 1;
}
.ly_header_nav {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  gap: 11px;
}
.pg_home .ly_header_nav {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .ly_header_nav.is_open {
    opacity: 1;
    visibility: visible;
  }
}
.ly_header_nav .gNav {
  padding: 0 30px 10px 0;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav {
    position: static;
    padding: 0;
    width: 100%;
    box-shadow: none;
    pointer-events: all;
  }
}
.ly_header_nav .gNav ul {
  display: flex;
  overflow: hidden;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav ul {
    display: block;
    width: 100%;
    margin-top: 10px;
    width: 100%;
  }
}
.ly_header_nav .gNav li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav li {
    padding: 16px 0 13px 30px;
    border-top: 1px solid #E1E1E1;
  }
  .ly_header_nav .gNav li:last-child {
    border-bottom: 1px solid #E1E1E1;
  }
  .ly_header_nav .gNav li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%) rotate(-90deg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url(../images/icon/icon_ar01.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.ly_header_nav .gNav li a {
  font-size: 1.7rem;
  font-weight: bold;
  color: #253757;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .gNav li a {
    width: 100%;
    font-size: 1.5rem;
    color: #253757;
  }
}
[data-whatintent=mouse] .ly_header_nav .gNav li a:hover {
  color: #0770DA;
}
.ly_header_nav .gNav li a span {
  position: relative;
  color: currentColor;
  z-index: 1;
  transition: color 0.3s;
}
.ly_header_nav .subNav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #D7E1EB;
  border-radius: 0 0 0 4px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav {
    position: static;
    pointer-events: all;
    width: 100%;
    background-color: unset;
    flex-direction: column;
    gap: 0;
  }
}
.ly_header_nav .subNav .option {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .option {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .ly_header_nav .subNav .option.is_open {
    opacity: 1;
    visibility: visible;
  }
}
.ly_header_nav .subNav .googleSearch {
  position: relative;
  min-width: 200px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch {
    width: 100%;
    height: 48px;
    margin: auto;
    border-radius: 24px;
    margin-bottom: 20px;
  }
}
.ly_header_nav .subNav .googleSearch form {
  width: 100%;
  height: 100%;
}
.ly_header_nav .subNav .googleSearch_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px 50px 3px 20px;
  background-position: left 9px top 60% !important;
  background-color: white !important;
  font-size: 1.6rem;
  border-radius: 21px;
}
.ly_header_nav .subNav .googleSearch_text::-moz-placeholder {
  font-size: 1.6rem;
  color: #aaa;
}
.ly_header_nav .subNav .googleSearch_text:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #aaa;
}
.ly_header_nav .subNav .googleSearch_text::placeholder {
  font-size: 1.6rem;
  color: #aaa;
}
.ly_header_nav .subNav .googleSearch_innerText {
  position: relative;
  color: #AAAAAA;
  padding-left: 10px;
}
.ly_header_nav .subNav .googleSearch_btn {
  position: absolute;
  top: 0;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  transition: color 0.3s;
}
.ly_header_nav .subNav .googleSearch_btn img {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn img {
    width: 20px;
    height: 20px;
  }
}
[data-whatintent=mouse] .ly_header_nav .subNav .googleSearch_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .googleSearch_btn {
    width: 40px;
  }
}
.ly_header_nav .subNav .googleSearch_btn .icon_search {
  position: relative;
  z-index: 1;
}
.ly_header_nav .subNav .fontSize {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 149px;
  height: 30px;
  padding: 2px 12px 2px 4px;
  border-right: 1px solid #AFC1D2;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize {
    width: 100%;
    height: 40px;
    background-color: #F8F8F8;
  }
}
.ly_header_nav .subNav .fontSize_hdg {
  display: block;
  padding: 0 6px;
  color: #253757;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize_hdg {
    font-size: 1.5rem;
  }
}
.ly_header_nav .subNav .fontSize ul {
  display: flex;
  align-items: center;
}
.ly_header_nav .subNav .fontSize ul li {
  padding: 0 6px;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  margin-left: 4px;
  color: #253757;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
[data-whatintent=mouse] .ly_header_nav .subNav .fontSize ul li:hover {
  background: #222;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .subNav .fontSize ul li {
    font-size: 1.6rem;
  }
}
.ly_header_nav .subNav .fontSize ul li.is_current {
  color: #fff;
  background-color: #222222;
  pointer-events: none;
}
.ly_header_nav .subNav .fontSize ul li:first-child {
  margin-left: 0;
  border-left: none;
}
.ly_header_nav .contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 13px;
  background-color: #0B3A8A;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .contact {
    min-height: 48px;
    padding: 5px 50px;
    width: 100%;
    font-size: 1.5rem;
    pointer-events: all;
    border-radius: 24px;
    margin-bottom: 30px;
  }
}
[data-whatintent=mouse] .ly_header_nav .contact:hover {
  background-color: #0770DA;
}
.ly_header_nav .contact:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-top: 1px;
  margin-right: 10px;
  background-image: url(../images/icon/icon_contact_wh.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .contact:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.ly_header_nav .link {
  width: 21px;
  height: 21px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .link {
    width: 100%;
    pointer-events: all;
    text-align: center;
  }
}
.ly_header_nav .link span {
  font-weight: bold;
  font-size: 1.5rem;
}
.ly_header_nav .link .link_inner {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ly_header_nav .link .link_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 18px;
}
.ly_header_nav .link .link_inner a:last-child {
  margin-right: 0;
}
.ly_header_nav .link a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .ly_header_nav .link a:hover {
  opacity: 0.5;
}
.ly_header_nav .link img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .link img {
    width: 20px;
    height: 20px;
  }
}
.ly_header_nav .snsIconContact {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconContact {
    flex-direction: column-reverse;
    gap: 0;
    width: 100%;
  }
}
.ly_header_nav .snsIconArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ly_header_nav .snsIconArea_txt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.ly_header_nav .snsIconArea_icons {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icons {
    justify-content: center;
    margin-top: 10px;
  }
}
.ly_header_nav .snsIconArea_icon {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icon {
    margin-left: 0;
  }
}
.ly_header_nav .snsIconArea_icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header_nav .snsIconArea_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
}
[data-whatintent=mouse] .ly_header_nav .snsIconArea_icon a:hover {
  opacity: 0.5;
}
.ly_header_body {
  display: none;
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header {
    z-index: 10;
  }
  .pg_home .ly_header .ly_header_bg {
    display: none;
  }
  .pg_home .ly_header .ly_header_container {
    position: relative;
    height: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_container {
    position: fixed;
    height: 66px;
  }
  .pg_home .ly_header .ly_header_container.is_open {
    height: 100vh;
    background: #F8F8F8;
  }
  .pg_home .ly_header .ly_header_container.is_open .ly_header_logo.home .menuClose {
    display: none;
  }
  .pg_home .ly_header .ly_header_container.is_open .ly_header_logo.home .menuOpen {
    display: inline-block;
  }
  .pg_home .ly_header .ly_header_container.is_show {
    background-color: transparent;
  }
  .pg_home .ly_header .ly_header_container.is_show_home {
    background-color: #fff;
  }
  .pg_home .ly_header .ly_header_container.is_show_home .ly_header_logo.home .menuClose {
    display: none;
  }
  .pg_home .ly_header .ly_header_container.is_show_home .ly_header_logo.home .menuOpen {
    display: inline-block;
  }
  .pg_home .ly_header .ly_header_container.is_show_home .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_inner {
    position: absolute;
    align-items: flex-start;
    top: 0px;
    left: 0;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_inner {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_logo {
    background-color: #fff;
    border-radius: 0 0 10px 0;
    padding: 30px 36px;
    pointer-events: auto;
  }
  .pg_home .ly_header .ly_header_logo.other {
    display: none;
  }
  .pg_home .ly_header .ly_header_logo.home {
    display: inline-block;
  }
  .pg_home .ly_header .ly_header_logo.home .menuClose {
    display: inline-block;
  }
  .pg_home .ly_header .ly_header_logo.home .menuOpen {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20px;
    height: 16px;
  }
  .pg_home .ly_header .ly_header_menu:before, .pg_home .ly_header .ly_header_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s;
  }
  .pg_home .ly_header .ly_header_menu:before {
    background-image: url(../images/header/header_open.png);
    opacity: 1;
  }
  .pg_home .ly_header .ly_header_menu:after {
    background-image: url(../images/header/header_close.png);
    opacity: 0;
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_menu.is_open:before {
    opacity: 0;
  }
  .pg_home .ly_header .ly_header_menu.is_open:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .gNav {
    position: static;
    padding: 0;
    box-shadow: none;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .gNav ul {
    display: flex;
    overflow: hidden;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .gNav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 10px;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid #999999;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .gNav li {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .gNav li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .gNav li a {
    color: #fff;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .gNav li a {
    width: 100%;
    font-size: 1.5rem;
    color: #253757;
  }
}
@media screen and (min-width: 768px) {
  [data-whatintent=mouse] .pg_home .ly_header .ly_header_nav .gNav li a:hover span {
    opacity: 0.5;
  }
  [data-whatintent=mouse] .pg_home .ly_header .ly_header_nav .gNav li a:hover:before {
    background-color: #0770DA;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .gNav li a span {
    position: relative;
    color: currentColor;
    z-index: 1;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav {
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav {
    position: static;
    pointer-events: all;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .option {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .option {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .pg_home .ly_header .ly_header_nav .subNav .option.is_open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch {
    position: relative;
    min-width: 190px;
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch {
    width: 100%;
    height: 40px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch form {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px 35px 3px 15px;
    background-position: left 9px top 60% !important;
    background-color: white !important;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_text {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_text::-moz-placeholder {
    font-size: 1.6rem;
  }
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_text:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_text::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_btn {
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
  }
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_btn::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_btn {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999999;
    z-index: 0;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .googleSearch_btn .icon_search {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 149px;
    height: auto;
    padding: 2px 4px;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize {
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize_hdg {
    padding: 0 6px;
    color: #222;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize_hdg {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize ul {
    display: flex;
    align-items: center;
    margin-top: 2px;
  }
  .pg_home .ly_header .ly_header_nav .subNav .fontSize ul li {
    padding: 3px 6px;
    color: #222;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
  }
  [data-whatintent=mouse] .pg_home .ly_header .ly_header_nav .subNav .fontSize ul li:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize ul li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize ul li.is_current {
    color: #fff;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .subNav .fontSize ul li:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 18px 15px;
    border: 1px solid #0B3A8A;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .pg_home .ly_header .ly_header_nav .contact {
    min-height: 60px;
    padding: 5px 20px;
    width: 100%;
    font-size: 1.5rem;
    border-color: #0B3A8A;
    color: #0B3A8A;
  }
  .pg_home .ly_header .ly_header_nav .contact:before {
    background-image: url(../images/icon/icon_contact.svg) !important;
  }
}
@media screen and (min-width: 768px) {
  [data-whatintent=mouse] .pg_home .ly_header .ly_header_nav .contact:hover {
    color: #0B3A8A;
    border-color: #0B3A8A;
    background-color: #fff;
  }
  [data-whatintent=mouse] .pg_home .ly_header .ly_header_nav .contact:hover:before {
    background-image: url(../images/icon/icon_contact.svg);
  }
}
@media screen and (min-width: 768px) {
  .pg_home .ly_header .ly_header_nav .contact:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-top: 1px;
    margin-right: 10px;
    background-image: url(../images/icon/icon_contact_wh.svg);
    background-repeat: no-repeat;
    background-size: 15px;
  }
}
.pg_disaster .ly_header {
  height: 88px;
}

/**
* Footer
*/
.ly_footer {
  position: relative;
  background-color: #EFEFEF;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .ly_footer {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_body {
    padding-bottom: 24px;
  }
}
.ly_footer_inner .body {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ly_footer_inner .right {
  padding-right: 80px;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .right {
    border-right: 0;
    padding-right: 0;
  }
}
.ly_footer_inner .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .logo {
    margin-bottom: 24px;
  }
}
.ly_footer_inner .logo a {
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .logo a {
    text-align: center;
    display: block;
  }
}
[data-whatintent=mouse] .ly_footer_inner .logo a:hover {
  opacity: 0.5;
}
.ly_footer_inner .logo img {
  width: 186px;
  height: auto;
}
.ly_footer_inner .addr {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .addr {
    font-size: 1.3rem;
    margin-bottom: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .tel {
    text-align: center;
    margin-bottom: 30px;
  }
}
.ly_footer_inner .tel a {
  font-size: 1.4rem;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner .tel a {
    font-size: 1.3rem;
    text-align: center;
  }
}
.ly_footer_inner .tel a::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -40px;
  width: 36px;
  height: 17px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf_black.png);
  background-repeat: no-repeat;
  background-size: contain;
}
[data-whatintent=mouse] .ly_footer_inner .tel a:hover {
  color: #0770DA;
  text-decoration: none;
}
[data-whatintent=mouse] .ly_footer_inner .tel a:hover::after {
  background-image: url(../images/icon/icon_pdf.png);
}
.ly_footer .link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ly_footer .link {
    margin-bottom: 10px;
    justify-content: center;
    margin-bottom: 32px;
  }
}
.ly_footer .link span {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.ly_footer .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer .link a {
    width: 48px;
    height: 48px;
  }
}
[data-whatintent=mouse] .ly_footer .link a:hover {
  opacity: 0.5;
}
.ly_footer .nav {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav {
    padding-left: 0;
    width: calc(100% + 40px);
  }
}
.ly_footer .nav ul {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul {
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul li {
    width: 50%;
    border-bottom: 1px solid #CCCCCC;
    padding: 16px;
    border-right: 1px solid #ccc;
  }
  .ly_footer .nav ul li:nth-child(2n) {
    border-right: 0;
  }
}
.ly_footer .nav ul li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.3s;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .ly_footer .nav ul li a {
    display: block;
    font-size: 1.4rem;
  }
  .ly_footer .nav ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url(../images/icon/icon_ar01.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
[data-whatintent=mouse] .ly_footer .nav ul li a:hover {
  color: #0770DA;
  padding-bottom: 5px;
  border-bottom: 2px solid #0770DA;
}
@media screen and (max-width: 767px) {
  [data-whatintent=mouse] .ly_footer .nav ul li a:hover {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.ly_footer .copy {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .ly_footer .copy {
    text-align: center;
  }
}
.ly_footer_scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_scrollTop {
    bottom: 10px;
    right: 10px;
  }
}
.ly_footer_scrollTop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #888888;
  transition: all 0.3s;
}
[data-whatintent=mouse] .ly_footer_scrollTop a:hover {
  background-color: #222222;
}
.ly_footer_scrollTop .icon {
  width: 11px;
  height: 17px;
}
.ly_footer_scrollTop.is_show {
  opacity: 1;
  visibility: visible;
}

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

.bl_sideNav .hdg {
  position: relative;
  display: block;
  padding: 14px;
  padding-right: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #fff;
  background-color: #253757;
  border-radius: 10px 10px 0 0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .hdg {
    padding: 10px 16px;
    padding-right: 60px;
    font-size: 1.5rem;
  }
}
[data-whatintent=mouse] .bl_sideNav a.hdg:hover {
  background-color: #0770DA;
}
.bl_sideNav a.hdg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_ar05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bl_sideNav a.hdg:after {
    right: 20px;
  }
}
.bl_sideNav .item {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.bl_sideNav .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #888;
  opacity: 0.2;
}
.bl_sideNav .item:last-child {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item:last-child {
    border-radius: 0;
  }
}
.bl_sideNav .item:last-child::before {
  display: none;
}
.bl_sideNav .item.is_current {
  background-color: #E5F0FB;
}
[data-whatintent=mouse] .bl_sideNav .item:hover {
  background-color: #E5F0FB;
}
.bl_sideNav .item a {
  display: flex;
  align-items: center;
  padding: 16px 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #0770DA;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item a {
    padding: 14px 20px;
    font-size: 1.5rem;
  }
}
.bl_sideNav .item a span {
  position: relative;
  line-height: 19px;
}
.bl_sideNav .item a span:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_sideNav .item a[href$=".doc"] span:after, .bl_sideNav .item a[href$=".docx"] span:after, .bl_sideNav .item a[href$=".docm"] span:after, .bl_sideNav .item a[href$=".dotx"] span:after, .bl_sideNav .item a[href$=".dotm"] span:after, .bl_sideNav .item a[href$=".xls"] span:after, .bl_sideNav .item a[href$=".xlsx"] span:after, .bl_sideNav .item a[href$=".xlt"] span:after, .bl_sideNav .item a[href$=".xml"] span:after, .bl_sideNav .item a[href$=".xlsm"] span:after, .bl_sideNav .item a[href$=".csv"] span:after, .bl_sideNav .item a[href$=".ppt"] span:after, .bl_sideNav .item a[href$=".pptx"] span:after, .bl_sideNav .item a[href$=".pptm"] span:after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_external.png);
}
.bl_sideNav .item a[target=_blank] span:after {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_external.png);
}
.bl_sideNav .item a[href$=".pdf"] span:after {
  width: 36px;
  height: 17px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_pdf.png);
}
.bl_sideNav .item > ul {
  padding-top: 3px;
  padding-left: 20px;
}
.bl_sideNav .item > ul .child {
  margin-top: 8px;
}
.bl_sideNav .item > ul .child > ul {
  padding-top: 1px;
  padding-left: 20px;
}
.bl_sideNav .item > ul .child > ul .grandchild {
  margin-top: 5px;
}

.bl_titleBox {
  position: relative;
  width: 100%;
  padding-block: 148px 0;
  margin-bottom: 34px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_titleBox {
    padding-top: 110px;
  }
}
.bl_titleBox .ly_container {
  z-index: 1;
}
.bl_titleBox .ly_container:not(:has(.bl_titleBox_cat)) .el_articleHdg {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox .ly_container:not(:has(.bl_titleBox_cat)) .el_articleHdg {
    margin-top: 32px;
  }
}
.bl_titleBox_cat {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #0B3A8A;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox_cat {
    font-size: 1.4rem;
  }
}
.bl_titleBox_cat::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0B3A8A;
}
.bl_titleBox_cat.catTop {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #0770DA;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .bl_titleBox_cat.catTop {
    font-size: 1.4rem;
  }
}
.bl_titleBox_cat.catTop::before {
  content: none;
}
.bl_titleBox_cat.catTop.wh {
  color: #fff;
}
.bl_titleBox.news_detail .el_articleHdg {
  font-size: 3.6rem;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .el_articleHdg {
    font-size: 2.4rem;
    padding-bottom: 14px;
  }
}
.bl_titleBox.news_detail .date {
  display: block;
  font-family: "Roboto", sans-serif;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bl_titleBox.news_detail .date {
    font-size: 1.3rem;
  }
}
.bl_titleBox_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_titleBox_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.bl_titleBox_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.5;
}
.bl_titleBox__withImg {
  margin-bottom: 0;
}

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

/**
 * Element
 */
.el_articleHdg {
  position: relative;
  padding-bottom: 60px;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_articleHdg {
    font-size: 2.8rem;
    padding-bottom: 48px;
  }
}

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

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

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

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

.el_hdg .primary {
  margin-top: 60px;
  position: relative;
  padding: 16px 24px 16px 32px;
  background: linear-gradient(90deg, #e4ebf2 0%, #e5ebf2 100%);
  border-radius: 10px;
  color: #253757;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.el_hdg .primary span {
  position: relative;
}
.el_hdg .primary span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(180deg, #0770da 0%, #13b88e 100%);
}
@media screen and (max-width: 767px) {
  .el_hdg .primary {
    margin-top: 60px;
    font-size: 2rem;
    padding: 16px 18px 16px 24px;
  }
  .el_hdg .primary span::before {
    left: -24px;
    height: 100%;
  }
}
.el_hdg .primary + .secondary {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .el_hdg .primary + .secondary {
    margin-top: 32px;
  }
}
.el_hdg .secondary {
  margin-top: 80px;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #BEBEBE;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: bold;
}
.el_hdg .secondary::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #13B88E;
}
@media screen and (max-width: 767px) {
  .el_hdg .secondary {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
.el_hdg .tertiary {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
  color: #253757;
  font-size: 2rem;
  font-weight: bold;
}
.el_hdg .tertiary::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #13B88E;
}
@media screen and (max-width: 767px) {
  .el_hdg .tertiary {
    margin-top: 20px;
    font-size: 1.6rem;
    padding-left: 16px;
  }
  .el_hdg .tertiary::before {
    top: 12px;
  }
}
.el_hdg *:not(:first-child) {
  margin-top: 20px;
}
.el_hdg + .el_hdg > *:first-child {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_hdg > *:first-child {
    margin-top: 56px !important;
  }
}
.el_hdg + * {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + * {
    margin-top: 20px !important;
  }
}
.el_hdg + .el_tablePattern_body {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_tablePattern_body {
    margin-top: 15px !important;
  }
}
.el_hdg + .el_wysiwyg {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_txtImg {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_carouselLarge {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg + .el_carouselSmall {
    margin-top: 60px !important;
  }
  .el_hdg + .el_carouselSmall .swiper_sm {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.el_wysiwyg {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg {
    margin-top: 40px;
  }
}
.el_wysiwyg > * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg > * {
    margin-top: 6px;
  }
}
.el_wysiwyg > *:first-child {
  margin-top: 0;
}
.el_wysiwyg ol,
.el_wysiwyg ul {
  padding-left: 25px;
  overflow: hidden;
}
.el_wysiwyg ol {
  margin: 30px 0;
}
.el_wysiwyg ol > li {
  list-style-type: decimal;
}
.el_wysiwyg ol ul li {
  list-style: none;
}
.el_wysiwyg ul {
  margin: 30px 0;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg ul {
    margin: 24px 0;
    margin-left: 14px;
  }
}
.el_wysiwyg ul li {
  position: relative;
}
.el_wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #253757;
}
.el_wysiwyg li {
  margin-top: 5px;
}
.el_wysiwyg li:first-child {
  margin-top: 0;
}
.el_wysiwyg a {
  color: #0770DA;
  text-decoration: underline;
}
[data-whatintent=mouse] .el_wysiwyg a:hover {
  text-decoration: none;
}
.el_wysiwyg .center {
  text-align: center;
}
.el_wysiwyg .right {
  text-align: right;
}
.el_wysiwyg table {
  width: 100%;
  float: none;
}
.el_wysiwyg table th {
  font-weight: 500;
}
.el_wysiwyg table th,
.el_wysiwyg table td {
  padding: 14px;
  border: 1px solid #BFBFBF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.el_wysiwyg table td {
  background-color: #fff;
}
.el_wysiwyg table th:not([align]) {
  text-align: center;
}
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}
.el_wysiwyg table tbody th {
  background-color: #D8DEE3;
}
.el_wysiwyg table thead th {
  background-color: #D8DEE3;
}
.el_wysiwyg > *:last-child {
  margin-bottom: 0;
}
.el_wysiwyg > *:last-child > *:last-child {
  margin-bottom: 0;
}

.el_txtImg {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_txtImg {
    margin-top: 40px;
  }
}
.el_txtImg::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .el_txtImg {
    display: flex;
    flex-direction: column-reverse;
  }
}
[data-whatintent=mouse] .el_txtImg a:hover .img {
  opacity: 0.5;
}
.el_txtImg figure {
  display: table;
  float: right;
  max-width: 52%;
  margin-left: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure {
    float: none;
    max-width: 100%;
    margin-top: 6px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.el_txtImg figure .img {
  width: 100%;
  transition: opacity 0.3s;
}
.el_txtImg figure .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.el_txtImg figure figcaption {
  caption-side: bottom;
  display: table-caption;
  max-width: 100%;
  margin-top: 7px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure figcaption {
    font-size: 1.2rem;
  }
}
.el_txtImg .el_wysiwyg {
  margin-top: 10px;
}
.el_txtImg .el_wysiwyg:only-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt {
    margin-bottom: 20px;
  }
}
.el_txtImg .txt .hdg {
  display: flex;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #BEBEBE;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: bold;
}
.el_txtImg .txt .hdg::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #13B88E;
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 1.8rem;
  }
}
.el_txtImg-center {
  display: flex;
  flex-direction: column;
}
.el_txtImg-center a {
  order: 2;
}
.el_txtImg-center figure {
  order: 2;
  float: none;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}
.el_txtImg-center figure .img {
  width: auto;
}
.el_txtImg-center figure .img img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure .img img {
    width: 100%;
  }
}
.el_txtImg-center figure figcaption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure figcaption {
    text-align: left;
  }
}
.el_txtImg-center .txt {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center .txt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.el_txtImg-center .txt:only-child {
  margin-block: 0;
}
.el_txtImg-left figure {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .el_txtImg-left figure {
    margin-right: 0;
    float: none;
  }
}

.el_linkList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_linkList {
    margin-top: 40px;
  }
}
.el_linkList a {
  color: #0770DA;
  position: relative;
  display: block;
}
.el_linkList a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_linkList a::after {
    right: 0;
  }
}
[data-whatintent=mouse] .el_linkList a:hover {
  text-decoration: underline;
}
.el_linkList ul li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li {
    padding: 12px 0;
  }
}
.el_linkList ul li a[target=_blank] {
  padding-right: 40px;
}
.el_linkList ul li a[href$=".pdf"], .el_linkList ul li a[href$=".doc"], .el_linkList ul li a[href$=".docx"], .el_linkList ul li a[href$=".docm"], .el_linkList ul li a[href$=".dotx"], .el_linkList ul li a[href$=".dotm"], .el_linkList ul li a[href$=".xls"], .el_linkList ul li a[href$=".xlsx"], .el_linkList ul li a[href$=".xlt"], .el_linkList ul li a[href$=".xml"], .el_linkList ul li a[href$=".xlsm"], .el_linkList ul li a[href$=".csv"], .el_linkList ul li a[href$=".ppt"], .el_linkList ul li a[href$=".pptx"], .el_linkList ul li a[href$=".pptm"] {
  padding-right: 56px;
}
.el_linkList ul li:first-child {
  margin-top: 0;
}
.el_linkList ul li ul {
  margin-top: 16px;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul {
    margin-left: 0px;
  }
}
.el_linkList ul li ul li {
  position: relative;
  border-bottom: none;
  background-image: linear-gradient(to right, #BEBEBE 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li {
    padding-left: 26px;
  }
}
.el_linkList ul li ul li:first-child {
  margin-top: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li:first-child {
    margin-left: 0px;
  }
}
.el_linkList ul li ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #BEBEBE 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.el_linkList ul li ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.el_linkList ul li ul li a {
  color: #253757;
}
.el_linkList ul li ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #253757;
}
.el_linkList ul li ul li a::after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li a::after {
    right: 0;
  }
}
.el_linkList ul li ul li ul {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li ul {
    margin-left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li ul li {
    padding-left: 20px;
  }
}
.el_linkList ul li ul li ul li:first-child {
  position: relative;
  background: none;
}
.el_linkList ul li ul li ul li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% + 38px);
  height: 2px;
  border-top: none;
  background-image: linear-gradient(to right, #BEBEBE 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li ul li ul li:first-child::before {
    width: calc(100% + 18px);
  }
}
.el_linkList ul li ul li ul li:first-child a {
  color: #253757;
}
.el_linkList ul li ul li ul li:first-child a::before {
  left: -15px;
}
.el_linkList ul li ul li ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #BEBEBE 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.el_linkList > ul > li:first-child {
  border-top: 1px solid #bebebe;
}
.el_linkList > ul > li > ul {
  position: relative;
}
.el_linkList > ul > li > ul::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: calc(100% + 21px);
  height: 1px;
  background-color: #bebebe;
}
@media screen and (max-width: 767px) {
  .el_linkList > ul > li > ul::before {
    width: 100%;
  }
}
.el_linkList-2col > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul {
    flex-direction: column;
  }
}
.el_linkList-2col > ul > li {
  margin-top: 0;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li {
    width: 100%;
  }
}
.el_linkList-2col > ul > li:nth-child(2) {
  border-top: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li:nth-child(2) {
    border-top: none;
  }
}
.el_linkList-2col > ul > li li:first-child {
  margin-top: 0;
}

.el_annotation {
  margin-top: 60px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .el_annotation {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_annotation {
    padding: 20px;
  }
}
.el_annotation .el_txtImg {
  margin-top: 0;
}

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

.el_table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_table {
    margin-top: 40px;
  }
}
.el_table_body {
  margin-top: 13px;
}
.el_table .el_wysiwyg {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_table-scroll .el_table_body {
    overflow-x: scroll;
  }
}
.el_table-scroll .el_table_txt {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_table-scroll table {
    width: 800px;
  }
}
.el_table:not(.el_table-scroll) .el_table_txt {
  display: none;
}

.el_img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_img {
    margin-top: 40px;
  }
}
.el_img a span {
  color: #253757;
}
[data-whatintent=mouse] .el_img a:hover .hdg::before {
  background-image: url(../images/icon/icon_ar02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
[data-whatintent=mouse] .el_img a:hover span {
  color: #0770DA;
}
[data-whatintent=mouse] .el_img a:hover .img {
  opacity: 0.5;
}
.el_img .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.el_img .item {
  width: 100%;
}
.el_img .item .img {
  width: 100%;
  transition: opacity 0.3s;
  text-align: center;
}
.el_img .item .img img {
  border-radius: 10px;
}
.el_img .item .hdg {
  position: relative;
  margin-top: 13px;
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_img .item .hdg {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
.el_img .item .hdg:first-child {
  margin-top: 0;
}
.el_img .item .hdg span {
  position: relative;
  transition: 0.3s;
}
.el_img .item .hdg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  transform: translateY(-50%);
  background-image: url(../images/icon/icon_ar06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .el_img .item .hdg:before {
    left: 10px;
  }
}
.el_img .item figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .el_img .item figcaption {
    margin-top: 6px;
    font-size: 1.3rem;
    padding: 0 10px;
  }
}
.el_img .item figcaption:first-child {
  margin-top: 0;
}
.el_img .item a .hdg {
  color: #0770DA;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .el_img .item a .hdg {
    padding-left: 20px;
  }
}
.el_img .item a .hdg:before {
  opacity: 1;
}
.el_img .item a .hdg span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .el_img .item a .hdg span {
    margin-left: 17px;
  }
}
.el_img .item.square .img img {
  border-radius: unset;
}
.el_img-2col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el_img-2col .item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .el_img-2col .item {
    width: 100%;
  }
}
.el_img-3col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .el_img-3col .inner {
    gap: 30px 15px;
  }
}
.el_img-3col .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .el_img-3col .item {
    width: calc((100% - 15px) / 2);
  }
}
.el_img-3col .item .hdg, .el_img-3col .item figcaption {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .el_img-3col .item .hdg, .el_img-3col .item figcaption {
    padding: 0 10px;
  }
}
.el_img-3col .item a .hdg {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .el_img-3col .item a .hdg {
    padding-left: 25px;
  }
}
.el_img-3col .item a .hdg::before {
  left: 15px;
}
.el_img-4col .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 28px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .inner {
    gap: 30px 15px;
  }
}
.el_img-4col .item {
  width: calc((100% - 84px) / 4);
}
@media screen and (max-width: 767px) {
  .el_img-4col .item {
    width: calc((100% - 15px) / 2);
  }
}
.el_img-4col .item .hdg, .el_img-4col .item figcaption {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item .hdg, .el_img-4col .item figcaption {
    padding: 0 10px;
  }
}
.el_img-4col .item a .hdg {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item a .hdg {
    padding-left: 25px;
  }
}
.el_img-4col .item a .hdg::before {
  left: 15px;
}

.el_movie {
  margin-top: 60px;
}
.el_movie::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .el_movie {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_movie {
    display: flex;
    flex-direction: column-reverse;
  }
}
.el_movie .select {
  float: right;
  width: 51.9%;
  margin-left: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .el_movie .select {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.el_movie .select .youtube,
.el_movie .select .mp4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.el_movie .select .youtube iframe,
.el_movie .select .youtube video,
.el_movie .select .mp4 iframe,
.el_movie .select .mp4 video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.el_movie .select .mp4 video {
  -o-object-fit: cover;
  object-fit: cover;
}
.el_movie .el_wysiwyg {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .el_movie .el_wysiwyg {
    margin-top: 0px;
  }
}
.el_movie .el_wysiwyg:only-child {
  margin-top: 0;
}
.el_movie .txt .hdg {
  display: flex;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BEBEBE;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: bold;
}
.el_movie .txt .hdg::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #13B88E;
}
@media screen and (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 1.8rem;
  }
}
.el_movie-center {
  display: flex;
  flex-direction: column;
}
.el_movie-center .select {
  order: 2;
  float: none;
  margin: 30px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .el_movie-center .select {
    width: 100%;
  }
}
.el_movie-center .txt {
  margin-top: 0px;
}
.el_movie-left .select {
  float: left;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .el_movie-left .select {
    margin-right: 0;
  }
}

.el_card {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_card {
    margin-top: 40px;
  }
}
.el_card .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.6%;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .el_card .inner {
    margin-left: 0;
    gap: 24px 0;
  }
}
.el_card .item {
  position: relative;
  width: 46.4%;
  margin-left: 3.6%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .el_card .item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.el_card .item::before, .el_card .item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
  z-index: 1;
}
.el_card .item::before {
  top: -3px;
  left: -3px;
  border-width: 50px 50px 0 0;
  border-color: #DEF0FF transparent transparent transparent;
}
.el_card .item:after {
  bottom: -3px;
  right: -3px;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #DEF0FF transparent;
}
.el_card .item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  z-index: 0;
}
.el_card .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.el_card .item .hdg {
  color: #444444;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_card .item .hdg {
    font-size: 1.6rem;
  }
}
.el_card .item .txt {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .el_card .item .txt {
    padding: 10px;
  }
}
.el_card .item .txt > p {
  margin-top: 13px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .el_card .item .txt > p {
    margin-top: 10px;
  }
}
.el_card .item .txt > p:only-child {
  margin-top: 0;
}
.el_card .item .link {
  border-radius: 0 0 10px 10px;
}
.el_card .item .link a {
  display: flex;
  align-items: center;
  min-height: 63px;
  padding: 10px 50px 10px 36px;
  transition: 0.3s;
}
[data-whatintent=mouse] .el_card .item .link a:hover {
  color: #0770DA;
}
.el_card .item .link a span {
  position: relative;
  flex-grow: 1;
  padding-left: 15px;
}
.el_card .item .link a span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 7px;
  background-image: url(../images/icon/icon_card.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.el_card-3col .inner {
  margin-left: -2.7%;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner {
    margin-left: -4.4%;
    gap: 24px 0;
  }
}
.el_card-3col .item {
  width: 30.6%;
  margin-left: 2.7%;
}
@media screen and (max-width: 767px) {
  .el_card-3col .item {
    width: 100%;
  }
}
.el_card-3col .item .hdg {
  font-size: 1.8rem;
}
.el_card-4col .inner {
  margin-left: -2.5%;
  gap: 28px 0;
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner {
    margin-left: -4.4%;
    gap: 24px 0;
  }
}
.el_card-4col .item {
  width: 22.5%;
  margin-left: 2.5%;
}
@media screen and (max-width: 767px) {
  .el_card-4col .item {
    width: 100%;
  }
}
.el_card-4col .item .hdg {
  font-size: 1.8rem;
}
.el_card-4col .item .link a {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .el_card-4col .item .link a {
    padding-right: 50px;
  }
}
.el_card-link .item::before, .el_card-link .item:after {
  content: none;
}
.el_card-link .item .link {
  display: flex;
  align-items: center;
  padding: 26px 24px 26px 24px;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.el_card-link .item .link span {
  display: block;
  flex-grow: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .el_card-link .item .link {
    padding: 18px 56px 18px 16px;
  }
  .el_card-link .item .link span {
    display: block;
    flex-grow: 1;
    font-size: 1.7rem;
    letter-spacing: 0em;
  }
}
.el_card-link .item a .link {
  padding-right: 70px;
}
[data-whatintent=mouse] .el_card-link .item a:hover .link {
  background-color: #0770DA;
}
[data-whatintent=mouse] .el_card-link .item a:hover .link span {
  color: #fff;
}
.el_card-link.el_card-3col .item::before, .el_card-link.el_card-3col .item:after {
  content: none;
}
.el_card-link.el_card-3col .item .link {
  display: flex;
  align-items: start;
  padding: 18px 12px 18px 12px;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-3col .item .link {
    padding: 18px 47px 18px 12px;
  }
}
.el_card-link.el_card-3col .item .link span {
  display: block;
  flex-grow: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-3col .item .link span {
    font-size: 1.7rem;
  }
}
.el_card-link.el_card-3col .item a .link {
  padding-right: 47px;
}
[data-whatintent=mouse] .el_card-link.el_card-3col .item a:hover .link {
  background-color: #0770DA;
}
[data-whatintent=mouse] .el_card-link.el_card-3col .item a:hover .link span {
  color: #fff;
}
.el_card-link.el_card-4col .item::before, .el_card-link.el_card-4col .item:after {
  content: none;
}
.el_card-link.el_card-4col .item .link {
  display: flex;
  align-items: start;
  padding: 14px 12px 14px 12px;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.el_card-link.el_card-4col .item .link span {
  display: block;
  flex-grow: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-4col .item .link span {
    font-size: 1.7rem;
  }
}
.el_card-link.el_card-4col .item .link span::before {
  width: 32px;
  height: 32px;
}
.el_card-link.el_card-4col .item a .link {
  padding-right: 47px;
}
[data-whatintent=mouse] .el_card-link.el_card-4col .item a:hover .link {
  background-color: #0770DA;
}
[data-whatintent=mouse] .el_card-link.el_card-4col .item a:hover .link span {
  color: #fff;
}
.el_card_catTop.el_card-3col .inner, .el_card_catTop .el_card-2col .inner, .el_card_catTop .el_card-4col .inner {
  gap: 48px 0;
}
@media screen and (max-width: 767px) {
  .el_card_catTop.el_card-3col .inner, .el_card_catTop .el_card-2col .inner, .el_card_catTop .el_card-4col .inner {
    gap: 32px 0;
  }
}
.el_card_catTop.el_card-3col .item, .el_card_catTop .el_card-2col .item, .el_card_catTop .el_card-4col .item {
  background-color: inherit !important;
}
@media screen and (max-width: 767px) {
  .el_card_catTop.el_card-3col .item, .el_card_catTop .el_card-2col .item, .el_card_catTop .el_card-4col .item {
    width: 100%;
  }
}
.el_card_catTop.el_card-3col .item .link, .el_card_catTop .el_card-2col .item .link, .el_card_catTop .el_card-4col .item .link {
  display: block;
  background-color: inherit !important;
  padding: 22px 75px 0 14px;
}
.el_card_catTop.el_card-3col .item .link::before, .el_card_catTop .el_card-2col .item .link::before, .el_card_catTop .el_card-4col .item .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #0770DA;
  border-radius: 50%;
  transition: all 0.3s;
}
.el_card_catTop.el_card-3col .item .link::after, .el_card_catTop .el_card-2col .item .link::after, .el_card_catTop .el_card-4col .item .link::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 28px;
  width: 9px;
  height: 8px;
  background-image: url(../images/icon/icon_ar03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.el_card_catTop.el_card-3col .item .link .subCat, .el_card_catTop .el_card-2col .item .link .subCat, .el_card_catTop .el_card-4col .item .link .subCat {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0770DA;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .el_card_catTop.el_card-3col .item .link .subCat, .el_card_catTop .el_card-2col .item .link .subCat, .el_card_catTop .el_card-4col .item .link .subCat {
    font-size: 1.3rem;
  }
}
.el_card_catTop.el_card-3col .item .link .subCat:before, .el_card_catTop .el_card-2col .item .link .subCat:before, .el_card_catTop .el_card-4col .item .link .subCat:before {
  content: none;
}
.el_card_catTop.el_card-3col .item .link .subCat::after, .el_card_catTop .el_card-2col .item .link .subCat::after, .el_card_catTop .el_card-4col .item .link .subCat::after {
  content: none;
}
.el_card_catTop.el_card-3col .item .link .ttl, .el_card_catTop .el_card-2col .item .link .ttl, .el_card_catTop .el_card-4col .item .link .ttl {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .el_card_catTop.el_card-3col .item .link .ttl, .el_card_catTop .el_card-2col .item .link .ttl, .el_card_catTop .el_card-4col .item .link .ttl {
    font-size: 1.7rem;
  }
}
.el_card_catTop.el_card-3col .item .link .ttl::before, .el_card_catTop .el_card-2col .item .link .ttl::before, .el_card_catTop .el_card-4col .item .link .ttl::before {
  content: none;
}
.el_card_catTop.el_card-3col .item .link .ttl::after, .el_card_catTop .el_card-2col .item .link .ttl::after, .el_card_catTop .el_card-4col .item .link .ttl::after {
  content: none;
}
.el_card_catTop.el_card-3col .item .img, .el_card_catTop .el_card-2col .item .img, .el_card_catTop .el_card-4col .item .img {
  overflow: hidden;
  border-radius: 10px;
}
.el_card_catTop.el_card-3col .item .img img, .el_card_catTop .el_card-2col .item .img img, .el_card_catTop .el_card-4col .item .img img {
  border-radius: 10px;
  transition: all 0.3s;
}
.el_card_catTop.el_card-3col .item a, .el_card_catTop .el_card-2col .item a, .el_card_catTop .el_card-4col .item a {
  display: block;
}
[data-whatintent=mouse] .el_card_catTop.el_card-3col .item a:hover .link::before, [data-whatintent=mouse] .el_card_catTop .el_card-2col .item a:hover .link::before, [data-whatintent=mouse] .el_card_catTop .el_card-4col .item a:hover .link::before {
  background-color: #0770DA;
}
[data-whatintent=mouse] .el_card_catTop.el_card-3col .item a:hover .link::after, [data-whatintent=mouse] .el_card_catTop .el_card-2col .item a:hover .link::after, [data-whatintent=mouse] .el_card_catTop .el_card-4col .item a:hover .link::after {
  background-image: url(../images/icon/icon_ar07.svg);
}
[data-whatintent=mouse] .el_card_catTop.el_card-3col .item a:hover .link .subCat, [data-whatintent=mouse] .el_card_catTop .el_card-2col .item a:hover .link .subCat, [data-whatintent=mouse] .el_card_catTop .el_card-4col .item a:hover .link .subCat {
  color: #0770DA;
}
[data-whatintent=mouse] .el_card_catTop.el_card-3col .item a:hover .link .ttl, [data-whatintent=mouse] .el_card_catTop .el_card-2col .item a:hover .link .ttl, [data-whatintent=mouse] .el_card_catTop .el_card-4col .item a:hover .link .ttl {
  color: #253757;
}
[data-whatintent=mouse] .el_card_catTop.el_card-3col .item a:hover .img img, [data-whatintent=mouse] .el_card_catTop .el_card-2col .item a:hover .img img, [data-whatintent=mouse] .el_card_catTop .el_card-4col .item a:hover .img img {
  transform: scale(1.2, 1.2);
  transition: all 0.3s;
}
.el_card_catTop.el_card-3col .item a[target=_blank] .ttl::after, .el_card_catTop .el_card-2col .item a[target=_blank] .ttl::after, .el_card_catTop .el_card-4col .item a[target=_blank] .ttl::after {
  content: "";
  position: static;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
  vertical-align: baseline;
  background-image: url(../images/icon/icon_external.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
}
.el_card_catTop.el_card-3col .item a[href=".pdf"] .ttl::after, .el_card_catTop .el_card-2col .item a[href=".pdf"] .ttl::after, .el_card_catTop .el_card-4col .item a[href=".pdf"] .ttl::after {
  content: "";
  position: static;
  display: inline-block;
  width: 36px;
  height: 17px;
  margin: 0 0 0 8px;
  vertical-align: baseline;
  background-image: url(../images/icon/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .el_card_catTop.el_card-3col .item a[href=".pdf"] .ttl::after, .el_card_catTop .el_card-2col .item a[href=".pdf"] .ttl::after, .el_card_catTop .el_card-4col .item a[href=".pdf"] .ttl::after {
    width: 32px;
    height: 15px;
  }
}

.el_tablePattern {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern {
    margin-top: 40px;
  }
}
.el_tablePattern_txt {
  font-size: 1.3rem;
  text-align: center;
}
.el_tablePattern_body {
  margin-top: 13px;
}
.el_tablePattern table {
  width: 100%;
  border-left: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}
.el_tablePattern table thead th {
  min-height: 50px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
.el_tablePattern table tbody td {
  min-height: 73px;
  padding: 15px 10px;
}
.el_tablePattern table tbody td a {
  color: #0770DA;
  text-decoration: underline;
}
[data-whatintent=mouse] .el_tablePattern table tbody td a:hover {
  text-decoration: none;
}
.el_tablePattern table tbody td:has(.date) {
  width: 18%;
}
.el_tablePattern table th,
.el_tablePattern table td {
  border-top: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table th,
.el_tablePattern table td {
    font-size: 1.5rem;
  }
}
.el_tablePattern table th p.date,
.el_tablePattern table td p.date {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern table th p.date,
.el_tablePattern table td p.date {
    white-space: inherit;
  }
}
.el_tablePattern table th {
  background-color: #D8DEE3;
}
.el_tablePattern table td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_tablePattern-scroll .el_tablePattern_body {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern-scroll table {
    width: 1030px;
  }
}
.el_tablePattern__pattern1 thead th:nth-of-type(1) {
  width: 40.8%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(1) {
    width: 35.2%;
  }
}
.el_tablePattern__pattern1 thead th:nth-of-type(2) {
  width: 40.8%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(2) {
    width: 35.2%;
  }
}
.el_tablePattern__pattern1 thead th:nth-of-type(3) {
  width: 18.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1 thead th:nth-of-type(3) {
    width: 29.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern1.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(1) {
  width: 18.6%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(1) {
    width: 30.1%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(2) {
  width: 63.1%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(2) {
    width: 40.3%;
  }
}
.el_tablePattern__pattern2 thead th:nth-of-type(3) {
  width: 18.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2 thead th:nth-of-type(3) {
    width: 29.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 52.6%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern2.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(1) {
  width: 35.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(1) {
    width: 20.6%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(2) {
  width: 14.9%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(2) {
    width: 29.9%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(3) {
  width: 35.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(3) {
    width: 20.6%;
  }
}
.el_tablePattern__pattern3 thead th:nth-of-type(4) {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3 thead th:nth-of-type(4) {
    width: 28.9%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 26.4%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 26.4%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern3.el_tablePattern-scroll thead th:nth-of-type(4) {
    width: 17.5%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(1) {
  width: 28.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(1) {
    width: 23.6%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(2) {
  width: 14.9%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(2) {
    width: 29.9%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(3) {
  width: 28.4%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(3) {
    width: 23.6%;
  }
}
.el_tablePattern__pattern4 thead th:nth-of-type(4) {
  width: 28.3%;
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4 thead th:nth-of-type(4) {
    width: 22.9%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(1) {
    width: 23.3%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(2) {
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(3) {
    width: 23.3%;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern__pattern4.el_tablePattern-scroll thead th:nth-of-type(4) {
    width: 35.9%;
  }
}

.el_news {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_news {
    margin-top: 40px;
  }
}
.el_news .item {
  padding: 20px;
  border-top: 1px solid #E1E1E1;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_news .item {
    padding: 16px 0;
  }
}
.el_news .item:first-child {
  margin-top: 0;
}
.el_news .item:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.el_news .item .date_wrap {
  display: flex;
  align-items: center;
}
.el_news .item .new {
  position: relative;
  width: 37px;
  padding: 3px 2px 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #e6162c;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 5px;
  border-radius: 2px;
  border: 1px solid #e6162c;
}
.el_news .item .date {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_news .item .date {
    font-size: 1.3rem;
  }
}
.el_news .item a {
  font-size: 0;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
[data-whatintent=mouse] .el_news .item a:hover {
  color: #0B3A8A;
}
.el_news .item a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_news .item a span {
    font-size: 1.4rem;
  }
}
.el_news .item a .is_icon, .el_news .item a .is-icon {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .el_news .item a .is_icon, .el_news .item a .is-icon {
    font-size: 1.4rem;
    margin-left: 5px;
  }
}
[data-whatintent=mouse] .el_news .item:hover {
  background-color: #fff;
}
[data-whatintent=mouse] .el_news .item:hover a {
  color: #0770DA;
}
[data-whatintent=mouse] .el_news .item:hover .date {
  color: #0770DA;
}
.el_news.ajaxNewsSet {
  margin-top: 40px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .el_news.ajaxNewsSet {
    margin-top: 30px;
  }
}
.el_news.ajaxNewsSet .item {
  border-color: #C1C1C1;
}

.el_anchor {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .el_anchor {
    margin-top: 40px;
  }
}
.el_anchor .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 32px;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .el_anchor .inner {
    gap: 10px;
    padding: 10px 0;
  }
}
.el_anchor .item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_anchor .item {
    width: 100%;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #BEBEBE 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .el_anchor .item:last-child {
    background: none;
    padding-bottom: 0;
  }
}
.el_anchor a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0;
  color: #253757;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.el_anchor a span {
  border-bottom: 1px solid rgba(7, 112, 218, 0);
}
[data-whatintent=mouse] .el_anchor a:hover {
  color: #0770DA;
}
[data-whatintent=mouse] .el_anchor a:hover span {
  border-bottom: 1px solid #0770DA;
}
[data-whatintent=mouse] .el_anchor a:hover::after {
  background-image: url(../images/icon/icon_ar04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .el_anchor a {
    display: block;
    padding: 0 25px 0 0;
    font-size: 1.5rem;
    width: 100%;
  }
}
.el_anchor a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .el_anchor a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.el_accordion {
  margin-top: 15px;
}
.el_accordion .el_accordion_inner {
  border-radius: 10px 10px 0 0;
  background: #fff;
  transition: all 0.3s;
  overflow: hidden;
}
[data-whatintent=mouse] .el_accordion .el_accordion_inner:hover .title {
  background-color: #0770DA;
  color: #fff;
}
.el_accordion .el_accordion_inner + .el_accordion_inner {
  border-radius: 0;
  border-top: 1px solid #DDDDDD;
}
.el_accordion .el_accordion_inner + .el_accordion_inner .title {
  border-radius: 0;
}
.el_accordion .el_accordion_inner + .el_accordion_inner .inner {
  border-radius: 0;
}
.el_accordion .el_accordion_inner:last-child {
  border-radius: 0 0 10px 10px;
}
.el_accordion .el_accordion_inner:last-child .title {
  border-radius: 0;
}
.el_accordion .el_accordion_inner:last-child .inner {
  border-radius: 0 0 10px 10px;
}
.el_accordion .el_accordion_inner:only-child {
  border-radius: 10px;
}
.el_accordion .el_accordion_inner:only-child .title {
  border-radius: 10px 10px 0 0;
}
.el_accordion .title {
  position: relative;
  padding: 30px 90px 30px 40px;
  padding-right: 86px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 28.4px;
  transition: all 0.3s;
  cursor: pointer;
}
.el_accordion .title:last-child {
  border-radius: 10px;
}
.el_accordion .title span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  right: 26px;
  border-radius: 50%;
  background-color: #F2F5F8;
  transform: translateY(-50%);
  transition: 0.3s;
}
.el_accordion .title span:before, .el_accordion .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-color: #0770DA;
  box-sizing: content-box;
  transition: 0.3s;
}
.el_accordion .title span:before {
  width: 14px;
  height: 2px;
  right: 17px;
}
.el_accordion .title span:after {
  width: 2px;
  height: 14px;
  right: 23px;
}
.el_accordion .title.is-active {
  background: #0770DA;
  color: #fff;
  border-bottom: transparent;
  border-radius: 10px 10px 0 0;
}
.el_accordion .title.is-active span {
  opacity: 0.5;
}
.el_accordion .title.is-active span:after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .el_accordion .title {
    padding: 20px;
    padding-right: 60px;
    font-size: 1.7rem;
  }
  .el_accordion .title span {
    width: 36px;
    height: 36px;
    right: 14px;
  }
  .el_accordion .title span:before {
    width: 10px;
    right: 13px;
  }
  .el_accordion .title span:after {
    height: 10px;
    right: 17px;
  }
}
[data-whatintent=mouse] .el_accordion .title:hover span {
  opacity: 0.5;
}
.el_accordion .inner {
  display: none;
  padding: 35px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_accordion .inner {
    padding: 20px;
  }
}
.el_accordion .inner > * {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .el_accordion .inner > * {
    margin-bottom: 10px;
  }
}
.el_accordion .inner > *:last-child {
  margin-bottom: 0;
}
.el_accordion .inner .el_linkList li {
  margin-top: 10px;
}
.el_accordion .inner .el_linkList li:first-child {
  margin-top: 0;
}
.el_accordion .inner .el_btn .btn a {
  border: 1px solid #bebebe;
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover {
  background-color: transparent;
  border-color: #0770DA;
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover span {
  color: #0770DA;
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover::after {
  background-image: url(../images/icon/icon_ar02.svg);
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover[target=_blank]::after {
  background-image: url(../images/icon/icon_external.png);
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover[href=".pdf"]::after {
  background-image: url(../images/icon/icon_pdf.png);
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover[href=".doc"]::after {
  background-image: url(../images/icon/icon_doc.png);
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover[href=".xls"]::after {
  background-image: url(../images/icon/icon_xls.png);
}
[data-whatintent=mouse] .el_accordion .inner .el_btn .btn a:hover[href=".ppt"]::after {
  background-image: url(../images/icon/icon_ppt.png);
}
.el_accordion .inner .el_img .inner {
  display: flex;
  padding: 0;
  border-radius: 0;
}
.el_accordion .inner .el_img .inner figure {
  text-align: center;
}
.el_accordion .inner .el_img .inner figure .hdg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.el_accordion .inner .el_card .inner {
  display: flex;
  padding: 0;
}
[data-whatintent=mouse] .el_accordion .inner .el_card-3col .item a:hover span, [data-whatintent=mouse] .el_accordion .inner .el_card-4col .item a:hover span {
  color: #253757;
}
[data-whatintent=mouse] .el_accordion .inner .el_card a:hover .link {
  background-color: transparent;
  border-color: #0770DA;
}
[data-whatintent=mouse] .el_accordion .inner .el_card a:hover span {
  color: #253757;
}
.el_accordion .inner .el_card a .link {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
}
.el_accordion .inner .el_iconBtn a {
  border: 1px solid #bebebe;
}
[data-whatintent=mouse] .el_accordion .inner .el_iconBtn a:hover {
  background-color: transparent;
  border-color: #0770DA;
}
[data-whatintent=mouse] .el_accordion .inner .el_iconBtn a:hover span {
  color: #253757;
}

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

.el_carouselLarge {
  margin-top: 60px;
  margin-top: 60px !important;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge {
    margin-top: 40px;
  }
}
.el_carouselLarge .carouselArea {
  position: relative;
}
.el_carouselLarge .carouselArea .el_img {
  margin: 0;
  overflow: unset;
  overflow-x: clip;
}
.el_carouselLarge .carouselArea .el_img .inner {
  position: relative;
  flex-direction: row;
  z-index: 0;
  padding-top: 50px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .el_img .inner {
    padding-top: 40px;
  }
}
.el_carouselLarge .carouselArea .el_img .inner .item .img {
  position: relative;
}
.el_carouselLarge .carouselArea .el_img .inner .item .img img {
  width: 100%;
  border-radius: 10px;
}
.el_carouselLarge .carouselArea .el_img .inner .item figcaption {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .el_img .inner .item figcaption {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .el_carouselLarge .carouselArea .el_img .inner .item figcaption:first-child {
    margin-top: 15px;
  }
}
.el_carouselLarge .carouselArea .el_img .inner .item figcaption:first-child {
  margin-top: 20px;
}
.el_carouselLarge .carouselArea .previous,
.el_carouselLarge .carouselArea .next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0 !important;
  background-color: #253757;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 2px solid #253757;
  cursor: pointer;
  transition: all 0.3s;
}
.el_carouselLarge .carouselArea .previous:before,
.el_carouselLarge .carouselArea .next:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
}
[data-whatintent=mouse] .el_carouselLarge .carouselArea .previous:hover,
[data-whatintent=mouse] .el_carouselLarge .carouselArea .next:hover {
  background-color: #fff;
  border: 2px solid #253757;
}
[data-whatintent=mouse] .el_carouselLarge .carouselArea .previous:hover::before,
[data-whatintent=mouse] .el_carouselLarge .carouselArea .next:hover::before {
  border-top: 2px solid #253757;
  border-right: 2px solid #253757;
}
.el_carouselLarge .carouselArea .previous {
  top: 0;
  right: 60px;
}
.el_carouselLarge .carouselArea .previous:before {
  left: 50%;
  transform: translate(-25%, -50%) rotate(-135deg);
}
.el_carouselLarge .carouselArea .next {
  right: 0;
}
.el_carouselLarge .carouselArea .next:before {
  right: 50%;
  transform: translate(25%, -50%) rotate(45deg);
}
.el_carouselLarge .carouselArea .swiper-pagination {
  line-height: 1;
  position: absolute;
  top: -8px;
  right: 140px;
  width: auto;
  height: auto;
  max-height: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .el_carouselLarge .carouselArea .swiper-pagination {
    font-size: 1.5rem;
    right: 120px;
  }
}
.el_carouselSmall {
  margin-top: 60px;
  margin-top: 60px !important;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall {
    margin-top: 40px;
  }
}
.el_carouselSmall .carouselArea .swiper_sm {
  overflow: hidden;
}
.el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper {
  z-index: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper {
    padding-top: 40px;
  }
}
.el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper .item {
  text-align: center;
}
.el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper .item img {
  width: 100%;
  border-radius: 10px;
}
.el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper .item a img {
  -o-object-fit: contain;
  object-fit: contain;
}
[data-whatintent=mouse] .el_carouselSmall .carouselArea .swiper_sm .swiper-wrapper .item a:hover .img {
  opacity: 0.5;
}
.el_carouselSmall .carouselArea .previous_sm, .el_carouselSmall .carouselArea .next_sm {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0 !important;
  background-color: #253757;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.el_carouselSmall .carouselArea .previous_sm:before, .el_carouselSmall .carouselArea .next_sm:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
}
[data-whatintent=mouse] .el_carouselSmall .carouselArea .previous_sm:hover, [data-whatintent=mouse] .el_carouselSmall .carouselArea .next_sm:hover {
  background-color: #fff;
  border: 2px solid #253757;
}
[data-whatintent=mouse] .el_carouselSmall .carouselArea .previous_sm:hover::before, [data-whatintent=mouse] .el_carouselSmall .carouselArea .next_sm:hover::before {
  border-top: 2px solid #253757;
  border-right: 2px solid #253757;
}
.el_carouselSmall .carouselArea .previous_sm {
  top: 0;
  right: 60px;
}
.el_carouselSmall .carouselArea .previous_sm:before {
  left: 50%;
  transform: translate(-25%, -50%) rotate(-135deg);
}
.el_carouselSmall .carouselArea .next_sm {
  right: 0;
}
.el_carouselSmall .carouselArea .next_sm:before {
  right: 50%;
  transform: translate(25%, -50%) rotate(45deg);
}
.el_carouselSmall .carouselArea .swiper-pagination_sm {
  line-height: 1;
  position: absolute;
  top: -8px;
  right: 140px;
  width: auto;
  height: auto;
  max-height: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea .swiper-pagination_sm {
    font-size: 1.5rem;
    right: 120px;
  }
}
.el_carouselSmall .carouselArea .swiper-pagination_sm.swiper-pagination_sm-hidden {
  opacity: 0;
}
.el_carouselSmall .carouselArea .swiper-pagination_sm-disabled > .swiper-pagination_sm,
.el_carouselSmall .carouselArea .swiper-pagination_sm.swiper-pagination_sm-disabled {
  display: none !important;
}
.el_carouselSmall .carouselArea span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #A8A8A8;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .el_carouselSmall .carouselArea span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.el_carouselSmall .carouselArea span.swiper-pagination-bullet-active {
  background-color: #0B3A8A;
}
.el_carouselSmall .carouselArea .swiper-horizontal > .swiper-pagination-bullets,
.el_carouselSmall .carouselArea .swiper-pagination-bullets.swiper-pagination-horizontal,
.el_carouselSmall .carouselArea .swiper-pagination-custom,
.el_carouselSmall .carouselArea .swiper-pagination-fraction {
  bottom: 0;
}

.el_clickableMap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_clickableMap {
    margin-top: 40px;
  }
}
.el_clickableMap .mapArea {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .el_clickableMap .mapArea {
    width: 100%;
  }
}
.el_clickableMap .mapArea .map {
  width: 100%;
}
.el_clickableMap .mapArea .pinList li a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: #13B88E;
  transition: all 0.3s;
  cursor: pointer;
}
.el_clickableMap .mapArea .pinList li a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
[data-whatintent=mouse] .el_clickableMap .mapArea .pinList li a:hover {
  background-color: #0770DA;
}

.el_iconBtn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn {
    margin-top: 40px;
  }
}
.el_iconBtn .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.el_iconBtn .item {
  width: 530px;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .item {
    width: 100%;
    min-height: 88px;
  }
}
.el_iconBtn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
[data-whatintent=mouse] .el_iconBtn a:hover {
  background-color: #0770DA;
}
[data-whatintent=mouse] .el_iconBtn a:hover span {
  color: #fff;
}
.el_iconBtn a .img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn a .img {
    width: 60px;
    min-height: 60px;
  }
}
.el_iconBtn a .img img {
  width: 100%;
  border-radius: 10px;
}
.el_iconBtn a .link {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding-left: 16px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn a .link {
    width: calc(100% - 60px);
    padding-right: 54px;
  }
}
.el_iconBtn a .link span {
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_iconBtn a .link span {
    font-size: 1.7rem;
  }
}
.el_iconBtn a .link span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 11px;
  transform: translateY(-50%);
  background-image: url(../images/icon/icon_ar03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .el_iconBtn a .link span:after {
    right: 16px;
    width: 10px;
    height: 9px;
  }
}
.el_iconBtn a .link span::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #F2F5F8;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_iconBtn a .link span::before {
    width: 36px;
    height: 36px;
  }
}
.el_iconBtn-2col .inner {
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col .inner {
    gap: 20px;
  }
}
.el_iconBtn-2col .item {
  width: calc((100% - 20px) / 2);
  min-height: 146px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col .item {
    width: 100%;
    min-height: inherit;
  }
}
.el_iconBtn-2col a .img {
  width: 120px;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col a .img {
    width: 60px;
    min-height: 60px;
  }
  .el_iconBtn-2col a .img img {
    height: 60px;
  }
}
.el_iconBtn-2col a .link span {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-2col a .link span {
    font-size: 1.7rem;
  }
}
.el_iconBtn-3col .inner {
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .inner {
    gap: 20px;
  }
}
.el_iconBtn-3col .item {
  width: calc((100% - 40px) / 3);
  min-height: 95px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .item {
    width: 100%;
    min-height: inherit;
  }
}
.el_iconBtn-3col a {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col a {
    padding: 14px;
  }
}
.el_iconBtn-3col a .img {
  width: 80px;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col a .img {
    width: 60px;
    min-height: 60px;
  }
  .el_iconBtn-3col a .img img {
    height: 60px;
  }
}
.el_iconBtn-3col a .link {
  width: calc(100% - 80px);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col a .link {
    width: calc(100% - 60px);
  }
}
.el_iconBtn-3col a .link span {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col a .link span {
    font-size: 1.7rem;
  }
}
.el_iconBtn-4col .inner {
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col .inner {
    gap: 20px;
  }
}
.el_iconBtn-4col .item {
  width: calc((100% - 60px) / 4);
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col .item {
    width: 100%;
    min-height: inherit;
  }
}
.el_iconBtn-4col a {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col a {
    padding: 14px;
  }
}
.el_iconBtn-4col a .img {
  width: 70px;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col a .img {
    width: 60px;
    min-height: 60px;
  }
  .el_iconBtn-4col a .img img {
    height: 60px;
  }
}
.el_iconBtn-4col a .link {
  width: calc(100% - 70px);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col a .link {
    width: calc(100% - 60px);
  }
}
.el_iconBtn-4col a .link span {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-4col a .link span {
    font-size: 1.7rem;
  }
}

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

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

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

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

.el_card .link a span:last-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_card .link a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_card .link a[href$=".pdf"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf_txt.png);
}
.el_card .link a[href$=".doc"] span:after, .el_card .link a[href$=".docx"] span:after, .el_card .link a[href$=".docm"] span:after, .el_card .link a[href$=".dotx"] span:after, .el_card .link a[href$=".dotm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc_txt.png);
}
.el_card .link a[href$=".xls"] span:after, .el_card .link a[href$=".xlsx"] span:after, .el_card .link a[href$=".xlt"] span:after, .el_card .link a[href$=".xml"] span:after, .el_card .link a[href$=".xlsm"] span:after, .el_card .link a[href$=".csv"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls_txt.png);
}
.el_card .link a[href$=".ppt"] span:after, .el_card .link a[href$=".pptx"] span:after, .el_card .link a[href$=".pptm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt_txt.png);
}
.el_card-link a .link {
  position: relative;
}
.el_card-link a .link:before {
  content: none;
}
.el_card-link a .link:after {
  content: none;
}
.el_card-link a .link span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 48px;
  height: 48px;
  background-color: #F2F5F8;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .el_card-link a .link span::before {
    width: 32px;
    height: 32px;
    right: 12px;
  }
}
.el_card-link a .link span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 11px;
  background-image: url(../images/icon/icon_ar03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-100%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_card-link a .link span:after {
    width: 10px;
    height: 9px;
    right: 12px;
  }
}
.el_card-link a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_card-link a[href$=".pdf"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf_txt.png);
}
.el_card-link a[href$=".doc"] span:after, .el_card-link a[href$=".docx"] span:after, .el_card-link a[href$=".docm"] span:after, .el_card-link a[href$=".dotx"] span:after, .el_card-link a[href$=".dotm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc_txt.png);
}
.el_card-link a[href$=".xls"] span:after, .el_card-link a[href$=".xlsx"] span:after, .el_card-link a[href$=".xlt"] span:after, .el_card-link a[href$=".xml"] span:after, .el_card-link a[href$=".xlsm"] span:after, .el_card-link a[href$=".csv"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls_txt.png);
}
.el_card-link a[href$=".ppt"] span:after, .el_card-link a[href$=".pptx"] span:after, .el_card-link a[href$=".pptm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt_txt.png);
}
.el_card-link a[target=_blank] span:after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .el_card-link a[target=_blank] span:after {
    right: 8px;
  }
}
.el_card-link a[href$=".doc"] span:after, .el_card-link a[href$=".docx"] span:after, .el_card-link a[href$=".docm"] span:after, .el_card-link a[href$=".dotx"] span:after, .el_card-link a[href$=".dotm"] span:after, .el_card-link a[href$=".xls"] span:after, .el_card-link a[href$=".xlsx"] span:after, .el_card-link a[href$=".xlt"] span:after, .el_card-link a[href$=".xml"] span:after, .el_card-link a[href$=".xlsm"] span:after, .el_card-link a[href$=".csv"] span:after, .el_card-link a[href$=".ppt"] span:after, .el_card-link a[href$=".pptx"] span:after, .el_card-link a[href$=".pptm"] span:after, .el_card-link a[href$=".pdf"] span:after {
  right: 4px;
  width: 23px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .el_card-link a[href$=".doc"] span:after, .el_card-link a[href$=".docx"] span:after, .el_card-link a[href$=".docm"] span:after, .el_card-link a[href$=".dotx"] span:after, .el_card-link a[href$=".dotm"] span:after, .el_card-link a[href$=".xls"] span:after, .el_card-link a[href$=".xlsx"] span:after, .el_card-link a[href$=".xlt"] span:after, .el_card-link a[href$=".xml"] span:after, .el_card-link a[href$=".xlsm"] span:after, .el_card-link a[href$=".csv"] span:after, .el_card-link a[href$=".ppt"] span:after, .el_card-link a[href$=".pptx"] span:after, .el_card-link a[href$=".pptm"] span:after, .el_card-link a[href$=".pdf"] span:after {
    right: -2px;
    width: 20px;
    height: 15px;
  }
}
.el_card-link.el_card-4col a span::before, .el_card-link.el_card-3col a span::before {
  width: 32px;
  height: 32px;
}
.el_card-link.el_card-4col a span::after, .el_card-link.el_card-3col a span::after {
  width: 9px;
  height: 8px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-4col a span::after, .el_card-link.el_card-3col a span::after {
    width: 9px;
    height: 8px;
    right: 15px;
  }
}
.el_card-link.el_card-4col a[target=_blank] span:after, .el_card-link.el_card-3col a[target=_blank] span:after {
  width: 12px;
  height: 12px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-4col a[target=_blank] span:after, .el_card-link.el_card-3col a[target=_blank] span:after {
    right: 10px;
  }
}
.el_card-link.el_card-4col a[href$=".doc"] span:after, .el_card-link.el_card-4col a[href$=".docx"] span:after, .el_card-link.el_card-4col a[href$=".docm"] span:after, .el_card-link.el_card-4col a[href$=".dotx"] span:after, .el_card-link.el_card-4col a[href$=".dotm"] span:after, .el_card-link.el_card-4col a[href$=".xls"] span:after, .el_card-link.el_card-4col a[href$=".xlsx"] span:after, .el_card-link.el_card-4col a[href$=".xlt"] span:after, .el_card-link.el_card-4col a[href$=".xml"] span:after, .el_card-link.el_card-4col a[href$=".xlsm"] span:after, .el_card-link.el_card-4col a[href$=".csv"] span:after, .el_card-link.el_card-4col a[href$=".ppt"] span:after, .el_card-link.el_card-4col a[href$=".pptx"] span:after, .el_card-link.el_card-4col a[href$=".pptm"] span:after, .el_card-link.el_card-4col a[href$=".pdf"] span:after, .el_card-link.el_card-3col a[href$=".doc"] span:after, .el_card-link.el_card-3col a[href$=".docx"] span:after, .el_card-link.el_card-3col a[href$=".docm"] span:after, .el_card-link.el_card-3col a[href$=".dotx"] span:after, .el_card-link.el_card-3col a[href$=".dotm"] span:after, .el_card-link.el_card-3col a[href$=".xls"] span:after, .el_card-link.el_card-3col a[href$=".xlsx"] span:after, .el_card-link.el_card-3col a[href$=".xlt"] span:after, .el_card-link.el_card-3col a[href$=".xml"] span:after, .el_card-link.el_card-3col a[href$=".xlsm"] span:after, .el_card-link.el_card-3col a[href$=".csv"] span:after, .el_card-link.el_card-3col a[href$=".ppt"] span:after, .el_card-link.el_card-3col a[href$=".pptx"] span:after, .el_card-link.el_card-3col a[href$=".pptm"] span:after, .el_card-link.el_card-3col a[href$=".pdf"] span:after {
  width: 20px;
  height: 15px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-4col a[href$=".doc"] span:after, .el_card-link.el_card-4col a[href$=".docx"] span:after, .el_card-link.el_card-4col a[href$=".docm"] span:after, .el_card-link.el_card-4col a[href$=".dotx"] span:after, .el_card-link.el_card-4col a[href$=".dotm"] span:after, .el_card-link.el_card-4col a[href$=".xls"] span:after, .el_card-link.el_card-4col a[href$=".xlsx"] span:after, .el_card-link.el_card-4col a[href$=".xlt"] span:after, .el_card-link.el_card-4col a[href$=".xml"] span:after, .el_card-link.el_card-4col a[href$=".xlsm"] span:after, .el_card-link.el_card-4col a[href$=".csv"] span:after, .el_card-link.el_card-4col a[href$=".ppt"] span:after, .el_card-link.el_card-4col a[href$=".pptx"] span:after, .el_card-link.el_card-4col a[href$=".pptm"] span:after, .el_card-link.el_card-4col a[href$=".pdf"] span:after, .el_card-link.el_card-3col a[href$=".doc"] span:after, .el_card-link.el_card-3col a[href$=".docx"] span:after, .el_card-link.el_card-3col a[href$=".docm"] span:after, .el_card-link.el_card-3col a[href$=".dotx"] span:after, .el_card-link.el_card-3col a[href$=".dotm"] span:after, .el_card-link.el_card-3col a[href$=".xls"] span:after, .el_card-link.el_card-3col a[href$=".xlsx"] span:after, .el_card-link.el_card-3col a[href$=".xlt"] span:after, .el_card-link.el_card-3col a[href$=".xml"] span:after, .el_card-link.el_card-3col a[href$=".xlsm"] span:after, .el_card-link.el_card-3col a[href$=".csv"] span:after, .el_card-link.el_card-3col a[href$=".ppt"] span:after, .el_card-link.el_card-3col a[href$=".pptx"] span:after, .el_card-link.el_card-3col a[href$=".pptm"] span:after, .el_card-link.el_card-3col a[href$=".pdf"] span:after {
    right: -2px;
  }
}
.el_card-link.el_card-4col a[href$=".doc"] span:after, .el_card-link.el_card-4col a[href$=".docx"] span:after, .el_card-link.el_card-4col a[href$=".docm"] span:after, .el_card-link.el_card-4col a[href$=".dotx"] span:after, .el_card-link.el_card-4col a[href$=".dotm"] span:after, .el_card-link.el_card-4col a[href$=".xls"] span:after, .el_card-link.el_card-4col a[href$=".xlsx"] span:after, .el_card-link.el_card-4col a[href$=".xlt"] span:after, .el_card-link.el_card-4col a[href$=".xml"] span:after, .el_card-link.el_card-4col a[href$=".xlsm"] span:after, .el_card-link.el_card-4col a[href$=".csv"] span:after, .el_card-link.el_card-4col a[href$=".ppt"] span:after, .el_card-link.el_card-4col a[href$=".pptx"] span:after, .el_card-link.el_card-4col a[href$=".pptm"] span:after, .el_card-link.el_card-4col a[href$=".pdf"] span:after {
  right: 2px;
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .el_card-link.el_card-4col a[href$=".doc"] span:after, .el_card-link.el_card-4col a[href$=".docx"] span:after, .el_card-link.el_card-4col a[href$=".docm"] span:after, .el_card-link.el_card-4col a[href$=".dotx"] span:after, .el_card-link.el_card-4col a[href$=".dotm"] span:after, .el_card-link.el_card-4col a[href$=".xls"] span:after, .el_card-link.el_card-4col a[href$=".xlsx"] span:after, .el_card-link.el_card-4col a[href$=".xlt"] span:after, .el_card-link.el_card-4col a[href$=".xml"] span:after, .el_card-link.el_card-4col a[href$=".xlsm"] span:after, .el_card-link.el_card-4col a[href$=".csv"] span:after, .el_card-link.el_card-4col a[href$=".ppt"] span:after, .el_card-link.el_card-4col a[href$=".pptx"] span:after, .el_card-link.el_card-4col a[href$=".pptm"] span:after, .el_card-link.el_card-4col a[href$=".pdf"] span:after {
    right: -2px;
    width: 20px;
    height: 15px;
  }
}

.el_card_catTop a .ttl::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_card_catTop a[target=_blank] .ttl:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_card_catTop a[href$=".pdf"] .ttl:after {
  width: 36px;
  height: 17px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .el_card_catTop a[href$=".pdf"] .ttl:after {
    width: 32px;
    height: 15px;
  }
}
.el_card_catTop a[href$=".doc"] .ttl:after, .el_card_catTop a[href$=".docx"] .ttl:after, .el_card_catTop a[href$=".docm"] .ttl:after, .el_card_catTop a[href$=".dotx"] .ttl:after, .el_card_catTop a[href$=".dotm"] .ttl:after {
  width: 36px;
  height: 17px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .el_card_catTop a[href$=".doc"] .ttl:after, .el_card_catTop a[href$=".docx"] .ttl:after, .el_card_catTop a[href$=".docm"] .ttl:after, .el_card_catTop a[href$=".dotx"] .ttl:after, .el_card_catTop a[href$=".dotm"] .ttl:after {
    width: 32px;
    height: 15px;
  }
}
.el_card_catTop a[href$=".xls"] .ttl:after, .el_card_catTop a[href$=".xlsx"] .ttl:after, .el_card_catTop a[href$=".xlt"] .ttl:after, .el_card_catTop a[href$=".xml"] .ttl:after, .el_card_catTop a[href$=".xlsm"] .ttl:after, .el_card_catTop a[href$=".csv"] .ttl:after {
  width: 36px;
  height: 17px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .el_card_catTop a[href$=".xls"] .ttl:after, .el_card_catTop a[href$=".xlsx"] .ttl:after, .el_card_catTop a[href$=".xlt"] .ttl:after, .el_card_catTop a[href$=".xml"] .ttl:after, .el_card_catTop a[href$=".xlsm"] .ttl:after, .el_card_catTop a[href$=".csv"] .ttl:after {
    width: 32px;
    height: 15px;
  }
}
.el_card_catTop a[href$=".ppt"] .ttl:after, .el_card_catTop a[href$=".pptx"] .ttl:after, .el_card_catTop a[href$=".pptm"] .ttl:after {
  width: 36px;
  height: 17px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .el_card_catTop a[href$=".ppt"] .ttl:after, .el_card_catTop a[href$=".pptx"] .ttl:after, .el_card_catTop a[href$=".pptm"] .ttl:after {
    width: 32px;
    height: 15px;
  }
}
.el_card_catTop a span {
  position: relative;
}
.el_card_catTop a span:last-child::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_card_catTop a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_card_catTop a[href$=".pdf"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf_txt.png);
}
.el_card_catTop a[href$=".doc"] span:after, .el_card_catTop a[href$=".docx"] span:after, .el_card_catTop a[href$=".docm"] span:after, .el_card_catTop a[href$=".dotx"] span:after, .el_card_catTop a[href$=".dotm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc_txt.png);
}
.el_card_catTop a[href$=".xls"] span:after, .el_card_catTop a[href$=".xlsx"] span:after, .el_card_catTop a[href$=".xlt"] span:after, .el_card_catTop a[href$=".xml"] span:after, .el_card_catTop a[href$=".xlsm"] span:after, .el_card_catTop a[href$=".csv"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls_txt.png);
}
.el_card_catTop a[href$=".ppt"] span:after, .el_card_catTop a[href$=".pptx"] span:after, .el_card_catTop a[href$=".pptm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt_txt.png);
}

.el_iconBtn .inner .item a span:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  right: 17px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item a span:after {
    right: 13px;
  }
}
.el_iconBtn .inner .item a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_iconBtn .inner .item a[href$=".pdf"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf_txt.png);
}
.el_iconBtn .inner .item a[href$=".doc"] span:after, .el_iconBtn .inner .item a[href$=".docx"] span:after, .el_iconBtn .inner .item a[href$=".docm"] span:after, .el_iconBtn .inner .item a[href$=".dotx"] span:after, .el_iconBtn .inner .item a[href$=".dotm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc_txt.png);
}
.el_iconBtn .inner .item a[href$=".xls"] span:after, .el_iconBtn .inner .item a[href$=".xlsx"] span:after, .el_iconBtn .inner .item a[href$=".xlt"] span:after, .el_iconBtn .inner .item a[href$=".xml"] span:after, .el_iconBtn .inner .item a[href$=".xlsm"] span:after, .el_iconBtn .inner .item a[href$=".csv"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls_txt.png);
}
.el_iconBtn .inner .item a[href$=".ppt"] span:after, .el_iconBtn .inner .item a[href$=".pptx"] span:after, .el_iconBtn .inner .item a[href$=".pptm"] span:after {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt_txt.png);
}
.el_iconBtn .inner .item a[target=_blank] span::after {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item a[target=_blank] span::after {
    right: 11px;
  }
}
.el_iconBtn .inner .item a[href$=".doc"] span:after, .el_iconBtn .inner .item a[href$=".docx"] span:after, .el_iconBtn .inner .item a[href$=".docm"] span:after, .el_iconBtn .inner .item a[href$=".dotx"] span:after, .el_iconBtn .inner .item a[href$=".dotm"] span:after, .el_iconBtn .inner .item a[href$=".xls"] span:after, .el_iconBtn .inner .item a[href$=".xlsx"] span:after, .el_iconBtn .inner .item a[href$=".xlt"] span:after, .el_iconBtn .inner .item a[href$=".xml"] span:after, .el_iconBtn .inner .item a[href$=".xlsm"] span:after, .el_iconBtn .inner .item a[href$=".csv"] span:after, .el_iconBtn .inner .item a[href$=".ppt"] span:after, .el_iconBtn .inner .item a[href$=".pptx"] span:after, .el_iconBtn .inner .item a[href$=".pptm"] span:after, .el_iconBtn .inner .item a[href$=".pdf"] span:after {
  right: 12px;
  width: 23px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item a[href$=".doc"] span:after, .el_iconBtn .inner .item a[href$=".docx"] span:after, .el_iconBtn .inner .item a[href$=".docm"] span:after, .el_iconBtn .inner .item a[href$=".dotx"] span:after, .el_iconBtn .inner .item a[href$=".dotm"] span:after, .el_iconBtn .inner .item a[href$=".xls"] span:after, .el_iconBtn .inner .item a[href$=".xlsx"] span:after, .el_iconBtn .inner .item a[href$=".xlt"] span:after, .el_iconBtn .inner .item a[href$=".xml"] span:after, .el_iconBtn .inner .item a[href$=".xlsm"] span:after, .el_iconBtn .inner .item a[href$=".csv"] span:after, .el_iconBtn .inner .item a[href$=".ppt"] span:after, .el_iconBtn .inner .item a[href$=".pptx"] span:after, .el_iconBtn .inner .item a[href$=".pptm"] span:after, .el_iconBtn .inner .item a[href$=".pdf"] span:after {
    right: 8px;
    width: 20px;
    height: 15px;
  }
}
.el_iconBtn-3col .inner .item a span::before, .el_iconBtn-4col .inner .item a span::before {
  width: 36px;
  height: 36px;
}
.el_iconBtn-3col .inner .item a span::after, .el_iconBtn-4col .inner .item a span::after {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .inner .item a span::after, .el_iconBtn-4col .inner .item a span::after {
    right: 13px;
  }
}
.el_iconBtn-3col .inner .item a[target=_blank] span::after, .el_iconBtn-4col .inner .item a[target=_blank] span::after {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn-3col .inner .item a[target=_blank] span::after, .el_iconBtn-4col .inner .item a[target=_blank] span::after {
    right: 11px;
  }
}
.el_iconBtn-3col .inner .item a[href$=".doc"] span:after, .el_iconBtn-3col .inner .item a[href$=".docx"] span:after, .el_iconBtn-3col .inner .item a[href$=".docm"] span:after, .el_iconBtn-3col .inner .item a[href$=".dotx"] span:after, .el_iconBtn-3col .inner .item a[href$=".dotm"] span:after, .el_iconBtn-3col .inner .item a[href$=".xls"] span:after, .el_iconBtn-3col .inner .item a[href$=".xlsx"] span:after, .el_iconBtn-3col .inner .item a[href$=".xlt"] span:after, .el_iconBtn-3col .inner .item a[href$=".xml"] span:after, .el_iconBtn-3col .inner .item a[href$=".xlsm"] span:after, .el_iconBtn-3col .inner .item a[href$=".csv"] span:after, .el_iconBtn-3col .inner .item a[href$=".ppt"] span:after, .el_iconBtn-3col .inner .item a[href$=".pptx"] span:after, .el_iconBtn-3col .inner .item a[href$=".pptm"] span:after, .el_iconBtn-3col .inner .item a[href$=".pdf"] span:after, .el_iconBtn-4col .inner .item a[href$=".doc"] span:after, .el_iconBtn-4col .inner .item a[href$=".docx"] span:after, .el_iconBtn-4col .inner .item a[href$=".docm"] span:after, .el_iconBtn-4col .inner .item a[href$=".dotx"] span:after, .el_iconBtn-4col .inner .item a[href$=".dotm"] span:after, .el_iconBtn-4col .inner .item a[href$=".xls"] span:after, .el_iconBtn-4col .inner .item a[href$=".xlsx"] span:after, .el_iconBtn-4col .inner .item a[href$=".xlt"] span:after, .el_iconBtn-4col .inner .item a[href$=".xml"] span:after, .el_iconBtn-4col .inner .item a[href$=".xlsm"] span:after, .el_iconBtn-4col .inner .item a[href$=".csv"] span:after, .el_iconBtn-4col .inner .item a[href$=".ppt"] span:after, .el_iconBtn-4col .inner .item a[href$=".pptx"] span:after, .el_iconBtn-4col .inner .item a[href$=".pptm"] span:after, .el_iconBtn-4col .inner .item a[href$=".pdf"] span:after {
  right: 8px;
  width: 20px;
  height: 15px;
}

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

.el_news a span:first-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news a span:not(:first-child):after {
  content: none !important;
}
.el_news a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_news a[href$=".pdf"] span:after, .el_news a[href$=".doc"] span:after, .el_news a[href$=".docx"] span:after, .el_news a[href$=".docm"] span:after, .el_news a[href$=".dotx"] span:after, .el_news a[href$=".dotm"] span:after, .el_news a[href$=".xls"] span:after, .el_news a[href$=".xlsx"] span:after, .el_news a[href$=".xlt"] span:after, .el_news a[href$=".xml"] span:after, .el_news a[href$=".xlsm"] span:after, .el_news a[href$=".csv"] span:after, .el_news a[href$=".ppt"] span:after, .el_news a[href$=".pptx"] span:after, .el_news a[href$=".pptm"] span:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 17px;
  padding-right: 1px;
  border: 1px solid #0770DA;
  border-radius: 8.5px;
  vertical-align: middle;
  background-image: unset;
  background-color: #0770DA;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_news a[href$=".pdf"] span:after, .el_news a[href$=".doc"] span:after, .el_news a[href$=".docx"] span:after, .el_news a[href$=".docm"] span:after, .el_news a[href$=".dotx"] span:after, .el_news a[href$=".dotm"] span:after, .el_news a[href$=".xls"] span:after, .el_news a[href$=".xlsx"] span:after, .el_news a[href$=".xlt"] span:after, .el_news a[href$=".xml"] span:after, .el_news a[href$=".xlsm"] span:after, .el_news a[href$=".csv"] span:after, .el_news a[href$=".ppt"] span:after, .el_news a[href$=".pptx"] span:after, .el_news a[href$=".pptm"] span:after {
    width: 32px;
    height: 15px;
  }
}
.el_news a[href$=".pdf"] span:after {
  content: "PDF";
}
.el_news a[href$=".doc"] span:after, .el_news a[href$=".docx"] span:after, .el_news a[href$=".docm"] span:after, .el_news a[href$=".dotx"] span:after, .el_news a[href$=".dotm"] span:after {
  content: "DOC";
}
.el_news a[href$=".xls"] span:after, .el_news a[href$=".xlsx"] span:after, .el_news a[href$=".xlt"] span:after, .el_news a[href$=".xml"] span:after, .el_news a[href$=".xlsm"] span:after, .el_news a[href$=".csv"] span:after {
  content: "XLS";
}
.el_news a[href$=".ppt"] span:after, .el_news a[href$=".pptx"] span:after, .el_news a[href$=".pptm"] span:after {
  content: "PPT";
}
.el_news a[target=_blank] span:after {
  background-image: url(../images/icon/icon_external_black.png);
}
.el_news a[href$=".pdf"] span:after, .el_news a[href$=".doc"] span:after, .el_news a[href$=".docx"] span:after, .el_news a[href$=".docm"] span:after, .el_news a[href$=".dotx"] span:after, .el_news a[href$=".dotm"] span:after, .el_news a[href$=".xls"] span:after, .el_news a[href$=".xlsx"] span:after, .el_news a[href$=".xlt"] span:after, .el_news a[href$=".xml"] span:after, .el_news a[href$=".xlsm"] span:after, .el_news a[href$=".csv"] span:after, .el_news a[href$=".ppt"] span:after, .el_news a[href$=".pptx"] span:after, .el_news a[href$=".pptm"] span:after {
  border-color: #253757;
  background-color: #253757;
}
[data-whatintent=mouse] .el_news .item:hover a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
[data-whatintent=mouse] .el_news .item:hover a[href$=".pdf"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".doc"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xls"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xml"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".csv"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".ppt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptm"] span:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 17px;
  padding-right: 1px;
  border: 1px solid #0770DA;
  border-radius: 8.5px;
  vertical-align: middle;
  background-image: unset;
  background-color: #0770DA;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  [data-whatintent=mouse] .el_news .item:hover a[href$=".pdf"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".doc"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xls"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xml"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".csv"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".ppt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptm"] span:after {
    width: 32px;
    height: 15px;
  }
}
[data-whatintent=mouse] .el_news .item:hover a[href$=".pdf"] span:after {
  content: "PDF";
}
[data-whatintent=mouse] .el_news .item:hover a[href$=".doc"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".docm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".dotm"] span:after {
  content: "DOC";
}
[data-whatintent=mouse] .el_news .item:hover a[href$=".xls"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xml"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".xlsm"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".csv"] span:after {
  content: "XLS";
}
[data-whatintent=mouse] .el_news .item:hover a[href$=".ppt"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptx"] span:after, [data-whatintent=mouse] .el_news .item:hover a[href$=".pptm"] span:after {
  content: "PPT";
}
@media screen and (max-width: 767px) {
  .el_news.el_newsIndex {
    background-color: rgba(0, 0, 0, 0);
  }
}
.el_news.el_newsIndex a span:first-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news.el_newsIndex a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_news.el_newsIndex a[href$=".pdf"] span:after, .el_news.el_newsIndex a[href$=".doc"] span:after, .el_news.el_newsIndex a[href$=".docx"] span:after, .el_news.el_newsIndex a[href$=".docm"] span:after, .el_news.el_newsIndex a[href$=".dotx"] span:after, .el_news.el_newsIndex a[href$=".dotm"] span:after, .el_news.el_newsIndex a[href$=".xls"] span:after, .el_news.el_newsIndex a[href$=".xlsx"] span:after, .el_news.el_newsIndex a[href$=".xlt"] span:after, .el_news.el_newsIndex a[href$=".xml"] span:after, .el_news.el_newsIndex a[href$=".xlsm"] span:after, .el_news.el_newsIndex a[href$=".csv"] span:after, .el_news.el_newsIndex a[href$=".ppt"] span:after, .el_news.el_newsIndex a[href$=".pptx"] span:after, .el_news.el_newsIndex a[href$=".pptm"] span:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 17px;
  padding-right: 1px;
  border: 1px solid #0770DA;
  border-radius: 8.5px;
  vertical-align: middle;
  background-image: unset;
  background-color: #0770DA;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_news.el_newsIndex a[href$=".pdf"] span:after, .el_news.el_newsIndex a[href$=".doc"] span:after, .el_news.el_newsIndex a[href$=".docx"] span:after, .el_news.el_newsIndex a[href$=".docm"] span:after, .el_news.el_newsIndex a[href$=".dotx"] span:after, .el_news.el_newsIndex a[href$=".dotm"] span:after, .el_news.el_newsIndex a[href$=".xls"] span:after, .el_news.el_newsIndex a[href$=".xlsx"] span:after, .el_news.el_newsIndex a[href$=".xlt"] span:after, .el_news.el_newsIndex a[href$=".xml"] span:after, .el_news.el_newsIndex a[href$=".xlsm"] span:after, .el_news.el_newsIndex a[href$=".csv"] span:after, .el_news.el_newsIndex a[href$=".ppt"] span:after, .el_news.el_newsIndex a[href$=".pptx"] span:after, .el_news.el_newsIndex a[href$=".pptm"] span:after {
    width: 32px;
    height: 15px;
  }
}
.el_news.el_newsIndex a[href$=".pdf"] span:after {
  content: "PDF";
}
.el_news.el_newsIndex a[href$=".doc"] span:after, .el_news.el_newsIndex a[href$=".docx"] span:after, .el_news.el_newsIndex a[href$=".docm"] span:after, .el_news.el_newsIndex a[href$=".dotx"] span:after, .el_news.el_newsIndex a[href$=".dotm"] span:after {
  content: "DOC";
}
.el_news.el_newsIndex a[href$=".xls"] span:after, .el_news.el_newsIndex a[href$=".xlsx"] span:after, .el_news.el_newsIndex a[href$=".xlt"] span:after, .el_news.el_newsIndex a[href$=".xml"] span:after, .el_news.el_newsIndex a[href$=".xlsm"] span:after, .el_news.el_newsIndex a[href$=".csv"] span:after {
  content: "XLS";
}
.el_news.el_newsIndex a[href$=".ppt"] span:after, .el_news.el_newsIndex a[href$=".pptx"] span:after, .el_news.el_newsIndex a[href$=".pptm"] span:after {
  content: "PPT";
}
.el_news.el_newsIndex a[target=_blank] span:after {
  background-image: url(../images/icon/icon_external_black.png);
}
.el_news.el_newsIndex a[href$=".pdf"] span:after, .el_news.el_newsIndex a[href$=".doc"] span:after, .el_news.el_newsIndex a[href$=".docx"] span:after, .el_news.el_newsIndex a[href$=".docm"] span:after, .el_news.el_newsIndex a[href$=".dotx"] span:after, .el_news.el_newsIndex a[href$=".dotm"] span:after, .el_news.el_newsIndex a[href$=".xls"] span:after, .el_news.el_newsIndex a[href$=".xlsx"] span:after, .el_news.el_newsIndex a[href$=".xlt"] span:after, .el_news.el_newsIndex a[href$=".xml"] span:after, .el_news.el_newsIndex a[href$=".xlsm"] span:after, .el_news.el_newsIndex a[href$=".csv"] span:after, .el_news.el_newsIndex a[href$=".ppt"] span:after, .el_news.el_newsIndex a[href$=".pptx"] span:after, .el_news.el_newsIndex a[href$=".pptm"] span:after {
  border-color: #253757;
  background-color: #253757;
}
@media screen and (max-width: 767px) {
  .el_news.el_newsHome {
    background-color: rgba(0, 0, 0, 0);
  }
}
.el_news.el_newsHome a span:last-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news.el_newsHome a[target=_blank] span:after {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_external.png);
}
.el_news.el_newsHome a[href$=".pdf"] span:after, .el_news.el_newsHome a[href$=".doc"] span:after, .el_news.el_newsHome a[href$=".docx"] span:after, .el_news.el_newsHome a[href$=".docm"] span:after, .el_news.el_newsHome a[href$=".dotx"] span:after, .el_news.el_newsHome a[href$=".dotm"] span:after, .el_news.el_newsHome a[href$=".xls"] span:after, .el_news.el_newsHome a[href$=".xlsx"] span:after, .el_news.el_newsHome a[href$=".xlt"] span:after, .el_news.el_newsHome a[href$=".xml"] span:after, .el_news.el_newsHome a[href$=".xlsm"] span:after, .el_news.el_newsHome a[href$=".csv"] span:after, .el_news.el_newsHome a[href$=".ppt"] span:after, .el_news.el_newsHome a[href$=".pptx"] span:after, .el_news.el_newsHome a[href$=".pptm"] span:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 17px;
  padding-right: 1px;
  border: 1px solid #0770DA;
  border-radius: 8.5px;
  vertical-align: middle;
  background-image: unset;
  background-color: #0770DA;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .el_news.el_newsHome a[href$=".pdf"] span:after, .el_news.el_newsHome a[href$=".doc"] span:after, .el_news.el_newsHome a[href$=".docx"] span:after, .el_news.el_newsHome a[href$=".docm"] span:after, .el_news.el_newsHome a[href$=".dotx"] span:after, .el_news.el_newsHome a[href$=".dotm"] span:after, .el_news.el_newsHome a[href$=".xls"] span:after, .el_news.el_newsHome a[href$=".xlsx"] span:after, .el_news.el_newsHome a[href$=".xlt"] span:after, .el_news.el_newsHome a[href$=".xml"] span:after, .el_news.el_newsHome a[href$=".xlsm"] span:after, .el_news.el_newsHome a[href$=".csv"] span:after, .el_news.el_newsHome a[href$=".ppt"] span:after, .el_news.el_newsHome a[href$=".pptx"] span:after, .el_news.el_newsHome a[href$=".pptm"] span:after {
    width: 32px;
    height: 15px;
  }
}
.el_news.el_newsHome a[href$=".pdf"] span:after {
  content: "PDF";
}
.el_news.el_newsHome a[href$=".doc"] span:after, .el_news.el_newsHome a[href$=".docx"] span:after, .el_news.el_newsHome a[href$=".docm"] span:after, .el_news.el_newsHome a[href$=".dotx"] span:after, .el_news.el_newsHome a[href$=".dotm"] span:after {
  content: "DOC";
}
.el_news.el_newsHome a[href$=".xls"] span:after, .el_news.el_newsHome a[href$=".xlsx"] span:after, .el_news.el_newsHome a[href$=".xlt"] span:after, .el_news.el_newsHome a[href$=".xml"] span:after, .el_news.el_newsHome a[href$=".xlsm"] span:after, .el_news.el_newsHome a[href$=".csv"] span:after {
  content: "XLS";
}
.el_news.el_newsHome a[href$=".ppt"] span:after, .el_news.el_newsHome a[href$=".pptx"] span:after, .el_news.el_newsHome a[href$=".pptm"] span:after {
  content: "PPT";
}
.el_news.el_newsHome a[target=_blank] span:after {
  background-image: url(../images/icon/icon_external_black.png);
}
.el_news.el_newsHome a[href$=".pdf"] span:after, .el_news.el_newsHome a[href$=".doc"] span:after, .el_news.el_newsHome a[href$=".docx"] span:after, .el_news.el_newsHome a[href$=".docm"] span:after, .el_news.el_newsHome a[href$=".dotx"] span:after, .el_news.el_newsHome a[href$=".dotm"] span:after, .el_news.el_newsHome a[href$=".xls"] span:after, .el_news.el_newsHome a[href$=".xlsx"] span:after, .el_news.el_newsHome a[href$=".xlt"] span:after, .el_news.el_newsHome a[href$=".xml"] span:after, .el_news.el_newsHome a[href$=".xlsm"] span:after, .el_news.el_newsHome a[href$=".csv"] span:after, .el_news.el_newsHome a[href$=".ppt"] span:after, .el_news.el_newsHome a[href$=".pptx"] span:after, .el_news.el_newsHome a[href$=".pptm"] span:after {
  border-color: #253757;
  background-color: #253757;
}

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

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

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

/**
 * Page
 */
.pg_home .ly_footer_head {
  display: none;
}
.pg_home .mvSect {
  position: relative;
  width: 100%;
}
.pg_home .mvSect_mv {
  width: 100%;
  min-width: 1040px;
  height: min(max(680px, 47.2vw), 80vh);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv {
    position: relative;
    min-width: unset;
    height: max(680px, 90vh);
    max-height: 810px;
  }
}
.pg_home .mvSect_mv > .movie,
.pg_home .mvSect_mv .image {
  position: relative;
}
.pg_home .mvSect_mv > .movie::before,
.pg_home .mvSect_mv .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: linear-gradient(#0b3a8a 0%, rgba(11, 58, 138, 0) 100%);
  opacity: 0.5;
  z-index: 1;
  transition: all 0.3s;
}
.pg_home .mvSect_mv > .movie.grad::after,
.pg_home .mvSect_mv .image.grad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.5;
  z-index: 1;
}
.pg_home .mvSect_mv > .movie iframe,
.pg_home .mvSect_mv > .movie video,
.pg_home .mvSect_mv > .movie img,
.pg_home .mvSect_mv .image iframe,
.pg_home .mvSect_mv .image video,
.pg_home .mvSect_mv .image img {
  position: relative;
  width: 100%;
  min-width: 1120px;
  height: min(max(680px, 47.2vw), 80vh);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv > .movie iframe,
.pg_home .mvSect_mv > .movie video,
.pg_home .mvSect_mv > .movie img,
.pg_home .mvSect_mv .image iframe,
.pg_home .mvSect_mv .image video,
.pg_home .mvSect_mv .image img {
    min-width: unset;
    width: 100%;
    height: max(680px, 90vh);
    max-height: 810px;
  }
}
.pg_home .mvSect_mv .swiper-pagination {
  top: 50%;
  left: auto;
  right: 20px;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv .swiper-pagination {
    display: block;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }
}
.pg_home .mvSect_mv .swiper-pagination-bullet {
  position: relative;
  display: block;
  background-color: #fff;
  opacity: 1;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_mv .swiper-pagination-bullet {
    display: inline-block;
  }
}
.pg_home .mvSect_mv .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.pg_home .mvSect_mv .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.pg_home .mvSect .movie {
  position: relative;
  width: 100%;
}
.pg_home .mvSect .movie .youtube {
  width: 100%;
  height: 680px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .movie .youtube {
    overflow-x: clip;
  }
}
.pg_home .mvSect .movie .youtube iframe {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: 680px;
}
@media screen and (min-aspect-ratio: 16/9) {
  .pg_home .mvSect .movie .youtube iframe {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-aspect-ratio: 16/9) {
  .pg_home .mvSect .movie .youtube iframe {
    width: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .movie .youtube iframe {
    transform: translateX(-50%) translateX(50vw);
  }
}
.pg_home .mvSect .movie .mp4 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .movie .mp4 {
    overflow-x: clip;
  }
}
.pg_home .mvSect .movie .mp4 video {
  display: block;
}
.pg_home .mvSect .image {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image {
    overflow-x: clip;
  }
}
.pg_home .mvSect .image a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image img {
    transform: translateX(-50%) translateX(50vw);
  }
}
.pg_home .mvSect .image .mvSect_inner,
.pg_home .mvSect .movie .mvSect_inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
  top: 50%;
  left: 50%;
  padding-top: 70px;
  padding-bottom: 96px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .mvSect_inner,
.pg_home .mvSect .movie .mvSect_inner {
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.pg_home .mvSect .image .media,
.pg_home .mvSect .movie .media {
  position: relative;
}
.pg_home .mvSect .image .smallImg,
.pg_home .mvSect .movie .smallImg {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 50%;
}
.pg_home .mvSect .image .smallImg .img,
.pg_home .mvSect .movie .smallImg .img {
  width: 260px;
  height: 162px;
  overflow: hidden;
  border-radius: 10px;
}
.pg_home .mvSect .image .smallImg .img img,
.pg_home .mvSect .movie .smallImg .img img {
  min-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home .mvSect .image .smallImg::before,
.pg_home .mvSect .movie .smallImg::before {
  content: "";
  position: absolute;
  width: 483px;
  aspect-ratio: 483/507;
  right: 0;
  bottom: 0;
  background-image: url(../images/home/top_mv_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_home .mvSect .image .txt,
.pg_home .mvSect .movie .txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .txt,
.pg_home .mvSect .movie .txt {
    width: 100%;
    gap: 30px;
    font-size: 1.5rem;
  }
}
.pg_home .mvSect .image .txt .hdg,
.pg_home .mvSect .movie .txt .hdg {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  text-shadow: 0px 0px 30px #007bcf;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .txt .hdg,
.pg_home .mvSect .movie .txt .hdg {
    font-size: 2.1rem;
  }
}
.pg_home .mvSect .image .txt .subTxt,
.pg_home .mvSect .movie .txt .subTxt {
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0px 0px 30px #007bcf;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .txt .subTxt,
.pg_home .mvSect .movie .txt .subTxt {
    font-size: 1.5rem;
  }
}
.pg_home .mvSect .image .txt .subTxt .bg,
.pg_home .mvSect .movie .txt .subTxt .bg {
  display: inline-block;
  margin-right: 12px;
  padding: 2px 10px 1px;
  border-radius: 100px;
  background: #13b88e;
  border: 1px solid #fff;
  font-size: 1.5rem;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .txt .subTxt .bg,
.pg_home .mvSect .movie .txt .subTxt .bg {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
  }
}
.pg_home .mvSect .image .txt .subTxt .bg .num,
.pg_home .mvSect .movie .txt .subTxt .bg .num {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect .image .txt .subTxt .bg .num,
.pg_home .mvSect .movie .txt .subTxt .bg .num {
    font-size: 1.8rem;
  }
}
.pg_home .mvSect_live {
  position: absolute;
  bottom: 75px;
  right: 75px;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP";
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live {
    bottom: 132px;
    right: 20px;
    font-size: 1.5rem;
  }
}
.pg_home .mvSect_live a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 180px;
  height: 180px;
  border: 2px solid #fff;
  border-radius: 90px;
  background-color: #0770DA;
  opacity: 0.9;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live a {
    gap: 14px;
    width: 130px;
    height: 130px;
    border-radius: 65px;
  }
}
[data-whatintent=mouse] .pg_home .mvSect_live a:hover {
  opacity: 0.5;
}
.pg_home .mvSect_live .box {
  position: relative;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live .box {
    gap: 8px;
  }
}
.pg_home .mvSect_live .box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 95px;
  height: 6px;
  transform: translateX(-50%) translateY(50%);
  background-image: url(../images/icon/icon_wave_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live .box:after {
    bottom: -7px;
    width: 70px;
    height: 4px;
  }
}
.pg_home .mvSect_live .icon {
  width: 39px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live .icon {
    width: 28px;
    height: 23px;
  }
}
.pg_home .mvSect_live .txt {
  margin-top: 4px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_live .txt {
    font-size: 1.2rem;
  }
}
.pg_home .mvSect_live .ttl {
  text-align: center;
}
.pg_home .mvSect_news {
  --newsColor: #e6172c;
  position: relative;
  width: 960px;
  margin-top: -30px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px var(--newsColor);
  background-color: white;
  z-index: 5;
}
.pg_home .mvSect_news.normal {
  --newsColor: #0B3A8A;
}
.pg_home .mvSect_news.normal .el_news .item a[target=_blank] span::after {
  filter: brightness(0) invert(9%) sepia(98%) saturate(4495%) hue-rotate(215deg) brightness(90%) contrast(91%);
}
.pg_home .mvSect_news.normal .el_news .item a[href$=".pdf"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".doc"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".docx"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".docm"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".dotx"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".dotm"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".xls"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".xlsx"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".xlt"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".xml"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".xlsm"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".csv"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".ppt"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".pptx"] span::after, .pg_home .mvSect_news.normal .el_news .item a[href$=".pptm"] span::after {
  filter: none;
  background-color: var(--newsColor);
  background-image: none;
  border-color: var(--newsColor);
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news {
    position: static;
    width: 100%;
    margin-top: 0;
    border: solid 8px var(--newsColor);
    border-top: none;
    background-color: #fff;
    border-radius: 0;
  }
}
.pg_home .mvSect_news .ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 21px;
  padding: 18px 24px;
  background: var(--newsColor);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .ttl {
    justify-content: center;
    padding: 7px 20px;
  }
}
.pg_home .mvSect_news .ttl.emergency {
  color: #fff;
}
.pg_home .mvSect_news_wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news_wrapper {
    display: block;
    gap: 14px;
  }
}
.pg_home .mvSect_news .el_news {
  margin: 0;
  padding: 18px;
  background: transparent;
}
.pg_home .mvSect_news .el_news .item {
  position: relative;
  display: flex;
  gap: 20px;
  padding-left: 5px;
  padding: 0;
  color: var(--newsColor);
  border: none;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news .item {
    margin-top: 8px;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
[data-whatintent=mouse] .pg_home .mvSect_news .el_news .item:hover {
  background-color: transparent;
}
.pg_home .mvSect_news .el_news .item .date {
  margin-bottom: 0;
  color: var(--newsColor);
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news .item .date {
    margin-bottom: 2px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
[data-whatintent=mouse] .pg_home .mvSect_news .el_news .item:hover a {
  color: var(--newsColor);
}
.pg_home .mvSect_news .el_news .item a {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_news .el_news .item a {
    padding-right: 22px;
  }
}
[data-whatintent=mouse] .pg_home .mvSect_news .el_news .item a:hover {
  text-decoration: none;
}
.pg_home .mvSect_news .el_news .item a[target=_blank] span::after {
  filter: invert(12%) sepia(99%) saturate(6125%) hue-rotate(351deg) brightness(96%) contrast(87%);
}
.pg_home .mvSect_news .el_news .item a[href$=".pdf"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".doc"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".docx"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".docm"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".dotx"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".dotm"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".xls"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".xlsx"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".xlt"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".xml"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".xlsm"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".csv"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".ppt"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".pptx"] span::after, .pg_home .mvSect_news .el_news .item a[href$=".pptm"] span::after {
  filter: none;
  background-color: var(--newsColor);
  background-image: none;
  border-color: var(--newsColor);
}
.pg_home .mvSect_news .el_news .item:first-child:after {
  top: 50%;
}
.pg_home .newsSect {
  position: relative;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect {
    padding: 0;
    padding: 40px 0 80px;
    width: 100%;
  }
}
.pg_home .newsSect_container {
  position: relative;
  z-index: 1;
}
.pg_home .newsSect_body {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_body {
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.pg_home .newsSect_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item {
    width: 100%;
  }
}
.pg_home .newsSect_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .head {
    min-height: 50px;
  }
}
.pg_home .newsSect_item .hdg {
  position: relative;
  color: #253757;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .hdg {
    font-size: 1.8rem;
  }
}
.pg_home .newsSect_item .hdg .en {
  position: relative;
  margin-left: 12px;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #0770da;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .hdg .en {
    position: absolute;
    font-size: 1.4rem;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    margin-left: 0;
    white-space: nowrap;
  }
}
.pg_home .newsSect_item .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 100px;
  border-bottom: 1px solid rgba(11, 58, 138, 0);
  color: #253757;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_item .btn a {
    min-height: 20px;
    font-size: 1.2rem;
  }
}
.pg_home .newsSect_item .btn a span {
  position: relative;
  width: 100%;
  padding-right: 15px;
}
.pg_home .newsSect_item .btn a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
[data-whatintent=mouse] .pg_home .newsSect_item .btn a:hover {
  background-color: #0770DA;
  color: #fff;
}
[data-whatintent=mouse] .pg_home .newsSect_item .btn a:hover::after {
  filter: brightness(0) invert(1);
}
.pg_home .newsSect_item .el_news {
  margin-top: 20px;
  padding: 0;
}
[data-whatintent=mouse] .pg_home .newsSect_item .el_news .item a:hover {
  text-decoration: none;
  color: #0B3A8A;
}
.pg_home .newsSect_item .el_news .item .date {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.pg_home .newsSect_pressRelease .hdg:before {
  width: 24px;
  height: 28.5px;
  margin-top: 0;
  background-image: url(../images/home/top_news_img01.svg);
}
.pg_home .newsSect::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: url(../images/home/top_cont_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  aspect-ratio: 1600/1306;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect::after {
    background-image: url(../images/header/title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    aspect-ratio: 750/822;
  }
}
.pg_home .newsSect_bgImg_btn {
  display: block;
  position: relative;
  margin-top: 64px;
  padding: 60px 90px 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn {
    padding: 100px 60px 30px;
  }
}
.pg_home .newsSect_bgImg_btn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pg_home .newsSect_bgImg_btn_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pg_home .newsSect_bgImg_btn_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.65;
  background-size: 100%;
  transition: all 0.3s;
}
.pg_home .newsSect_bgImg_btn_txt {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn_txt {
    font-size: 2.2rem;
  }
}
.pg_home .newsSect_bgImg_btn_subTxt {
  position: relative;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn_subTxt {
    font-size: 1.4rem;
  }
}
.pg_home .newsSect_bgImg_btn::before {
  content: "";
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  z-index: 3;
}
.pg_home .newsSect_bgImg_btn[target=_blank]::before {
  display: block;
  background-image: url(../images/icon/icon_external_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".pdf"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_pdf_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".doc"]::before, .pg_home .newsSect_bgImg_btn[href$=".docx"]::before, .pg_home .newsSect_bgImg_btn[href$=".docm"]::before, .pg_home .newsSect_bgImg_btn[href$=".dotx"]::before, .pg_home .newsSect_bgImg_btn[href$=".dotm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_doc_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".xls"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlsx"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlt"]::before, .pg_home .newsSect_bgImg_btn[href$=".xml"]::before, .pg_home .newsSect_bgImg_btn[href$=".xlsm"]::before, .pg_home .newsSect_bgImg_btn[href$=".csv"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_xls_white.png);
}
.pg_home .newsSect_bgImg_btn[href$=".ppt"]::before, .pg_home .newsSect_bgImg_btn[href$=".pptx"]::before, .pg_home .newsSect_bgImg_btn[href$=".pptm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_ppt_white.png);
}
.pg_home .newsSect_bgImg_btn::after {
  content: "";
  position: absolute;
  width: 196px;
  height: 160px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background-image: url(../images/home/top_news_btn_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_home .newsSect_bgImg_btn::after {
    width: 78px;
    height: 64px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
}
[data-whatintent=mouse] .pg_home .newsSect_bgImg_btn:hover .newsSect_bgImg_btn_img::after {
  background-size: 300%;
}
.pg_home .attemptSect {
  position: relative;
  margin-bottom: 100px;
}
.pg_home .attemptSect_container {
  position: relative;
  z-index: 1;
}
.pg_home .attemptSect_hdg {
  position: relative;
  margin-top: 25px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0B3A8A;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_hdg {
    font-size: 2.2rem;
  }
}
.pg_home .attemptSect_hdg .en {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #0770da;
}
.pg_home .attemptSect_card {
  margin-top: 40px;
}
.pg_home .attemptSect_card .el_card {
  margin-top: 0;
}
.pg_home .attemptSect_card .el_card .inner {
  margin: 0;
  gap: 41px;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.pg_home .attemptSect_card .el_card .item {
  margin: 0;
  width: calc((100% - 82px) / 3);
  background: transparent;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .item {
    margin-top: 0;
    width: 100%;
  }
}
[data-whatintent=mouse] .pg_home .attemptSect_card .el_card .item a:hover .hdg span {
  border-bottom: 1px solid #0b3a8a;
}
.pg_home .attemptSect_card .el_card .txt {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .txt {
    padding: 20px;
  }
}
.pg_home .attemptSect_card .el_card .hdg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Noto Sans JP", "Roboto";
  color: #0B3A8A;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .hdg {
    font-size: 1.8rem;
  }
}
.pg_home .attemptSect_card .el_card .hdg:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0px;
  width: 4px;
  height: calc(100% - 5px);
  background: linear-gradient(#0770da 0%, #13b88e 100%);
  transform: translateY(-50%);
}
.pg_home .attemptSect_card .el_card .linkList {
  padding: 0 20px 30px;
}
.pg_home .attemptSect_card .el_card .linkList a {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 30px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #253757;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .linkList a {
    font-size: 1.5rem;
  }
}
.pg_home .attemptSect_card .el_card .linkList a:last-child {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.pg_home .attemptSect_card .el_card .linkList a::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 20px;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.pg_home .attemptSect_card .el_card .linkList a[target=_blank]:after {
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  background-image: url(../images/icon/icon_external.png);
}
.pg_home .attemptSect_card .el_card .linkList a[href$=".pdf"]:after {
  width: 36px;
  height: 17px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.png);
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .linkList a[href$=".pdf"]:after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .attemptSect_card .el_card .linkList a[href$=".doc"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".docx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".docm"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".dotx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".dotm"]:after {
  width: 36px;
  height: 17px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.png);
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .linkList a[href$=".doc"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".docx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".docm"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".dotx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".dotm"]:after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .attemptSect_card .el_card .linkList a[href$=".xls"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlsx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlt"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xml"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlsm"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".csv"]:after {
  width: 36px;
  height: 17px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.png);
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .linkList a[href$=".xls"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlsx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlt"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xml"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".xlsm"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".csv"]:after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .attemptSect_card .el_card .linkList a[href$=".ppt"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".pptx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".pptm"]:after {
  width: 36px;
  height: 17px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.png);
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_card .el_card .linkList a[href$=".ppt"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".pptx"]:after, .pg_home .attemptSect_card .el_card .linkList a[href$=".pptm"]:after {
    width: 32px;
    height: 15px;
  }
}
.pg_home .attemptSect_card .el_card .linkList a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
}
[data-whatintent=mouse] .pg_home .attemptSect_card .el_card .linkList a:hover {
  color: #0770da;
}
[data-whatintent=mouse] .pg_home .attemptSect_card .el_card .linkList a:hover::before {
  filter: invert(26%) sepia(63%) saturate(5986%) hue-rotate(200deg) brightness(99%) contrast(94%);
}
.pg_home .attemptSect_img {
  position: relative;
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home .attemptSect_img {
    margin-top: 40px;
  }
}
.pg_home .attemptSect_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.pg_home .livecameraSect {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg_home .livecameraSect_head {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 260px;
    transform: translateX(-550px);
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect_head {
    padding: 60px 20px 30px;
    background: #e7edf3;
  }
}
.pg_home .livecameraSect_inner {
  position: relative;
  background: #AFC1D2;
}
.pg_home .livecameraSect_hdg {
  position: relative;
  margin-top: 25px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0B3A8A;
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect_hdg {
    font-size: 2.2rem;
  }
}
.pg_home .livecameraSect_hdg .en {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #0770da;
}
.pg_home .livecameraSect_txt {
  margin-top: 40px;
}
.pg_home .livecameraSect_btn .btn a {
  padding: 8px 40px 8px 12px;
  min-height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.4rem;
  color: #253757;
  border: 1px solid #253757;
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect_btn .btn a {
    border: 1px solid transparent;
  }
}
.pg_home .livecameraSect_btn .btn a::after {
  right: 12px;
  filter: brightness(0) invert(18%) sepia(20%) saturate(1476%) hue-rotate(180deg) brightness(94%) contrast(91%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect_btn .btn a::after {
    transform: translateY(-50%);
  }
}
[data-whatintent=mouse] .pg_home .livecameraSect_btn .btn a:hover {
  color: #fff;
  border: 1px solid transparent;
}
[data-whatintent=mouse] .pg_home .livecameraSect_btn .btn a:hover::after {
  filter: brightness(0) invert(1);
}
.pg_home .livecameraSect .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect .img img {
    width: 100%;
  }
}
.pg_home .livecameraSect #linesCanvas {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  max-width: 1440px;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 0;
}
.pg_home .livecameraSect .pin_wrap {
  position: absolute;
  width: 1440px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
}
.pg_home .livecameraSect .pin_wrap:has(.txt:hover), .pg_home .livecameraSect .pin_wrap:has(.pin:hover) {
  z-index: 9;
}
.pg_home .livecameraSect .pin_wrap a {
  transition: all 0.3s;
}
.pg_home .livecameraSect .pin_wrap .pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #13b88e;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 5;
  pointer-events: auto;
  transition: all 0.3s;
}
.pg_home .livecameraSect .pin_wrap .pin.hoverd, .pg_home .livecameraSect .pin_wrap .pin:hover, .pg_home .livecameraSect .pin_wrap .pin:has(~ .txt:hover) {
  border-color: #0770da;
}
.pg_home .livecameraSect .pin_wrap .pin.hoverd ~ .txt, .pg_home .livecameraSect .pin_wrap .pin:hover ~ .txt, .pg_home .livecameraSect .pin_wrap .pin:has(~ .txt:hover) ~ .txt {
  background-color: #0770da;
  z-index: 9;
}
.pg_home .livecameraSect .pin_wrap .txt {
  position: absolute;
  padding: 2px 10px 2px 28px;
  border-radius: 100px;
  background: #13b88e;
  color: #fff;
  letter-spacing: 0.01em;
  z-index: 5;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  transition: all 0.3s;
}
.pg_home .livecameraSect .pin_wrap .txt.hoverd, .pg_home .livecameraSect .pin_wrap .txt:hover {
  background-color: #0770da;
  z-index: 9;
}
.pg_home .livecameraSect .pin_wrap .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background-image: url(../images/icon/icon_camera.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pg_home .livecameraSect .pin_wrap .txt {
    padding: 0px 10px 0px 28px;
  }
}
.pg_home .livecameraSect .pin_wrap .line2 {
  position: absolute;
  height: 1px;
  top: 50%;
}
.pg_home .livecameraSect_spList {
  position: relative;
  margin-top: -65px;
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
}
.pg_home .livecameraSect_spList_ttl {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 20px);
  padding: 14px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.85;
  text-align: center;
  color: #fff;
  background: #13b88e;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.pg_home .livecameraSect_spList_ttl span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: solid 2px #fff;
}
.pg_home .livecameraSect_spList_ttl span::before, .pg_home .livecameraSect_spList_ttl span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) perspective(0);
  transition: all 0.3s;
}
.pg_home .livecameraSect_spList_ttl span::after {
  transform: translate(-50%, -50%) perspective(0) rotate(90deg);
}
.pg_home .livecameraSect_spList.open .livecameraSect_spList_ttl {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  background: #e7edf3;
  color: #253757;
}
.pg_home .livecameraSect_spList.open .livecameraSect_spList_ttl span {
  border: solid 2px #253757;
}
.pg_home .livecameraSect_spList.open .livecameraSect_spList_ttl span::before, .pg_home .livecameraSect_spList.open .livecameraSect_spList_ttl span::after {
  background: #253757;
}
.pg_home .livecameraSect_spList.open .livecameraSect_spList_ttl span::after {
  transform: translate(-50%, -50%) perspective(0) rotate(0deg);
}
.pg_home .livecameraSect_spBox {
  display: flex;
  flex-wrap: wrap;
  background: #e7edf3;
}
.pg_home .livecameraSect_spLink {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 15px 10px;
  gap: 15px;
  transition: all 0.3s;
}
.pg_home .livecameraSect_spLink:hover, .pg_home .livecameraSect_spLink.active {
  background: #0770da;
}
.pg_home .livecameraSect_spLink:hover .num, .pg_home .livecameraSect_spLink:hover .place, .pg_home .livecameraSect_spLink.active .num, .pg_home .livecameraSect_spLink.active .place {
  color: #fff;
}
.pg_home .livecameraSect_spLink:hover .num::before, .pg_home .livecameraSect_spLink.active .num::before {
  filter: none;
}
.pg_home .livecameraSect_spLink .num {
  position: relative;
  min-width: 44px;
  color: #13b88e;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: all 0.3s;
}
.pg_home .livecameraSect_spLink .num::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 15px;
  background-image: url(../images/icon/icon_camera.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1) invert(69%) sepia(40%) saturate(4240%) hue-rotate(119deg) brightness(88%) contrast(85%);
  transform: translateY(2px);
  transition: all 0.3s;
}
.pg_home .livecameraSect_spLink .place {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
.pg_home .livecameraSect_spLink:nth-child(2n-1) {
  border-right: 1px solid #afc1d2;
  border-bottom: 1px solid #afc1d2;
}
.pg_home .livecameraSect_spLink:nth-child(2n) {
  border-bottom: 1px solid #afc1d2;
}
.pg_home .livecameraSect_spLink:not(:nth-child(n+3)) {
  border-top: 1px solid #afc1d2;
}
.pg_home .bannerSect_wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_wrap {
    flex-wrap: wrap;
  }
}
.pg_home .bannerSect_btn {
  position: relative;
  width: 50%;
  min-height: 360px;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_btn {
    width: 100%;
    min-height: auto;
  }
}
.pg_home .bannerSect_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_btn a {
    padding: 40px 24px 80px;
  }
}
[data-whatintent=mouse] .pg_home .bannerSect_btn a:hover .bannerSect_img::before {
  background: #13b88e;
}
.pg_home .bannerSect_btn a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon/icon_ar08.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.pg_home .bannerSect_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.pg_home .bannerSect_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home .bannerSect_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007bcf;
  opacity: 0.5;
  transition: all 0.3s;
}
.pg_home .bannerSect_subTtl {
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 26px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_subTtl {
    font-size: 1.4rem;
  }
}
.pg_home .bannerSect_ttl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_ttl {
    margin-top: 6px;
    font-size: 2.2rem;
  }
}
.pg_home .bannerSect_txt {
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .bannerSect_txt {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
.pg_home .infoSect {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.pg_home .infoSect_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect_wrapper {
    flex-direction: column;
    gap: 40px 0;
  }
}
.pg_home .infoSect_twitter {
  width: 352px;
  min-height: 436px;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect_twitter {
    width: 100%;
  }
}
.pg_home .infoSect_twitter a {
  display: block;
  width: 352px;
}
.pg_home .infoSect_banner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect_banner {
    width: 100%;
  }
}
.pg_home .infoSect_banner .bannerArea {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.pg_home .infoSect_banner .bannerArea li {
  width: 259.5px;
  aspect-ratio: 252/76;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect_banner .bannerArea li {
    width: calc((100% - 14px) / 2);
  }
}
.pg_home .infoSect_banner .bannerArea a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .pg_home .infoSect_banner .bannerArea a:hover {
  opacity: 0.5;
}
.pg_home .infoSect_banner .bannerArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home .infoSect_banner .bannerArea_large {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .pg_home .infoSect_banner .bannerArea_large {
    width: 100%;
  }
}
.pg_home .infoSect_banner .bannerArea_large li {
  width: 100%;
  aspect-ratio: 60/7;
}

.pg_disaster .ly_footer_head {
  display: none;
}
.pg_disaster .ly_contents::after {
  display: none !important;
}
.pg_disaster .bl_titleBox {
  margin-bottom: -220px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .bl_titleBox {
    margin-bottom: -108px;
  }
}
.pg_disaster .mvSect {
  position: relative;
  width: 100%;
  padding-top: 60px;
  margin-top: -60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect {
    padding-top: 20px;
  }
}
.pg_disaster .mvSect .el_wysiwyg {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.pg_disaster .mvSect_news {
  --newsColor: #e6172c;
  position: relative;
  width: 100%;
  margin: 50px auto;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px var(--newsColor);
  background-color: white;
  z-index: 5;
}
.pg_disaster .mvSect_news.normal {
  --newsColor: #0B3A8A;
}
.pg_disaster .mvSect_news.normal .el_news .item a[target=_blank] span::after {
  filter: brightness(0) invert(9%) sepia(98%) saturate(4495%) hue-rotate(215deg) brightness(90%) contrast(91%);
}
.pg_disaster .mvSect_news.normal .el_news .item a[href$=".pdf"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".doc"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".docx"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".docm"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".dotx"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".dotm"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".xls"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".xlsx"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".xlt"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".xml"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".xlsm"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".csv"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".ppt"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".pptx"] span::after, .pg_disaster .mvSect_news.normal .el_news .item a[href$=".pptm"] span::after {
  filter: none;
  background-color: var(--newsColor);
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news {
    position: static;
    width: calc(100% + 40px);
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 30px;
    padding-top: 10px;
    border: solid 8px var(--newsColor);
    border-top: none;
    background-color: #fff;
    border-radius: 0;
  }
}
.pg_disaster .mvSect_news .ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 21px;
  padding: 18px 24px;
  background: var(--newsColor);
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .ttl {
    justify-content: center;
    padding: 7px 20px;
  }
}
.pg_disaster .mvSect_news .ttl.emergency {
  color: #fff;
}
.pg_disaster .mvSect_news_wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news_wrapper {
    display: block;
    gap: 14px;
  }
}
.pg_disaster .mvSect_news .el_news {
  margin: 0;
  padding: 18px;
  background: transparent;
}
.pg_disaster .mvSect_news .el_news .item {
  position: relative;
  display: flex;
  gap: 20px;
  padding-left: 5px;
  padding: 0;
  color: var(--newsColor);
  border: none;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news .item {
    margin-top: 8px;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
[data-whatintent=mouse] .pg_disaster .mvSect_news .el_news .item:hover {
  background-color: transparent;
}
.pg_disaster .mvSect_news .el_news .item .date {
  margin-bottom: 0;
  color: var(--newsColor);
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news .item .date {
    margin-bottom: 2px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
[data-whatintent=mouse] .pg_disaster .mvSect_news .el_news .item:hover a {
  color: var(--newsColor);
}
.pg_disaster .mvSect_news .el_news .item a {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_news .el_news .item a {
    padding-right: 22px;
  }
}
[data-whatintent=mouse] .pg_disaster .mvSect_news .el_news .item a:hover {
  text-decoration: none;
}
.pg_disaster .mvSect_news .el_news .item a[target=_blank] span::after {
  filter: invert(12%) sepia(99%) saturate(6125%) hue-rotate(351deg) brightness(96%) contrast(87%);
}
.pg_disaster .mvSect_news .el_news .item a[href$=".pdf"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".doc"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".docx"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".docm"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".dotx"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".dotm"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".xls"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".xlsx"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".xlt"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".xml"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".xlsm"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".csv"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".ppt"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".pptx"] span::after, .pg_disaster .mvSect_news .el_news .item a[href$=".pptm"] span::after {
  filter: none;
  background-color: var(--newsColor);
  background-image: none;
  border-color: var(--newsColor);
}
.pg_disaster .mvSect_news .el_news .item:first-child:after {
  top: 50%;
}
.pg_disaster .mvSect .el_wysiwyg {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect .el_wysiwyg {
    margin-bottom: 30px;
  }
}
.pg_disaster .mvSect_banner {
  position: relative;
  display: block;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_disaster .mvSect_banner {
    margin-top: 16px;
  }
}
.pg_disaster .mvSect_banner img {
  width: 100%;
  aspect-ratio: 1080/150;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_disaster .mvSect_banner[href] {
  transition: all 0.3s;
}
[data-whatintent=mouse] .pg_disaster .mvSect_banner[href]:hover {
  filter: brightness(1.1);
}
.pg_disaster .mvSect_banner[href]::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_ar08.svg);
  z-index: 3;
}
.pg_disaster .mvSect_banner[target=_blank]::before {
  display: block;
  border: 2px solid #fff;
  background-size: 12px 12px;
  background-image: url(../images/icon/icon_external_white.png);
}
.pg_disaster .mvSect_banner[href$=".pdf"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_pdf_white.png);
}
.pg_disaster .mvSect_banner[href$=".doc"]::before, .pg_disaster .mvSect_banner[href$=".docx"]::before, .pg_disaster .mvSect_banner[href$=".docm"]::before, .pg_disaster .mvSect_banner[href$=".dotx"]::before, .pg_disaster .mvSect_banner[href$=".dotm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_doc_white.png);
}
.pg_disaster .mvSect_banner[href$=".xls"]::before, .pg_disaster .mvSect_banner[href$=".xlsx"]::before, .pg_disaster .mvSect_banner[href$=".xlt"]::before, .pg_disaster .mvSect_banner[href$=".xml"]::before, .pg_disaster .mvSect_banner[href$=".xlsm"]::before, .pg_disaster .mvSect_banner[href$=".csv"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_xls_white.png);
}
.pg_disaster .mvSect_banner[href$=".ppt"]::before, .pg_disaster .mvSect_banner[href$=".pptx"]::before, .pg_disaster .mvSect_banner[href$=".pptm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_ppt_white.png);
}
.pg_disaster .newsSect {
  position: relative;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect {
    padding: 0;
    padding: 40px 0 80px;
    width: 100%;
  }
}
.pg_disaster .newsSect_container {
  position: relative;
  z-index: 1;
}
.pg_disaster .newsSect_body {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_body {
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.pg_disaster .newsSect_item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item {
    width: 100%;
  }
}
.pg_disaster .newsSect_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .head {
    min-height: 50px;
  }
}
.pg_disaster .newsSect_item .hdg {
  position: relative;
  color: #253757;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .hdg {
    font-size: 1.8rem;
  }
}
.pg_disaster .newsSect_item .hdg .en {
  position: relative;
  margin-left: 12px;
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #0770da;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .hdg .en {
    position: absolute;
    font-size: 1.4rem;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    margin-left: 0;
    white-space: nowrap;
  }
}
.pg_disaster .newsSect_item .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 100px;
  border-bottom: 1px solid rgba(11, 58, 138, 0);
  color: #253757;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_item .btn a {
    min-height: 20px;
    font-size: 1.2rem;
  }
}
.pg_disaster .newsSect_item .btn a span {
  position: relative;
  width: 100%;
  padding-right: 15px;
}
.pg_disaster .newsSect_item .btn a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url(../images/icon/icon_ar01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .btn a:hover {
  background-color: #0770DA;
  color: #fff;
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .btn a:hover::after {
  filter: brightness(0) invert(1);
}
.pg_disaster .newsSect_item .el_news {
  margin-top: 20px;
  padding: 0;
}
[data-whatintent=mouse] .pg_disaster .newsSect_item .el_news .item a:hover {
  text-decoration: none;
  color: #0B3A8A;
}
.pg_disaster .newsSect_item .el_news .item .date {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.pg_disaster .newsSect_pressRelease .hdg:before {
  width: 24px;
  height: 28.5px;
  margin-top: 0;
  background-image: url(../images/home/top_news_img01.svg);
}
.pg_disaster .newsSect::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: url(../images/home/top_cont_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  aspect-ratio: 1600/1306;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect::after {
    background-image: url(../images/header/title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
}
.pg_disaster .newsSect_bgImg_btn {
  display: block;
  position: relative;
  margin-top: 64px;
  padding: 60px 90px 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn {
    padding: 100px 60px 30px;
  }
}
.pg_disaster .newsSect_bgImg_btn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pg_disaster .newsSect_bgImg_btn_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pg_disaster .newsSect_bgImg_btn_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #007bcf 0%, #12b78e 100%);
  opacity: 0.65;
  background-size: 100%;
  transition: all 0.3s;
}
.pg_disaster .newsSect_bgImg_btn_txt {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn_txt {
    font-size: 2.2rem;
  }
}
.pg_disaster .newsSect_bgImg_btn_subTxt {
  position: relative;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn_subTxt {
    font-size: 1.4rem;
  }
}
.pg_disaster .newsSect_bgImg_btn::before {
  content: "";
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  z-index: 3;
}
.pg_disaster .newsSect_bgImg_btn[target=_blank]::before {
  display: block;
  background-image: url(../images/icon/icon_external_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".pdf"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_pdf_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".doc"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".docx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".docm"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".dotx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".dotm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_doc_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".xls"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlsx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlt"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xml"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".xlsm"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".csv"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_xls_white.png);
}
.pg_disaster .newsSect_bgImg_btn[href$=".ppt"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".pptx"]::before, .pg_disaster .newsSect_bgImg_btn[href$=".pptm"]::before {
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 0;
  background-size: contain;
  background-image: url(../images/icon/icon_ppt_white.png);
}
.pg_disaster .newsSect_bgImg_btn::after {
  content: "";
  position: absolute;
  width: 196px;
  height: 160px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background-image: url(../images/home/top_news_btn_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsSect_bgImg_btn::after {
    width: 78px;
    height: 64px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
}
[data-whatintent=mouse] .pg_disaster .newsSect_bgImg_btn:hover .newsSect_bgImg_btn_img::after {
  background-size: 300%;
}
.pg_disaster .infoSect {
  position: relative;
  padding: 0;
  z-index: 1;
}
.pg_disaster .infoSect_wrapper {
  display: flex;
  justify-content: center;
}
.pg_disaster .infoSect_twitter {
  width: calc(40% - 50px);
  min-height: 436px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .infoSect_twitter {
    width: 100%;
  }
}

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

/**
 * pg_news
 */
.pg_news_detail .el_hdg .primary {
  margin-top: 0;
}
.pg_news_detail .el_card-4col .item .link a {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail .el_card-4col .item .link a {
    padding-right: 50px;
  }
}
.pg_news_detail.withSideNav main .ly_withSideNav_aside {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .pg_news_detail.withSideNav main .ly_withSideNav_aside {
    padding-top: 80px;
  }
}

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

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

/**
 * pg_category-top
 */
.pg_category-top {
  position: relative;
  height: 100%;
}
.pg_category-top .bl_breadcrumb {
  margin-bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_breadcrumb {
    border-top: none;
    margin-top: 0;
  }
}
.pg_category-top .ly_category-top_box {
  position: relative;
  z-index: 1;
}
.pg_category-top .ly_category-top_box .el_btn {
  justify-content: center;
}
.pg_category-top .ly_category-top_box .el_btn .btn_sp {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox .ly_container {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .pg_category-top .bl_titleBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../images/header/title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pg_category-top .ly_contents::after {
    content: none;
    z-index: 1;
    opacity: 0.8;
  }
}

/**
 * Keyframes
 */