@charset "UTF-8";
:root {
  --category-color: #FF8A31;
}
:root .road {
  --category-color: #6E5A4B;
}
:root .river {
  --category-color: #8DB548;
}
:root .coast {
  --category-color: #4B87C2;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leaflet-container {
  background: #fff;
}

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

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

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

#small_pop {
  display: flex;
}

#map_box {
  position: relative;
}

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

#map_title {
  display: inline;
}

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

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

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

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

.mapdiv {
  margin: 0 auto;
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mapdiv {
    height: 450px;
  }
}

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

.main div img {
  clear: both;
}

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

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

.DHide {
  display: none;
}

.img_content {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .img_content {
    float: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

.renewal {
  /* 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.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Remove arrow in IE10 & IE11
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * 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.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
.renewal *,
.renewal ::before,
.renewal ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.renewal body {
  margin: 0;
}
.renewal main {
  display: block;
}
.renewal p,
.renewal table,
.renewal blockquote,
.renewal address,
.renewal pre,
.renewal iframe,
.renewal form,
.renewal figure,
.renewal dl {
  margin: 0;
}
.renewal h1,
.renewal h2,
.renewal h3,
.renewal h4,
.renewal h5,
.renewal h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.renewal ul,
.renewal ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.renewal dt {
  font-weight: bold;
}
.renewal dd {
  margin-left: 0;
}
.renewal hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.renewal pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.renewal address {
  font-style: inherit;
}
.renewal a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.renewal abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
.renewal b,
.renewal strong {
  font-weight: bolder;
}
.renewal code,
.renewal kbd,
.renewal samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.renewal small {
  font-size: 80%;
}
.renewal sub,
.renewal sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.renewal sub {
  bottom: -0.25em;
}
.renewal sup {
  top: -0.5em;
}
.renewal img,
.renewal embed,
.renewal object,
.renewal iframe {
  vertical-align: bottom;
}
.renewal button,
.renewal input,
.renewal optgroup,
.renewal select,
.renewal 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;
}
.renewal [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.renewal [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.renewal button,
.renewal input {
  /* 1 */
  overflow: visible;
}
.renewal button,
.renewal select {
  /* 1 */
  text-transform: none;
}
.renewal button,
.renewal [type=button],
.renewal [type=reset],
.renewal [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.renewal button[disabled],
.renewal [type=button][disabled],
.renewal [type=reset][disabled],
.renewal [type=submit][disabled] {
  cursor: default;
}
.renewal button::-moz-focus-inner,
.renewal [type=button]::-moz-focus-inner,
.renewal [type=reset]::-moz-focus-inner,
.renewal [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.renewal button:-moz-focusring,
.renewal [type=button]:-moz-focusring,
.renewal [type=reset]:-moz-focusring,
.renewal [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.renewal select::-ms-expand {
  display: none;
}
.renewal option {
  padding: 0;
}
.renewal fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.renewal legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.renewal progress {
  vertical-align: baseline;
}
.renewal textarea {
  overflow: auto;
}
.renewal [type=number]::-webkit-inner-spin-button,
.renewal [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.renewal [type=search] {
  outline-offset: -2px;
  /* 1 */
}
.renewal [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.renewal ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.renewal label[for] {
  cursor: pointer;
}
.renewal details {
  display: block;
}
.renewal summary {
  display: list-item;
}
.renewal [contenteditable] {
  outline: none;
}
.renewal table {
  border-collapse: collapse;
  border-spacing: 0;
}
.renewal caption {
  text-align: left;
}
.renewal td,
.renewal th {
  padding: 0;
}
.renewal th {
  font-weight: bold;
}
.renewal template {
  display: none;
}
.renewal [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: 1040px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

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

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

/**
 * Base
 */
html.renewal {
  height: 100%;
  font-size: 10px;
}

.renewal img,
.renewal iframe {
  vertical-align: top;
}
.renewal dt {
  font-weight: normal;
}
.renewal body {
  height: 100%;
}
.renewal body {
  font-size: 62.5%;
}
.renewal body.-locked {
  position: fixed;
  width: 100%;
}
.renewal body {
  min-width: 1040px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  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) {
  .renewal body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 768px) {
  .renewal body {
    overflow-x: visible;
  }
}
@media screen and (max-width: 767px) {
  .renewal body {
    min-width: auto;
    font-size: 1.4rem;
  }
}
.renewal a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .renewal a[href^="tel:"] {
    pointer-events: none;
  }
}

/**
 * Header
 */
.l-header__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    pointer-events: auto;
  }
}
.l-header.sp {
  position: fixed;
  width: 100%;
  min-width: 1040px;
  z-index: 1000;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header.sp {
    min-width: auto;
    pointer-events: none;
  }
}
.l-header.sp .ly_container {
  position: relative;
  margin: auto;
}
.l-header.sp *,
.l-header.sp ::before,
.l-header.sp ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.l-header.sp ul,
.l-header.sp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header.sp a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.l-header.sp a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header.sp a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-header.sp a:visited {
  color: #333;
}
.l-header.sp a:visited:hover {
  color: #FF8A31;
}
.l-header.sp a:link {
  color: #333;
}
.l-header.sp a:link:hover {
  color: #FF8A31;
}
@media screen and (max-width: 767px) {
  .l-header.sp .ly_container {
    margin: 0;
    padding: 0;
  }
}
.l-header.sp .logo {
  position: absolute;
  top: -73px;
  left: 0px;
}
.l-header.sp .logo img {
  width: 250px;
}
.l-header.sp .logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-header.sp .spMenu {
    display: block !important;
  }
}
.l-header.sp .gNavList {
  margin-block: 90px 12px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.l-header.sp .gNavList > li {
  position: relative;
}
.l-header.sp .gNavList > li.is-current .lvl1 a {
  color: #FF8A31;
}
.l-header.sp .gNavList > li .lvl1 a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.l-header.sp .gNavList > li .lvl1 a > span {
  position: relative;
  z-index: 1;
}
.l-header.sp .gNavList > li .lvl1 a .c-downArrow {
  position: absolute;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header.sp .gNavList > li .lvl1 a .c-downArrow::before {
  content: "";
  border-right: 1px solid #FF8A31;
  border-bottom: 1px solid #FF8A31;
  width: 6px;
  height: 6px;
  transform: translateX(-1px) rotate(45deg);
}
.l-header.sp .gNavList > li .subMenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px 20px;
  width: 150px;
  background-color: #fff;
  border-radius: 10px;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 20px 0px #d6d6d6;
}
@media screen and (min-width: 768px) {
  .l-header.sp .gNavList > li .subMenu {
    display: block !important;
  }
}
.l-header.sp .gNavList > li .subMenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.l-header.sp .gNavList > li .subMenu a {
  display: block;
  position: relative;
  padding: 2px 2px 2px 10px;
  font-size: 14px;
}
.l-header.sp .gNavList > li .subMenu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 1px;
  background-color: #ccc;
}
[data-whatintent=mouse] .l-header.sp .gNavList > li .subMenu a:hover {
  opacity: 0.6;
}
[data-whatintent=mouse] .l-header.sp .gNavList > li:hover .lvl1 a {
  color: #FF8A31;
}
[data-whatintent=mouse] .l-header.sp .gNavList > li:hover .subMenu {
  opacity: 1;
  visibility: visible;
}
.l-header.sp .snsIcon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-header.sp .snsIcon {
    position: absolute;
    top: 18px;
    right: 75px;
    margin-right: 0;
  }
}
.l-header.sp .snsIcon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header.sp .snsIcon a {
    width: 25px;
    height: 25px;
  }
}
.l-header.sp .infoArea {
  display: flex;
  align-items: center;
  position: absolute;
  top: -60px;
  right: 0px;
}
.l-header.sp .infoArea .gNavList-sub {
  display: flex;
  font-size: 13px;
  font-weight: bold;
}
.l-header.sp .infoArea .gNavList-sub li {
  position: relative;
  padding: 0 20px;
}
.l-header.sp .infoArea .gNavList-sub li:first-child {
  padding-left: 0;
}
.l-header.sp .infoArea .gNavList-sub li:last-child {
  padding-right: 15px;
}
.l-header.sp .infoArea .gNavList-sub li:last-child::before {
  content: none;
}
.l-header.sp .infoArea .gNavList-sub li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #ccc;
  top: 7px;
  right: 0px;
}
.l-header.sp .infoArea .gNavList-sub li a:hover {
  color: #FF8A31;
}
.l-header.sp .infoArea .is-search {
  width: 190px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .l-header.sp .infoArea .is-search {
    position: static;
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
.l-header.sp .infoArea .is-search #cse-search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #FF8A31;
}
.l-header.sp .infoArea .is-search #cse-search-box input[type=text] {
  padding-left: 0.5em;
  width: 158px !important;
  height: 30px !important;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header.sp .infoArea .is-search #cse-search-box input[type=text] {
    width: calc(100% - 45px) !important;
    height: 44px !important;
  }
}
.l-header.sp .infoArea .is-search #cse-search-box .l-search__btn {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_search.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FF8A31;
}
@media screen and (max-width: 767px) {
  .l-header.sp .infoArea .is-search #cse-search-box .l-search__btn {
    width: 45px;
    height: 45px;
  }
}
.l-header.sp .infoArea .is-search #cse-search-box .l-search__btn img {
  display: none;
}
.l-header.sp .infoArea .is-search #cse-search-box .l-search__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-header.sp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    overflow-y: auto;
  }
  .l-header.sp.-active {
    height: 100%;
  }
  .l-header.sp.-active > .ly_container {
    overflow-y: auto;
  }
  .l-header.sp.-active .l-header__container {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  }
  .l-header.sp .l-header__container {
    position: relative;
    padding: 0;
    min-height: auto;
    max-height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .l-header.sp .l-header__overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }
  .l-header.sp .l-header__overlay.-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header.sp .logo {
    position: inherit;
    display: flex;
    top: inherit;
    left: inherit;
    margin-bottom: 0;
    padding: 0 5.333333333vw;
    height: 60px;
    align-items: center;
    text-align: left;
    line-height: 1;
  }
  .l-header.sp .logo img {
    width: 179px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header.sp .spMenuBtn {
    display: flex;
    position: absolute;
    background-color: #FF8A31;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .l-header.sp .spMenuBtn > span {
    position: relative;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .l-header.sp .spMenuBtn > span::before, .l-header.sp .spMenuBtn > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: inherit;
    transform: perspective(0);
  }
  .l-header.sp .spMenuBtn > span::before {
    bottom: calc(100% + 12px);
  }
  .l-header.sp .spMenuBtn > span::after {
    top: calc(100% - 9px);
  }
  .l-header.sp .spMenuBtn.-active > .line {
    background-color: transparent;
  }
  .l-header.sp .spMenuBtn.-active > .line::before {
    bottom: 6px;
    transform: rotate(-45deg);
  }
  .l-header.sp .spMenuBtn.-active > .line::after {
    top: -6px;
    transform: rotate(45deg);
  }
  .l-header.sp .spMenuBtn .txt {
    display: block;
    width: 32px;
    margin-top: 4px;
    margin-left: -2px;
    color: #fff;
    font-size: 11px;
  }
  .l-header.sp .spMenu {
    display: none;
  }
  .l-header.sp .gNavList {
    display: block;
    margin: 0;
    padding-top: 2px;
    border-top: 1px solid #ccc;
  }
  .l-header.sp .gNavList > li .lvl1 {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .l-header.sp .gNavList > li .lvl1 a {
    position: relative;
    padding: 15px 5.333333333vw;
    font-weight: normal;
    line-height: 1.6;
  }
  .l-header.sp .gNavList > li .lvl1 a::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .l-header.sp .gNavList > li .lvl1.-active {
    border-bottom: none;
  }
  .l-header.sp .gNavList > li .lvl1.-active a::before {
    opacity: 1;
  }
  .l-header.sp .infoArea {
    display: block;
    position: inherit;
    margin-top: 0;
    padding: 15px 5.333333333vw 20px;
  }
  .l-header.sp .infoArea .gNavList-sub {
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .l-header.sp .infoArea .gNavList-sub li {
    padding: 0 40px 10px 0;
  }
  .l-header.sp .infoArea .gNavList-sub li:last-child {
    padding: 0 40px 10px 0;
  }
  .l-header.sp .infoArea .gNavList-sub li::before {
    content: none;
  }
  .l-header.sp .infoArea .gNavList-sub li::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-100%);
  }
  .l-header.sp .c-contactBtn-sp {
    position: absolute;
    top: 16px;
    right: 60px;
    border-radius: 50%;
    background-color: #4B87C2;
  }
  .l-header.sp .c-contactBtn-sp div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
  }
  [data-whatintent=mouse] .l-header.sp .c-contactBtn-sp:hover {
    opacity: 0.6;
  }
  .l-header.sp .sns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .l-header.sp .sns .c-snsBtn {
    display: block;
    margin-right: 15px;
  }
  [data-whatintent=mouse] .l-header.sp .sns .c-snsBtn:hover {
    opacity: 0.6;
  }
  .l-header.sp .sns .c-snsBtn:last-child {
    margin-right: 0;
  }
  .l-header.sp .sns .c-snsBtn div {
    width: 41px;
    height: 41px;
  }
  .l-header.sp .sns .c-snsBtn div .icon {
    width: 100%;
  }
  .renewal .l-header.sp .emergency {
    display: flex;
    margin: 25px 20px;
    border: 2px solid #E64040;
    border-radius: 10px;
    background: #fffffe;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .renewal .l-header.sp .emergency .hdg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 18px;
    width: 95px;
    background: #E64040;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
  }
  .renewal .l-header.sp .emergency_info {
    margin: 0;
    padding: 20px;
    width: calc(100% - 95px);
  }
  .renewal .l-header.sp .emergency_info .item {
    padding-bottom: 0;
    border: none;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .renewal .l-header.sp .emergency_info .item .date {
    margin-bottom: 6px;
  }
  .renewal .l-header.sp .emergency_info .item a:hover {
    color: #E64040;
  }
  .renewal .l-header.sp .emergency_info .item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .renewal .l-header.sp .emergency.-active {
    opacity: 1;
    visibility: visible;
  }
}
.l-header .snsArea {
  position: fixed;
  top: 50%;
  right: 15px;
  justify-content: center;
  z-index: 100;
}
.l-header .snsArea .c-snsBtn {
  display: block;
  margin-bottom: 15px;
}
.l-header .snsArea .c-snsBtn:hover {
  opacity: 0.6;
}
.l-header .snsArea .c-snsBtn:last-child {
  margin-bottom: 0;
}
.l-header .snsArea .c-snsBtn div {
  width: 50px;
  height: 50px;
}
.l-header .snsArea .c-snsBtn div .icon {
  width: 100%;
}

/**
 * Header
 */
.l-header.notsp {
  position: fixed;
  width: 100%;
  min-width: 1240px;
  z-index: 1000;
  flex-shrink: 0;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1240px) {
  .l-header.notsp {
    min-width: 1000px;
  }
}
.l-header.notsp .c-container {
  position: relative;
  margin: auto;
  width: 1000px;
}
.l-header.notsp *,
.l-header.notsp ::before,
.l-header.notsp ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.l-header.notsp ul,
.l-header.notsp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header.notsp a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.l-header.notsp a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header.notsp a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-header.notsp a:visited {
  color: #333;
}
.l-header.notsp a:visited:hover {
  color: #FF8A31;
}
.l-header.notsp a:link {
  color: #333;
}
.l-header.notsp a:link:hover {
  color: #FF8A31;
}
.l-header.notsp__container {
  position: relative;
  padding: 16px 0 8px 0;
}
.l-header.notsp .logo {
  position: absolute;
  top: -53px;
  left: 0px;
}
.l-header.notsp .logo img {
  width: 270px;
}
.l-header.notsp .logo a:hover {
  opacity: 0.6;
}
.l-header.notsp .spMenu {
  display: block !important;
}
.l-header.notsp .spMenuBtn {
  display: none;
}
.l-header.notsp .gNavList {
  margin: 70px 0 0 0;
  display: flex;
  justify-content: center;
}
.l-header.notsp .gNavList > li {
  position: relative;
}
.l-header.notsp .gNavList > li.is-current .lvl1 a {
  color: #FF8A31;
}
.l-header.notsp .gNavList > li .lvl1 a {
  display: block;
  position: relative;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 15px;
}
.l-header.notsp .gNavList > li .lvl1 a > span {
  position: relative;
  z-index: 1;
}
.l-header.notsp .gNavList > li .lvl1 a .c-downArrow {
  position: absolute;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header.notsp .gNavList > li .lvl1 a .c-downArrow::before {
  content: "";
  border-right: 1px solid #FF8A31;
  border-bottom: 1px solid #FF8A31;
  width: 6px;
  height: 6px;
  transform: translateX(-1px) rotate(45deg);
}
.l-header.notsp .gNavList > li .subMenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px 20px;
  width: 150px;
  background-color: #fff;
  border-radius: 10px;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 20px 0px #d6d6d6;
}
@media screen and (min-width: 768px) {
  .l-header.notsp .gNavList > li .subMenu {
    display: block !important;
  }
}
.l-header.notsp .gNavList > li .subMenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.l-header.notsp .gNavList > li .subMenu a {
  display: block;
  position: relative;
  padding: 2px 2px 2px 10px;
  font-size: 14px;
}
.l-header.notsp .gNavList > li .subMenu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 1px;
  background-color: #ccc;
}
[data-whatintent=mouse] .l-header.notsp .gNavList > li .subMenu a:hover {
  opacity: 0.6;
}
[data-whatintent=mouse] .l-header.notsp .gNavList > li:hover .lvl1 a {
  color: #FF8A31;
}
[data-whatintent=mouse] .l-header.notsp .gNavList > li:hover .subMenu {
  opacity: 1;
  visibility: visible;
}
.l-header.notsp .infoArea {
  display: flex;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 0px;
}
.l-header.notsp .infoArea .gNavList-sub {
  display: flex;
  font-size: 13px;
  font-weight: bold;
}
.l-header.notsp .infoArea .gNavList-sub li {
  position: relative;
  padding: 0 20px;
}
.l-header.notsp .infoArea .gNavList-sub li:last-child::before {
  content: none;
}
.l-header.notsp .infoArea .gNavList-sub li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #ccc;
  top: 7px;
  right: 0px;
}
.l-header.notsp .infoArea .gNavList-sub li a:hover {
  color: #FF8A31;
}
.l-header.notsp .infoArea .is-search {
  width: 190px;
  height: 30px;
}
.l-header.notsp .infoArea .is-search #cse-search-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #FF8A31;
}
.l-header.notsp .infoArea .is-search #cse-search-box input[type=text] {
  padding-left: 0.5em;
  width: 158px !important;
  height: 30px !important;
  border: none;
  box-sizing: border-box;
}
.l-header.notsp .infoArea .is-search #cse-search-box .l-search__btn {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_search.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FF8A31;
}
.l-header.notsp .infoArea .is-search #cse-search-box .l-search__btn img {
  display: none;
}
.l-header.notsp .infoArea .is-search #cse-search-box .l-search__btn:hover {
  opacity: 0.6;
}

