  body {
  min-width: auto
}
@media(max-width: 640px) {
  body {
    overflow-x: hidden
  }
}
@media(any-hover: hover)and (pointer: fine) {
  #top a:hover {
    opacity: .8
  }
}
@media(min-width: 641px) {
  #top .renew-main {
    min-width: 1200px
  }
}
@media(max-width: 640px) {
  #top .renew-main {
    width: 100%;
    overflow-x: hidden
  }
}
@media(min-width: 641px) {
  #top .inner {
    width: 1200px
  }
}
#top .nw-box--l-blue, #top .nw-box--blue {
  padding: 68px 0
}
@media(max-width: 640px) {
  #top .nw-box--l-blue, #top .nw-box--blue {
    padding: 34px 5%
  }
}
#top .nw-box--l-blue {
  background-color: #99e0ea
}
#top .nw-box--blue {
  background-color: #00b1cb
}
@media(max-width: 640px) {
  .pc-only {
    display: none
  }
}
@media(min-width: 641px) {
  .sp-only {
    display: none
  }
}
span.far, span.fas {
  padding-left: .5em;
  font-size: 1.1em
}
span.fa-file-pdf {
  color: #db1946
}
span.fa-file-word {
  color: #004896
}
span.fa-file-excel {
  color: #10a063
}
span.fa-file-csv {
  color: #10a063
}
span.fa-external-link-alt {
  color: #099ac8
}
.renew-site-header {
  position: relative;
  width: 100%;
  height: 135px;
  background-color: #fff;
  z-index: 3
}
@media(max-width: 640px) {
  .renew-site-header {
    height: 70px
  }
}
@media(min-width: 641px) {
  .renew-site-header .renew-responsive-header {
    height: 73px;
    padding: 19px 32px 0 32px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-responsive-header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 15px
  }
}
.renew-site-header .renew-responsive-header .renew-site-logo img {
  height: 36px
}
@media(max-width: 640px) {
  .renew-site-header .renew-responsive-header .renew-site-logo img {
    height: 30px
  }
}
.renew-site-header .renew-responsive-header .renew-nav-toggle {
  display: none
}
@media(max-width: 640px) {
  .renew-site-header .renew-responsive-header .renew-nav-toggle {
    cursor: pointer;
    position: relative;
    display: block;
    width: 54px;
    height: 70px
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle > span {
    display: block;
    position: absolute;
    background-color: #000;
    width: 24px;
    height: 2px;
    left: 15px;
    transition: all .35s ease
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle > span:first-of-type {
    top: 24px
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle > span:nth-of-type(2) {
    top: 33px
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle > span:last-of-type {
    top: 42px
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle.active > span:first-of-type {
    transform: translateY(9px) translateX(0) rotate(45deg)
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle.active > span:nth-of-type(2) {
    opacity: 0
  }
  .renew-site-header .renew-responsive-header .renew-nav-toggle.active > span:last-of-type {
    transform: translateY(-9px) translateX(0) rotate(-45deg)
  }
}
.renew-site-header .renew-responsive-menu {
  position: relative
}
@media(max-width: 640px) {
  .renew-site-header .renew-responsive-menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    transition: all .35s ease;
    right: -100%;
    background-color: #f2f2f2
  }
  .renew-site-header .renew-responsive-menu.active {
    position: absolute;
    right: 0
  }
}
@media(min-width: 641px) {
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul {
    display: flex;
    align-items: center
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li {
    width: 100%;
    height: 62px;
    flex: 1
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:not(:first-of-type) {
    border-left: 1px solid #ccc
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl {
    width: 100%;
    height: 100%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dt {
    width: 100%;
    height: 100%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dt > a {
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 5px solid #fff
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dt > a > span::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/nw/common/svg/arrow_gm.svg) no-repeat center center/contain;
    margin: 0 0 -0.15em .5em
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl:hover > dt a, .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl:focus > dt a {
    border-bottom: 5px solid #00b1cb
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl:hover > dt a > span::after, .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl:focus > dt a > span::after {
    background-image: url(/nw/common/svg/arrow_gm_ov.svg)
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd {
    transition: all .5s ease;
    position: fixed;
    display: none;
    width: 90vw;
    top: 135px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 40px 40px 20px;
    background-color: #fff;
    border-radius: 12px
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div::after {
    position: absolute;
    top: -15px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > h2 {
    border-bottom: 2px solid #ccc
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > h2 > a {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    padding: .6em 0 .6em 2em;
    background: url(/nw/common/svg/arrow_circle.svg) no-repeat center left/1.4em auto
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > h2 > a:hover, .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > h2 > a:focus {
    color: #007ba2;
    text-decoration: underline;
    opacity: 1
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul {
    margin-top: 24px
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul > li {
    display: inline-block;
    margin-bottom: 32px
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul > li > a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 32px;
    padding-left: 1em
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .8em;
    height: .8em;
    background: url(/nw/common/svg/arrow_right_blue.svg) no-repeat center center/contain
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul > li > a:hover, .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd > div > ul > li > a:focus {
    color: #007ba2;
    text-decoration: underline;
    opacity: 1
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:hover > dl > dd, .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:focus-within > dl > dd {
    display: block;
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      margin-top: 5px
    }
    100% {
      opacity: 1;
      margin-top: 0
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      margin-top: 5px
    }
    100% {
      opacity: 1;
      margin-top: 0
    }
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:nth-of-type(2) > dl > dd > div::after {
    left: 7%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:nth-of-type(3) > dl > dd > div::after {
    left: 34%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:nth-of-type(4) > dl > dd > div::after {
    left: 62%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li:last-of-type > dl > dd > div::after {
    left: 89%
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.85), #fff);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25)
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu.is-fixed > ul {
    margin: 0 auto
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu.is-fixed > ul > li > dl > dd {
    top: 62px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul {
    background-color: #fff;
    border-top: 1px solid #ccc
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li {
    border-bottom: 1px solid #ccc
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dt > a {
    position: relative;
    display: block;
    padding: 1.2em 30px 1.2em 15px;
    font-size: min(4.5vw, 1.6rem);
    font-weight: bold
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dt > a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 1em;
    height: 1em;
    background: url(/nw/common/svg/arrow_right.svg) no-repeat center center/contain
  }
  .renew-site-header .renew-responsive-menu .renew-global-menu > ul > li > dl > dd {
    display: none
  }
}
@media(min-width: 641px) {
  .renew-site-header .renew-sub-menu {
    position: absolute;
    top: -57px;
    right: 32px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.4rem
  }
}
@media(max-width: 930px) {
  .renew-site-header .renew-sub-menu {
    top: -68px;
    right: 16px;
    height: 46px;
    flex-wrap: wrap;
    row-gap: 4px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-sub-menu {
    padding: 40px 15px 15px 15px
  }
}
.renew-site-header .renew-sub-menu .renew-pages {
  display: flex
}
@media(min-width: 641px) {
  .renew-site-header .renew-sub-menu .renew-pages {
    justify-content: flex-end;
    gap: 20px
  }
}
@media(max-width: 930px) {
  .renew-site-header .renew-sub-menu .renew-pages {
    width: 100%
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-sub-menu .renew-pages {
    justify-content: center;
    gap: 20px
  }
  .renew-site-header .renew-sub-menu .renew-pages > li {
    flex: 1
  }
  .renew-site-header .renew-sub-menu .renew-pages > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 3em;
    border-radius: 4px;
    background-color: #fff
  }
}
.renew-site-header .renew-sub-menu .renew-search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px
}
@media(min-width: 641px) {
  .renew-site-header .renew-sub-menu .renew-search-box {
    margin-left: 20px;
    height: 40px
  }
}
@media(max-width: 930px) {
  .renew-site-header .renew-sub-menu .renew-search-box {
    height: 32px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-sub-menu .renew-search-box {
    margin-top: 40px;
    height: 3em;
    background-color: #fff
  }
}
.renew-site-header .renew-sub-menu .renew-search-box input {
  padding-left: .5em
}
@media(min-width: 641px) {
  .renew-site-header .renew-sub-menu .renew-search-box input {
    width: 200px
  }
}
@media(max-width: 930px) {
  .renew-site-header .renew-sub-menu .renew-search-box input {
    width: 160px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-sub-menu .renew-search-box input {
    width: 100%
  }
}
.renew-site-header .renew-sub-menu .renew-search-box button {
  cursor: pointer;
  width: 35px;
  height: 100%
}
.renew-site-header .renew-sub-menu .renew-search-box button span {
  font-size: 18px;
  color: #ccc
}
.renew-site-header .renew-sub-menu .renew-social-media {
  display: flex;
  align-items: center;
  gap: 20px
}
@media(min-width: 641px) {
  .renew-site-header .renew-sub-menu .renew-social-media {
    height: 100%;
    margin-left: 20px;
    justify-content: flex-end
  }
  .renew-site-header .renew-sub-menu .renew-social-media img {
    height: 35px
  }
}
@media(max-width: 930px) {
  .renew-site-header .renew-sub-menu .renew-social-media {
    height: 28px;
    gap: 8px;
    margin-left: 16px
  }
  .renew-site-header .renew-sub-menu .renew-social-media img {
    height: 28px
  }
}
@media(max-width: 640px) {
  .renew-site-header .renew-sub-menu .renew-social-media {
    margin-top: 40px;
    justify-content: center
  }
  .renew-site-header .renew-sub-menu .renew-social-media img {
    height: 35px
  }
}
.renew-main, .main, .renew-site-footer {
  position: relative
}
.renew-main.renew-submenu-on::after, .main.renew-submenu-on::after, .renew-site-footer.renew-submenu-on::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 84, 104, .6);
  mix-blend-mode: multiply;
  -webkit-animation: fadeIn .5s ease forwards;
  animation: fadeIn .5s ease forwards;
  opacity: 0
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media(min-width: 641px) {
  .renew-site-footer {
    min-width: 1200px
  }
}
.renew-footer-nav {
  background-color: #e6e6e6;
  padding: 60px 0
}
@media(max-width: 640px) {
  .renew-footer-nav {
    display: none
  }
}
.renew-footer-nav__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px
}
.renew-footer-nav__inner > div {
  flex: 1
}
.renew-footer-nav__inner > div > h2 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ccc
}
.renew-footer-nav__inner > div > h2::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 25%;
  height: 2px;
  background: url(/nw/common/svg/line.svg) no-repeat 0 0/cover
}
.renew-footer-nav__inner > div > ul > li {
  margin-top: 1em
}
@media(min-width: 641px) {
  .renew-footer-menu {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .renew-footer-menu .renew-footer-logo img {
    width: 230px
  }
}
@media(max-width: 640px) {
  .renew-footer-menu {
    width: 100%;
    padding: 30px 0;
    text-align: center
  }
  .renew-footer-menu .renew-footer-logo img {
    width: min(60%, 230px)
  }
}
@media(min-width: 641px) {
  .renew-footer-menu .inner {
    width: calc(100% - 230px);
    display: flex;
    align-items: center;
    justify-content: flex-end
  }
  .renew-footer-menu .inner > li {
    padding: 0 1em
  }
  .renew-footer-menu .inner > li:not(:last-of-type) {
    border-right: 1px solid #ccc
  }
}
@media(max-width: 640px) {
  .renew-footer-menu .inner {
    margin-top: 24px
  }
  .renew-footer-menu .inner > li {
    margin-top: 1.2em
  }
}
.renew-copyright {
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #00b1cb;
  display: flex;
  align-items: center;
  justify-content: center
}
@media(max-width: 640px) {
  .renew-copyright {
    height: 50px
  }
  .renew-copyright small {
    font-size: min(3vw, 1.4rem)
  }
}
#top .nw-main-slide {
  position: relative
}
@media(min-width: 641px) {
  #top .nw-main-slide {
    width: 100%;
    height: 36vw;
    min-height: 422px;
    display: flex;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto)
  }
}
#top .nw-main-slide .slide-container {
  position: relative;
  flex-basis: 72%;
  overflow: hidden
}
@media(min-width: 641px) {
  #top .nw-main-slide .slide-container {
    grid-area: 1/1/2/2;
    min-width: 884px;
    min-height: 422px
  }
}
@media(max-width: 640px) {
  #top .nw-main-slide .slide-container {
    width: 100%;
    height: 48vw
  }
}
#top .nw-main-slide .slide-container .slide-img {
  width: 100%;
  height: 36vw;
  overflow: hidden
}
@media(min-width: 641px) {
  #top .nw-main-slide .slide-container .slide-img {
    min-width: 884px;
    min-height: 422px
  }
}
@media(max-width: 640px) {
  #top .nw-main-slide .slide-container .slide-img {
    height: 48vw
  }
}
#top .nw-main-slide .slide-container .slide-img a {
  display: block;
  width: 100%;
  height: 100%
}
#top .nw-main-slide .slide-container .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
#top .nw-main-slide .slide-controller {
  background-color: #99e0ea;
  width: 100%
}
@media(min-width: 641px) {
  #top .nw-main-slide .slide-controller {
    height: 34px;
    grid-area: 2/1/3/3
  }
}
#top .nw-main-slide .slide-controller__inner {
  width: 72%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
@media(max-width: 640px) {
  #top .nw-main-slide .slide-controller__inner {
    width: 100%
  }
}
#top .nw-main-slide .slide-controller__inner .pause {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(/nw/common/svg/pause.svg) no-repeat center center/contain
}
#top .nw-main-slide .slide-controller__inner .pause.on {
  background-image: url(/nw/common/svg/play.svg)
}
#top .nw-main-slide .slide-controller__inner .js-dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 15px
}
#top .nw-main-slide .slide-controller__inner .js-dots .slick-dots > li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%
}
#top .nw-main-slide .slide-controller__inner .js-dots .slick-dots > li.slick-active {
  background-color: #00b1cb
}
#top .nw-main-slide .slide-controller__inner .js-dots .slick-dots > li button {
  display: none
}
#top .nw-main-slide .main-banner {
  flex-basis: 28%
}
@media(min-width: 641px) {
  #top .nw-main-slide .main-banner {
    grid-area: 1/2/2/3
  }
}
#top .nw-main-slide .main-banner > div {
  width: 100%;
  height: 18vw
}
@media(min-width: 641px) {
  #top .nw-main-slide .main-banner > div {
    min-width: 316px;
    min-height: 211px
  }
}
#top .nw-main-slide .main-banner > div a {
  display: block;
  width: 100%;
  height: 100%
}
#top .nw-main-slide .main-banner > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media(max-width: 640px) {
  #top .nw-main-slide .main-banner {
    display: flex
  }
  #top .nw-main-slide .main-banner > div {
    width: 50%;
    height: 33vw
  }
}
.c-emergency-large {
  width: 100%;
  background-color: #ccc;
  padding: 48px 0;
  margin-bottom: 0
}
@media(max-width: 640px) {
  .c-emergency-large {
    min-width: auto;
    padding: 24px 5%
  }
}
.c-emergency-large .emergency-text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px;
  background-color: #fff;
  border-radius: 16px;
  font-size: 1.6rem
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
    border-radius: 8px;
    font-size: min(4.5vw, 1.6rem)
  }
}
.c-emergency-large .emergency-text h1 {
  color: #cc261f;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #cc261f;
  margin-bottom: 1em;
  padding-bottom: .3em
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text h1 {
    font-size: min(6vw, 2.8rem);
    line-height: 1.4;
    border-bottom: 1px solid #cc261f
  }
}
.c-emergency-large .emergency-text h2 {
  font-size: 2.4rem;
  padding: 8px 0;
  margin: 16px 0
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text h2 {
    color: #cc261f;
    border-bottom: 1px dotted #cc261f;
    font-size: min(5.5vw, 2.4rem);
    background-color: rgba(0, 0, 0, 0);
    text-align: left
  }
}
.c-emergency-large .emergency-text h3 {
  font-size: 2rem;
  padding: 8px 16px
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text h3 {
    font-size: min(4.5vw, 2rem)
  }
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text h4 {
    background-color: #eee;
    color: #cc261f
  }
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text h5 {
    margin: 8px 0;
    font-size: min(4vw, 1.8rem)
  }
}
.c-emergency-large .emergency-text a.button {
  position: relative;
  display: inline-block;
  margin-right: 3em;
  padding-left: 1.4em;
  color: #1152a1;
  text-decoration: underline
}
@media(max-width: 640px) {
  .c-emergency-large .emergency-text a.button {
    display: block;
    margin-right: 0
  }
}
.c-emergency-large .emergency-text a.button::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 1em;
  height: 1em;
  background: url(/nw/common/svg/arrow_circle_red.svg) no-repeat center center/contain
}
.c-emergency-small {
  margin: 0;
  padding: 0;
  border: none
}
.c-emergency-small .inner {
  margin-top: 32px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  background: linear-gradient(90deg, #ffdac7, #fff2ec);
  border: none
}
@media(min-width: 641px) {
  .c-emergency-small .inner {
    display: flex;
    justify-content: space-between
  }
}
@media(max-width: 640px) {
  .c-emergency-small .inner {
    margin-top: 16px;
    padding: 12px
  }
}
.c-emergency-small .inner > h2 {
  color: #000;
  position: relative;
  flex-basis: 10em;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 2em;
  background-color: rgba(0, 0, 0, 0);
  border: none
}
.c-emergency-small .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(/nw/common/svg/emg.svg) no-repeat center center/contain
}
@media(max-width: 640px) {
  .c-emergency-small .inner > h2 {
    font-size: min(4.6vw, 1.8em);
    margin-bottom: .6em
  }
}
.c-emergency-small .inner h3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cc261f;
  padding: 4px 8px
}
.c-emergency-small .inner h4 {
  border-left: none;
  border-bottom: 1px solid #cc261f;
  padding: 4px 0
}
.c-emergency-small .inner h5 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px dotted #cc261f;
  padding: 4px 0
}
.c-emergency-small .inner .emergency-text {
  flex-basis: calc(100% - 14em);
  font-size: 1.6rem;
  padding: 0;
  letter-spacing: .01em
}
.c-emergency-small .inner .emergency-text h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0)
}
.c-emergency-small .inner .emergency-text > p:last-of-type {
  margin-bottom: 0
}
@media(max-width: 640px) {
  .c-emergency-small .inner .emergency-text {
    font-size: min(4.2vw, 1.6rem)
  }
  .c-emergency-small .inner .emergency-text h2 {
    font-size: min(5vw, 2m);
    background-color: rgba(0, 0, 0, 0)
  }
  .c-emergency-small .inner .emergency-text h4 {
    background-color: #eee;
    color: #cc261f
  }
  .c-emergency-small .inner .emergency-text h5 {
    margin: 8px 0
  }
}
#top .nw-banner--t {
  display: flex;
  justify-content: space-between
}
@media(max-width: 640px) {
  #top .nw-banner--t {
    gap: 3%
  }
}
#top .nw-banner--t > div {
  width: 380px
}
@media(max-width: 640px) {
  #top .nw-banner--t > div {
    width: auto;
    flex: 1
  }
}
#top .nw-banner--t > div > a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0 55px 0 25px;
  background: #fff url(/nw/common/svg/arrow_circle.svg) no-repeat center right 25px/30px 30px
}
#top .nw-banner--t > div > a p:first-of-type {
  flex-basis: 105px
}
#top .nw-banner--t > div > a p:last-of-type {
  flex-basis: 195px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold
}
@media(max-width: 640px) {
  #top .nw-banner--t > div > a {
    flex-direction: column;
    gap: 4px;
    height: 100%;
    padding: 8px 0 2.5em;
    background-position: center bottom 8px;
    background-size: 1.2em 1.2em
  }
  #top .nw-banner--t > div > a p:first-of-type {
    flex-basis: 100%;
    width: 80%
  }
  #top .nw-banner--t > div > a p:last-of-type {
    flex-basis: 100%;
    font-size: min(4vw, 2.4rem)
  }
}
#top .nw-service .inner {
  display: flex;
  justify-content: space-between;
  gap: 32px
}
@media(max-width: 640px) {
  #top .nw-service .inner {
    flex-direction: column;
    gap: 24px
  }
}
#top .nw-service__inner {
  flex: 1
}
#top .nw-service__inner > h2 {
  position: relative;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #008bae
}
@media(max-width: 640px) {
  #top .nw-service__inner > h2 {
    font-size: min(7vw, 2.4rem)
  }
}
#top .nw-service__inner > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 18px;
  height: 15px;
  background-color: #008bae;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1
}
#top .nw-service__inner > ul {
  background-color: #99e0ea;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px
}
@media(max-width: 640px) {
  #top .nw-service__inner > ul {
    flex-direction: column;
    gap: 16px
  }
}
#top .nw-service__inner > ul > li {
  flex-basis: calc((100% - 18px)/2)
}
@media(max-width: 640px) {
  #top .nw-service__inner > ul > li {
    flex-basis: 100%
  }
}
#top .nw-service__inner > ul > li > a {
  height: 100%;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center
}
#top .nw-service__inner > ul > li > a .icon {
  flex-basis: 66px
}
#top .nw-service__inner > ul > li > a .icon img {
  width: 66px
}
#top .nw-service__inner > ul > li > a .txt {
  flex-basis: calc(100% - 66px);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3
}
#top .nw-service__inner > ul > li > a .txt span {
  line-height: 1;
  font-size: 1.2rem
}
@media(max-width: 640px) {
  #top .nw-service__inner > ul > li > a .txt {
    font-size: min(4.6vw, 1.6rem)
  }
  #top .nw-service__inner > ul > li > a .txt span {
    font-size: min(3.5vw, 1.3rem)
  }
}
#top .nw-topics {
  padding: 48px 0;
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #f2f2f2 45%, #f2f2f2 100%)
}
@media(max-width: 640px) {
  #top .nw-topics {
    padding: 40px 0
  }
}
#top .nw-topics > h2 {
  position: relative;
  margin-bottom: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center
}
#top .nw-topics > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 80px;
  height: 6px;
  background: url(/nw/common/svg/line.svg) no-repeat center center/contain
}
@media(max-width: 640px) {
  #top .nw-topics > h2 {
    font-size: min(7vw, 3.2rem);
    margin-bottom: 32px
  }
  #top .nw-topics > h2::after {
    height: 4px
  }
}
#top .nw-topics .nw-topics-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0
}
@media(min-width: 641px) {
  #top .nw-topics .nw-topics-container[data-stop=true] .slider, #top .nw-topics .nw-topics-container[data-stop=true] .topics-slider-controls {
    display: none
  }
  #top .nw-topics .nw-topics-container[data-stop=true] .slider img {
    transform: scale(1);
    opacity: 1
  }
}
#top .nw-topics .js-topics-slider .slick-list .slick-track {
  margin-top: 32px
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide {
  margin: 0 16px;
  transition: transform .3s ease, opacity .3s ease;
  margin: 0 0px;
  transform: scale(1);
  transform-origin: center bottom
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide .item {
  border: 1px solid #ccc;
  transform: scale(1);
  transform-origin: center bottom;
  margin: 0 12px;
  transition: transform .3s ease, opacity .3s ease;
  overflow: hidden
}
@media(min-width: 641px) {
  #top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide .item {
    width: 220px;
    height: 220px
  }
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide .item a {
  display: block;
  width: 100%;
  height: 100%
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide.slick-center .item {
  transform: scale(1.1);
  transform-origin: center bottom
}
#top .nw-topics .js-topics-slider .slick-list .slick-track .slick-slide.slick-center .txt {
  transform: scale(1.2)
}
#top .nw-topics .js-topics-slider.stop {
  width: 1200px;
  display: flex;
  justify-content: center;
  gap: 20px
}
#top .nw-topics .js-topics-slider.stop .item {
  border: 1px solid #ccc;
  width: 284px;
  height: 284px
}
#top .nw-topics .js-topics-slider .txt {
  transform: scale(1);
  width: 200px;
  height: 2.5em;
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2
}
@media(max-width: 640px) {
  #top .nw-topics .js-topics-slider .txt {
    width: 90%;
    font-size: min(4vw, 1.6rem)
  }
}
#top .nw-topics .js-topics-slider .txt > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}
#top .nw-topics .topics-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px
}
#top .nw-topics .topics-slider-controls button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
#top .nw-topics .topics-slider-controls button#prev-btn {
  background-image: url(/nw/common/svg/prev.svg)
}
#top .nw-topics .topics-slider-controls button#next-btn {
  background-image: url(/nw/common/svg/next.svg)
}
#top .nw-topics .topics-slider-controls button#play-pause-btn {
  background-image: url(/nw/common/svg/pause2.svg)
}
#top .nw-topics .topics-slider-controls button#play-pause-btn.on {
  background-image: url(/nw/common/svg/play2.svg)
}
#top .nw-topics .topics-slider-controls .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px
}
#top .nw-topics .topics-slider-controls .slick-dots > li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999
}
#top .nw-topics .topics-slider-controls .slick-dots > li button {
  display: none
}
#top .nw-topics .topics-slider-controls .slick-dots > li.slick-active {
  width: 20px;
  height: 20px;
  background-color: #00b1cb
}
#top .nw-blog .inner {
  display: flex;
  gap: 48px
}
@media(max-width: 640px) {
  #top .nw-blog .inner {
    flex-direction: column
  }
}
#top .nw-blog .inner section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px
}
@media(max-width: 640px) {
  #top .nw-blog .inner section {
    padding: 32px 20px
  }
}
#top .nw-blog .inner section h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 4px solid #ccc;
  margin-bottom: .5em;
  padding-bottom: .4em
}
#top .nw-blog .inner section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 20%;
  height: 4px;
  background: url(/nw/common/svg/line.svg) no-repeat center center/cover
}
@media(max-width: 640px) {
  #top .nw-blog .inner section h2 {
    font-size: min(6vw, 2.2rem)
  }
  #top .nw-blog .inner section h2::after {
    height: 3px
  }
}
#top .nw-blog .inner section dl {
  font-size: 1.6rem;
  line-height: 1.5;
  background: url(/nw/common/svg/arrow_right.svg) no-repeat center right/1em 1em
}
@media(max-width: 640px) {
  #top .nw-blog .inner section dl {
    font-size: min(4vw, 1.6rem)
  }
}
#top .nw-blog .inner section dl dt {
  padding-top: 1em
}
#top .nw-blog .inner section dl dd {
  padding: .2em 0 1em;
  border-bottom: 1px solid #ccc;
  padding-right: 1.5em
}
#top .nw-blog .inner section dl dd a {
  display: block
}
#top .nw-blog-bt {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}
@media(max-width: 640px) {
  #top .nw-blog-bt {
    margin-top: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px
  }
}
@media(min-width: 641px) {
  #top .nw-blog-bt li {
    margin-top: 24px
  }
}
#top .nw-blog-bt li a {
  position: relative;
  display: flex;
  min-height: 3em;
  align-items: center;
  justify-content: center;
  padding: .2em 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #007ba2;
  border: 1px solid #007ba2;
  border-radius: 8px
}
#top .nw-blog-bt li a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/nw/common/svg/arrow_right_blue2.svg) no-repeat center center/contain;
  margin: 0 0 -0.3em .5em
}
@media(max-width: 640px) {
  #top .nw-blog-bt li a {
    font-size: min(4vw, 1.6rem);
    justify-content: space-between
  }
}
#top .nw-company {
  padding: 56px 0 96px;
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #f2f2f2 25%, #f2f2f2 100%)
}
@media(max-width: 640px) {
  #top .nw-company {
    padding: 40px 0;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #f2f2f2 10%, #f2f2f2 100%)
  }
  #top .nw-company .inner {
    padding: 0 5%
  }
}
#top .nw-company h2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center
}
#top .nw-company h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 80px;
  height: 6px;
  background: url(/nw/common/svg/line.svg) no-repeat center center/contain
}
@media(max-width: 640px) {
  #top .nw-company h2 {
    font-size: min(7vw, 3.2rem);
    margin-bottom: 48px
  }
  #top .nw-company h2::after {
    height: 4px
  }
}
#top .nw-company__banner--l, #top .nw-company__banner--ll, #top .nw-company__banner--s {
  display: flex;
  gap: 30px;
  margin-bottom: 30px
}
@media(max-width: 640px) {
  #top .nw-company__banner--l, #top .nw-company__banner--ll, #top .nw-company__banner--s {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px
  }
}
#top .nw-company__banner--l > div, #top .nw-company__banner--l > li, #top .nw-company__banner--ll > div, #top .nw-company__banner--ll > li, #top .nw-company__banner--s > div, #top .nw-company__banner--s > li {
  flex: 1
}
#top .nw-company__banner--l > div a, #top .nw-company__banner--l > li a, #top .nw-company__banner--ll > div a, #top .nw-company__banner--ll > li a, #top .nw-company__banner--s > div a, #top .nw-company__banner--s > li a {
  display: block;
  width: 100%;
  height: 100%
}
#top .nw-company__banner--l .img {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden
}
#top .nw-company__banner--l .img::before {
  float: left;
  content: "";
  padding-top: 60.53%
}
#top .nw-company__banner--l .img::after {
  display: block;
  content: "";
  clear: both
}
#top .nw-company__banner--l .img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
#top .nw-company__banner--l .txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff url(/nw/common/svg/arrow_right.svg) no-repeat center right 1em/1em 1em
}
#top .nw-company__banner--s {
  margin-bottom: 56px
}
@media(max-width: 640px) {
  #top .nw-company__banner--s {
    margin-bottom: 48px
  }
}
#top .nw-company__banner--s a {
  display: flex !important;
  align-items: center;
  border-radius: 10px;
  padding: 1.5em 2em 1.5em 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  background: #fff url(/nw/common/svg/arrow_right.svg) no-repeat center right 1em/1em 1em
}
@media(max-width: 640px) {
  #top .nw-company__banner--s a {
    font-size: min(4.5vw, 1.6rem);
    padding: 1.5em 2em 1.5em 1em
  }
  #top .nw-company__banner--s a br {
    display: none
  }
}
#top .nw-company__banner--ll a {
  border: 1px solid #ccc
}
.nw-company__banner--ll > li {
  width: 100%
}
.nw-company__banner--ll > li {
  max-width: 585px
}
.nw-company__banner--ll > li {
  margin: 0 auto
}
/*# sourceMappingURL=renew.min.css.map */