#pankuzu1 {
  padding-top: 160px;
}

/**
 * Footer
 */
.l-footer {
  margin-top: auto;
  clear: both;
}
.l-footer .footer_bg {
  width: 93%;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
.l-footer .footer_bg img {
  width: 100%;
}
.l-footer *,
.l-footer ::before,
.l-footer ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.l-footer ul,
.l-footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.l-footer a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-footer address {
  font-style: inherit;
}
.l-footer .toPageTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: -3px;
  background-color: #FF8A31;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.l-footer .toPageTopBtn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-footer .toPageTopBtn {
    margin-top: -1px;
  }
}
.l-footer .toPageTopBtn span {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.l-footer .toPageTopBtn span::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/arrow_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
  width: 26px;
  height: 26px;
  top: -5px;
  right: -33px;
}
[data-whatintent=mouse] .l-footer .toPageTopBtn:hover::before {
  opacity: 0.6;
}
.l-footer__container {
  display: flex;
  align-items: flex-end;
  padding-block: 60px 30px;
}
.l-footer__container > div {
  width: 100%;
}
.l-footer__container .infoArea_wrap {
  display: flex;
  justify-content: space-between;
}
.l-footer__container .infoArea {
  display: flex;
  align-items: center;
  width: 80%;
  color: #333;
  text-align: left;
}
.l-footer__container .infoArea > div {
  flex-grow: 1;
}
.l-footer__container .infoArea .logo {
  margin-bottom: 28px;
}
.l-footer__container .infoArea .logo img {
  width: 250px;
}
.l-footer__container .infoArea .logo a:hover {
  opacity: 0.6;
}
.l-footer__container .infoArea address,
.l-footer__container .infoArea .telLink {
  font-size: 14px;
}
.l-footer__container .infoArea address a,
.l-footer__container .infoArea .telLink a {
  color: #FF8A31;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.l-footer__container .infoArea address a:hover,
.l-footer__container .infoArea .telLink a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.l-footer__container .snsIcon {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 15px;
  -moz-column-count: 2;
  column-count: 2;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__container .snsIcon_item {
    margin-right: 0;
  }
}
.l-footer__container .snsIcon_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.l-footer__container .linkList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 30px;
  -moz-column-count: 2;
  column-count: 2;
  font-size: 0;
}
.l-footer__container .linkList a {
  font-size: 1.3rem;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.l-footer__container .linkList a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.l-footer__container .linkList a:visited {
  color: #333;
}
.l-footer__container .linkList a:link {
  color: #333;
}
.l-footer__container .copyright {
  margin-top: 25px;
  text-align: right;
}
.l-footer__container .copyright small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    display: block;
    padding: 30px 0 0 0;
  }
  .l-footer__container > div {
    width: auto;
  }
  .l-footer__container .infoArea_wrap {
    display: block;
  }
  .l-footer__container .infoArea {
    display: block;
    width: 100%;
  }
  .l-footer__container .infoArea .convList {
    margin-top: 15px;
  }
  .l-footer__container .infoArea .logo {
    text-align: center;
  }
  .l-footer__container .infoArea .logo img {
    width: 250px;
  }
  .l-footer__container .snsIcon {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .l-footer__container .snsIcon li {
    margin-left: 0;
  }
  .l-footer__container .snsIcon li a {
    font-size: 13px;
  }
  .l-footer__container .linkList {
    width: 100%;
    padding-block: 20px;
    justify-content: flex-start;
  }
  .l-footer__container .linkList li {
    margin-left: 0;
  }
  .l-footer__container .linkList li a {
    font-size: 13px;
  }
  .l-footer__container .copyright {
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .l-footer__container .copyright small {
    font-size: 12px;
  }
}

/**
 * Footer
 */
.l-footer.notsp {
  padding-top: 60px;
  margin-top: auto;
  clear: both;
  min-width: 1040px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
.l-footer.notsp .c-container {
  margin: auto;
  width: 1000px;
}
.l-footer.notsp p {
  margin: 0;
}
.l-footer.notsp .footer_bg {
  width: 93%;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
.l-footer.notsp .footer_bg img {
  width: 100%;
}
.l-footer.notsp *,
.l-footer.notsp ::before,
.l-footer.notsp ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.l-footer.notsp ul,
.l-footer.notsp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer.notsp a {
  background-color: transparent;
  color: inherit;
}
.l-footer.notsp a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer.notsp a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-footer.notsp address {
  font-style: inherit;
}
.l-footer.notsp .toPageTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: -3px;
  background-color: #FF8A31;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.l-footer.notsp .toPageTopBtn:hover {
  opacity: 0.6;
}
.l-footer.notsp .toPageTopBtn span {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.l-footer.notsp .toPageTopBtn span::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/arrow_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
  width: 26px;
  height: 26px;
  top: -5px;
  right: -33px;
}
[data-whatintent=mouse] .l-footer.notsp .toPageTopBtn:hover::before {
  opacity: 0.6;
}
.l-footer.notsp__container {
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}
.l-footer.notsp__container > div {
  width: 100%;
}
.l-footer.notsp__container .infoArea_wrap {
  display: flex;
  justify-content: space-between;
}
.l-footer.notsp__container .infoArea {
  display: flex;
  align-items: center;
  width: 80%;
  color: #333;
  text-align: left;
}
.l-footer.notsp__container .infoArea > div {
  flex-grow: 1;
}
.l-footer.notsp__container .infoArea .logo {
  margin-bottom: 28px;
}
.l-footer.notsp__container .infoArea .logo img {
  width: 250px;
}
.l-footer.notsp__container .infoArea .logo a:hover {
  opacity: 0.6;
}
.l-footer.notsp__container .infoArea address {
  font-size: 14px;
}
.l-footer.notsp__container .infoArea address a {
  color: #FF8A31;
  text-decoration: underline;
}
.l-footer.notsp__container .infoArea address a:hover {
  text-decoration: none;
}
.l-footer.notsp__container .linkList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-count: 2;
  column-count: 2;
}
.l-footer.notsp__container .linkList .lvl1 {
  height: auto;
  line-height: 1.4;
}
.l-footer.notsp__container .linkList li {
  margin-right: 20px;
}
.l-footer.notsp__container .linkList a {
  display: block;
  font-size: 13px;
  text-decoration: underline;
}
.l-footer.notsp__container .linkList a:hover {
  text-decoration: none !important;
}
.l-footer.notsp__container .linkList a:visited {
  color: #333;
  text-decoration: underline;
}
.l-footer.notsp__container .linkList a:link {
  color: #333;
  text-decoration: underline;
}
.l-footer.notsp__container .copyright {
  margin-top: 25px;
  text-align: right;
}
.l-footer.notsp__container .copyright small {
  font-size: 14px;
}

/**
 * Wrapper
 */
@media screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
    padding-top: 60px;
  }
}

/**
 * Contents
 */
.l-contents {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-contents {
    display: block;
  }
}

/**
 * Page
 */
/**
 * pg-home
 */
.renewal .pg_home main .ttl {
  margin-bottom: 20px;
}
.renewal .pg_home main .ttl + * {
  margin-top: 0 !important;
}
.renewal .pg_home main .ttl + * > *:first-child {
  margin-top: 0 !important;
}
.renewal .pg_home main .ttl h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .ttl h2 {
    font-size: 2.2rem;
  }
}
.renewal .pg_home main .ttl h2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  border-radius: 5px;
  background-color: #FF8A31;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .ttl h2:before {
    top: 10px;
  }
}
.renewal .pg_home main .mainVisualArea {
  position: relative;
  margin-top: 131px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea {
    margin-top: 0;
  }
}
.renewal .pg_home main .mainVisualArea > .ly_container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea > .ly_container {
    width: 100%;
  }
}
.renewal .pg_home main .mainVisualArea .copy,
.renewal .pg_home main .mainVisualArea .image {
  position: absolute;
}
.renewal .pg_home main .mainVisualArea .copy {
  width: 256px;
  left: 20px;
  top: 46px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea .copy {
    width: 128px;
    top: 40px;
  }
}
.renewal .pg_home main .mainVisualArea .copy h1 img {
  width: 100%;
}
.renewal .pg_home main .mainVisualArea .name {
  margin-top: 318px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea .name {
    margin-top: 164px;
  }
}
.renewal .pg_home main .mainVisualArea .name span {
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #8DB548;
}
.renewal .pg_home main .mainVisualArea .mainVisual_slider {
  position: relative;
  width: 100%;
  height: 379px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea .mainVisual_slider {
    height: 219px;
  }
}
.renewal .pg_home main .mainVisualArea .mainVisual_slider > a {
  display: block;
  width: 100%;
  height: 100%;
}
.renewal .pg_home main .mainVisualArea .mainVisual_slider > a:hover {
  opacity: 0.8;
}
.renewal .pg_home main .mainVisualArea .mainVisual_slider .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea .mainVisual_slider .img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.renewal .pg_home main .mainVisualArea .mainVisual_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.renewal .pg_home main .mainVisualArea .sliderDots {
  display: flex;
  justify-content: center;
}
.renewal .pg_home main .mainVisualArea .sliderDots .slick-dots {
  display: flex;
  gap: 14px;
}
.renewal .pg_home main .mainVisualArea .sliderDots .slick-dots li {
  margin-top: 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .mainVisualArea .sliderDots .slick-dots li {
    margin-top: 10px;
  }
}
.renewal .pg_home main .mainVisualArea .sliderDots .slick-dots button {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #FF8A31;
  transition: all 0.2s;
}
.renewal .pg_home main .mainVisualArea .sliderDots .slick-dots button:hover {
  background-color: #FF8A31;
}
.renewal .pg_home main .mainVisualArea .sliderDots .slick-dots .slick-active button {
  background-color: #FF8A31;
}
.renewal .pg_home main .newsArea {
  position: relative;
  margin-top: 30px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea {
    margin-top: 20px;
  }
}
.renewal .pg_home main .newsArea .emergency {
  display: flex;
  border: 2px solid #E64040;
  border-radius: 10px;
  background: #fffffe;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .emergency {
    flex-direction: column;
  }
}
.renewal .pg_home main .newsArea .emergency .hdg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 20px;
  width: 112px;
  background: #E64040;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .emergency .hdg {
    padding: 10px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.renewal .pg_home main .newsArea .emergency_info {
  margin: 0;
  padding: 20px;
  width: calc(100% - 112px);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .emergency_info {
    padding: 10px;
    width: 100%;
  }
}
.renewal .pg_home main .newsArea .emergency_info .item {
  padding-bottom: 0;
  border: none;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.renewal .pg_home main .newsArea .emergency_info .item .date {
  margin-bottom: 6px;
}
.renewal .pg_home main .newsArea .emergency_info .item a:hover {
  color: #E64040;
}
.renewal .pg_home main .newsArea .emergency_info .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.renewal .pg_home main .newsArea .newsWrap {
  display: flex;
  gap: 40px 60px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .newsWrap {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.renewal .pg_home main .newsArea .newsWrap_item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .newsWrap_item {
    width: 100%;
  }
}
.renewal .pg_home main .newsArea .newsWrap .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  border: 2px solid #E64040;
  color: #333;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .newsWrap .txt {
    width: 70%;
    padding: 15px 17px;
  }
}
.renewal .pg_home main .newsArea .newsWrap .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .newsArea .newsWrap .btn {
    margin-top: 10px;
  }
}
.renewal .pg_home main .newsArea .newsWrap .btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.renewal .pg_home main .newsArea .newsWrap .btn a .el_icon_circleArw {
  margin-left: 10px;
  background: #FF8A31;
}
.renewal .pg_home main .newsArea .newsWrap .btn a:hover {
  color: #FF8A31;
}
.renewal .pg_home main .top_slideArea {
  padding: 40px 0;
  padding-left: calc((var(--vw) - 1040px) / 2 + 20px);
  padding-right: 40px;
  background-image: url(../images/top/top_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea {
    padding: 40px 20px 101px;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock {
  position: relative;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock {
    margin: 0 -20px;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider_wrapper {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider_wrapper {
    margin: 0 15px;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider a {
  display: block;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider a:hover {
  opacity: 0.8;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  padding-right: 9px;
  padding-bottom: 16px;
  border-radius: 0 0 15px 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt {
    padding: 15px 20px;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .cat {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 4px 10px;
  margin-bottom: 8px;
  background-color: var(--category-color);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .cat {
    font-size: 1.4rem;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  margin-right: -2px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .ttl {
    font-size: 1.7rem;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--category-color);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .link {
    font-size: 1.4rem;
  }
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .link span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_slideList .top_slider .txt .link span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: 54%;
  right: 0px;
  -webkit-mask-image: url(../images/icon_arrow.svg);
  mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--category-color);
  transform: translateY(-49%);
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderArrows {
  position: absolute;
  display: flex;
  gap: 15px;
  bottom: -61px;
  right: 20px;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderArrows .slide_arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FF8A31;
  border-radius: 50%;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderArrows .slide_arrow.prev {
  transform: scaleX(-1);
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderArrows .slide_arrow .icon_arw {
  width: 18px;
  height: 12px;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots li {
  margin: 0 7px;
  font-size: 0;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots button {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #FF8A31;
  transition: all 0.2s;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots button:hover {
  background-color: #FF8A31;
}
.renewal .pg_home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots .slick-active button {
  background-color: #FF8A31;
}
.renewal .pg_home main .bousaiArea {
  padding: 40px 0;
  padding-left: calc((var(--vw) - 1040px) / 2 + 20px);
  padding-right: 40px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .bousaiArea {
    padding: 40px 20px;
  }
}
.renewal .pg_home main .bousaiArea .ttl_mini h3 {
  margin-top: 30px;
  font-size: 2rem;
  color: #FF8A31;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .bousaiArea .ttl_mini h3 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn {
  width: calc((100% - 30px) / 2);
  min-height: 70px;
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn.mb30 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn {
    width: 100%;
  }
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap .c-btn:nth-child(3n) {
  margin-right: 0;
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap__3col {
  gap: 20px;
}
.renewal .pg_home main .bousaiArea .bousai_btn_wrap__3col .c-btn {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .bousaiArea .bousai_btn_wrap__3col .c-btn {
    width: 100%;
  }
}
.renewal .pg_home main .contentsArea {
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea {
    padding: 60px 0 60px 0;
    border-radius: 40px 40px 0 0;
  }
}
.renewal .pg_home main .contentsArea > .ly_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea > .ly_container {
    display: block;
  }
}
.renewal .pg_home main .contentsArea .topicsWrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea .topicsWrap {
    display: block;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea .ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.renewal .pg_home main .contentsArea .topicsListArea {
  height: 270px;
  overflow-y: auto;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea .topicsListArea {
    width: 100%;
  }
}
.renewal .pg_home main .contentsArea .c-topicsList li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
.renewal .pg_home main .contentsArea .c-topicsList li:first-child .topicsList {
  padding-top: 0;
}
.renewal .pg_home main .contentsArea .c-topicsList a {
  display: block;
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList {
  padding: 20px 0;
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList .head {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea .c-topicsList .topicsList .head {
    margin-bottom: 10px;
  }
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList .head.is-new::after {
  content: "NEW";
  margin-left: -9px;
  margin-top: 4px;
  padding: 4px 10px 5px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #FF8A31;
  line-height: 1;
  font-size: 1.2rem;
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList time {
  width: 100px;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #6E5A4B;
  font-weight: bold;
  transform: translateY(2px);
  font-family: "Roboto", sans-serif;
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList .title {
  font-size: 1.6rem;
}
[data-whatintent=mouse] .renewal .pg_home main .contentsArea .c-topicsList .topicsList .title:hover {
  color: #FF8A31;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .contentsArea .c-topicsList .topicsList .title {
    font-size: 1.4rem;
  }
}
.renewal .pg_home main .contentsArea .c-topicsList .topicsList .title.js-textTrim {
  visibility: hidden;
}
.renewal .pg_home main .contentsArea .c-linkBtn {
  margin-top: 30px;
  text-align: right;
}
.renewal .pg_home main .contentsArea .c-linkBtn a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}
.renewal .pg_home main .contentsArea .c-linkBtn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0;
}
.renewal .pg_home main .contentsArea .c-linkBtn a:hover {
  color: #FF8A31;
}
.renewal .pg_home main .cameraArea {
  margin-top: 40px;
  margin-left: calc((var(--vw) - 1040px) / 2);
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea {
    margin-left: 0;
    padding-right: 20px;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap {
    width: 100%;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList {
    gap: 20px;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li {
    width: calc((100% - 20px) / 2);
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li a {
  display: block;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li a:hover {
  opacity: 0.6;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li a .txt {
  padding-right: 50px;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li a .txt::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li a .txt::after {
    right: 12px;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .img {
  position: relative;
  width: 100%;
  padding-bottom: 53%;
  overflow: hidden;
  background-color: #eee;
  border-radius: 8px 8px 0 0;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt {
  display: flex;
  position: relative;
  align-items: center;
  padding: 18px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt {
    padding: 15px;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt span {
  position: relative;
  padding-left: 37px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt span {
    padding-left: 27px;
    font-size: 1.5rem;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt span::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_camera.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  left: 0;
  width: 27px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li .txt span::before {
    top: 6px;
    width: 21px;
    height: 10px;
  }
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.river .txt {
  background-color: #8DB548;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.river a .txt::after {
  background-image: url(../images/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.coast .txt {
  background-color: #4B87C2;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.coast a .txt::after {
  background-image: url(../images/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.road .txt {
  background-color: #6E5A4B;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .cameraList li.road a .txt::after {
  background-image: url(../images/arrow_right_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg_home main .cameraArea .cameraWrap .cameraBlock .caption {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .linkArea {
    padding: 0 20px;
  }
}
.renewal .pg_home main .linkArea .bnrArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .linkArea .bnrArea {
    width: 100%;
  }
}
.renewal .pg_home main .linkArea .bnrArea .bnrList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .linkArea .bnrArea .bnrList {
    gap: 12px;
  }
}
.renewal .pg_home main .linkArea .bnrArea .bnrList li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .renewal .pg_home main .linkArea .bnrArea .bnrList li {
    width: calc(50% - 6px);
  }
}
.renewal .pg_home main .linkArea .bnrArea .bnrList li a:hover {
  opacity: 0.6;
}
.renewal .pg_home main .linkArea .bnrArea .bnrList li img {
  width: 100%;
}
.renewal .pg_home main .twitter .twitter-timeline {
  margin: auto;
}

/**
 * pg-home
 */
.renewal .pg-home main .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .ttl {
    margin-bottom: 30px;
  }
}
.renewal .pg-home main .ttl h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .ttl h2 {
    font-size: 2.2rem;
  }
}
.renewal .pg-home main .ttl h2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  border-radius: 5px;
  background-color: #FF8A31;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .ttl h2:before {
    top: 10px;
  }
}
.renewal .pg-home main .mainVisualArea {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea {
    padding-top: 0;
  }
}
.renewal .pg-home main .mainVisualArea .copy, .renewal .pg-home main .mainVisualArea .image {
  position: absolute;
}
.renewal .pg-home main .mainVisualArea .copy {
  width: 288px;
  left: 12vw;
  top: 26%;
}
@media screen and (min-width: 1500px) {
  .renewal .pg-home main .mainVisualArea .copy {
    left: 20vw;
  }
}
@media screen and (max-width: 1240px) {
  .renewal .pg-home main .mainVisualArea .copy {
    left: 10vw;
    top: 28%;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .copy {
    width: 180px;
    left: 10px;
    top: 20px;
  }
}
.renewal .pg-home main .mainVisualArea .copy h1 img {
  width: 100%;
}
.renewal .pg-home main .mainVisualArea .kannaizu {
  position: absolute;
  width: 233px;
  top: 59%;
  left: 22vw;
}
@media screen and (max-width: 1240px) {
  .renewal .pg-home main .mainVisualArea .kannaizu {
    left: 22vw;
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .kannaizu {
    width: 160px;
    right: 20px;
    left: inherit;
    top: 40px;
  }
}
.renewal .pg-home main .mainVisualArea .kannaizu img {
  width: 100%;
}
.renewal .pg-home main .mainVisualArea .mainVisual_slider {
  position: relative;
  width: 100%;
  height: 35vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .renewal .pg-home main .mainVisualArea .mainVisual_slider {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .mainVisual_slider {
    height: 76vw;
  }
}
.renewal .pg-home main .mainVisualArea .mainVisual_slider::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 122px;
  top: 50px;
  right: 75px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .mainVisual_slider::before {
    content: none;
  }
}
.renewal .pg-home main .mainVisualArea .mainVisual_slider > a {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 63%;
  height: auto;
}
.renewal .pg-home main .mainVisualArea .mainVisual_slider > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .mainVisual_slider > a {
    width: 90%;
    bottom: 0;
    border-radius: 20px 0 0 20px;
  }
}
.renewal .pg-home main .mainVisualArea .mainVisual_slider img {
  width: 100%;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .mainVisual_slider img {
    border-radius: 20px 0 0 20px;
  }
}
.renewal .pg-home main .mainVisualArea .sliderDots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .mainVisualArea .sliderDots {
    bottom: njm5px;
  }
}
.renewal .pg-home main .mainVisualArea .sliderDots .slick-dots {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.renewal .pg-home main .mainVisualArea .sliderDots .slick-dots li {
  margin: 7px 0;
  font-size: 0;
}
.renewal .pg-home main .mainVisualArea .sliderDots .slick-dots button {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #FF8A31;
  transition: all 0.2s;
}
.renewal .pg-home main .mainVisualArea .sliderDots .slick-dots button:hover {
  background-color: #FF8A31;
}
.renewal .pg-home main .mainVisualArea .sliderDots .slick-dots .slick-active button {
  background-color: #FF8A31;
}
.renewal .pg-home main .newsArea {
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .newsArea {
    bottom: -46px;
  }
}
.renewal .pg-home main .newsArea .newsBox {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .newsArea .newsBox {
    font-size: 1.4rem;
  }
}
.renewal .pg-home main .newsArea .newsBox:hover .txt {
  color: #FF8A31;
}
.renewal .pg-home main .newsArea .newsBox .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  background-color: #E64040;
  border-radius: 10px 0 0 10px;
  color: #fff;
  padding: 16px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .newsArea .newsBox .ttl {
    width: 30%;
    padding: 15px 20px;
  }
}
.renewal .pg-home main .newsArea .newsBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  border: 2px solid #E64040;
  color: #333;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .newsArea .newsBox .txt {
    width: 70%;
    padding: 15px 17px;
  }
}
.renewal .pg-home main .top_slideArea {
  padding: 60px 0;
  background-image: url(../images/top/top_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .c-container {
    margin: auto;
  }
}
.renewal .pg-home main .top_slideArea .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .ttl {
    padding: 0 5.333333333vw;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock {
  position: relative;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList {
  justify-content: space-between;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a {
  display: block;
  padding: 0 15px;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a:hover {
  opacity: 0.8;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .cat {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 15px;
  margin-bottom: 8px;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.6;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .link {
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .link {
    font-size: 1.4rem;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .link span {
  position: relative;
  padding-right: 15px;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li a .txt .link span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: 54%;
  right: 0px;
  transform: translateY(-49%);
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.green a .txt .cat {
  background-color: #8DB548;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.green a .txt .link {
  color: #8DB548;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.green a .txt .link span::after {
  background-image: url(../images/icon_arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.blue a .txt .cat {
  background-color: #4B87C2;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.blue a .txt .link {
  color: #4B87C2;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.blue a .txt .link span::after {
  background-image: url(../images/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.brown a .txt .cat {
  background-color: #6E5A4B;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.brown a .txt .link {
  color: #6E5A4B;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList li.brown a .txt .link span::after {
  background-image: url(../images/icon_arrow_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow {
  font-size: 0;
  transition: all 0.2s;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow:hover {
  opacity: 0.6;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow::before {
  position: absolute;
  content: "" !important;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow::before {
    top: auto;
    bottom: -40px;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow.slick-next::before {
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow.slick-next::before {
    right: 20px;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow.slick-prev::before {
  background-image: url(../images/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .top_slideBlock .top_slideList .slick-arrow.slick-prev::before {
    left: auto;
    right: 70px;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots {
    bottom: -10px;
  }
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots li {
  margin: 0 7px;
  font-size: 0;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots button {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #FF8A31;
  transition: all 0.2s;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots button:hover {
  background-color: #FF8A31;
}
.renewal .pg-home main .top_slideArea .top_slideBlock .top_sliderDots .slick-dots .slick-active button {
  background-color: #FF8A31;
}
.renewal .pg-home main .bousaiArea {
  padding: 60px 0 50px 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .bousaiArea {
    padding: 60px 0 40px;
  }
}
.renewal .pg-home main .bousaiArea .ttl_mini h3 {
  font-size: 2rem;
  color: #FF8A31;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .bousaiArea .ttl_mini h3 {
    font-size: 1.6rem;
  }
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap ul.col2 .c-btn {
  width: 485px;
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap ul.col2 .c-btn:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .bousaiArea .bousai_btn_wrap ul.col2 .c-btn {
    width: 100%;
  }
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn {
  width: 313px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn.mb30 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 70px;
}
.renewal .pg-home main .bousaiArea .bousai_btn_wrap .c-btn:nth-child(3n) {
  margin-right: 0;
}
.renewal .pg-home main .contentsArea {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea {
    padding: 60px 0 60px 0;
    border-radius: 40px 40px 0 0;
  }
}
.renewal .pg-home main .contentsArea .topicsWrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea .topicsWrap {
    display: block;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea .ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.renewal .pg-home main .contentsArea .topicsListArea {
  height: 270px;
  overflow-y: auto;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea .topicsListArea {
    width: 100%;
  }
}
.renewal .pg-home main .contentsArea .c-topicsList li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
.renewal .pg-home main .contentsArea .c-topicsList li:first-child .topicsList {
  padding-top: 0;
}
.renewal .pg-home main .contentsArea .c-topicsList a {
  display: block;
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList {
  padding: 20px 0;
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList .head {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea .c-topicsList .topicsList .head {
    margin-bottom: 10px;
  }
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList .head.is-new::after {
  content: "NEW";
  margin-left: -9px;
  margin-top: 4px;
  padding: 4px 10px 5px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #FF8A31;
  line-height: 1;
  font-size: 1.2rem;
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList time {
  width: 100px;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #6E5A4B;
  font-weight: bold;
  transform: translateY(2px);
  font-family: "Roboto", sans-serif;
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList .title {
  font-size: 1.6rem;
}
[data-whatintent=mouse] .renewal .pg-home main .contentsArea .c-topicsList .topicsList .title:hover {
  color: #FF8A31;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .contentsArea .c-topicsList .topicsList .title {
    font-size: 1.4rem;
  }
}
.renewal .pg-home main .contentsArea .c-topicsList .topicsList .title.js-textTrim {
  visibility: hidden;
}
.renewal .pg-home main .contentsArea .c-linkBtn {
  margin-top: 30px;
  text-align: right;
}
.renewal .pg-home main .contentsArea .c-linkBtn a {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}
.renewal .pg-home main .contentsArea .c-linkBtn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0;
}
.renewal .pg-home main .contentsArea .c-linkBtn a:hover {
  color: #FF8A31;
}
.renewal .pg-home main .cameraWrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .cameraWrap {
    width: 100%;
    padding-bottom: 60px;
  }
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList {
  display: flex;
  flex-wrap: wrap;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li {
  width: 184px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li:last-child {
    margin-right: 0;
  }
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a {
  display: block;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a:hover {
  opacity: 0.6;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .img {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  background-color: #eee;
  border-radius: 8px 8px 0 0;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt {
  display: flex;
  position: relative;
  align-items: center;
  padding: 12px;
  border-radius: 0 0 8px 8px;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt::after {
    right: 15px;
  }
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt span {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt span {
    font-size: 1.5rem;
  }
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt span::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_camera.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 11px;
  top: 11px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .cameraWrap .cameraBlock .cameraList li a .txt span::before {
    width: 20px;
    height: 9px;
  }
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.green a .txt {
  background-color: #8DB548;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.green a .txt::after {
  background-image: url(../images/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.blue a .txt {
  background-color: #4B87C2;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.blue a .txt::after {
  background-image: url(../images/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.brown a .txt {
  background-color: #6E5A4B;
}
.renewal .pg-home main .cameraWrap .cameraBlock .cameraList li.brown a .txt::after {
  background-image: url(../images/arrow_right_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .pg-home main .cameraWrap .cameraBlock .caption {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.renewal .pg-home main .linkArea {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .linkArea {
    padding-top: 60px;
    display: block;
  }
}
.renewal .pg-home main .linkArea .bnrArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .linkArea .bnrArea {
    width: 100%;
  }
}
.renewal .pg-home main .linkArea .bnrArea .bnrList {
  display: flex;
  flex-wrap: wrap;
}
.renewal .pg-home main .linkArea .bnrArea .bnrList li {
  margin-right: 14px;
  margin-bottom: 14px;
  width: 236px;
}
@media screen and (max-width: 767px) {
  .renewal .pg-home main .linkArea .bnrArea .bnrList li {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .renewal .pg-home main .linkArea .bnrArea .bnrList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .renewal .pg-home main .linkArea .bnrArea .bnrList li:nth-child(4n) {
    margin-right: 0;
  }
}
.renewal .pg-home main .linkArea .bnrArea .bnrList li a:hover {
  opacity: 0.6;
}
.renewal .pg-home main .linkArea .bnrArea .bnrList li img {
  width: 100%;
}
.renewal .pg-home main .twitter .twitter-timeline {
  margin: auto;
}

.pg_livecam .el_layeredHdg:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pg_livecam .el_layeredHdg:not(:first-child) {
    margin-top: 20px;
  }
}
.pg_livecam .el_layeredHdg .title {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .pg_livecam .el_layeredHdg .title {
    padding-left: 37px;
  }
}
.pg_livecam .el_layeredHdg .title:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 34px;
  aspect-ratio: 2;
  -webkit-mask-image: url(../images/icon/icon_camera.svg);
  mask-image: url(../images/icon/icon_camera.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .pg_livecam .el_layeredHdg .title:before {
    width: 27px;
  }
}
.pg_livecam .otherSect {
  position: relative;
  z-index: 1;
}
.pg_livecam .otherSect .el_hdg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pg_livecam .otherSect .el_hdg {
    margin-bottom: 20px;
  }
}
.pg_livecam .otherSect .el_card .inner .item .link {
  background-color: var(--category-color);
  color: #fff;
}
.pg_livecam .otherSect .el_card .inner .item .link .el_icon_circleArw {
  background-color: #fff;
  color: var(--category-color);
}
.pg_livecam .otherSect .el_card .inner .item > a {
  transition: opacity 0.3s;
}
.pg_livecam .otherSect .el_card .inner .item > a:focus, [data-whatintent=mouse] .pg_livecam .otherSect .el_card .inner .item > a:hover {
  opacity: 0.6;
}
.pg_livecam .otherSect .el_card .inner .item > a:focus .link, [data-whatintent=mouse] .pg_livecam .otherSect .el_card .inner .item > a:hover .link {
  background-color: var(--category-color);
  color: #fff;
}
.pg_livecam .otherSect .el_card .inner .item > a:focus .link .el_icon_circleArw, [data-whatintent=mouse] .pg_livecam .otherSect .el_card .inner .item > a:hover .link .el_icon_circleArw {
  background-color: #fff;
  color: var(--category-color);
}
.pg_livecam .otherSect .el_btn {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pg_livecam .otherSect .el_btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pg_livecam .otherSect .el_btn .btn > a {
  min-width: 320px;
}

/**
 * pg_news
 */
.renewal .pg_news {
  line-height: 1.6;
  letter-spacing: normal;
}

.pg_category-top .otherSect {
  position: relative;
  z-index: 1;
}
.pg_category-top .otherSect .el_hdg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .otherSect .el_hdg {
    margin-bottom: 20px;
  }
}
.pg_category-top .otherSect .el_card .inner .item .link {
  background-color: #fff;
}
.pg_category-top .otherSect .el_card .inner .item > a:focus .link .el_icon_circleArw, [data-whatintent=mouse] .pg_category-top .otherSect .el_card .inner .item > a:hover .link .el_icon_circleArw {
  background-color: #fff;
}
.pg_category-top .bannerArea {
  margin-block: 40px 20px;
}
.pg_category-top .bannerArea .bnrList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 26px;
}
@media screen and (max-width: 767px) {
  .pg_category-top .bannerArea .bnrList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }
}
.pg_category-top .bannerArea .bnrList .img img {
  width: 100%;
  aspect-ratio: 236/73;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.pg_category-top .bannerArea .bnrList a {
  transition: opacity 0.3s;
}
.pg_category-top .bannerArea .bnrList a:focus, [data-whatintent=mouse] .pg_category-top .bannerArea .bnrList a:hover {
  opacity: 0.6;
}

.pg_disaster .disasterArea {
  position: relative;
  width: 100%;
  padding-top: 141px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .disasterArea {
    padding-top: 20px;
  }
}
.pg_disaster .disasterArea .newsArea {
  margin-top: 0 !important;
}
.pg_disaster .disasterArea .el_wysiwyg {
  margin-top: 30px;
}
.pg_disaster .disasterArea_banner {
  margin-top: 30px;
}
.pg_disaster .disasterArea_banner .item {
  margin-top: 20px;
  width: 100%;
}
.pg_disaster .disasterArea_banner .item:first-child {
  margin-top: 0;
}
.pg_disaster .disasterArea_banner .item img {
  width: 100%;
  aspect-ratio: 1000/117;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.pg_disaster .disasterArea_banner .item a {
  display: block;
  width: 100%;
  height: 100%;
}
[data-whatintent=mouse] .pg_disaster .disasterArea_banner .item a:hover img {
  opacity: 0.65;
}
.pg_disaster .newsSect {
  margin: 40px 0;
}
.pg_disaster .newsArea {
  position: relative;
  margin-top: 30px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea {
    margin-top: 20px;
  }
}
.pg_disaster .newsArea .emergency {
  display: flex;
  border: 2px solid #E64040;
  border-radius: 10px;
  background: #fffffe;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .emergency {
    flex-direction: column;
  }
}
.pg_disaster .newsArea .emergency .hdg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 20px;
  width: 112px;
  background: #E64040;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .emergency .hdg {
    padding: 10px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.pg_disaster .newsArea .emergency_info {
  margin: 0;
  padding: 20px;
  width: calc(100% - 112px);
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .emergency_info {
    padding: 10px;
    width: 100%;
  }
}
.pg_disaster .newsArea .emergency_info .item {
  padding-bottom: 0;
  border: none;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.pg_disaster .newsArea .emergency_info .item .date {
  margin-bottom: 6px;
}
.pg_disaster .newsArea .emergency_info .item a:hover {
  color: #E64040;
}
.pg_disaster .newsArea .emergency_info .item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.pg_disaster .newsArea .newsWrap {
  display: flex;
  gap: 40px 60px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .newsWrap {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.pg_disaster .newsArea .newsWrap_item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .newsWrap_item {
    width: 100%;
  }
}
.pg_disaster .newsArea .newsWrap .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  border: 2px solid #E64040;
  color: #333;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .pg_disaster .newsArea .newsWrap .txt {
    width: 70%;
    padding: 15px 17px;
  }
}
.pg_disaster .newsArea .newsWrap .btn {
  margin-top: 20px;
}
.pg_disaster .newsArea .newsWrap .btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.pg_disaster .newsArea .newsWrap .btn a .el_icon_circleArw {
  margin-left: 10px;
  background: #FF8A31;
}

/**
 * Component
 */
.renewal .c-container {
  margin: auto;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .renewal .c-container {
    margin: 0 5.333333333vw;
    width: auto;
  }
}
.renewal .contents-area > *:last-child {
  margin-bottom: 60px;
}
.renewal .c-btn {
  display: inline-flex;
  position: relative;
  width: 270px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #FF8A31;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #333;
  transition: all 0.2s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn {
    width: 100%;
    font-size: 1.5rem;
  }
}
.renewal .c-btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.renewal .c-btn:hover {
  background-color: #FF8A31;
}
.renewal .c-btn:hover a {
  color: #fff;
}
.renewal .c-btn:hover:after {
  background-image: url(../images/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .c-btn a {
  width: 100%;
  height: 100%;
  padding: 20px 50px;
}
.renewal .c-btn.youtube {
  width: 100%;
  border: 2px solid #E64040;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.youtube {
    font-size: 1.4rem;
  }
}
.renewal .c-btn.youtube:after {
  background-image: url(../images/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.youtube:after {
    width: 20px;
    height: 20px;
  }
}
.renewal .c-btn.youtube a {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.youtube a {
    padding: 20px;
  }
}
.renewal .c-btn.youtube span {
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.youtube span {
    padding-left: 40px;
  }
}
.renewal .c-btn.youtube span::before {
  content: "";
  position: absolute;
  background-image: url(../images/livecamera-list/icon_youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 33px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.youtube span::before {
    width: 31px;
    height: 23px;
  }
}
.renewal .c-btn.youtube:hover {
  background-color: #fff;
  opacity: 0.6;
}
.renewal .c-btn.youtube:hover a {
  color: #333;
}
.renewal .c-btn.youtube:hover:after {
  background-image: url(../images/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .c-btn.twitter {
  width: 100%;
  border: 2px solid #1D9BF0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.twitter {
    font-size: 1.4rem;
  }
}
.renewal .c-btn.twitter:after {
  background-image: url(../images/arrow_right_blue02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.twitter:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.renewal .c-btn.twitter a {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.twitter a {
    padding: 20px;
  }
}
.renewal .c-btn.twitter span {
  position: relative;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.twitter span {
    padding-left: 30px;
  }
}
.renewal .c-btn.twitter span::before {
  content: "";
  position: absolute;
  background-image: url(../images/livecamera-list/icon_twitter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 28px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .renewal .c-btn.twitter span::before {
    width: 24px;
    height: 20px;
  }
}
.renewal .c-btn.twitter:hover {
  background-color: #fff;
  opacity: 0.6;
}
.renewal .c-btn.twitter:hover a {
  color: #333;
}
.renewal .c-btn.twitter:hover:after {
  background-image: url(../images/arrow_right_blue02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.renewal .c-txtBtn a {
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .renewal .c-txtBtn a {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
.renewal .c-txtBtn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .renewal .c-txtBtn a::after {
    width: 15px;
    height: 15px;
  }
}
.renewal .c-txtBtn a:hover {
  color: #FF8A31;
}
.renewal .c-ttl {
  margin-bottom: 30px;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal .c-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding: 10px;
  }
}
.renewal .c-ttl span {
  position: relative;
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  .renewal .c-ttl span {
    padding-left: 40px;
  }
}
.renewal .c-ttl span::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_camera.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 15px;
  top: 9px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .renewal .c-ttl span::before {
    width: 27px;
    height: 13px;
    top: 7px;
  }
}
.renewal .c-ttl.brown {
  background-color: #6E5A4B;
}
.renewal .c-ttl.orange {
  background-color: #FF8A31;
}
.renewal .c-ttl.green {
  background-color: #8DB548;
}
.renewal .c-ttl.blue {
  background-color: #4B87C2;
}

/**
 * Component(記事セット)
 * 汎用詳細パーツのCSSはここに書く
 */
.entry-content {
  margin-bottom: 120px;
}
.entry-content .section-area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .entry-content .section-area {
    margin-top: 30px;
  }
}
.entry-content .column-area {
  display: flex;
  justify-content: center;
}
.entry-content .column-area.link-list-area {
  flex-wrap: wrap;
}
.entry-content .column-area.link-list-area .link:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .entry-content .column-area {
    display: block;
  }
  .entry-content .column-area.link-list-area .link:nth-child(n+4) {
    margin-top: 20px;
  }
}
.entry-content h2 {
  position: relative;
  margin-bottom: 35px;
  color: #4B87C2;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.entry-content h3 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.entry-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 5px solid #4B87C2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.entry-content h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .entry-content h4 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.entry-content * {
  margin-top: 30px;
}
.entry-content *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry-content * {
    margin-top: 20px;
  }
}
.entry-content p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.entry-content p a {
  position: relative;
  color: #4B87C2;
  text-decoration: underline;
  transition: 0.3s;
}
[data-whatintent=mouse] .entry-content p a:hover {
  text-decoration: none;
}
.entry-content p a[target=_blank], .entry-content p a[href$=".pdf"] {
  padding-right: 20px;
}
.entry-content p a[target=_blank]::after, .entry-content p a[href$=".pdf"]::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
  top: 5px;
  right: 1px;
}
.entry-content p a[target=_blank]::after {
  background: url(../images/icon_blank.svg);
}
.entry-content p a[href$=".pdf"]::after {
  background: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 1.4rem;
  }
}
.entry-content p.has-text-align-center {
  text-align: center;
}
.entry-content p.has-text-align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .entry-content div {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
.entry-content ul, .entry-content ol {
  margin-left: 22px;
}
.entry-content ul li, .entry-content ol li {
  margin-top: 9px;
}
.entry-content ul li:first-of-type, .entry-content ol li:first-of-type {
  margin-top: 0;
}
.entry-content ul li a, .entry-content ol li a {
  position: relative;
  color: #4B87C2;
  text-decoration: underline;
  transition: 0.3s;
}
[data-whatintent=mouse] .entry-content ul li a:hover, [data-whatintent=mouse] .entry-content ol li a:hover {
  text-decoration: none;
}
.entry-content ul li a[target=_blank], .entry-content ul li a[href$=".pdf"], .entry-content ol li a[target=_blank], .entry-content ol li a[href$=".pdf"] {
  padding-right: 20px;
}
.entry-content ul li a[target=_blank]::after, .entry-content ul li a[href$=".pdf"]::after, .entry-content ol li a[target=_blank]::after, .entry-content ol li a[href$=".pdf"]::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
  top: 5px;
  right: 1px;
}
.entry-content ul li a[target=_blank]::after, .entry-content ol li a[target=_blank]::after {
  background: url(../images/icon_blank.svg);
}
.entry-content ul li a[href$=".pdf"]::after, .entry-content ol li a[href$=".pdf"]::after {
  background: url(../images/icon_file.svg);
}
@media screen and (max-width: 767px) {
  .entry-content ul, .entry-content ol {
    margin-left: 20px;
  }
  .entry-content ul li, .entry-content ol li {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.entry-content ul {
  margin-top: 27px;
  list-style: none;
}
.entry-content ul + ul {
  margin-top: 37px;
}
.entry-content ul li {
  position: relative;
}
.entry-content ul li::before {
  position: absolute;
  content: "・";
  font-size: 1.8rem;
  top: 0;
  left: 0;
  margin-top: -2px;
  margin-left: -25px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .entry-content ul li::before {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content ul {
    margin-top: 24px;
  }
  .entry-content ul + ul {
    margin-top: 12px;
  }
}
.entry-content ol {
  margin-top: 27px;
  margin-left: 18px;
}
.entry-content ol > li {
  padding-left: 5px;
  list-style-type: decimal;
}
.entry-content ol > li span {
  font-weight: bold;
}
.entry-content ol > li ul {
  margin: 9px 0 0 19px;
}
.entry-content ol > li ul li {
  padding-left: 0;
}
.entry-content ol > li::marker {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .entry-content ol {
    margin-top: 30px;
    margin-left: 20px;
  }
  .entry-content ol > li {
    padding-left: 0;
    margin-top: 14px;
  }
}
.entry-content blockquote {
  padding: 40px;
  margin-top: 37px;
  width: 100%;
  background-color: #00B1FF;
  border-radius: 20px;
}
.entry-content blockquote p {
  line-height: 1.8;
}
.entry-content blockquote p:first-of-type {
  margin-top: 0;
}
.entry-content blockquote strong {
  font-weight: bold;
  color: #4B87C2;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 30px;
    margin-top: 30px;
    width: 100%;
  }
  .entry-content blockquote p {
    font-size: 1.4rem;
  }
  .entry-content blockquote cite {
    font-size: 1.4rem;
  }
  .entry-content blockquote strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-content + .column-title {
    margin-top: 60px;
  }
}
.entry-content .anchor-area {
  justify-content: flex-start;
  padding: 14px 0;
  background-color: #00B1FF;
  border-radius: 15px;
  margin: 28px auto 0;
}
.entry-content .anchor-area.column-area {
  display: block;
}
.entry-content .anchor-area + .anchor-area {
  margin: 40px auto 0;
}
.entry-content .anchor-area ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.entry-content .anchor-area ul li {
  position: relative;
  width: 25%;
  padding: 0 87px 0 51px;
  transition: 0.3s;
}
.entry-content .anchor-area ul li::before {
  content: none;
}
.entry-content .anchor-area ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  background-color: #dcdcdc;
}
.entry-content .anchor-area ul li:last-child::after, .entry-content .anchor-area ul li:nth-child(4n)::after {
  content: none;
}
.entry-content .anchor-area ul li:hover a {
  text-decoration: underline;
}
.entry-content .anchor-area ul li:hover a .c-circleArrow {
  background-color: #4B87C2;
}
.entry-content .anchor-area ul li:hover a .c-circleArrow::before {
  background-image: url(../images/icon_arrow_white.png);
  background-size: contain;
}
.entry-content .anchor-area ul li:nth-child(n+5) {
  margin-top: 20px;
}
.entry-content .anchor-area ul li:nth-child(4n) {
  border-right: none;
}
.entry-content .anchor-area ul li:last-of-type {
  border-right: none;
}
.entry-content .anchor-area ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #4B87C2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
}
.entry-content .anchor-area ul li a .c-circleArrow {
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.entry-content .anchor-area.one-column {
  display: block;
  width: 25%;
}
.entry-content .anchor-area.one-column ul li {
  width: 100%;
}
.entry-content .anchor-area.two-column {
  display: block;
  width: 50%;
}
.entry-content .anchor-area.two-column ul li {
  width: 50%;
}
.entry-content .anchor-area.three-column {
  display: block;
  width: 75%;
}
.entry-content .anchor-area.three-column ul li {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .entry-content .anchor-area {
    padding: 0 20px;
    margin-top: 17px;
  }
  .entry-content .anchor-area + .anchor-area {
    margin: 60px auto 0;
  }
  .entry-content .anchor-area ul {
    margin: 0 auto;
  }
  .entry-content .anchor-area ul li {
    position: relative;
    width: 48%;
    padding: 0;
    margin-top: 0;
    border-right: none;
    text-align: center;
  }
  .entry-content .anchor-area ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .entry-content .anchor-area ul li:nth-child(2n+1) {
    margin-right: 11px;
  }
  .entry-content .anchor-area ul li:nth-child(2n+1) a {
    padding-left: 0;
  }
  .entry-content .anchor-area ul li:nth-child(2n) a {
    margin-left: 11px;
  }
  .entry-content .anchor-area ul li:nth-child(2n) a::after {
    content: none;
  }
  .entry-content .anchor-area ul li:last-of-type {
    border-bottom: none;
  }
  .entry-content .anchor-area ul li:last-of-type a {
    border-bottom: none;
  }
  .entry-content .anchor-area ul li::before {
    top: calc(50% - 11px);
    width: 20px;
    height: 20px;
  }
  .entry-content .anchor-area ul li::after {
    content: none;
  }
  .entry-content .anchor-area ul li a {
    padding: 20px 30px 20px 10px;
    height: 100%;
    font-size: 1.6rem;
    border-bottom: 1px solid #DCDCDC;
  }
  .entry-content .anchor-area ul li a .c-circleArrow--bottom {
    right: 0px;
    width: 22px;
    height: 22px;
  }
  .entry-content .anchor-area ul li a .c-circleArrow--bottom::before {
    width: 9px;
    height: 6px;
  }
  .entry-content .anchor-area ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    background-color: #dcdcdc;
  }
  .entry-content .anchor-area.item-odd ul li:nth-last-child(2) a {
    border-bottom: none;
  }
  .entry-content .anchor-area.one-column {
    width: 100%;
    margin: 60px auto 0;
  }
  .entry-content .anchor-area.one-column ul li {
    width: 100%;
  }
  .entry-content .anchor-area.one-column ul li a::after {
    content: none;
  }
  .entry-content .anchor-area.two-column {
    width: 100%;
    margin: 60px auto 0;
  }
  .entry-content .anchor-area.two-column ul li {
    width: 48%;
  }
  .entry-content .anchor-area.two-column ul li a {
    border-bottom: none;
  }
  .entry-content .anchor-area.three-column {
    width: 100%;
    margin: 60px auto 0;
  }
  .entry-content .anchor-area.three-column ul li {
    width: 48%;
  }
  .entry-content .anchor-area + .anchor-area {
    margin-top: 60px;
  }
  .entry-content .anchor-area + .column-title {
    margin-top: 60px;
  }
}
.entry-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.entry-content .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
  margin-top: 80px;
}
.entry-content .wp-block-media-text * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-media-text {
    flex-direction: column;
    margin-top: 35px;
  }
}
.entry-content .wp-block-media-text img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-media-text img {
    border-radius: 15px;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__media {
  width: calc(43% - 20px);
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  width: calc(57% - 20px);
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
    margin-top: 20px;
  }
  .entry-content .wp-block-media-text .wp-block-media-text__content h4 {
    margin-bottom: 10px;
  }
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 2;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0;
  word-break: break-word;
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.entry-content .wp-block-image {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-image {
    margin-top: 35px;
    border-radius: 35px;
  }
}
.entry-content .wp-block-image img {
  max-width: 100%;
  border-radius: 20px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-image img {
    border-radius: 15px;
  }
}
.entry-content .wp-block-image .aligncenter {
  text-align: center;
}
.entry-content .wp-block-image .wp-element-caption {
  margin-top: 15px;
  font-size: 1.2rem;
}
.entry-content .wp-block-image a:hover {
  opacity: 0.6;
}
.entry-content .image-set {
  margin-top: 28px;
  justify-content: space-between;
}
.entry-content .image-set.image-right {
  flex-direction: row-reverse;
}
.entry-content .image-set__imageArea {
  width: calc(47.95% - 20px);
}
.entry-content .image-set__imageArea img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .entry-content .image-set__imageArea img {
    border-radius: 15px;
  }
}
.entry-content .image-set__textArea {
  width: calc(52.05% - 20px);
}
.entry-content .image-set .link-list-area {
  margin-left: 0;
}
.entry-content .image-set .link-list-area .link {
  width: 306px;
  padding-left: 0;
}
.entry-content .image-set + .image-set {
  margin-top: 80px;
}
.entry-content .image-set.image-center {
  display: block;
}
.entry-content .image-set.image-center .image-set__imageArea {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.entry-content .image-set.image-center .image-set__imageArea .image {
  margin: 0 auto;
}
.entry-content .image-set.image-center .image-set__imageArea figure {
  display: table;
}
.entry-content .image-set.image-center .image-set__imageArea figure figcaption {
  caption-side: bottom;
  display: table-caption;
  font-size: 1.2rem;
  margin-top: 15px;
  text-align: left;
}
.entry-content .image-set.image-center .image-set__imageArea + .image-set__textArea {
  margin-top: 30px;
}
.entry-content .image-set.image-center .image-set__textArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-content .image-set {
    margin-top: 17px;
    justify-content: space-between;
  }
  .entry-content .image-set__content .mini-title {
    font-size: 1.6rem;
  }
  .entry-content .image-set__imageArea {
    width: 100%;
  }
  .entry-content .image-set__imageArea img {
    width: 100%;
  }
  .entry-content .image-set__imageArea + .image-set__textArea {
    margin-top: 20px;
  }
  .entry-content .image-set__textArea {
    width: 100%;
  }
  .entry-content .image-set .wysiwyg p {
    font-size: 1.4rem;
  }
  .entry-content .image-set .link-list-area {
    margin-top: 20px;
  }
  .entry-content .image-set .link-list-area .link {
    width: 100%;
  }
  .entry-content .image-set + .image-set {
    margin-top: 61px;
  }
  .entry-content .image-set.image-center {
    display: block;
  }
  .entry-content .image-set.image-center .image-set__imageArea figure figcaption {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .entry-content .image-set.image-center .image-set__imageArea + .image-set__textArea {
    margin-top: 20px;
  }
  .entry-content .image-set.image-center .image-set__textArea {
    width: 100%;
  }
  .entry-content .image-set.image-center .image-set__textArea .wysiwyg p {
    font-size: 1.4rem;
  }
  .entry-content .image-set + .column-title {
    margin-top: 86px;
  }
}
.entry-content .image-columnSet {
  margin-top: 28px;
}
.entry-content .image-columnSet ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.entry-content .image-columnSet ul li {
  padding-left: 40px;
}
.entry-content .image-columnSet ul li figure {
  width: 100%;
}
.entry-content .image-columnSet ul li figure img {
  width: 100%;
}
.entry-content .image-columnSet ul li a .mini-title {
  margin-top: 25px;
}
.entry-content .image-columnSet ul li a .wysiwyg {
  margin-top: 15px;
}
.entry-content .image-columnSet.two-image ul li {
  width: 50%;
}
.entry-content .image-columnSet.two-image ul li:nth-child(n+3) {
  margin-top: 40px;
}
.entry-content .image-columnSet.three-image ul li {
  width: 33.333%;
}
.entry-content .image-columnSet.three-image ul li a .mini-title {
  margin-top: 20px;
  font-size: 1.6rem;
}
.entry-content .image-columnSet.three-image ul li a .wysiwyg {
  margin-top: 14px;
  font-size: 1.4rem;
}
.entry-content .image-columnSet.three-image ul li:nth-child(n+4) {
  margin-top: 20px;
}
.entry-content .image-columnSet.four-image ul {
  margin-left: -30px;
}
.entry-content .image-columnSet.four-image ul li {
  padding-left: 30px;
  width: 25%;
}
.entry-content .image-columnSet.four-image ul li:nth-child(n+5) {
  margin-top: 20px;
}
.entry-content .image-columnSet.five-image ul {
  margin-left: -20px;
}
.entry-content .image-columnSet.five-image ul li {
  padding-left: 20px;
  width: 20%;
}
.entry-content .image-columnSet.five-image ul li:nth-child(n+6) {
  margin-top: 20px;
}
.entry-content .image-columnSet + .image-columnSet {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entry-content .image-columnSet {
    margin-top: 17px;
  }
  .entry-content .image-columnSet ul {
    display: block;
  }
  .entry-content .image-columnSet ul li a .mini-title {
    margin-top: 18px;
  }
  .entry-content .image-columnSet ul li a .wysiwyg {
    margin-top: 7px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .entry-content .image-columnSet ul li + li {
    margin-top: 27px;
  }
  .entry-content .image-columnSet ul li:nth-child(n+3) {
    margin-top: 27px;
  }
  .entry-content .image-columnSet.two-image ul li {
    width: 100%;
  }
  .entry-content .image-columnSet.three-image ul li {
    width: 100%;
  }
  .entry-content .image-columnSet.three-image ul li a .wysiwyg {
    margin-top: 8px;
  }
  .entry-content .image-columnSet.four-image ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .entry-content .image-columnSet.four-image ul li {
    width: 50%;
    padding-left: 15px;
  }
  .entry-content .image-columnSet.four-image ul li figure .mini-title {
    margin-top: 20px;
  }
  .entry-content .image-columnSet.four-image ul li figure .wysiwyg {
    margin-top: 13px;
  }
  .entry-content .image-columnSet.four-image ul li + li {
    margin-top: 0;
  }
  .entry-content .image-columnSet.four-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .entry-content .image-columnSet.five-image ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .entry-content .image-columnSet.five-image ul li {
    width: 50%;
    padding-left: 15px;
  }
  .entry-content .image-columnSet.five-image ul li figure .mini-title {
    margin-top: 20px;
  }
  .entry-content .image-columnSet.five-image ul li figure .wysiwyg {
    margin-top: 13px;
  }
  .entry-content .image-columnSet.five-image ul li + li {
    margin-top: 0;
  }
  .entry-content .image-columnSet.five-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .entry-content .image-columnSet + .image-columnSet {
    margin-top: 27px;
  }
  .entry-content .image-columnSet + .image-columnSet.four-image {
    margin-top: 60px;
  }
  .entry-content .image-columnSet + .image-columnSet.five-image {
    margin-top: 60px;
  }
  .entry-content .image-columnSet + .column-title {
    margin-top: 60px;
  }
}
.entry-content .banner-set {
  margin-top: 28px;
  text-align: center;
}
.entry-content .banner-set a {
  display: inline-block;
  transition: 0.3s;
}
.entry-content .banner-set a .image {
  width: 100%;
  margin: 0 auto;
}
.entry-content .banner-set a .image img {
  width: 100%;
}
[data-whatintent=mouse] .entry-content .banner-set a:hover {
  opacity: 0.6;
}
.entry-content .banner-set + .banner-set {
  margin-top: 40px;
}
.entry-content .banner-set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry-content .banner-set ul li {
  width: 48.33%;
}
.entry-content .banner-set ul li:nth-child(n+3) {
  margin-top: 30px;
}
.entry-content .banner-set ul li a .image {
  width: 100%;
  margin: 0 auto;
}
.entry-content .banner-set ul li a .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-content .banner-set {
    margin-top: 17px;
  }
  .entry-content .banner-set a .image {
    width: 100%;
    margin: 0 auto;
  }
  .entry-content .banner-set a .image img {
    width: 100%;
  }
  .entry-content .banner-set + .banner-set {
    margin-top: 40px;
  }
  .entry-content .banner-set ul {
    display: block;
  }
  .entry-content .banner-set ul li {
    width: 100%;
  }
  .entry-content .banner-set ul li + li {
    margin-top: 20px;
  }
  .entry-content .banner-set ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .entry-content .banner-set + .column-title {
    margin-top: 70px;
  }
}
.entry-content .table-set + .table-set {
  margin-top: 59px;
}
.entry-content .table-set table {
  width: 100%;
  margin-top: 28px;
}
.entry-content .table-set table th, .entry-content .table-set table td {
  width: 25%;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.entry-content .table-set table th {
  font-family: "Zen Maru Gothic", sans-serif;
}
.entry-content .table-set table thead tr td {
  background-color: #F1F1F1;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.entry-content .table-set table tbody tr th {
  background-color: #F1F1F1;
  font-weight: bold;
}
.entry-content .table-set table tbody tr td {
  text-align: left;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .entry-content .table-set table {
    width: 100%;
    margin-top: 17px;
  }
  .entry-content .table-set table th, .entry-content .table-set table td {
    padding: 8px 13px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .entry-content .table-set table + .column-title {
    margin-top: 70px;
  }
  .entry-content .table-set table + .table-set {
    margin-top: 81px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .table-set--scroll {
    overflow-x: scroll;
  }
  .entry-content .table-set--scroll table {
    width: 900px;
  }
  .entry-content .table-set--scroll table th, .entry-content .table-set--scroll table td {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .table-set + .table-set {
    margin-top: 41px;
  }
}
.entry-content caption {
  caption-side: bottom;
  margin-top: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .entry-content caption {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.entry-content .is-layout-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .entry-content .is-layout-flex {
    display: block;
  }
}
.entry-content .wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .entry-content .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .entry-content .wp-block-columns .wp-block-image {
    margin-bottom: 20px;
  }
  .entry-content .wp-block-columns h4 {
    margin-bottom: 10px;
  }
}
.entry-content .wp-block-columns img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns img {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-columns * {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.entry-content body .is-layout-flex > * {
  margin: 0;
}
.entry-content .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.entry-content :where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.entry-content .imgLink-set {
  margin-top: 30px;
}
.entry-content .imgLink-set + .imgLink-set {
  margin-top: 80px;
}
.entry-content .imgLink-set * {
  margin-top: 0;
}
.entry-content .imgLink-set ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  width: 100%;
}
.entry-content .imgLink-set ul li {
  position: relative;
  width: 50%;
  padding-left: 40px;
}
.entry-content .imgLink-set ul li:nth-child(n+3) {
  margin-top: 40px;
}
.entry-content .imgLink-set ul li::before {
  content: none;
}
.entry-content .imgLink-set ul li .imgLink-setList {
  height: 100%;
  box-shadow: 0px 0px 30px -5px #dedede;
  border-radius: 20px;
}
.entry-content .imgLink-set ul li .imgLink-setList .image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eee;
  padding-top: 66.6666666667%;
  border-radius: 20px 20px 0 0;
}
.entry-content .imgLink-set ul li .imgLink-setList .image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
.entry-content .imgLink-set ul li .imgLink-setList a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #333;
}
[data-whatintent=mouse] .entry-content .imgLink-set ul li .imgLink-setList a:hover .image img {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}
[data-whatintent=mouse] .entry-content .imgLink-set ul li .imgLink-setList a:hover .mini-title {
  color: #4B87C2;
}
[data-whatintent=mouse] .entry-content .imgLink-set ul li .imgLink-setList a:hover .c-linkBtn .link::after {
  width: 60px;
  height: 60px;
  top: -16px;
  right: -3px;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg {
  padding: 20px 20px 40px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .mini-title {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #333;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg p {
  margin-top: 0px !important;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .c-linkBtn {
  margin-top: 30px;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .c-linkBtn .link {
  width: 114px;
  font-size: 1.4rem;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .c-linkBtn .link::before {
  width: 17px;
  height: 13px;
  right: 17px;
}
.entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .c-linkBtn .link::after {
  width: 50px;
  height: 50px;
  top: -13px;
  right: 1px;
}
.entry-content .imgLink-set ul li .imgLink-setList:nth-child(n+3) {
  margin-top: 40px;
}
.entry-content .imgLink-set.three-image ul {
  margin-left: -30px;
}
.entry-content .imgLink-set.three-image ul li {
  width: 33.3333333333%;
  padding-left: 30px;
}
.entry-content .imgLink-set.three-image ul li:nth-child(3n+1) {
  margin-left: 0;
}
.entry-content .imgLink-set.three-image ul li:nth-child(n+3) {
  margin-top: 0;
}
.entry-content .imgLink-set.three-image ul li:nth-child(n+4) {
  margin-top: 40px;
}
.entry-content .imgLink-set.three-image ul li .wysiwyg {
  padding: 15px 15px 30px;
}
.entry-content .imgLink-set.three-image ul li .wysiwyg .mini-title {
  font-size: 1.6rem;
}
.entry-content .imgLink-set.three-image ul li .wysiwyg p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.entry-content .imgLink-set.three-image ul li .wysiwyg .arw {
  margin: 22px 29px 0 0;
  color: #000846;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7333;
}
@media screen and (max-width: 767px) {
  .entry-content .imgLink-set + .imgLink-set {
    margin-top: 60px;
  }
  .entry-content .imgLink-set ul {
    display: block;
    margin-left: 0;
  }
  .entry-content .imgLink-set ul li {
    width: 100%;
    padding-left: 0;
  }
  .entry-content .imgLink-set ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .entry-content .imgLink-set ul li:nth-child(n+3) {
    margin-top: 40px;
  }
  .entry-content .imgLink-set ul li .imgLink-setList a {
    position: relative;
    display: block;
  }
  .entry-content .imgLink-set ul li .imgLink-setList .wysiwyg {
    padding: 20px 24px 30px;
    height: auto;
  }
  .entry-content .imgLink-set ul li .imgLink-setList .wysiwyg .mini-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .entry-content .imgLink-set ul li .imgLink-setList .wysiwyg p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .entry-content .imgLink-set ul li .imgLink-setList:nth-child(n+3) {
    margin-top: 40px;
  }
  .entry-content .imgLink-set.three-image ul {
    display: flex;
    margin-left: 0;
  }
  .entry-content .imgLink-set.three-image ul li {
    width: 100%;
    padding-left: 0;
  }
  .entry-content .imgLink-set.three-image ul li:nth-child(n+2) {
    margin-top: 30px;
  }
  .entry-content .imgLink-set.three-image ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.entry-content .accordionSet * {
  margin-top: 0;
}
.entry-content .accordionSet .accordionBlock {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.entry-content .accordionSet .accordionBlock:last-child {
  border-bottom: 1px solid #ddd;
}
.entry-content .accordionSet .accordionBlock .accordion_header {
  position: relative;
  display: block;
  padding: 30px 90px 30px 30px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_header {
    padding: 20px 60px 20px 10px;
    font-size: 1.6rem;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  height: 45px;
  margin-top: -20px;
  background-color: #00B1FF;
  border-radius: 50%;
  box-sizing: border-box;
  transform-origin: center center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_header .i_box {
    width: 36px;
    height: 36px;
    right: 0;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i {
  display: block;
  width: 17px;
  height: 17px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i {
    width: 14px;
    height: 14px;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::before, .entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::after {
  display: flex;
  content: "";
  background-color: #4B87C2;
  width: 17px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::before, .entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::after {
    width: 14px;
    height: 1px;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::before {
  width: 2px;
  height: 17px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_header .i_box .accordionBlock_i::before {
    width: 1px;
    height: 14px;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_header.open .i_box .accordionBlock_i::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .entry-content .accordionSet .accordionBlock .accordion_header:hover {
    color: #4B87C2;
  }
  .entry-content .accordionSet .accordionBlock .accordion_header:hover .i_box {
    opacity: 0.6;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_inner {
  display: none;
  margin-top: -10px;
  padding: 0px 90px 30px 30px;
}
@media screen and (max-width: 767px) {
  .entry-content .accordionSet .accordionBlock .accordion_inner {
    padding: 0 60px 20px 10px;
  }
}
.entry-content .accordionSet .accordionBlock .accordion_inner .mb-30 {
  margin-bottom: 30px;
}
.entry-content .tabSet * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .tabSet .tab-area {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.entry-content .tabSet .tab-area-inner {
  display: flex;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .tabSet .tab-area-inner {
    width: 540px;
  }
}
.entry-content .tabSet .tab-area-inner .tab {
  background-color: #00B1FF;
  border: 2px solid #00B1FF;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 12px 30px 4px 30px;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry-content .tabSet .tab-area-inner .tab {
    font-size: 1.4rem;
    padding: 8px 15px;
    margin-right: 5px;
  }
}
.entry-content .tabSet .tab-area-inner .tab:hover {
  color: #4B87C2;
}
.entry-content .tabSet .tab-area-inner .tab::before {
  content: none;
}
.entry-content .tabSet .tab-area-inner .tab.active {
  position: relative;
  background-color: #fff;
  border: 2px solid #4B87C2;
  border-bottom: none;
  z-index: 0;
}
.entry-content .tabSet .tab-area-inner .tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fff;
  bottom: -6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .tabSet .tab-area-inner .tab.active::after {
    z-index: 10;
    height: 10px;
    bottom: -7px;
  }
}
.entry-content .tabSet .panel-area .panel {
  display: none;
  padding: 30px 0;
  border-top: 2px solid #4B87C2;
}
@media screen and (max-width: 767px) {
  .entry-content .tabSet .panel-area .panel {
    padding: 20px 0;
  }
  .entry-content .tabSet .panel-area .panel h4 {
    margin-bottom: 10px;
  }
}
.entry-content .tabSet .panel-area .panel.active {
  display: block;
}

.wp-block-buttons.wp-container-1 {
  justify-content: flex-start;
}

.wp-block-buttons.wp-container-2, .wp-block-buttons.wp-container-4, .wp-block-buttons.wp-container-5 {
  justify-content: center;
}

.wp-block-buttons.wp-container-3 {
  justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body .is-layout-flex {
    display: block;
  }
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0 30px 20px 0;
}
.wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.wp-block-button__link {
  box-shadow: none;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  width: 290px;
  height: 75px;
  border-radius: 50em;
  padding: 16px 63px;
  background-color: #00B1FF;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-align: center;
  color: #4B87C2;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease-out;
  z-index: 0;
  cursor: pointer;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-button__link::before {
  content: "";
  position: absolute;
  display: inline-flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.wp-block-button__link::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 8px;
  top: 50%;
  right: 28px;
  z-index: 2;
  transform: translateY(-50%);
}
.wp-block-button__link[target=_blank]::after, .wp-block-button__link[href$=".pdf"]::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.wp-block-button__link[target=_blank]::after {
  background: url(../images/icon_blank.svg);
}
.wp-block-button__link[href$=".pdf"]::after {
  background: url(../images/icon_file.svg);
}
[data-whatintent=mouse] .wp-block-button__link:hover {
  background-color: #4B87C2;
  color: #fff;
}

.wp-element-button {
  cursor: pointer;
}

.link-list-area {
  margin-top: 30px;
  margin-left: -30px;
}
.link-list-area.row-area .link + .link {
  margin-top: 20px;
}
.link-list-area.blue .link {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .link-list-area.blue .link {
    width: 100%;
  }
}
.link-list-area.blue .link a {
  background-color: #4B87C2;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .link-list-area.blue .link a {
    height: 70px;
    font-size: 1.7rem;
  }
}
[data-whatintent=mouse] .link-list-area.blue .link a:hover {
  background-color: #00B1FF;
  color: #4B87C2;
}
.link-list-area .link {
  width: 320px;
  padding-left: 30px;
}
.link-list-area .link a {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 75px;
  border-radius: 50em;
  padding: 16px 63px;
  background-color: #00B1FF;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-align: center;
  color: #4B87C2;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.link-list-area .link a .c-circleArrow {
  position: absolute;
  right: 19px;
}
[data-whatintent=mouse] .link-list-area .link a:hover {
  background-color: #4B87C2;
  color: #fff;
}
.link-list-area .link a.back .c-circleArrow {
  right: auto;
  left: 19px;
}
.link-list-area .link a[target=_blank] span::before, .link-list-area .link a[href$=".pdf"] span::before {
  content: none;
}
.link-list-area .link a[target=_blank] span::after, .link-list-area .link a[href$=".pdf"] span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.link-list-area .link a[target=_blank] span.c-circleArrow--white, .link-list-area .link a[href$=".pdf"] span.c-circleArrow--white {
  background-color: transparent;
}
.link-list-area .link a[target=_blank] span::after {
  background: url(../images/icon_blank.svg);
}
.link-list-area .link a[href$=".pdf"] span::after {
  background: url(../images/icon_file.svg);
}
[data-whatintent=mouse] .link-list-area .link a:hover {
  background-color: #4B87C2;
}
.link-list-area .link.link-center {
  margin: 0 auto;
}
.link-list-area .link.link-right {
  margin: 0 0 0 auto;
}
.link-list-area .link.newline a {
  padding: 10px 50px;
}
.link-list-area + .link-list-area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .link-list-area {
    margin-left: 0;
  }
  .link-list-area .link {
    width: 100%;
    padding-left: 0;
  }
  .link-list-area .link + .link {
    margin-top: 20px;
  }
}
.link-list-area .link--contact {
  min-width: 450px;
}
.link-list-area .link--contact a {
  font-size: 2rem;
  background: #ff873e;
}
@media screen and (max-width: 767px) {
  .link-list-area .link--contact {
    min-width: 100%;
  }
  .link-list-area .link--contact a {
    font-size: 1.8rem;
  }
}
.link-list-area .link--return a {
  color: #333333;
  border: 1px solid #16369C;
  background: #fff;
  height: 100%;
}
.link-list-area .link--return a::before {
  background: none;
}
@media screen and (max-width: 767px) {
  .link-list-area .link--return {
    min-width: 100%;
  }
}

/**
 * Project
 */
.p-breadcrumb {
  z-index: 1;
  margin-top: 140px;
  margin-bottom: 40px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 0px;
  }
}
.p-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0;
}
.p-breadcrumb ol li {
  position: relative;
  padding-right: 30px;
  font-weight: normal;
}
.p-breadcrumb ol li::before {
  position: absolute;
  content: "";
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: scaleX(-1) translateX(2px) rotate(45deg);
  top: 13px;
  right: 9px;
}
.p-breadcrumb ol li:last-of-type::before {
  content: none;
}
.p-breadcrumb ol li a {
  color: #FF8A31;
  font-weight: 500;
  transition: 0.3s;
}
[data-whatintent=mouse] .p-breadcrumb ol li a:hover {
  opacity: 0.6;
}
.p-breadcrumb ol li span {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-bottom: 40px;
  }
  .p-breadcrumb ol {
    padding: 12px 0;
  }
  .p-breadcrumb ol li span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/**
 * Other
 */
/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

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

.u-taCenter {
  text-align: center !important;
}

/**
 * keyframes
 */
/**
 * Layout
 */
.ly_contents {
  position: relative;
  overflow-x: clip;
  z-index: 1;
}

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

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

.ly_withSideNav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media screen and (max-width: 767px) {
  .ly_withSideNav {
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:last-child {
    margin-bottom: 60px;
  }
}
.ly_withSideNav:not(:has(.ly_withSideNav_aside)) {
  -moz-column-gap: 0;
  column-gap: 0;
}
.ly_withSideNav:has(.ly_withSideNav_aside):not(:has(.ly_withSideNav_foot)) .ly_withSideNav_main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_annotation {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img .item figure .hdg {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-2col {
    --col_gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-2col .item figure .hdg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-3col {
    --col_gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-3col .item figure .hdg {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-4col {
    --col_gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-4col .item figure .hdg {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_img-4col .item figure figcaption {
    font-size: 1.2rem;
  }
}
.ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_btn .btn a {
  padding: 15px 16px;
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_btn-3col .btn a {
    padding: 15px;
    padding-left: 20px;
  }
}
.ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_btn-3col .btn a .el_icon_circleArw {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_btn-4col .btn a {
    padding: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_card-4col {
    --link_rowPad: 10px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_card-4col .inner .item > a .link > span:not(.el_icon_circleArw) {
    padding-right: 26px;
  }
}
.ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_card-4col .inner .item > a .link .el_icon_circleArw {
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-2col {
    --imgSize: 100px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-3col {
    --imgSize: 60px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-3col .inner {
    gap: 20px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-3col .inner .item > a {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-3col .inner .item > a .link {
    font-size: 1.4rem;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-3col .inner .item > a .el_icon_circleArw {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) {
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-4col {
    --imgSize: 50px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-4col .inner {
    gap: 10px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-4col .inner .item > a {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-4col .inner .item > a .link {
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 1.3rem;
  }
  .ly_withSideNav:has(.ly_withSideNav_aside) .ly_withSideNav_main .el_iconBtn-4col .inner .item > a .el_icon_circleArw {
    width: 25px;
    height: 25px;
  }
}
.ly_withSideNav_main {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ly_withSideNav_main {
    padding-bottom: 60px;
    order: 1;
  }
}
.ly_withSideNav_aside {
  width: 200px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ly_withSideNav_aside {
    width: 100%;
    padding-top: 50px;
    order: 3;
  }
}
.ly_withSideNav_aside .el_btn .btn .el_icon_circleArw {
  width: 25px;
  height: 25px;
}
.ly_withSideNav_foot {
  position: relative;
  grid-column: span 2;
  padding-block: 40px;
  order: 2;
}
.ly_withSideNav_foot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--vw);
  height: 100%;
  background-color: #f6f6f6;
  translate: -50% 0;
  z-index: 0;
}

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

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

.ly_category-top_content > :first-child {
  margin-top: 0;
}
.ly_category-top_content > :first-child > :first-child {
  margin-top: 0;
}
.ly_category-top_content > :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;
  }
}

.ly_withBanner {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  margin-right: calc((var(--vw) - 1040px) / 2);
  padding-right: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ly_withBanner {
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }
}
.ly_withBanner_other {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .ly_withBanner_other {
    width: 100%;
  }
}
.ly_withBanner_other > *:first-child {
  margin-top: 0 !important;
}
.ly_withBanner_banner {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .ly_withBanner_banner {
    width: 100%;
  }
}
.ly_withBanner_banner .linkArea {
  padding-top: 0;
}

.ly_article + .ly_article {
  margin-top: 40px;
}

/**
 * Block
 */
.bl_breadcrumb {
  z-index: 1;
  margin-top: 151px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb {
    margin-top: 0px;
  }
}
.bl_breadcrumb ol {
  padding: 12px 0;
  font-size: 0;
}
.bl_breadcrumb ol li {
  display: inline;
  position: relative;
  padding-right: 27px;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb ol li {
    padding-right: 14px;
  }
}
.bl_breadcrumb ol li::before {
  content: "";
  position: absolute;
  top: 10.5px;
  right: 9px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: scaleX(-1) translateX(2px) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb ol li::before {
    width: 5px;
    height: 5px;
    top: 12px;
    right: 5px;
  }
}
.bl_breadcrumb ol li:last-of-type::before {
  content: none;
}
.bl_breadcrumb ol li a {
  display: inline-block;
  color: #FF8A31;
  font-size: 0;
  font-weight: 500;
  transition: 0.3s;
}
[data-whatintent=mouse] .bl_breadcrumb ol li a:hover {
  opacity: 0.6;
}
.bl_breadcrumb ol li span {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb ol {
    padding: 12px 0;
  }
  .bl_breadcrumb ol li span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.bl_breadcrumb:not(:has(+ .bl_titleBox)) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl_breadcrumb:not(:has(+ .bl_titleBox)) {
    margin-bottom: 20px;
  }
}

.bl_sideNav {
  margin-top: 4px;
  border-radius: 10px;
  overflow: hidden;
}
.bl_sideNav .hdg {
  padding: 15px;
  color: #fff;
  background-color: #FF8A31;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .hdg {
    padding: 10px 16px;
  }
}
.bl_sideNav .hdg > a {
  transition: opacity 0.3s;
}
.bl_sideNav .hdg > a span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
.bl_sideNav .hdg > a span:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5lh;
  left: 0;
  width: 7px;
  height: 8px;
  background-color: currentColor;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  translate: 0 -50%;
}
.bl_sideNav .hdg > a:focus, [data-whatintent=mouse] .bl_sideNav .hdg > a:hover {
  opacity: 0.8;
}
.bl_sideNav .item {
  position: relative;
  padding: 15px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .bl_sideNav .item {
    padding: 13px 15px;
  }
}
.bl_sideNav .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.bl_sideNav .item:last-child::before {
  display: none;
}
.bl_sideNav .item a {
  font-size: 1.3rem;
  align-items: center;
  transition: opacity 0.3s;
}
.bl_sideNav .item a:focus, [data-whatintent=mouse] .bl_sideNav .item a:hover {
  opacity: 0.8;
}
.pg_news .bl_sideNav .item a, .pg_news_detail .bl_sideNav .item a {
  position: relative;
}
.pg_news .bl_sideNav .item a .icon_tri, .pg_news_detail .bl_sideNav .item a .icon_tri {
  position: absolute;
  top: 0.5lh;
  left: 0;
  fill: #FF8A31;
  translate: 0 -50%;
}
.pg_news .bl_sideNav .item a span:before, .pg_news_detail .bl_sideNav .item a span:before {
  content: none;
}
.bl_sideNav .item a span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  line-height: 1.4;
}
.bl_sideNav .item a span:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5lh;
  left: 0;
  width: 7px;
  height: 8px;
  background-color: #FF8A31;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  translate: 0 -50%;
}
.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: 18px;
  height: 18px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_window.svg);
}
.bl_sideNav .item a[target=_blank] span:after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  background-image: url(../images/icon/icon_window.svg);
}
.bl_sideNav .item a[href$=".pdf"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: -3px;
  background-image: url(../images/icon/icon_pdf.svg);
}
.bl_sideNav .item > a.is_current {
  font-weight: bold;
  color: #FF8A31;
}
.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: 38px;
  margin-bottom: 60px;
  background-color: #fbf1e4;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_titleBox {
    padding-block: 22px;
    margin-bottom: 30px;
  }
}

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

.bl_liveCam:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bl_liveCam:not(:first-child) {
    margin-top: 30px;
  }
}
.bl_liveCam .txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bl_liveCam .txt {
    margin-bottom: 10px;
  }
}
.bl_liveCam_map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_liveCam_map:has(> .map img) .img,
.bl_liveCam_map:has(> .map img) .pinList {
    display: none;
  }
}
.bl_liveCam_map .img img,
.bl_liveCam_map .map img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_liveCam_map .pinList {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bl_liveCam_map .pinList .pin {
  position: absolute;
  translate: -50% -50%;
}
.bl_liveCam_map .pinList .pin > a {
  position: relative;
  display: grid;
  place-content: center;
  width: 24px;
  aspect-ratio: 6/5;
  transition: opacity 0.3s;
}
.bl_liveCam_map .pinList .pin > a:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 162%;
  height: 100%;
  background-image: url(../images/icon/icon_camera_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.bl_liveCam_map .pinList .pin > a span {
  position: relative;
  margin-block: calc((1cap - 1lh) / 2);
  font-weight: bold;
  font-size: 1.4rem;
  color: #6E5A4B;
  z-index: 2;
}
.bl_liveCam_map .pinList .pin > a:focus, [data-whatintent=mouse] .bl_liveCam_map .pinList .pin > a:hover {
  opacity: 0.6;
}
.bl_liveCam_link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bl_liveCam_link {
    margin-top: 30px;
  }
}
.bl_liveCam_link > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_liveCam_link > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.bl_liveCam_link > ul .item {
  display: grid;
}
.bl_liveCam_link > ul .item article {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s;
}
.bl_liveCam_link > ul .item article .head {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px;
  padding-right: 30px;
  background-color: var(--category-color);
  color: #fff;
}
.bl_liveCam_link > ul .item article .head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  aspect-ratio: 3/2;
  -webkit-mask-image: url(../images/icon/icon_arw.svg);
  mask-image: url(../images/icon/icon_arw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  translate: 0 -50%;
}
.bl_liveCam_link > ul .item article .head .circleNum {
  display: grid;
  place-content: center;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--category-color);
}
.bl_liveCam_link > ul .item article .head .circleNum span {
  display: inline-block;
  margin-block: calc((1cap - 1lh) / 2);
}
.bl_liveCam_link > ul .item article .head .title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bl_liveCam_link > ul .item article .thumb {
  align-self: flex-end;
}
.bl_liveCam_link > ul .item article .thumb img {
  width: 100%;
  aspect-ratio: 213/107;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_liveCam_link > ul .item > a {
  display: grid;
}
.bl_liveCam_link > ul .item > a:focus article, [data-whatintent=mouse] .bl_liveCam_link > ul .item > a:hover article {
  opacity: 0.6;
}

.bl_liveCamPanel > ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  row-gap: 30px;
}
.bl_liveCamPanel > ul .item {
  display: grid;
  row-gap: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_liveCamPanel > ul .item {
    grid-template-rows: subgrid;
    grid-row: span 2;
    justify-self: center;
    row-gap: 15px;
  }
}
.bl_liveCamPanel > ul .item article {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border-radius: 10px;
  overflow: hidden;
}
.bl_liveCamPanel > ul .item article .head {
  display: grid;
  place-content: center;
  background-color: var(--category-color);
  padding: 12px 20px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_liveCamPanel > ul .item article .head {
    padding: 8px;
    font-size: 1.6rem;
  }
}
.bl_liveCamPanel > ul .item article .thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .bl_liveCamPanel-2col > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

/**
 * Element
 */
.el_icon_circleArw {
  width: 25px;
  height: 25px;
  background: #fbf1e4;
  flex-shrink: 0;
  display: inline-grid;
  place-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon_arw {
  width: 13px;
  height: 9px;
  fill: #fff;
}

.category {
  display: inline-block;
  margin-left: 10px;
  padding: 0 15px 1px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  background-color: var(--category-color);
}
.category.report {
  background: #FF8A31;
}

.renewal .el_articleHdg {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal .el_articleHdg {
    font-size: 2.4rem;
  }
}

.el_articleTitle {
  margin-bottom: 40px;
  font-size: 0;
}
.el_articleTitle .date {
  min-width: 90px;
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #6E5A4B;
}
@media screen and (max-width: 767px) {
  .el_articleTitle .date {
    font-size: 1.4rem;
  }
}
.el_articleTitle .category {
  padding: 1px 15.5px 0px;
  border-radius: 5px;
  font-size: 1.4rem;
}
.el_articleTitle .category:first-of-type {
  margin-left: 20px;
}
.el_articleTitle .hdg {
  margin-top: 10px;
  color: #FF8A31;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .el_articleTitle .hdg {
    font-size: 2.4rem;
  }
}

.el_layeredHdg {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
}
.el_layeredHdg:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_layeredHdg:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .el_layeredHdg {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .el_layeredHdg {
    margin-inline: -20px;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 72px;
  }
}
.el_layeredHdg:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--category-color);
  opacity: 0.75;
  z-index: 1;
}
.el_layeredHdg .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.el_layeredHdg .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.el_layeredHdg .title {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .el_layeredHdg .title {
    font-size: 2.2rem;
  }
}
.el_layeredHdg:not(:has(.bg)):before {
  opacity: 1;
}

.el_hdg:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_hdg:not(:first-child) {
    margin-top: 40px;
  }
}
.el_hdg .primary {
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
.el_hdg .primary::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background-color: #FF8A31;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .el_hdg .primary {
    padding-left: 13px;
    font-size: 2.2rem;
  }
}
.el_hdg .secondary {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.el_hdg .secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #FF8A31;
  z-index: 1;
}
.el_hdg .secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transform: perspective(0);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .el_hdg .secondary {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 1.8rem;
  }
  .el_hdg .secondary::before {
    width: 50px;
  }
}
.el_hdg .tertiary {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .el_hdg .tertiary {
    font-size: 1.6rem;
  }
}
.el_hdg + * {
  margin-top: 0 !important;
}
.el_hdg_home .primary {
  margin-top: 0;
  margin-bottom: 20px;
}
.el_hdg_home + * {
  margin-top: 0 !important;
}
.el_hdg_home + * > *:first-child {
  margin-top: 0 !important;
}

.el_wysiwyg:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg:not(:first-child) {
    margin-top: 30px;
  }
}
.el_wysiwyg > * {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg > * {
    margin-top: 6px;
  }
}
.el_wysiwyg > *:first-child {
  margin-top: 0;
}
.el_wysiwyg > *:last-child {
  margin-bottom: 0;
}
.el_wysiwyg > *:last-child > *:last-child {
  margin-bottom: 0;
}
.el_wysiwyg ol,
.el_wysiwyg ul {
  padding-left: 18px;
  overflow: hidden;
}
.el_wysiwyg ol {
  counter-reset: list-counter;
  margin: 20px 0;
}
.el_wysiwyg ol > li {
  counter-increment: list-counter;
  position: relative;
}
.el_wysiwyg ol > li:before {
  content: counter(list-counter) ".";
  position: absolute;
  top: 0.5lh;
  left: -18px;
  font-weight: 500;
  translate: 0 -50%;
}
.el_wysiwyg ul {
  margin: 20px 0;
}
.el_wysiwyg ul > li {
  position: relative;
}
.el_wysiwyg ul > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: -13px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #333333;
  translate: 0 -50%;
}
.el_wysiwyg li {
  margin-top: 5px;
}
.el_wysiwyg li:first-child {
  margin-top: 0;
}
.el_wysiwyg a {
  color: #FF8A31;
}
[data-whatintent=mouse] .el_wysiwyg a:hover {
  text-decoration: underline;
}
.el_wysiwyg .center {
  text-align: center;
}
.el_wysiwyg .right {
  text-align: right;
}
.el_wysiwyg div:has(> table) {
  position: relative;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.el_wysiwyg div:has(> table):before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #ccc;
  pointer-events: none;
}
.el_wysiwyg table {
  max-width: 100%;
  table-layout: fixed;
}
.el_wysiwyg table th {
  color: #333333;
  background-color: rgba(229, 137, 17, 0.12);
}
.el_wysiwyg table td {
  background-color: #fff;
}
.el_wysiwyg table th,
.el_wysiwyg table td {
  padding: 14px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .el_wysiwyg table th,
.el_wysiwyg table td {
    padding: 10px;
  }
}
.el_wysiwyg table th:not([align]) {
  text-align: center;
}
.el_wysiwyg table td:not([align]) {
  text-align: left;
}
.el_wysiwyg table th:not([valign]),
.el_wysiwyg table td:not([valign]) {
  vertical-align: middle;
}
.el_wysiwyg iframe {
  max-width: 100%;
  height: auto;
}

.el_txtImg:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_txtImg:not(:first-child) {
    margin-top: 30px;
  }
}
.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.6;
}
.el_txtImg figure {
  float: right;
  width: 49.3%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .el_txtImg figure {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.el_txtImg figure .img {
  width: 100%;
  transition: opacity 0.3s;
}
.el_txtImg figure .img img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.el_txtImg figure figcaption {
  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: 0;
}
.el_txtImg .el_wysiwyg ol {
  margin-left: 0;
}
.el_txtImg .txt .hdg {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .el_txtImg .txt .hdg {
    font-size: 1.6rem;
  }
}
.el_txtImg-center {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.el_txtImg-center:after {
  content: none;
}
.el_txtImg-center figure {
  float: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure {
    margin-top: 0;
  }
}
.el_txtImg-center figure .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.el_txtImg-center figure .img img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .el_txtImg-center figure .img img {
    width: 100%;
  }
}
.el_txtImg-center figure figcaption {
  text-align: left;
}
.el_txtImg-left figure {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}

.el_linkList:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_linkList:not(:first-child) {
    margin-top: 30px;
  }
}
.el_linkList a {
  color: #FF8A31;
}
[data-whatintent=mouse] .el_linkList a:hover {
  text-decoration: underline;
}
.el_linkList ul {
  margin-left: 15px;
}
.el_linkList ul li {
  position: relative;
  margin-top: 5px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .el_linkList ul li {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.el_linkList ul li:first-child {
  margin-top: 0;
}
.el_linkList ul li:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: -15px;
  width: 5px;
  height: 8px;
  background-image: url(../images/icon/icon_linkList.svg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
.el_linkList ul li:not(:has(> a)):before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-image: none;
  background-color: currentColor;
  border-radius: 50%;
  translate: 0 -50%;
}
.el_linkList ul > li > ul {
  margin-top: 16px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .el_linkList ul > li > ul {
    margin-top: 18px;
    margin-left: 15px;
  }
}
.el_linkList ul > li > ul li {
  position: relative;
}
.el_linkList ul > li > ul li:before {
  content: "";
  position: absolute;
  left: -13px;
  width: 1px;
  height: 8px;
  transform: rotate(90deg);
  background-color: #333;
  border-radius: 0;
}
.el_linkList ul > li > ul > li > ul {
  margin-top: 13px;
  margin-left: 27px;
}
.el_linkList ul > li > ul > li > ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .el_linkList ul > li > ul > li > ul {
    margin-top: 17px;
    margin-left: 17px;
  }
  .el_linkList ul > li > ul > li > ul li {
    font-size: 1.3rem;
  }
}
.el_linkList-2col > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 56px;
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul {
    flex-direction: column;
    gap: 0;
  }
}
.el_linkList-2col > ul > li {
  margin-top: 0;
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li {
    width: 100%;
  }
}
.el_linkList-2col > ul > li li {
  margin-top: 5px;
}
.el_linkList-2col > ul > li li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_linkList-2col > ul > li li {
    margin-top: 0;
  }
}

.el_annotation {
  padding: 50px;
  border-radius: 10px;
  background-color: #fbf1e4;
}
.el_annotation:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_annotation:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_annotation {
    padding: 20px;
  }
}
.el_annotation .el_txtImg {
  margin-top: 0;
}
.el_annotation .el_txtImg figure {
  width: 45.6%;
}
@media screen and (max-width: 767px) {
  .el_annotation .el_txtImg figure {
    width: 100%;
  }
}

.el_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.el_btn:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_btn:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn {
    gap: 10px;
  }
}
.el_btn .btn {
  width: 100%;
}
.el_btn .btn a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  height: 100%;
  min-height: 70px;
  background: #fff;
  transition: background-color 0.3s;
  border: 2px solid #FF8A31;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a {
    padding: 13px 14px;
  }
}
.el_btn .btn a .txt {
  display: block;
  width: 100%;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a .txt {
    font-size: 1.5rem;
  }
}
.el_btn .btn a .el_icon_circleArw {
  position: relative;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .el_btn .btn a .el_icon_circleArw {
    width: 30px;
    height: 30px;
  }
}
.el_btn .btn a .el_icon_circleArw .icon_arw {
  fill: #FF8A31;
}
.el_btn .btn a .el_icon_circleArw:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
[data-whatintent=mouse] .el_btn .btn a:hover {
  background: #FF8A31;
}
[data-whatintent=mouse] .el_btn .btn a:hover .txt {
  color: #fff;
}
[data-whatintent=mouse] .el_btn .btn a:hover:after {
  background-image: url(../images/icon/icon_btn_arrow.svg);
}
.el_btn-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el_btn-2col .btn {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .el_btn-2col .btn {
    width: calc((100% - 10px) / 2);
  }
}
.el_btn-3col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el_btn-3col .btn {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .el_btn-3col .btn_sp {
    width: 100%;
  }
}
.el_btn-4col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el_btn-4col .btn {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .el_btn-4col .btn {
    width: calc((100% - 10px) / 2);
  }
}
.el_btn-4col .btn a .el_icon_circleArw {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .el_btn-4col .btn a {
    padding: 15px;
    padding-left: 20px;
  }
}
.el_btn + .el_btn {
  margin-top: 20px;
}

.el_table:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_table:not(:first-child) {
    margin-top: 30px;
  }
}
.el_table_body {
  margin-top: 13px;
}
.el_table .el_wysiwyg {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_table-scroll .el_table_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: scroll;
  }
  .el_table-scroll .el_table_body div:has(> table) {
    margin-inline: 20px;
  }
  .el_table-scroll .el_table_body table {
    width: 800px;
    max-width: unset;
  }
  .el_table-scroll .el_table_txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}
.el_table:not(.el_table-scroll) .el_table_txt {
  display: none;
}

.el_img {
  --col_gap: 40px;
  --row_gap: 40px;
}
.el_img:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_img:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_img {
    --col_gap: 20px;
    --row_gap: 30px;
  }
}
.el_img .inner {
  display: grid;
  -moz-column-gap: var(--col_gap);
  column-gap: var(--col_gap);
  row-gap: var(--row_gap);
}
.el_img .item {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_img .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_img .item {
    width: 100%;
  }
}
.el_img .item:not(:is(.square)) figure .img {
  border-radius: 10px;
}
.el_img .item figure {
  display: table;
  margin: 0 auto;
}
.el_img .item figure .img {
  overflow: hidden;
  transition: opacity 0.3s;
}
.el_img .item figure .img img {
  width: 100%;
}
.el_img .item figure .hdg {
  position: relative;
  margin-top: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_img .item figure .hdg {
    font-size: 1.6rem;
  }
}
.el_img .item figure .hdg:first-child {
  margin-top: 0;
}
.el_img .item figure .hdg .txt {
  position: relative;
  transition: 0.3s;
}
.el_img .item figure .hdg .txt:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 0;
  transition: 0.3s;
  transform: rotate(180deg);
  background-color: #FF8A31;
  opacity: 0;
}
.el_img .item figure .hdg .el_icon_circleArw {
  display: none;
  position: absolute;
  top: 0.5lh;
  right: 0;
  border: 1px solid #FF8A31;
  transition: background-color 0.3s;
  background: #FF8A31;
  translate: 0 -50%;
}
.el_img .item figure .hdg .el_icon_circleArw .icon_arw {
  fill: #fff;
}
.el_img .item figure figcaption {
  margin-top: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .el_img .item figure figcaption {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.el_img .item figure figcaption:first-child {
  margin-top: 0;
}
.el_img .item a .hdg {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .el_img .item a .hdg {
    padding-right: 35px;
  }
}
.el_img .item a .hdg .txt {
  display: inline-block;
  color: #FF8A31;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.el_img .item a .hdg .el_icon_circleArw {
  display: flex;
}
[data-whatintent=mouse] .el_img .item a:hover .img {
  opacity: 0.6;
}
[data-whatintent=mouse] .el_img .item a:hover .hdg .txt {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
@media screen and (min-width: 768px) {
  .el_img-2col {
    --col_gap: 50px;
    --row_gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .el_img-2col .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .el_img-2col .item figure .hdg {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col {
    --row_gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_img-3col .item figure .hdg {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .item figure .hdg {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .item figure .hdg .el_icon_circleArw {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-3col .item figure .hdg .el_icon_circleArw .icon_arw {
    width: 8px;
    height: 6px;
  }
}
.el_img-3col .item figure figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .el_img-3col .item figure figcaption {
    font-size: 1.2rem;
  }
}
.el_img-3col .item a .hdg {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .el_img-3col .item a .hdg {
    padding-right: 23px;
  }
}
@media screen and (min-width: 768px) {
  .el_img-4col {
    --col_gap: 30px;
    --row_gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col {
    --row_gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .el_img-4col .item figure .hdg {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .item figure .hdg {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .item figure .hdg .el_icon_circleArw {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_img-4col .item figure .hdg .el_icon_circleArw .icon_arw {
    width: 8px;
    height: 6px;
  }
}
.el_img-4col .item figure figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item figure figcaption {
    font-size: 1.2rem;
  }
}
.el_img-4col .item a .hdg {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .el_img-4col .item a .hdg {
    padding-right: 23px;
  }
}

.el_movie:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_movie:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_movie {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.el_movie .select .youtube,
.el_movie .select .mp4 {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.el_movie .select .youtube {
  aspect-ratio: 16/9;
}
.el_movie .select .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .el_movie .select .mp4 {
    width: 100%;
  }
  .el_movie .select .mp4 video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.el_movie .select .mp4 video {
  display: block;
  max-width: 100%;
}
.el_movie .el_wysiwyg {
  margin-top: 0;
}
.el_movie .el_wysiwyg ol,
.el_movie .el_wysiwyg ul {
  margin-left: 0;
  padding-left: 20px;
  overflow: hidden;
}
.el_movie .txt .hdg {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .el_movie .txt .hdg {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-left::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-left .select {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 51%;
  }
  .el_movie-left .select .mp4 {
    width: 100%;
  }
  .el_movie-left .select .mp4 video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_movie-left .select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-right::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-right .select {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    width: 51%;
  }
  .el_movie-right .select .mp4 {
    width: 100%;
  }
  .el_movie-right .select .mp4 video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_movie-right .select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_movie-center {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .el_movie-center .select {
    width: 100%;
  }
  .el_movie-center .select .youtube {
    margin: 0 auto;
    width: 64%;
  }
  .el_movie-center .select .mp4 {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

.el_card {
  --link_rowPad: 15px;
  --link_colPad: 20px;
}
.el_card:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_card:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_card {
    --link_rowPad: 10px;
    --link_colPad: 12px;
  }
}
.el_card .inner {
  display: grid;
}
.el_card .inner .item {
  display: grid;
  border-radius: 9px;
  overflow: hidden;
}
.el_card .inner .item:not(:has(a)) {
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a {
  display: grid;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.el_card .inner .item > a .el_icon_circleArw:after {
  content: none;
  display: inline-block;
  background-color: currentColor;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_card .inner .item > a[target=_blank] .el_icon_circleArw .icon_arw {
  display: none;
}
.el_card .inner .item > a[target=_blank] .el_icon_circleArw:after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_card .inner .item > a[href$=".pdf"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".doc"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".docx"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".docm"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".dotx"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".dotm"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".xls"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".xlsx"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".xlt"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".xml"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".xlsm"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".csv"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".ppt"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".pptx"] .el_icon_circleArw .icon_arw, .el_card .inner .item > a[href$=".pptm"] .el_icon_circleArw .icon_arw {
  display: none;
}
.el_card .inner .item > a[href$=".pdf"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".doc"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".docx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".docm"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".dotx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".dotm"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xls"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlsx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlt"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xml"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlsm"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".csv"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".ppt"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".pptx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".pptm"] .el_icon_circleArw:after {
  content: "";
  background-color: transparent;
}
.el_card .inner .item > a[href$=".pdf"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_pdf.svg);
}
.el_card .inner .item > a[href$=".doc"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".docx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".docm"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".dotx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".dotm"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_doc.svg);
}
.el_card .inner .item > a[href$=".xls"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlsx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlt"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xml"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".xlsm"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".csv"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_xls.svg);
}
.el_card .inner .item > a[href$=".ppt"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".pptx"] .el_icon_circleArw:after, .el_card .inner .item > a[href$=".pptm"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_ppt.svg);
}
.el_card .inner .item > a .link {
  background-color: #fbf1e4;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .el_card .inner .item > a .link {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.el_card .inner .item > a .link > span:not(.el_icon_circleArw) {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .el_card .inner .item > a .link > span:not(.el_icon_circleArw) {
    padding-right: 23px;
  }
}
.el_card .inner .item > a .link .el_icon_circleArw {
  position: absolute;
  top: calc(var(--link_rowPad) + 0.5lh);
  right: var(--link_colPad);
  background-color: #FF8A31;
  color: #fff;
  translate: 0 -50%;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_card .inner .item > a .link .el_icon_circleArw .icon_arw {
  fill: currentColor;
}
.el_card .inner .item > a .link .el_icon_circleArw:after {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: auto;
  translate: -50% -50%;
}
.el_card .inner .item > a[href$=".pdf"] .el_icon_circleArw, .el_card .inner .item > a[href$=".doc"] .el_icon_circleArw, .el_card .inner .item > a[href$=".docx"] .el_icon_circleArw, .el_card .inner .item > a[href$=".docm"] .el_icon_circleArw, .el_card .inner .item > a[href$=".dotx"] .el_icon_circleArw, .el_card .inner .item > a[href$=".dotm"] .el_icon_circleArw, .el_card .inner .item > a[href$=".xls"] .el_icon_circleArw, .el_card .inner .item > a[href$=".xlsx"] .el_icon_circleArw, .el_card .inner .item > a[href$=".xlt"] .el_icon_circleArw, .el_card .inner .item > a[href$=".xml"] .el_icon_circleArw, .el_card .inner .item > a[href$=".xlsm"] .el_icon_circleArw, .el_card .inner .item > a[href$=".csv"] .el_icon_circleArw, .el_card .inner .item > a[href$=".ppt"] .el_icon_circleArw, .el_card .inner .item > a[href$=".pptx"] .el_icon_circleArw, .el_card .inner .item > a[href$=".pptm"] .el_icon_circleArw {
  background-color: transparent;
}
.el_card .inner .item > a:focus .link, [data-whatintent=mouse] .el_card .inner .item > a:hover .link {
  background-color: #FF8A31;
  color: #fff;
}
.el_card .inner .item > a:focus .link .el_icon_circleArw, [data-whatintent=mouse] .el_card .inner .item > a:hover .link .el_icon_circleArw {
  background-color: #fbf1e4;
  color: #FF8A31;
}
.el_card .inner .item .img {
  width: 100%;
  aspect-ratio: 5/3;
}
.el_card .inner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_card .inner .item .link {
  position: relative;
  display: grid;
  padding: var(--link_rowPad) var(--link_colPad);
  background-color: #fbf1e4;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #333333;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_card-2col {
  --link_rowPad: 20px;
}
@media screen and (max-width: 767px) {
  .el_card-2col {
    --link_colPad: 20px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-2col .inner .item > a .link > span:not(.el_icon_circleArw) {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 37px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item > a .link .el_icon_circleArw {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item > a .link .el_icon_circleArw .icon_arw {
    width: 8px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-3col .inner .item > a[target=_blank]:not([href$=".pdf"],
[href$=".doc"],
[href$=".docx"],
[href$=".docm"],
[href$=".dotx"],
[href$=".dotm"],
[href$=".xls"],
[href$=".xlsx"],
[href$=".xlt"],
[href$=".xml"],
[href$=".xlsm"],
[href$=".csv"],
[href$=".ppt"],
[href$=".pptx"],
[href$=".pptm"]) .link .el_icon_circleArw:after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-4col {
    --link_pad: 15px;
  }
}
@media screen and (min-width: 768px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item > a .link .el_icon_circleArw {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item > a .link .el_icon_circleArw .icon_arw {
    width: 8px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .el_card-4col .inner .item > a[target=_blank]:not([href$=".pdf"],
[href$=".doc"],
[href$=".docx"],
[href$=".docm"],
[href$=".dotx"],
[href$=".dotm"],
[href$=".xls"],
[href$=".xlsx"],
[href$=".xlt"],
[href$=".xml"],
[href$=".xlsm"],
[href$=".csv"],
[href$=".ppt"],
[href$=".pptx"],
[href$=".pptm"]) .link .el_icon_circleArw:after {
    width: 13px;
    height: 13px;
  }
}

.el_tablePattern:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern:not(:first-child) {
    margin-top: 30px;
  }
}
.el_tablePattern .el_tablePattern_txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body {
    margin-left: -20px;
    padding-bottom: 8px;
    width: calc(100% + 40px);
    overflow-x: scroll;
  }
}
.el_tablePattern_body div:has(> table) {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body div:has(> table) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px;
  }
}
.el_tablePattern_body div:has(> table):before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #ccc;
  pointer-events: none;
}
.el_tablePattern_body table {
  width: 100%;
  border-spacing: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body table {
    width: 800px;
  }
}
.el_tablePattern_body table a {
  color: #FF8A31;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.el_tablePattern_body table a:after {
  content: none;
  display: inline-block;
  background-color: currentColor;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_tablePattern_body table a[target=_blank] .icon_arw {
  display: none;
}
.el_tablePattern_body table a[target=_blank]:after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_tablePattern_body table a[href$=".pdf"] .icon_arw {
  display: none;
}
.el_tablePattern_body table a[href$=".pdf"]:after {
  content: "";
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_pdf.svg);
  background-color: transparent;
}
.el_tablePattern_body table a:after {
  margin-left: 0.5em;
}
.el_tablePattern_body table a:focus, [data-whatintent=mouse] .el_tablePattern_body table a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.el_tablePattern_body table th {
  text-align: center;
  background-color: #fbf1e4;
}
.el_tablePattern_body table td {
  background-color: #fff;
}
.el_tablePattern_body table th,
.el_tablePattern_body table td {
  letter-spacing: 0.03em;
  vertical-align: middle;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .el_tablePattern_body table th,
.el_tablePattern_body table td {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_tablePattern_body table th,
.el_tablePattern_body table td {
    padding: 10px;
  }
}
.el_tablePattern.pat1 table tbody tr > *:first-child {
  min-width: 180px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat1 table tbody tr > *:first-child {
    min-width: 154px;
  }
}
.el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
  min-width: 180px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat2 table tbody tr > *:first-child, .el_tablePattern.pat2 table tbody tr > *:last-child {
    min-width: 154px;
  }
}
@media screen and (min-width: 768px) {
  .el_tablePattern.pat3 table thead tr th:last-child {
    min-width: calc(2em + 34px);
  }
}
.el_tablePattern.pat3 table tbody tr > *:nth-child(2n-1) {
  min-width: 180px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat3 table tbody tr > *:nth-child(2n-1) {
    min-width: 154px;
  }
}
.el_tablePattern.pat4 table tbody tr > *:first-child {
  min-width: 180px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el_tablePattern.pat4 table tbody tr > *:first-child {
    min-width: 154px;
  }
}

.el_news,
ul.el_news,
ol.el_news {
  padding: 30px;
  background-color: #fbf1e4;
  border-radius: 10px;
}
.el_news:not(:first-child),
ul.el_news:not(:first-child),
ol.el_news:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_news:not(:first-child),
ul.el_news:not(:first-child),
ol.el_news:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .el_news,
ul.el_news,
ol.el_news {
    padding: 30px 20px;
  }
}
.el_news .item,
ul.el_news .item,
ol.el_news .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  font-size: 0;
}
.el_news .item:last-child,
ul.el_news .item:last-child,
ol.el_news .item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.el_news .item .date,
ul.el_news .item .date,
ol.el_news .item .date {
  display: inline-block;
  margin-bottom: 8px;
  min-width: 79px;
  font-family: "Roboto", serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #6E5A4B;
}
.el_news .item .category,
ul.el_news .item .category,
ol.el_news .item .category {
  display: inline-block;
  margin-left: 10px;
  padding: 0 15px 1px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  background-color: var(--category-color);
}
.el_news .item .category.report,
ul.el_news .item .category.report,
ol.el_news .item .category.report {
  background: #FF8A31;
}
.el_news .item .new,
ul.el_news .item .new,
ol.el_news .item .new {
  display: inline-block;
  margin-top: 2px;
  margin-left: 13px;
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #E64040;
}
.el_news .item .body,
ul.el_news .item .body,
ol.el_news .item .body {
  font-size: 0;
  line-height: 1.6;
}
.el_news .item .body span,
ul.el_news .item .body span,
ol.el_news .item .body span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .el_news .item .body span,
ul.el_news .item .body span,
ol.el_news .item .body span {
    font-size: 1.4rem;
  }
}
.el_news .item > a,
ul.el_news .item > a,
ol.el_news .item > a {
  display: block;
  font-size: 0;
  line-height: 1.6;
  transition: color 0.3s;
}
.el_news .item > a span,
ul.el_news .item > a span,
ol.el_news .item > a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_news .item > a span,
ul.el_news .item > a span,
ol.el_news .item > a span {
    font-size: 1.4rem;
  }
}
.el_news .item > a .is-icon,
.el_news .item > a .is_icon,
ul.el_news .item > a .is-icon,
ul.el_news .item > a .is_icon,
ol.el_news .item > a .is-icon,
ol.el_news .item > a .is_icon {
  margin-left: 5px;
}
.el_news .item > a:focus, [data-whatintent=mouse] .el_news .item > a:hover,
ul.el_news .item > a:focus,
[data-whatintent=mouse] ul.el_news .item > a:hover,
ol.el_news .item > a:focus,
[data-whatintent=mouse] ol.el_news .item > a:hover {
  color: #FF8A31;
}
.el_news.el_newsIndex,
ul.el_news.el_newsIndex,
ol.el_news.el_newsIndex {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .el_news.el_newsIndex .item,
ul.el_news.el_newsIndex .item,
ol.el_news.el_newsIndex .item {
    padding-top: 10px;
    margin-top: 10px;
  }
  .el_news.el_newsIndex .item:first-child,
ul.el_news.el_newsIndex .item:first-child,
ol.el_news.el_newsIndex .item:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_news.el_newsIndex .item .date,
ul.el_news.el_newsIndex .item .date,
ol.el_news.el_newsIndex .item .date {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .el_news.el_newsIndex,
ul.el_news.el_newsIndex,
ol.el_news.el_newsIndex {
    margin-top: 20px !important;
  }
}
.el_news.ajaxNewsSet,
ul.el_news.ajaxNewsSet,
ol.el_news.ajaxNewsSet {
  margin-top: 40px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .el_news.ajaxNewsSet,
ul.el_news.ajaxNewsSet,
ol.el_news.ajaxNewsSet {
    margin-top: 30px;
  }
}
.el_news.ajaxNewsSet .item,
ul.el_news.ajaxNewsSet .item,
ol.el_news.ajaxNewsSet .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.el_news.ajaxNewsSet .item:last-child,
ul.el_news.ajaxNewsSet .item:last-child,
ol.el_news.ajaxNewsSet .item:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.emergency .el_news .item a span,
.emergency ul.el_news .item a span,
.emergency ol.el_news .item a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .emergency .el_news .item a span,
.emergency ul.el_news .item a span,
.emergency ol.el_news .item a span {
    font-size: 1.4rem;
  }
}

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

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

.el_carousel {
  position: relative;
}
.el_carousel:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_carousel:not(:first-child) {
    margin-top: 30px;
  }
}
.el_carousel .swiper {
  position: relative;
  z-index: 0;
}
.el_carousel .swiper .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.el_carousel .swiper .swiper-slide {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure {
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure {
  display: table;
  width: 100%;
}
.el_carousel .swiper .swiper-slide .figure figure .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.el_carousel .swiper .swiper-slide .figure figure .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.3s;
}
.el_carousel .swiper .swiper-slide .figure figure figcaption {
  display: table-caption;
  caption-side: bottom;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .swiper .swiper-slide .figure figure figcaption {
    margin-top: 12px;
  }
}
.el_carousel .swiper .swiper-slide .figure > a {
  display: block;
}
.el_carousel .swiper .swiper-slide .figure > a:focus figure .img img, [data-whatintent=mouse] .el_carousel .swiper .swiper-slide .figure > a:hover figure .img img {
  opacity: 0.65;
}
.el_carousel button {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FF8A31;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .el_carousel button {
    top: unset !important;
    bottom: 0;
    width: 40px;
  }
}
.el_carousel button .icon_arw {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: currentColor;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .el_carousel button .icon_arw {
    width: 19px;
    height: 13px;
  }
}
.el_carousel button.prev {
  left: -20px;
  translate: -100% -50%;
  scale: -1 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .el_carousel button.prev {
    left: unset;
    right: 55px;
    translate: 0;
  }
}
.el_carousel button.next {
  right: -20px;
  translate: 100% -50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .el_carousel button.next {
    right: 0;
    translate: 0;
  }
}
[data-whatintent=mouse] .el_carousel button:hover {
  opacity: 0.6;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 9px 14px;
    width: 100%;
    padding-right: 110px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: 1px solid #FF8A31;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0;
    width: 9px;
    height: 9px;
  }
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #FF8A31;
}
.el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:focus, [data-whatintent=mouse] .el_carousel .pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  background-color: #FF8A31;
}
@media screen and (min-width: 768px) {
  .el_carousel_lg button {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel_lg button .icon_arw {
    width: 19px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel_sm .swiper {
    padding-inline: 20px;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel_sm .swiper .swiper-slide {
    margin-right: 36px;
    width: calc((100% - 72px) / 3);
  }
  .el_carousel_sm .swiper .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel_sm .swiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel_sm button {
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  .el_carousel_sm button .icon_arw {
    width: 17px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .el_carousel_sm .pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

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

.el_iconBtn {
  --imgSize: 80px;
}
.el_iconBtn:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_iconBtn:not(:first-child) {
    margin-top: 30px;
  }
}
.el_iconBtn .inner {
  display: grid;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 15px;
  }
}
.el_iconBtn .inner .item {
  display: grid;
}
.el_iconBtn .inner .item > a {
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  border-radius: 10px;
  background-color: #fbf1e4;
  transition: background-color 0.3s;
}
.el_iconBtn .inner .item > a .el_icon_circleArw:after {
  content: none;
  display: inline-block;
  background-color: currentColor;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.el_iconBtn .inner .item > a[target=_blank] .el_icon_circleArw .icon_arw {
  display: none;
}
.el_iconBtn .inner .item > a[target=_blank] .el_icon_circleArw:after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  -webkit-mask-image: url(../images/icon/icon_window.svg);
  mask-image: url(../images/icon/icon_window.svg);
}
.el_iconBtn .inner .item > a[href$=".pdf"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".doc"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".docx"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".docm"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".dotx"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".dotm"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".xls"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".xlsx"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".xlt"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".xml"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".xlsm"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".csv"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".ppt"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".pptx"] .el_icon_circleArw .icon_arw, .el_iconBtn .inner .item > a[href$=".pptm"] .el_icon_circleArw .icon_arw {
  display: none;
}
.el_iconBtn .inner .item > a[href$=".pdf"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".doc"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xls"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xml"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".csv"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".ppt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptm"] .el_icon_circleArw:after {
  content: "";
  background-color: transparent;
}
.el_iconBtn .inner .item > a[href$=".pdf"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_pdf.svg);
}
.el_iconBtn .inner .item > a[href$=".doc"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotm"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_doc.svg);
}
.el_iconBtn .inner .item > a[href$=".xls"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xml"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".csv"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_xls.svg);
}
.el_iconBtn .inner .item > a[href$=".ppt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptm"] .el_icon_circleArw:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/icon_ppt.svg);
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a {
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 15px;
  }
}
.el_iconBtn .inner .item > a .img {
  border-radius: 8px;
  overflow: hidden;
}
.el_iconBtn .inner .item > a .img img {
  width: var(--imgSize);
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_iconBtn .inner .item > a .link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a .link {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 1.6rem;
  }
}
.el_iconBtn .inner .item > a .el_icon_circleArw {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #FF8A31;
  color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.el_iconBtn .inner .item > a .el_icon_circleArw:after {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: unset;
  translate: -50% -50%;
}
.el_iconBtn .inner .item > a .el_icon_circleArw .icon_arw {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a[target=_blank] .el_icon_circleArw:after {
    width: 14px;
    height: 14px;
  }
}
.el_iconBtn .inner .item > a[href$=".pdf"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".doc"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".docx"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".docm"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".dotx"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".dotm"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".xls"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".xlsx"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".xlt"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".xml"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".xlsm"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".csv"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".ppt"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".pptx"] .el_icon_circleArw, .el_iconBtn .inner .item > a[href$=".pptm"] .el_icon_circleArw {
  background-color: #fbf1e4;
}
@media screen and (max-width: 767px) {
  .el_iconBtn .inner .item > a[href$=".pdf"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".doc"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".docm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".dotm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xls"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xml"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".xlsm"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".csv"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".ppt"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptx"] .el_icon_circleArw:after, .el_iconBtn .inner .item > a[href$=".pptm"] .el_icon_circleArw:after {
    width: 22px;
    height: 16px;
  }
}
.el_iconBtn .inner .item > a:focus, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover {
  background-color: #FF8A31;
}
.el_iconBtn .inner .item > a:focus .link, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover .link {
  color: #fff;
}
.el_iconBtn .inner .item > a:focus .el_icon_circleArw, [data-whatintent=mouse] .el_iconBtn .inner .item > a:hover .el_icon_circleArw {
  background-color: #fbf1e4;
  color: #FF8A31;
}
@media screen and (min-width: 768px) {
  .el_iconBtn-2col {
    --imgSize: 120px;
  }
  .el_iconBtn-2col .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .el_iconBtn-2col .inner .item > a {
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 15px;
    padding-right: 20px;
  }
  .el_iconBtn-2col .inner .item > a .link {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 1.8rem;
  }
  .el_iconBtn-2col .inner .item > a .el_icon_circleArw {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-3col .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .el_iconBtn-3col .inner .item > a {
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 10px;
    padding-right: 15px;
  }
  .el_iconBtn-3col .inner .item > a .link {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 1.6rem;
  }
  .el_iconBtn-3col .inner .item > a .el_icon_circleArw {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .el_iconBtn-4col {
    --imgSize: 70px;
  }
  .el_iconBtn-4col .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .el_iconBtn-4col .inner .item > a {
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 10px;
  }
  .el_iconBtn-4col .inner .item > a .link {
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 1.4rem;
  }
}

.el_anchor {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.el_anchor:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .el_anchor:not(:first-child) {
    margin-top: 30px;
  }
}
.el_anchor .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 37px;
  padding: 15px 0;
  min-height: 78px;
}
@media screen and (max-width: 767px) {
  .el_anchor .inner {
    gap: 15px 22px;
    min-height: 70px;
  }
}
.el_anchor .item {
  position: relative;
  width: calc((100% - 74px) / 3);
}
@media screen and (max-width: 767px) {
  .el_anchor .item {
    width: calc((100% - 22px) / 2);
  }
}
.el_anchor a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .el_anchor a {
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .el_anchor a:hover {
  color: #FF8A31;
}
.el_anchor a .el_icon_circleArw {
  width: 28px;
  height: 28px;
  background: #FF8A31;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .el_anchor a .el_icon_circleArw {
    width: 25px;
    height: 25px;
  }
}
.el_anchor a .el_icon_circleArw .icon_arw {
  width: 10px;
  height: 7px;
}
@media screen and (max-width: 767px) {
  .el_anchor a .el_icon_circleArw .icon_arw {
    width: 9px;
    height: 6px;
  }
}
.el_anchor + .el_anchor {
  margin-top: 0;
  border-top: none;
}

.el_wysiwyg a:after,
.el_linkList a:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_wysiwyg a[target=_blank]:after,
.el_linkList a[target=_blank]:after {
  width: 36px;
  height: 18px;
  vertical-align: -3px;
  background-image: url(../images/icon/icon_window.svg);
}
.el_wysiwyg a[href$=".pdf"]:after,
.el_linkList a[href$=".pdf"]:after {
  width: 21px;
  height: 15px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_pdf.svg);
}
.el_wysiwyg a[href$=".doc"]:after, .el_wysiwyg a[href$=".docx"]:after, .el_wysiwyg a[href$=".docm"]:after, .el_wysiwyg a[href$=".dotx"]:after, .el_wysiwyg a[href$=".dotm"]:after,
.el_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: 21px;
  height: 15px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_doc.svg);
}
.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: 21px;
  height: 15px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_xls.svg);
}
.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: 21px;
  height: 15px;
  vertical-align: -2px;
  background-image: url(../images/icon/icon_ppt.svg);
}

.el_btn .btn a[target=_blank] .icon_arw {
  opacity: 0;
}
.el_btn .btn a[target=_blank] .el_icon_circleArw:after {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_window.svg);
}
.el_btn .btn a[href$=".pdf"] .icon_arw {
  opacity: 0;
}
.el_btn .btn a[href$=".pdf"] .el_icon_circleArw:after {
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/icon/icon_pdf.svg);
}
.el_btn .btn a[href$=".doc"] .icon_arw, .el_btn .btn a[href$=".docx"] .icon_arw, .el_btn .btn a[href$=".docm"] .icon_arw, .el_btn .btn a[href$=".dotx"] .icon_arw, .el_btn .btn a[href$=".dotm"] .icon_arw {
  opacity: 0;
}
.el_btn .btn a[href$=".doc"] .el_icon_circleArw:after, .el_btn .btn a[href$=".docx"] .el_icon_circleArw:after, .el_btn .btn a[href$=".docm"] .el_icon_circleArw:after, .el_btn .btn a[href$=".dotx"] .el_icon_circleArw:after, .el_btn .btn a[href$=".dotm"] .el_icon_circleArw:after {
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/icon/icon_doc.svg);
}
.el_btn .btn a[href$=".xls"] .icon_arw, .el_btn .btn a[href$=".xlsx"] .icon_arw, .el_btn .btn a[href$=".xlt"] .icon_arw, .el_btn .btn a[href$=".xml"] .icon_arw, .el_btn .btn a[href$=".xlsm"] .icon_arw, .el_btn .btn a[href$=".csv"] .icon_arw {
  opacity: 0;
}
.el_btn .btn a[href$=".xls"] .el_icon_circleArw:after, .el_btn .btn a[href$=".xlsx"] .el_icon_circleArw:after, .el_btn .btn a[href$=".xlt"] .el_icon_circleArw:after, .el_btn .btn a[href$=".xml"] .el_icon_circleArw:after, .el_btn .btn a[href$=".xlsm"] .el_icon_circleArw:after, .el_btn .btn a[href$=".csv"] .el_icon_circleArw:after {
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/icon/icon_xls.svg);
}
.el_btn .btn a[href$=".ppt"] .icon_arw, .el_btn .btn a[href$=".pptx"] .icon_arw, .el_btn .btn a[href$=".pptm"] .icon_arw {
  opacity: 0;
}
.el_btn .btn a[href$=".ppt"] .el_icon_circleArw:after, .el_btn .btn a[href$=".pptx"] .el_icon_circleArw:after, .el_btn .btn a[href$=".pptm"] .el_icon_circleArw:after {
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/icon/icon_ppt.svg);
}

.el_news a span:first-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news a[target=_blank] span:after {
  margin-bottom: 0.3em;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_window.svg);
}
.el_news a[href$=".pdf"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls.svg);
}
.el_news a[href$=".ppt"] span:after, .el_news a[href$=".pptx"] span:after, .el_news a[href$=".pptm"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt.svg);
}
.emergency .el_news a span:first-child:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.emergency .el_news a[href$=".doc"] span:after, .emergency .el_news a[href$=".docx"] span:after, .emergency .el_news a[href$=".docm"] span:after, .emergency .el_news a[href$=".dotx"] span:after, .emergency .el_news a[href$=".dotm"] span:after, .emergency .el_news a[href$=".xls"] span:after, .emergency .el_news a[href$=".xlsx"] span:after, .emergency .el_news a[href$=".xlt"] span:after, .emergency .el_news a[href$=".xml"] span:after, .emergency .el_news a[href$=".xlsm"] span:after, .emergency .el_news a[href$=".csv"] span:after, .emergency .el_news a[href$=".ppt"] span:after, .emergency .el_news a[href$=".pptx"] span:after, .emergency .el_news a[href$=".pptm"] span:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_window_black.svg);
}
.emergency .el_news a[target=_blank] span:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_window_black.svg);
}
.emergency .el_news a[href$=".pdf"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: -3px;
  background-image: url(../images/icon/icon_pdf.svg);
}
.el_news.el_newsIndex {
  background-color: #fff;
}
@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: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_news.el_newsIndex a[target=_blank] span:after {
  margin-bottom: 0.3em;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_window.svg);
}
.el_news.el_newsIndex a[href$=".pdf"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls.svg);
}
.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: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt.svg);
}
.el_news.el_newsHome {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .el_news.el_newsHome {
    background-color: rgba(0, 0, 0, 0);
  }
}
.el_news.el_newsHome a span:after {
  margin-bottom: 0 !important;
}
.el_news.el_newsHome a span:first-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: 0.3em;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_window.svg);
}
.el_news.el_newsHome a[href$=".pdf"] span:after {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_pdf.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_doc.svg);
}
.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 {
  width: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_xls.svg);
}
.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: 21px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../images/icon/icon_ppt.svg);
}

/**
 * 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", serif;
}