/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  color: #000;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
  scroll-behavior: smooth;
}
html.font-size1up {
  font-size: 86.9% !important;
}
html.font-size2up {
  font-size: 100% !important;
}
html.font-size3up {
  font-size: 116% !important;
}
html.font-size4up {
  font-size: 150.8% !important;
}

body {
  background-color: #fff;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1267px) and (min-width: 767px) {
  body {
    width: 1267px;
  }
}

.main__content {
  background-image: url(/content/000348937.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header {
  height: 100%;
  z-index: 2000;
  position: relative;
}
.header__inner {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.56), #fff, #fff, #fff);
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .header__inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
.header .headerMenu {
  max-width: 1225px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  align-items: center;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .header .headerMenu {
    padding: 0;
  }
}
.header .headerMenu .headerLanguageMenu__sp {
  display: none;
}
.header .headerMenu .headerMenu__sp {
  display: none;
}
.header .headerMenu .headerLogo {
  margin-top: 10px;
}
.header .headerMenu .headerLogo .headerLogo__link .headerLogoImg {
  width: 214px;
  height: 69px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .header .headerMenu .headerMenu__support {
    display: none;
  }
}
.header .headerMenu .headerMenu__support .headerMenu__content {
  display: flex;
  justify-content: flex-end;
}
.header .headerMenu .headerMenu__support .headerMenu__list {
  display: flex;
}
.header .headerMenu .headerMenu__support .headerMenu__item {
  letter-spacing: 0.8px;
  position: relative;
  margin-right: 40px;
}
.header .headerMenu .headerMenu__support .headerMenu__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(-50%, -50%);
}
.header .headerMenu .headerMenu__support .headerMenu__item:last-child {
  margin-right: 0;
}
.header .headerMenu .headerMenu__support .headerMenu__item:last-child::after {
  display: none;
}
.header .headerMenu .headerMenu__support .headerMenu__item .headerMenu__link {
  color: #333333;
}
.header .headerMenu .headerMenu__support .headerMenu__item .headerMenu__link:hover {
  border-bottom: 1px solid #333;
}
.header .headerMenu .headerMenu__support .headerMenu__nav {
  display: flex;
  margin-top: 22px;
  align-items: center;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__text {
  margin-right: 11px;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__list {
  display: flex;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item {
  background-color: #067c59;
  border-radius: 22px;
  margin-right: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item:first-child {
  margin-right: 5px;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item:last-child {
  margin-right: 0;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item .nav__link {
  color: #fff;
  padding: 3px 18px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 22px;
}
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .header {
    height: 60px;
  }
  .header .headerMenu {
    height: 60px;
  }
  .header .headerMenu .headerLanguageMenu__sp {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #067c59;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  }
  .header .headerMenu .headerLanguageMenu__sp .headerLanguageMenu__spLink {
    position: relative;
    height: inherit;
    display: block;
    cursor: pointer;
    font-weight: bold;
  }
  .header .headerMenu .headerLanguageMenu__sp .headerLanguageMenu__spLink .headerLanguageMenu__spImgBox {
    text-align: center;
    padding-top: 8px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header .headerMenu .headerLanguageMenu__sp .headerLanguageMenu__spText {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    bottom: 6px;
    width: 100%;
  }
  .header .headerMenu .headerMenu__sp {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #067c59;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  }
  .header .headerMenu .headerMenu__sp #checkbox {
    display: none;
  }
  .header .headerMenu .headerMenu__sp .hamburger__content {
    background: #107c59;
    display: none;
    position: fixed;
    transition: display 0.3s;
    z-index: 1;
    width: 100%;
    top: 141px;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    padding: 17px 0 30px 0;
    transition: all 0.2s;
    z-index: 10000;
  }
  .header .headerMenu .headerMenu__sp .hamburger__content.inview {
    display: block;
    transition: all 0.2s;
    position: fixed;
    height: calc(100vh - 180px);
    height: calc(100dvh - 180px);
    overflow: auto;
  }
  .header .headerMenu .headerMenu__sp .hamburger {
    box-sizing: border-box;
    position: relative;
    height: 60px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: #067c59;
    padding: 5px 10px;
    cursor: pointer;
  }
  .header .headerMenu .headerMenu__sp .hamburger__lineTop, .header .headerMenu .headerMenu__sp .hamburger__lineMiddle, .header .headerMenu .headerMenu__sp .hamburger__lineBottom {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    transition: all 0.3s;
  }
  .header .headerMenu .headerMenu__sp .hamburger__lineTop {
    top: 20px;
  }
  .header .headerMenu .headerMenu__sp .hamburger__lineMiddle {
    top: 26px;
  }
  .header .headerMenu .headerMenu__sp .hamburger__lineBottom {
    top: 32px;
  }
  .header .headerMenu .headerMenu__sp .hamburger__text {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .header .headerMenu .headerMenu__sp .hamburger__textOpen {
    display: none;
  }
  .header .headerMenu .headerMenu__sp .hamburger__list {
    margin-bottom: 11px;
    /*-webkit-animation-name: slide;
            animation-name: slide;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;*/
  }
  .header .headerMenu .headerMenu__sp .hamburger__list:nth-child(6) {
    margin-bottom: 24px;
  }
  @-webkit-keyframes slide {
    0% {
      height: 0;
    }
    100% {
      height: 63px;
    }
  }
  @keyframes slide {
    0% {
      height: 0;
    }
    100% {
      height: 63px;
    }
  }
  .header .headerMenu .headerMenu__sp .hamburger__item {
    width: 363px;
    height: 63px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    color: #067c59;
    font-weight: bold;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
  .header .headerMenu .headerMenu__sp .hamburger__box {
    display: flex;
    flex-wrap: wrap;
    max-width: 375px;
    margin: auto;
    justify-content: center;
    gap: 9px 6px;
  }
  .header .headerMenu .headerMenu__sp .hamburger__boxItem {
    width: 179px;
    height: 52px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid #3ea586;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  }
  .header .headerMenu .headerMenu__sp .hamburger__boxItemTitle {
    height: inherit;
  }
  .header .headerMenu .headerMenu__sp .hamburger__link {
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    color: #03835c;
    font-weight: bold;
  }
  .header .headerMenu .headerMenu__sp .hamburger.inview .hamburger__lineTop {
    transform: translate(-50%, 6px) rotate(135deg);
  }
  .header .headerMenu .headerMenu__sp .hamburger.inview .hamburger__lineMiddle {
    transform: translateX(-300%);
  }
  .header .headerMenu .headerMenu__sp .hamburger.inview .hamburger__lineBottom {
    transform: translate(-50%, -6px) rotate(-135deg);
  }
  .header .headerMenu .headerMenu__sp .hamburger.inview .hamburger__text {
    display: none;
  }
  .header .headerMenu .headerMenu__sp .hamburger.inview .hamburger__textOpen {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .header .headerMenu .headerMenu__sp .accordion {
    position: relative;
    padding: 1em;
    display: block;
    color: #067c59;
  }
  .header .headerMenu .headerMenu__sp .accordion::before {
    content: "";
    width: 16px;
    height: 3px;
    background-color: #067c59;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    border-radius: 10px;
  }
  .header .headerMenu .headerMenu__sp .accordion::after {
    content: "";
    width: 3px;
    height: 16px;
    background-color: #067c59;
    display: block;
    position: absolute;
    right: 16.5px;
    top: 25px;
    border-radius: 10px;
    transition: transform 0.3s;
  }
  .header .headerMenu .headerMenu__sp .accordion__item {
    border-bottom: 1px solid #d0d0d0;
    position: relative;
  }
  .header .headerMenu .headerMenu__sp .accordion__item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #107c5a;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .headerMenu .headerMenu__sp .accordion__link {
    display: block;
    word-break: break-all;
    color: #747474;
  }
  .header .headerMenu .headerMenu__sp .accordion__linkTitle {
    width: 70%;
    padding-left: 32px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header .headerMenu .headerMenu__sp .accordion.is-active::after {
    transform: rotate(-90deg);
  }
  .header .headerMenu .headerMenu__sp .toggle {
    display: none;
  }
  .header .headerMenu .headerMenu__sp .content {
    height: 0;
    margin-bottom: 10px;
    width: 363px;
    margin: auto;
    overflow: hidden;
    background-color: #f7fff8;
  }
  .header .headerMenu .headerMenu__sp .content.is-open {
    height: auto;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header .headerMenu .headerLogo .headerLogo__link {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .header .headerMenu .headerLogo .headerLogo__link .headerLogoImg {
    width: 120px;
    height: 39px;
  }
}
.header .headerNav {
  background-color: #067c59;
  padding: 7px 0;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .header .headerNav {
    display: none;
  }
}
.header .headerNav .headerNav__list {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.header .headerNav .headerNav__item {
  width: 203px;
}
.header .headerNav .headerNav__item .headerNav__link {
  padding: 8px 0;
  color: #fff;
  display: flex;
  align-items: center;
  width: inherit;
  justify-content: center;
  border-radius: 22px;
  text-align: center;
}
.header .headerNav .headerNav__item .headerNav__link.visited {
  background-color: #165844;
}
.header .headerNav .headerNav__item .headerNav__link:hover {
  background-color: #165844;
}
.header .headerNav .headerNav__item .megaMenuLife, .header .headerNav .headerNav__item .megaMenuCulture, .header .headerNav .headerNav__item .megaMenuBusiness, .header .headerNav .headerNav__item .megaMenuPrevention, .header .headerNav .headerNav__item .megaMenuOthers {
  display: none;
}
.header .headerNav .headerNav__item:hover .megaMenuLife, .header .headerNav .headerNav__item:hover .megaMenuCulture, .header .headerNav .headerNav__item:hover .megaMenuBusiness, .header .headerNav .headerNav__item:hover .megaMenuPrevention, .header .headerNav .headerNav__item:hover .megaMenuOthers, .header .headerNav .headerNav__item:focus-within .megaMenuLife, .header .headerNav .headerNav__item:focus-within .megaMenuCulture, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention, .header .headerNav .headerNav__item:focus-within .megaMenuOthers {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 100%;
  left: -50%;
  transform: translateX(50%);
  display: block;
  width: 1215px;
  margin: 0 auto;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__list, .header .headerNav .headerNav__item:hover .megaMenuCulture__list, .header .headerNav .headerNav__item:hover .megaMenuBusiness__list, .header .headerNav .headerNav__item:hover .megaMenuPrevention__list, .header .headerNav .headerNav__item:hover .megaMenuOthers__list, .header .headerNav .headerNav__item:focus-within .megaMenuLife__list, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__list, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__list, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__list, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__list {
  background-color: #fff;
  border: 3px solid #067C59;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 38px 38px 77px;
  row-gap: 11px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__item, .header .headerNav .headerNav__item:hover .megaMenuCulture__item, .header .headerNav .headerNav__item:hover .megaMenuBusiness__item, .header .headerNav .headerNav__item:hover .megaMenuPrevention__item, .header .headerNav .headerNav__item:hover .megaMenuOthers__item, .header .headerNav .headerNav__item:focus-within .megaMenuLife__item, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__item, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__item, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__item, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__item {
  font-weight: 500;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__link, .header .headerNav .headerNav__item:hover .megaMenuCulture__link, .header .headerNav .headerNav__item:hover .megaMenuBusiness__link, .header .headerNav .headerNav__item:hover .megaMenuPrevention__link, .header .headerNav .headerNav__item:hover .megaMenuOthers__link, .header .headerNav .headerNav__item:focus-within .megaMenuLife__link, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__link, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__link, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__link, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__link {
  color: #165844;
  display: block;
  position: relative;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__linkTitle, .header .headerNav .headerNav__item:hover .megaMenuCulture__linkTitle, .header .headerNav .headerNav__item:hover .megaMenuBusiness__linkTitle, .header .headerNav .headerNav__item:hover .megaMenuPrevention__linkTitle, .header .headerNav .headerNav__item:hover .megaMenuOthers__linkTitle, .header .headerNav .headerNav__item:focus-within .megaMenuLife__linkTitle, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__linkTitle, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__linkTitle, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__linkTitle, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__linkTitle {
  text-decoration: none;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__linkTitle:hover, .header .headerNav .headerNav__item:hover .megaMenuCulture__linkTitle:hover, .header .headerNav .headerNav__item:hover .megaMenuBusiness__linkTitle:hover, .header .headerNav .headerNav__item:hover .megaMenuPrevention__linkTitle:hover, .header .headerNav .headerNav__item:hover .megaMenuOthers__linkTitle:hover, .header .headerNav .headerNav__item:focus-within .megaMenuLife__linkTitle:hover, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__linkTitle:hover, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__linkTitle:hover, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__linkTitle:hover, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__linkTitle:hover {
  text-decoration: underline;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__item, .header .headerNav .headerNav__item:focus-within .megaMenuLife__item {
  width: 21%;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__item:first-child, .header .headerNav .headerNav__item:focus-within .megaMenuLife__item:first-child {
  width: 374px;
}
.header .headerNav .headerNav__item:hover .megaMenuLife__item:nth-child(4n+1), .header .headerNav .headerNav__item:focus-within .megaMenuLife__item:nth-child(4n+1) {
  width: 374px;
}
.header .headerNav .headerNav__item:hover .megaMenuCulture__list, .header .headerNav .headerNav__item:hover .megaMenuBusiness__list, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__list, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__list {
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.header .headerNav .headerNav__item:hover .megaMenuCulture__item, .header .headerNav .headerNav__item:hover .megaMenuBusiness__item, .header .headerNav .headerNav__item:focus-within .megaMenuCulture__item, .header .headerNav .headerNav__item:focus-within .megaMenuBusiness__item {
  width: 20%;
}
.header .headerNav .headerNav__item:hover .megaMenuPrevention__item, .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__item {
  width: 21%;
}
.header .headerNav .headerNav__item:hover .megaMenuPrevention__item:nth-child(3), .header .headerNav .headerNav__item:focus-within .megaMenuPrevention__item:nth-child(3) {
  width: 374px;
}
.header .headerNav .headerNav__item:hover .megaMenuOthers__list, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__list {
  -moz-column-gap: 58px;
       column-gap: 58px;
}
.header .headerNav .headerNav__item:hover .megaMenuOthers__item, .header .headerNav .headerNav__item:focus-within .megaMenuOthers__item {
  width: 21%;
}

.mainInfo {
  max-width: 1225px;
  margin: 43.45px auto 0 auto;
  z-index: 1;
}

.alertInfo {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .alertInfo {
    width: calc(100% - 22px);
    margin: 113px auto 17px auto;
  }
}
.alertInfo .alertInfoTitle {
  background-color: #d53030;
  border: 2.5px solid #d53030;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  height: 51px;
  align-items: center;
  gap: 14px;
  padding-left: 26px;
}
.alertInfo__round {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.alertInfo__round::before {
  content: "!";
  position: absolute;
  color: #d53030;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.alertInfo .alertInfoContent {
  background-color: #fcf4f4;
  border: 2.5px solid #d53030;
  border-radius: 0 0px 13px 13px;
  padding: 23px 0 23px 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .alertInfo {
    width: calc(100% - 22px);
  }
  .alertInfo .alertInfoContent {
    width: 100%;
    height: 77px;
    padding: 25px 18px;
    display: flex;
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .alertInfo .alertInfoTitle {
    justify-content: left;
    padding: 0 11px;
    height: 37px;
  }
  .alertInfo .alertInfoTitle__text {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .alertInfo__round {
    width: 22px;
    height: 22px;
  }
}
.alertInfo__description {
  font-size: 2rem;
  display: flex;
  text-decoration: underline;
  color: #d53030;
  margin-bottom: 11px;
  width: 98%;
  word-wrap: break-word;
  text-indent: -1rem;
  padding-left: 10px;
  align-items: center;
}
.alertInfo__description:before {
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #d01515;
  display: inline-block;
  margin-right: 24px;
}
.alertInfo__description:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .alertInfo__description {
    font-size: 1.5rem;
    padding-left: 0;
  }
  .alertInfo__description::before {
    border-width: 6px 0 6px 7px;
    margin-right: 20px;
  }
}

.info__flex {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .info__flex {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }
}

.emergencyInfo .emergencyInfoTitle {
  background-color: #d53030;
  border: 2.5px solid #d53030;
  border-radius: 5px 5px 0 0;
  width: 275px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  padding-left: 26px;
  align-items: center;
  gap: 14px;
}
.emergencyInfo .emergencyInfoTitle__text {
  padding: 12px;
}
.emergencyInfo__round {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.emergencyInfo__round::before {
  content: "!";
  position: absolute;
  color: #d53030;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.emergencyInfo .emergencyInfoContent {
  width: 462px;
  background-color: #fcf4f4;
  border: 2.5px solid #d53030;
  border-radius: 0 13px 13px 13px;
  padding: 23px 0 23px 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
.emergencyInfo .emergencyInfoWeather,
.emergencyInfo .emergencyInfoMedical {
  display: block;
  font-size: 2rem;
  text-decoration: underline;
  color: #d53030;
  margin-bottom: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.emergencyInfo .emergencyInfoWeather:before,
.emergencyInfo .emergencyInfoMedical:before {
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #d01515;
  display: inline-block;
  margin-right: 14px;
}
.emergencyInfo .emergencyInfoWeather:hover,
.emergencyInfo .emergencyInfoMedical:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .emergencyInfo {
    width: calc(100% - 22px);
  }
  .emergencyInfo .emergencyInfoContent {
    width: 100%;
    height: 77px;
    padding: 25px 18px;
    display: flex;
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .emergencyInfo .emergencyInfoTitle {
    width: 51%;
    justify-content: left;
    padding: 0 11px;
    height: 37px;
  }
  .emergencyInfo .emergencyInfoTitle__text {
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 0;
  }
  .emergencyInfo__round {
    width: 22px;
    height: 22px;
  }
  .emergencyInfo .emergencyInfoWeather,
.emergencyInfo .emergencyInfoMedical {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .emergencyInfo .emergencyInfoWeather::before,
.emergencyInfo .emergencyInfoMedical::before {
    margin-right: 10px;
    border-width: 6px 0 6px 7px;
  }
}

.search {
  width: 100%;
  padding: 19px 30px 19px 0px;
  background-color: #067c59;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 999;
}
.search .searchTitle {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding-left: 32px;
  margin-bottom: 23px;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .search .searchTitle {
    display: none;
  }
}
.search .searchContent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  width: 100%;
}
.search .searchContent .searchInput {
  width: 100%;
  margin-left: 24px;
  margin-right: 34px;
  position: relative;
  padding-right: 20px;
}
.search .searchContent .searchInput__link {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #067c59;
  display: block;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.search .searchContent .searchInput__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 16px;
}
.search .searchContent .searchInput__content {
  width: 100%;
  padding: 15px 25px 15px 10px;
  height: inherit;
  border-radius: 23px;
  border: none;
  font-size: 1.6rem;
}
.search .searchContent .howToSearch {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.search .searchContent .howToSearch__round {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.search .searchContent .howToSearch__round::before {
  content: "?";
  color: #166c52;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search .searchContent .howToSearch__text {
  color: #fff;
  text-decoration: underline;
  margin-left: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .search .searchContent .howToSearch__text {
    display: none;
  }
}
.search .searchContent .howToSearch__text:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .search {
    height: 40px;
    border-radius: 0;
    width: 100%;
    padding-right: 0;
    position: fixed;
    top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .search .searchContent {
    align-items: center;
    height: inherit;
    width: 100%;
  }
  .search .searchContent .searchInput {
    height: 40px;
    width: 100%;
    min-width: 300px;
    margin-right: 0;
    padding-right: 0;
    margin-right: 24px;
    margin-left: 16px;
  }
  .search .searchContent .searchInput__content {
    padding: 0;
    padding-left: 10px;
  }
  .search .searchContent .searchInput__link {
    right: -5px;
  }
  .search .searchContent .howToSearch {
    display: none;
  }
}

.topSlider {
  width: 1133px;
  margin: 63px auto;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider {
    width: 100%;
    margin-top: 21px;
  }
}
.topSlider .sliderConatiner {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.topSlider .carousel {
  width: 979px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  background-color: rgba(87, 105, 93, 0.53);
  height: 229px;
}
.topSlider .carousel::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .carousel {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
.topSlider .carousel__link {
  height: 215px;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .carousel__link {
    height: auto;
  }
}
.topSlider .carousel__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  scroll-snap-align: start;
  flex-shrink: 0;
  color: #fff;
}
.topSlider .carousel__image {
  width: 966px;
  height: 215px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .carousel__image {
    width: 100%;
    height: auto;
  }
}
.topSlider__button {
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider__button {
    display: none;
  }
}
.topSlider__button--next {
  transform: rotate(180deg);
}
.topSlider .sliderController {
  width: 966px;
  height: 24px;
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .sliderController {
    width: 100%;
    height: 27px;
    margin: 6px auto 0;
  }
}
.topSlider .sliderController .sliderPlayer {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .sliderController .sliderPlayer {
    right: 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.topSlider .sliderController .sliderPlayer__button {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #6ab09b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .sliderController .sliderPlayer__button {
    width: 27px;
    height: 27px;
  }
}
.topSlider .sliderController .sliderPlayer__button--active {
  background-color: #067c59;
}
.topSlider .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .pagination {
    gap: 22px;
  }
}
.topSlider .pagination__item {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
  background-color: #6ab09b;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .topSlider .pagination__item {
    width: 7px;
    height: 7px;
  }
}
.topSlider .pagination__item--active {
  background-color: #067c59;
}

.guide {
  background-color: #067c59;
  padding-top: 51px;
  padding-bottom: 51px;
  margin-top: 63px;
}
.guide__inner {
  max-width: 1121px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide__inner {
    flex-direction: column;
    max-width: 650px;
  }
}
.guide .guideLeft {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideLeft {
    width: 100%;
  }
  .guide .guideLeft::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    height: 110px;
  }
}
@media screen and (max-width: 609px) {
  .guide .guideLeft::after {
    display: none;
  }
}
.guide .guideLeft__item {
  width: 335px;
  height: 121px;
  margin-bottom: 26px;
  background: #fff;
  border-radius: 22px;
}
.guide .guideLeft__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideLeft__item {
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    height: 110px;
  }
}
.guide .guideLeft__link {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 2.1rem;
  border-radius: 22px;
  background-color: #fff;
}
.guide .guideLeft__link:hover {
  filter: opacity(60%);
}
.guide .guideLeft__img {
  width: inherit;
  height: inherit;
}
.guide .guideLeft__cardTitle {
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideLeft__cardTitle {
    font-size: 1.9rem;
  }
}
.guide .guideRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  row-gap: 27px;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight {
    margin-top: 26px;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
}
.guide .guideRight__item {
  min-width: 339px;
  min-height: 113px;
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight__item {
    width: 172px;
    height: 68px;
    min-height: 0;
    min-width: 0;
  }
}
.guide .guideRight__link {
  min-width: inherit;
  min-height: inherit;
  display: flex;
  /* position: relative; */
  color: #333;
  font-weight: bold;
  border-radius: 60px;
  background-color: #fff;
  /* width: 100%; */
  /* height: 100%; */
  align-items: center;
  margin-left: 13px;
  box-sizing: border-box;
}
.guide .guideRight__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight__link {
    width: inherit;
    height: inherit;
    padding: 6px;
    margin-left: 0;
  }
}
.guide .guideRight__icon {
  position: relative;
  background-color: #f2f4f3;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight__icon {
    width: 45px;
    height: 45px;
  }
}
.guide .guideRight__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight__img {
    width: 20px;
  }
}
.guide .guideRight__listTitle {
  margin-left: 58px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .guide .guideRight__listTitle {
    font-size: 1.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 13px;
  }
}

.lifeSearch {
  max-width: 1267px;
  margin: auto;
  background-color: #f4f0cd;
  border-radius: 28px;
  border: 10px solid #fff;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  box-sizing: border-box;
}
.lifeSearch .lifeSearchTheme {
  width: 545px;
  border-radius: 0 0 12px 12px;
  height: 63px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.lifeSearch .lifeSearchTheme__text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  width: 545px;
  box-sizing: border-box;
  background-color: #03835c;
  border-radius: 0 0 20px 20px;
  padding: 13px;
}
.lifeSearch .lifeSearchTheme__text::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 16px solid #154b3b;
  right: -16px;
  top: 0;
}
.lifeSearch__list {
  display: flex;
  flex-wrap: wrap;
  padding: 81px 0 71px 0;
  row-gap: 38px;
  -moz-column-gap: 38px;
       column-gap: 38px;
  justify-content: center;
}
.lifeSearch__item {
  min-width: 163px;
  min-height: 163px;
  background-color: #ffffff;
  border: 3px solid #f5e381;
  border-radius: 22px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
.lifeSearch__item:hover {
  border: 3px solid #03835c;
  position: relative;
}
.lifeSearch__item:hover .iteminner {
  background-color: #F4F0CD;
}
.lifeSearch__item:hover .iteminner::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #F8ECA7;
  border-radius: 18px;
  box-sizing: border-box;
}
.lifeSearch__item:hover .lifeSearch__link {
  padding: 7px 11px;
}
.lifeSearch__item:nth-child(6) .lifeSearch__linkImg, .lifeSearch__item:nth-child(9) .lifeSearch__linkImg {
  width: 80px;
}
.lifeSearch__item:nth-child(12) .lifeSearch__linkImg {
  width: 55px;
}
.lifeSearch .iteminner {
  border: 11px solid #fff;
  border-radius: 22px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lifeSearch__link {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 8px;
  box-sizing: border-box;
  border-radius: 22px;
  position: relative;
  border: 3px solid #Fff;
  padding: 7px 11px;
}
.lifeSearch__imgBox {
  width: 100px;
  height: 100px;
  margin: 10px auto 0px auto;
}
.lifeSearch__linkImg {
  margin: auto;
  width: 70px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lifeSearch__svgBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifeSearch__linkTitle {
  color: #007A54;
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .lifeSearch {
    width: calc(100% - 25px);
    max-width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
  .lifeSearch .lifeSearchTheme {
    width: 86%;
    min-width: 293px;
    top: -27px;
    height: 41px;
  }
  .lifeSearch .lifeSearchTheme__text {
    font-size: 1.8rem;
    width: 80%;
    top: 19.5px;
  }
  .lifeSearch .lifeSearchTheme__img {
    height: inherit;
  }
  .lifeSearch__list {
    gap: 19px;
    padding: 0px 11px;
    margin-top: 59px;
    justify-content: center;
  }
  .lifeSearch__imgBox {
    width: 60px;
    height: 60px;
    margin: 10px auto 10px auto;
  }
  .lifeSearch__item {
    min-width: 121px;
    min-height: 121px;
  }
  .lifeSearch__linkTitle {
    font-size: 1.4rem;
  }
  .lifeSearch__linkImg {
    width: 60px;
    height: inherit;
  }
}

.information {
  background-image: url(/content/000348937.png);
  background-size: 1600px;
  background-repeat: no-repeat;
  background-position: -500px 350px;
}
.information .tabWrap {
  max-width: 1219px;
  margin: 80px auto 0 auto;
  margin-bottom: 209px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .tabWrap {
    min-width: 355px;
    margin: 34px 10px 0 10px;
  }
}
.information .tabWrap__radio {
  display: none;
}
.information .tabArea {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.information .tabArea__label {
  width: 399px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  min-height: 84px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  font-size: 2.5rem;
  color: #525252;
  text-align: center;
  border: 2px solid #2C9374;
}
.information .tabArea__label:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .tabArea__label {
    font-size: 1.4rem;
    min-width: 113px;
    min-height: 57px;
    margin-right: 0;
  }
}
.information .tab__link {
  display: contents;
}
.information .panelArea {
  background: #fff;
  text-align: left;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .panelArea {
    margin-bottom: 42px;
  }
}
.information .tabPanel {
  width: 100%;
  padding-top: 0;
  display: none;
}
.information .tabPanel.is-show {
  display: block;
}
.information .tabArea__label.is-active {
  background: #067c59;
  color: #fff;
  text-align: center;
  border: 2px solid #FFFFFF;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.information .spBr {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .spBr {
    display: block;
  }
}
.information .panelImportant__info,
.information .panelNew__info,
.information .panelEvent__info {
  border-bottom: 1px dotted #707070;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .panelImportant__info,
.information .panelNew__info,
.information .panelEvent__info {
    flex-direction: column;
    align-items: baseline;
  }
}
.information .panelImportant__info:last-child {
  border-bottom: none;
}
.information .panelNew__info:nth-last-child(2),
.information .panelEvent__info:nth-last-child(2) {
  border-bottom: none;
}
.information .panelImportant__date,
.information .panelNew__date,
.information .panelEvent__date {
  font-weight: 500;
  padding-bottom: 19px;
  padding-top: 28px;
  padding-left: 45px;
  width: 15%;
  padding-right: 55px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .panelImportant__date,
.information .panelNew__date,
.information .panelEvent__date {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 21px;
    padding-bottom: 0;
    padding-top: 13px;
    font-size: 1.4rem;
  }
}
.information .panelImportant__title,
.information .panelNew__title,
.information .panelEvent__title {
  font-size: 1.9rem;
  overflow-wrap: break-word;
  padding-bottom: 19px;
  padding-top: 28px;
  width: 85%;
  padding-right: 55px;
}
.information .panelImportant__title:hover,
.information .panelNew__title:hover,
.information .panelEvent__title:hover {
  text-decoration: underline;
}
.information .panelImportant__title .panelImportant__titleLink,
.information .panelImportant__title .panelNew__titleLink,
.information .panelImportant__title .panelEvent__titleLink,
.information .panelNew__title .panelImportant__titleLink,
.information .panelNew__title .panelNew__titleLink,
.information .panelNew__title .panelEvent__titleLink,
.information .panelEvent__title .panelImportant__titleLink,
.information .panelEvent__title .panelNew__titleLink,
.information .panelEvent__title .panelEvent__titleLink {
  color: #03835c;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .panelImportant__title,
.information .panelNew__title,
.information .panelEvent__title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    width: calc(100% - 42px);
    margin: auto;
    font-size: 1.4rem;
  }
}
.information .moreView {
  background-color: #067c59;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
}
.information .moreView__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  width: 236px;
  height: 40px;
  background-color: #fff;
  display: block;
  border-radius: 11px;
  position: relative;
  color: #333;
  margin-left: auto;
  margin-right: 27px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .moreView__content {
    margin: auto;
  }
}
.information .moreView__btn {
  border-radius: 11px;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border: none;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information .moreView__btn:hover {
  opacity: 0.6;
}
.information .moreView .arrow__round {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #067c59;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.information .moreView .arrow__round::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.information .informationCard {
  background-color: #067c59;
  min-height: 533px;
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard {
    height: 100%;
  }
}
.information .informationCard__list {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: auto;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard__list {
    flex-direction: column;
    padding-top: 54px;
    align-items: center;
  }
}
.information .informationCard__item {
  width: 397px;
  background-color: #fff;
  border-radius: 16px;
  border: 3px solid #3ea586;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard__item {
    max-width: 357px;
    width: 100%;
    top: 0;
    margin-bottom: 15px;
  }
  .information .informationCard__item:last-child {
    margin-bottom: 75px;
  }
}
.information .informationCard .infoList__title {
  text-align: center;
  font-size: 2.1rem;
  color: #03835c;
  font-weight: bold;
  border-bottom: 2px dotted #7b5f5f;
  padding-bottom: 23.5px;
  padding-top: 29px;
  width: 299px;
  margin: auto;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard .infoList__title {
    font-size: 1.8rem;
    padding-bottom: 19px;
  }
}
.information .informationCard__content {
  margin: 15px 20px 0px 20px;
}
.information .informationCard .infoList__imgBox {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard .infoList__imgBox {
    margin-top: 20px;
  }
}
.information .informationCard .infoList__img {
  width: inherit;
  height: inherit;
}
.information .informationCard__link {
  color: #03835c;
  text-decoration: underline;
  display: block;
  margin-bottom: 130px;
}
.information .informationCard__link:hover {
  text-decoration: none;
}
.information .informationCard__linkBtn {
  position: absolute;
  bottom: 31px;
  min-width: 342px;
  min-height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #166c52;
  border-radius: 60px;
  box-sizing: border-box;
  background-color: #edf8e6;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
.information .informationCard__linkBtn:hover {
  opacity: 0.6;
}
.information .informationCard__linkBtn .arrow__round {
  position: absolute;
  right: 10px;
  width: 55px;
  height: 55px;
  background-color: #067c59;
  border-radius: 50%;
}
.information .informationCard__linkBtn .arrow__round::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.information .informationCard__linkBtn .list__btn {
  margin-right: 28px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard__linkBtn {
    min-width: 302px;
    min-height: 63px;
    font-size: 1.7rem;
  }
  .information .informationCard__linkBtn .list__btn {
    font-size: 1.7rem;
    margin-right: 0;
  }
  .information .informationCard__linkBtn .arrow__round {
    width: 45px;
    height: 45px;
  }
  .information .informationCard__linkBtn .arrow__round::before {
    right: 8px;
    border-width: 7px 0 7px 12px;
  }
}
.information .informationCard .sns__list {
  display: flex;
  justify-content: center;
  gap: 9px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translatex(-50%);
}
.information .informationCard .sns__list .sns__item {
  width: 85px;
  height: 85px;
  border: 2px solid #166c52;
  border-radius: 14px;
}
.information .informationCard .sns__list .sns__item:hover {
  opacity: 0.6;
}
.information .informationCard .sns__list .sns__item .sns__link {
  display: flex;
  width: inherit;
  height: inherit;
  border-radius: 14px;
  flex-direction: column;
}
.information .informationCard .sns__list .sns__item .sns__link .sns__imgBox {
  width: 38px;
  height: 38px;
  margin: auto;
}
.information .informationCard .sns__list .sns__item .sns__link .sns__imgBox .sns__img {
  width: inherit;
  height: inherit;
  margin-top: 5px;
}
.information .informationCard .sns__list .sns__item .sns__link .sns__title {
  font-size: 1.1rem;
  color: #333333;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .informationCard .sns__list {
    height: 76px;
  }
  .information .informationCard .sns__list .sns__item {
    width: 76px;
    -moz-column-gap: 9px;
         column-gap: 9px;
    height: 76px;
  }
  .information .informationCard .sns__list .sns__item .sns__link {
    width: 100%;
  }
}

.otherInformation {
  background-image: url(/content/000348939.png), url(/content/000348940.png);
  background-size: 797px;
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  padding-top: 61px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation {
    background-size: 500px;
  }
}
.otherInformation__title {
  text-align: center;
  color: #166c52;
  font-weight: bold;
  letter-spacing: 2.8px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 56px auto;
}
.otherInformation__title .sideBar {
  width: 25%;
  height: 4px;
  background-color: #067c59;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .otherInformation__title .sideBar {
    display: none;
  }
}
.otherInformation__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 2.8rem;
}
.otherInformation__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 803px;
  margin: auto;
  justify-content: center;
  gap: 27px;
  background-color: #fff;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__list {
    gap: 7px;
    justify-content: center;
  }
  .otherInformation__list::before {
    content: "";
    display: block;
    width: 180px;
    min-height: 63px;
    order: 5;
  }
  .otherInformation__list::after {
    content: "";
    display: block;
    width: 180px;
    min-height: 63px;
    order: 6;
  }
}
@media screen and (max-width: 545px) {
  .otherInformation__list::before, .otherInformation__list::after {
    display: none;
  }
}
.otherInformation__item {
  width: 378px;
  min-height: 94px;
  border: 3px solid #3ea586;
  border-radius: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__item {
    width: 180px;
    min-height: 63px;
    box-sizing: border-box;
  }
}
.otherInformation .dummy {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation .dummy {
    display: none;
  }
}
@media screen and (min-width: 545px) and (max-width: 740px) {
  .otherInformation .dummy {
    display: block;
    width: 180px;
    height: 63px;
  }
}
.otherInformation__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}
.otherInformation__link:hover {
  opacity: 0.6;
}
.otherInformation__imgBox {
  position: absolute;
  top: 49%;
  left: 16px;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__imgBox {
    left: 7px;
    width: 43px;
    height: 43px;
  }
}
.otherInformation__img {
  width: 50px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__img {
    width: 30px;
  }
}
.otherInformation__linkTitle {
  font-size: 2.2rem;
  color: #03835c;
  font-weight: bold;
  text-align: center;
  margin-left: 60px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .otherInformation__linkTitle {
    font-size: 1.4rem;
    margin-left: 30px;
  }
}

.relativeInformation {
  padding-bottom: 60px;
  background-color: #f8f8f8;
  padding-top: 113px;
  background-image: url(/content/000348937.png);
  background-size: 1600px;
  background-repeat: no-repeat;
  background-position: 400px 300px;
  background-size: cover;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInformation {
    padding-top: 36px;
  }
}
.relativeInformation__title {
  text-align: center;
  color: #166c52;
  font-weight: bold;
  letter-spacing: 2.8px;
  margin-bottom: 73px;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 70px auto;
}
.relativeInformation__title .sideBar {
  width: 25%;
  height: 4px;
  background-color: #067c59;
  display: block;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInformation__title {
    font-size: 2rem;
    margin-bottom: 33px;
  }
  .relativeInformation__title .sideBar {
    display: none;
  }
}
.relativeInformation__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 2.8rem;
}
.relativeInformation__list {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInformation__list {
    display: block;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin-bottom: 72px;
    display: flex;
    -moz-column-gap: 9px;
         column-gap: 9px;
    margin-bottom: 80px;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 271px;
    margin: 0 auto 72px auto;
  }
}
.relativeInformation__list::-webkit-scrollbar {
  display: none;
}
.relativeInformation__item {
  width: 340px;
  height: 90px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInformation__item {
    width: 271px;
    height: 71px;
    scroll-snap-align: center;
  }
}
.relativeInformation__link {
  display: block;
  width: inherit;
  height: inherit;
}
.relativeInformation__img {
  width: inherit;
  height: inherit;
}
.relativeInformation .relativeInfo__item {
  display: flex;
  text-align: center;
  height: 90px;
  width: 1038px;
  flex-shrink: 0;
}
.relativeInformation .relativeInfo__item .relativeInfo__link {
  display: block;
  height: inherit;
  margin-right: 9px;
}
.relativeInformation .relativeInfo__item .relativeInfo__link:last-child {
  margin-right: 0px;
}
.relativeInformation .relativeInfo__item .relativeInfo__link:hover {
  opacity: 0.6;
}
.relativeInformation .relativeInfo__image {
  width: 340px;
  height: 90px;
}
.relativeInformation .prev__link,
.relativeInformation .next__link {
  position: absolute;
  top: 15px;
  margin: 0 3px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInformation .prev__link,
.relativeInformation .next__link {
    display: none;
  }
}
.relativeInformation .prev__link {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 17px 27px 0;
  border-color: transparent #3ea586 transparent transparent;
  left: 0;
}
.relativeInformation .next__link {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 17px;
  border-color: transparent transparent transparent #3ea586;
  right: 0;
  transform: rotate(0deg);
}

.advertisement {
  max-width: 1137px;
  margin: auto;
  height: 654px;
  border: 3px solid #3ea586;
  border-radius: 16px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .advertisement {
    display: none;
  }
}
.advertisement__title {
  text-align: center;
  padding: 46px 0 63px 0;
  color: #166c52;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 2.8px;
}
.advertisement__list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
  padding: 0 40px;
}
.advertisement__item {
  width: 150px;
  height: 45px;
}
.advertisement__item img {
  width: inherit;
  height: inherit;
}
.advertisement__link {
  display: block;
  width: 150px;
  height: 45px;
  cursor: pointer;
}
.advertisement__link:hover {
  opacity: 0.6;
}

.advertisement__sp {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .advertisement__sp {
    display: block;
    width: 361px;
    height: 274px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 3px solid #3ea586;
    background-color: #fff;
    margin: auto;
  }
  .advertisement__sp .advertisement__spTitle {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #166c52;
    margin-bottom: 30px;
    margin-top: 16px;
  }
  .advertisement__sp .advertisement__spItem {
    width: 134px;
    height: 40px;
  }
  .advertisement__sp .advertisement__spItem .advertisement__spImg {
    width: 134px;
    height: 40px;
  }
}
.advertisement__sp .advertisement__slider {
  display: flex;
  align-items: center;
}
.advertisement__sp .advertisement__slider .advertisement__spList {
  width: 282px;
  height: 154px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.advertisement__sp .advertisement__slider .advertisement__spList::-webkit-scrollbar {
  display: none;
}
.advertisement__sp .advertisement__slider .advertisement__spList .advertisement__spContainer {
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 11px;
}
.advertisement__sp .advertisement__slider .advertisement__prevButton {
  margin: 0 0 0 5px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 15px 23px 0;
  border-color: transparent #3ea586 transparent transparent;
  left: 0;
}
.advertisement__sp .advertisement__slider .advertisement__nextButton {
  margin: 0 5px 0 0;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 15px;
  border-color: transparent transparent transparent #3ea586;
  border-right: 0;
}

.toTop__btn {
  position: fixed;
  display: flex;
  border: 3px solid #3ea586;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: auto;
  color: #333333;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  bottom: 100px;
  right: 20px;
  z-index: 111;
  padding: 10px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}
.toTop__btn.show {
  opacity: 1;
  z-index: 998;
}
.toTop__btn.bottom {
  bottom: 350px;
}
.toTop__btn .arrow__img {
  width: 30px;
}
.toTop__btn .toTop__text {
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .toTop__btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    bottom: 20px;
  }
  .toTop__btn .toTop__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  .toTop__btn .arrow__img {
    width: 24px;
  }
  .toTop__btn.bottom {
    bottom: 460px;
  }
}

.footer {
  background-color: #f8f8f8;
}

.footerNav {
  background-color: #067c59;
  padding: 15px 0;
}
.footerNav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  height: 100%;
  width: inherit;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerNav__list {
    flex-wrap: wrap;
    justify-content: left;
    -moz-column-gap: 0px;
         column-gap: 0px;
    height: auto;
  }
}
.footerNav__item {
  position: relative;
}
.footerNav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 2px;
  height: 15px;
  background-color: #333;
  transform: translateY(-50%);
}
.footerNav__item:last-child::after {
  display: none;
}
.footerNav__link {
  color: #fff;
}
.footerNav__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerNav {
    height: 92px;
    display: flex;
    align-items: center;
  }
  .footerNav__list {
    flex-wrap: wrap;
    justify-content: left;
  }
  .footerNav__item::after {
    display: none;
  }
  .footerNav__link {
    font-size: 1.4rem;
  }
  .footerNav__link::before {
    content: "";
    height: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    display: inline-block;
    margin-right: 6.5px;
    border-width: 6px 0 6px 7px;
    margin-left: 18px;
  }
}

.footerMain {
  max-width: 1244px;
  margin: 49px auto 0 auto;
  padding-bottom: 72px;
}
.footerMain__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain__list {
    flex-direction: column;
  }
}
.footerMain__item {
  font-size: 2rem;
}
.footerMain__pcItem:nth-child(3) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain__pcItem {
    display: none;
  }
}
.footerMain__spItem {
  display: none;
}
.footerMain__spItem .activeTime-access {
  margin-left: 24px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain__spItem {
    display: block;
    font-size: 1.4rem;
  }
  .footerMain__spItem .activeTime-access {
    display: flex;
    justify-content: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin-left: 0;
  }
  .footerMain__spItem .activeTime__sp,
.footerMain__spItem .access__sp {
    width: 178px;
    height: 59px;
    display: flex;
    border: 2px solid #067c59;
    border-radius: 8px;
    color: #333;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-size: 1.7rem;
    background-color: #fff;
  }
  .footerMain__spItem .activeTime__sp:hover,
.footerMain__spItem .access__sp:hover {
    opacity: 0.6;
  }
}
.footerMain__link {
  display: block;
  width: 151px;
  height: 49px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain__link {
    margin: auto;
    margin-top: 35px;
    margin-bottom: 37px;
  }
}
.footerMain__logo {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain .address {
    text-align: center;
    margin-bottom: 7px;
  }
}
.footerMain .activeTime,
.footerMain .access {
  width: 212px;
  width: 212px;
  height: 100%;
  display: block;
  border: 2px solid #067c59;
  border-radius: 8px;
  color: #333;
  margin-bottom: 8px;
  padding: 8px 0;
  min-height: 49px;
  background-color: #fff;
}
.footerMain .activeTime:last-child,
.footerMain .access:last-child {
  margin-bottom: 0;
}
.footerMain .activeTime:hover,
.footerMain .access:hover {
  opacity: 0.6;
}
.footerMain .activeTime__imgBox,
.footerMain .access__imgBox {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.footerMain .activeTime__title,
.footerMain .access__title {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.footerMain .activeTime__img {
  width: 30px;
}
.footerMain .access__img {
  width: 26px;
}
.footerMain .norton {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain .norton {
    text-align: center;
    width: 100%;
  }
}
.footerMain .norton__imgBox {
  text-align: right;
}
.footerMain .norton__imgBox .norton__img {
  width: 147px;
  height: 83px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain .norton__imgBox {
    display: none;
  }
}
.footerMain .copyright {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain .copyright {
    text-align: center;
    font-size: 1.4rem;
  }
}
.footerMain .access,
.footerMain .activeTime {
  display: flex;
}
.footerMain .number__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain .callCenter {
    text-align: left;
  }
}
.footerMain .tel {
  margin-bottom: 45px;
}
.footerMain .callCenter__head, .footerMain .governmentOffice__head {
  font-weight: 500;
}
.footerMain .callCenter__head {
  padding-right: 20px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .footerMain {
    margin: 0px 13.5px;
    padding-bottom: 12px;
  }
}

.slider {
  position: relative;
  max-width: 1138px;
  margin: auto;
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .slider {
    display: none;
  }
}

.relativeInfoContainer {
  max-width: 1038px;
  margin: auto;
}

.relativeInfo__list {
  overflow: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
}

/** base css */
/** 各ページ */

/*# sourceMappingURL=main.css.map*/

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */

/* メイリオ位置調整 */
.header .headerMenu .headerMenu__support .headerMenu__nav .nav__item .nav__link {
  padding: 2px 18px 1px; }
.header .headerNav .headerNav__item .headerNav__link {
  padding: 8px 0 5px; }
.emergencyInfo .emergencyInfoTitle__text {
  padding: 12px 8px 8px; }
.information .tabArea__label {
  padding-top: 5px; }
.information .moreView__content {
  padding-top: 3px; }
.information .moreView .arrow__round {
  padding-top: 1px; }
.advertisement .moreView__content {
  padding-top: 3px; }
.advertisement .moreView .arrow__round {
  padding-top: 1px; }
.footerMain .activeTime,
.footerMain .access {
  padding: 8px 0 5px; }
@media screen and (max-width: 767px) and (min-width:360px) {
  .information .moreView__content {
    padding-top: 0; }
  .advertisement__sp .moreView__content {
    padding-top: 0; } }

/* 画面幅統一 */
.header .headerMenu,
.mainInfo,
.lifeSearch,
.information .tabWrap,
.information .informationCard__list {
  max-width: 1230px; }
.topSlider {
  width: 1136px; }
.guide__inner {
  max-width: 1120px; }
  @media screen and (max-width: 767px) and (min-width:360px) {
    .lifeSearch {
      max-width: 100%; }
    .topSlider {
      width: 100%; } }

/* トップ用 */
html.font-size1up {
  font-size: 86.875%!important; }
html.font-size2up {
  font-size: 96.25%!important; }
html.font-size3up {
  font-size: 106.25%!important; }
html.font-size4up {
  font-size: 125%!important; }
  @media screen and (max-width: 767px) and (min-width:360px) {
    .top .header .headerMenu {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29); }
    .top .header .headerMenu .headerMenu__sp .hamburger__content.inview {
      height: calc(100vh - 60px);
      height: calc(100dvh - 60px); }
    .top .mainInfo {
      margin-top: 20px; }
    .top .info__flex {
      flex-direction: column; }
    .top .mainInfoContainer {
      margin-top: 0; }
    .top .search {
      position: relative;
      top: 0; }
    .top .header .headerMenu .headerMenu__sp .hamburger__content {
      top: 60px; }
    .top .search .searchContent .searchInput {
      min-width: auto; }
    .top .search .searchContent .howToSearch {
      display: block;
      margin-right: 16px }
    html.font-size1up,
    html.font-size2up,
    html.font-size3up,
    html.font-size4up {
      font-size: 62.5%!important; } }

/* ------------------------------------------------------------ */

/* ヘッダー */
.header .headerMenu {
  min-height: 130px;
  padding: 0;
}
.headerMenu__support {
  max-width: 1000px;
}
.header .headerNav .headerNav__item {
  border-right: 1px solid #06B88D;
}
.header .headerNav .headerNav__item:first-child {
  border-left: 1px solid #06B88D;
}
.header .headerNav .headerNav__item .headerNav__link {
  border-radius: 0;
}
.header .headerNav .headerNav__item .headerNav__link.active {
  background-color: #165844;
}
.header .headerNav .headerNav__item:hover .headerNav__link {
  background-color: #165844;
}
.megaMenuWrap ul > li {
  background-color: #fff;
}
.megaMenuWrap ul > li > a {
  font-weight: bold;
  text-decoration: underline;
}
.megaMenuWrap ul > li > a:hover {
  color: #2268aa!important;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .header .headerMenu .headerLogo {
      margin-top: 0;
    }
    .header .headerMenu {
      height: 60px;
      min-height: auto;
    }
    .header .headerMenu .headerLogo .headerLogo__link .headerLogoImg {
      padding-right: 5px;
    }
    .header .headerMenu .headerMenu__sp .hamburger__box {
      padding-bottom: 50px;
    }
    .header .headerMenu .headerMenu__sp .hamburger__boxItem:first-child {
      width: 364px;
    }
  }

/* 防災・救急医療 */
.alertInfo .alertInfoContent {
  padding: 23px 30px;
  font-size: 1.9rem;
}
.emergencyInfo .emergencyInfoContent {
  display: flex;
  align-items: center;
  min-height: 130px;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 1.9rem;
  flex-wrap: wrap;
}
.emergencyInfo .emergencyInfoContent ul li a {
  display: block;
  font-size: 1.9rem;
  text-decoration: underline;
  color: #d53030;
  margin: 10px;
  width: max-content;
}
.emergencyInfo .emergencyInfoContent ul li a:before {
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #d01515;
  display: inline-block;
  margin-right: 14px;
}
.emergencyInfo .emergencyInfoContent ul li a:hover {
  text-decoration: none;
}
.emergencyInfoContent #micos {
  width: 100%;
}
.alertInfo__round::before,
.emergencyInfo__round::before {
  top: 55%;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .mainInfoContainer {
      margin-top: 90px;
    }
    .alertInfo {
      margin: 0 auto 17px auto;
    }
    .alertInfo .alertInfoContent {
      height: auto;
      padding: 15px 18px;
      font-size: 1.5rem;
    }
    .emergencyInfo .emergencyInfoContent {
      min-height: auto;
      height: auto;
      padding: 10px;
    }
    .emergencyInfo .emergencyInfoContent ul li {
      display: inline-block;
    }
    .emergencyInfo .emergencyInfoContent ul li a {
      font-size: 1.5rem;
      margin: 5px;
    }
    .emergencyInfo .emergencyInfoContent ul li a::before {
      margin-right: 10px;
      border-width: 6px 0 6px 7px;
    }
  }

/* サイト内検索 */
.search {
  min-height: 130px;
  box-sizing: border-box;
}
.search .searchTitle {
  margin-bottom: 15px;
}
.search .searchContent .searchInput {
  margin-right: 0;
}
.search .searchContent .searchInput__content {
  width: 100%;
  padding: 15px 55px 15px 20px;
  box-sizing: border-box;
}
.search .searchContent .searchInput__link {
  right: 30px;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .search {
      height: auto;
      min-height: auto;
      padding: 15px 0;
    }
    .search .searchContent .searchInput {
      margin-right: 15px;
    }
    .search .searchContent .searchInput__link {
      right: 5px;
    }
  }

/* スライダー */
.topSlider .carousel {
  width: 980px;
  height: 250px;
}
@-moz-document url-prefix() {
  .topSlider .carousel {
    overflow-x: hidden;
  }
}
.topSlider .carousel__link {
  height: 230px;
}
.topSlider .carousel__image {
  width: 960px;
  height: 230px;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .topSlider .carousel {
      width: 100%;
      height: auto;
      padding: 7px 0;
      margin-bottom: 10px;
      background-color: rgba(87, 105, 93, 0.53);
    }
    .topSlider .carousel__item {
      height: auto;
    }
    .topSlider .carousel__link {
      height: auto;
    }
    .topSlider .carousel__image {
      width: 100%;
      height: auto;
      vertical-align: bottom;
    }
  }

/* テーマから探す */
.lifeSearch__list {
  padding: 81px 0 51px 0;
  column-gap: 28px;
  row-gap: 28px;
}
.lifeSearch .lifeSearchTheme {
  top: -40px;
}
.lifeSearch .lifeSearchTheme__text {
  cursor: auto;
  padding-top: 15px;
  line-height: 1;
}
.lifeSearch .lifeSearchTheme__text a {
  color: #fff;
}
.lifeSearch .lifeSearchTheme__text a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.lifeSearch__link {
  padding: 0 11px 3px;
  margin-bottom: 5px;
}
.lifeSearch__item:hover .lifeSearch__link {
  padding: 0 11px 3px;
}
.lifeSearch__linkTitle {
  line-height: 1.2;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .lifeSearch__list {
      padding: 0px 11px;
      margin-top: 40px;
    }
    .lifeSearch .lifeSearchTheme {
      top: -31px;
    }
    .lifeSearch .lifeSearchTheme__text a::before {
      left: 40px;
    }
  }

/* 区の情報 */
.guide .guideLeft__item {
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(6, 124, 89, 1));
  overflow: hidden;
}
.guide .guideLeft__link {
  outline-offset: -2px;
}
.guide .guideLeft__link:hover {
  filter: opacity(85%);
}
.guide .guideRight {
  font-size: 1.8rem;
}
.guide .guideRight__item {
  max-width: 352px;
}
.guide .guideRight__icon {
  left: 0;
}
.guide .guideRight__link {
  margin-left: 0;
  padding-left: 13px;
  box-sizing: content-box;
}
.guide .guideRight__link:hover {
  opacity: 0.8;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .guide {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 33px;
    }
    .guide .guideLeft__item {
      width: 90%;
      height: auto;
      border-radius: 22px;
      overflow: hidden;
    }
    .guide .guideLeft__img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      border-radius: 22px;
      overflow: hidden;
    }
    .guide .guideLeft__link {
      width: auto;
      height: auto;
      border-radius: 22px;
      overflow: hidden;
    }
    .guide .guideRight {
      margin-top: 20px
    }
    .guide .guideRight__icon {
      left: 12px;
    }
    .guide .guideRight__link {
      padding: 0;
    }
    .guide .guideRight__listTitle {
      margin-left: 16px;
    }
  }

/* お知らせ系 */
.information .tabArea {
  gap: 5px;
}
.information .tabArea__label {
  width: 33.33%;
  margin-right: 0;
}
.information .tabWrap {
  margin-bottom: 180px;
}
.information .tabContainer {
  height: 500px;
  overflow-y: scroll;
}
.information .moreView {
  justify-content: flex-end;
}
.information .moreView__content {
  margin-left: 0;
}
.information .panelNew__info:nth-last-child(2),
.information .panelEvent__info:nth-last-child(2) {
  border-bottom: 1px dotted #707070;
}
.information .panelNew__date,
.information .panelEvent__date {
  padding-top: 23px;
}
.information .panelImportant__title,
.information .panelNew__title,
.information .panelEvent__title {
  padding-top: 23px;
}
.information .panelImportant__title {
  padding-left: 45px;
}
.information .panelEvent__info.panelEvent__noEvent {
  padding: 23px 0 19px 45px;
  font-size: 1.9rem;
}
.information .informationCard .infoList__title {
  padding-top: 15px;
}
.information .informationCard .infoList__imgBox {
  margin-bottom: 25px;
  height: 220px;
  text-align: center;
}
.information .informationCard .infoList__imgBox img,
.information .informationCard .infoList__imgBox iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.information .informationCard__link span {
  display: block;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .information .tabWrap {
      min-width: auto;
      margin-bottom: 20px;
    }
    .information .tabContainer {
      height: 400px;
    }
    .information .moreView {
      justify-content: center;
    }
    .information .moreView__content {
      width: 160px;
      margin: auto 5px;
    }
    .information .moreView .arrow__round {
      transform: translate(-25%, -50%);
    }
    .information .panelImportant__title,
    .information .panelNew__title,
    .information .panelNew__date,
    .information .panelEvent__date {
      padding-top: 15px;
    }
    .information .panelImportant__title,
    .information .panelNew__title,
    .information .panelEvent__title {
      padding-top: 5px;
      padding-bottom: 10px;
    }
    .information .panelImportant__title {
      padding: 15px 0 10px 0;
    }
    .information .panelEvent__info.panelEvent__noEvent {
      padding: 15px 0 10px 22px;
      font-size: 1.4rem;
    }
    .information .informationCard__list {
      padding-top: 35px;
    }
    .information .informationCard__item:last-child {
      margin-bottom: 35px;
    }
    .information .informationCard .infoList__imgBox {
      margin-bottom: 25px;
      height: auto;
    }
    .information .informationCard .infoList__imgBox img,
    .information .informationCard .infoList__imgBox iframe {
      max-width: 100%;
      max-height: 100%;
    }
    .information .informationCard .infoList__imgBox iframe {
      height: 220px;
    }
  }

/* その他のお知らせ */
.otherInformation__linkTitle {
  margin-left: 30px;
  max-width: 80%;
}
.otherInformation__link:hover {
  opacity: 0.8;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .otherInformation {
      padding-top: 41px;
      padding-bottom: 40px;
    }
    .otherInformation__text {
      font-size: 2rem;
    }
  }

/* 関連情報 */
.relativeInformation__img {
  vertical-align: bottom;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .relativeInformation__list {
      max-width: 330px;
    }
    .relativeInformation__item:first-child {
      padding-left: 30px;
    }
    .relativeInformation__item:last-child {
      padding-right: 30px;
    }
    .relativeInformation__text {
      font-size: 2rem;
    }
  }
/* 広告掲載 */
.advertisement {
  height: auto;
}
.advertisement__title {
  padding: 35px 0 40px 0;
}
.advertisement__list {
  margin-bottom: 60px;
  row-gap: 15px;
}
.advertisement .moreView,
.advertisement__sp .moreView {
  background-color: #067c59;
  min-height: 63px;
  display: flex;
  align-items: center;
  margin: 2px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
.advertisement .moreView__content,
.advertisement__sp .moreView__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  width: 236px;
  min-height: 40px;
  background-color: #fff;
  display: block;
  border-radius: 11px;
  position: relative;
  color: #333;
  margin-left: auto;
  margin-right: 27px;
}
.advertisement .moreView__btn,
.advertisement__sp .moreView__btn {
  border-radius: 11px;
  max-width: 90%;
  min-height: 40px;
  background-color: #fff;
  border: none;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advertisement .moreView .arrow__round,
.advertisement__sp .moreView .arrow__round {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #067c59;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.advertisement .moreView .arrow__round::before,
.advertisement__sp .moreView .arrow__round::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .advertisement__sp {
      height: auto;
    }
    .advertisement__sp .advertisement__spTitle {
      margin-bottom: 15px;
    }
    .advertisement__sp .moreView {
      margin-top: 25px;
    }
    .advertisement__sp .moreView__content {
      margin: auto;
    }
  }

/* フッター */
.footerNav {
  padding: 15px 10px;
}
.footerMain .activeTime__title {
  margin-left: 35px;
}
.footerMain .norton__imgBox {
  text-align: center;
  margin-bottom: 30px;
}
.footerNav__list {
  -moz-column-gap: 0;
       column-gap: 0;
}
.footerNav__item {
  border-left: 2px solid #333;
  padding: 0 20px;
  line-height: 1;
}
.footerNav__item:first-child {
  border: none;
}
.footerNav__item::after {
  display: none;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .footerNav {
      height: auto;
    }
    .footerNav__item {
      border: none;
      padding: 0 2px;
      line-height: 1.7;
    }
    .footerNav__link::before {
      margin-left: 12px;
    }
    .footerMain__link {
      padding-right: 5px;
    }
    .footerMain__link {
      margin-top: 25px;
      margin-bottom: 5px;
    }
    .footerMain .callCenter {
      border-collapse: collapse;
      border-spacing: 0;
    }
    .footerMain__spItem .activeTime__sp,
    .footerMain__spItem .access__sp {
      margin-bottom: 29px;
      justify-content: space-between;
      padding: 0 10px;
    }
    .footerMain .activeTime__imgBox,
    .footerMain .access__imgBox {
      margin-left: 0;
    }
    .footerMain .activeTime__title,
    .footerMain .access__title {
      margin-left: 0;
      flex-grow: 2;
      justify-content: center;
    }
  }

/* ページトップ */
.toTop__btn {
  bottom: 200px;
  padding: 5px;
  font-size: 1.5rem;
}
.toTop__btn .arrow__img {
  vertical-align: middle;
  padding-bottom: 5px;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .toTop__btn {
      width: 55px;
      height: 55px;
    }
  }

/* フリー枠 */
.free1,
.free2,
.free3,
.free4,
.free5 {
  max-width: 1230px;
  margin: 0 auto;
}
.free1,
.free2 {
  margin-top: 50px;
}
.free3 {
  margin-top: 42px;
}
.free4,
.free5 {
  margin-top: 35px;
  margin-bottom: 35px;
}
  @media screen and (max-width: 767px) and (min-width:360px) {
    .free1,
    .free2,
    .free4,
    .free5 {
      width: auto;
      margin: 0 10px;
    }
    .free1,
    .free2 {
      margin-top: 30px;
    }
    .free3 {
      margin-bottom: 30px;
    }
    .free4,
    .free5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    body.fixed {
      width: 100%;
      height: 100%;
      position: fixed!important;
    }
  }

/* ------------------------------------------------------------ */

.adjustment {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .adjustment {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
  }
}

/* 自動翻訳調整 */
font {
  word-break: break-word;
}

/* 背景固定
@media screen and (max-width: 767px) and (min-width:360px) {
  .is-menuOpen body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
} */

/* 関連情報 */

/* PC */
.relSliderPlayer {
  display: flex;
  justify-content: right;
  padding: 10px 50px;
}
.relSliderPlayer .relSliderPlayer__button {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #6ab09b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}
.relSliderPlayer .relSliderPlayer__button.relSliderPlayer__button--play {
  box-sizing: border-box;
  padding-left: 2px;
}
.relSliderPlayer .relSliderPlayer__button.relSliderPlayer__button--active {
  background-color: #067c59;
}

/* SP */
.relativeInfo__sp {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .relativeInfo__sp {
    display: block;
    width: 361px;
    box-sizing: border-box;
    margin: 20px auto 60px;
  }
}
.relativeInfo__sp .relativeInfo__slider {
  display: flex;
  align-items: center;
}
.relativeInfo__sp .relativeInfo__slider .relativeInfo__spList {
  width: 282px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.relativeInfo__sp .relativeInfo__slider .relativeInfo__spList::-webkit-scrollbar {
  display: none;
}
.relativeInfo__sp .relativeInfo__slider .relativeInfo__spList .relativeInfo__spContainer {
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 11px;
}
.relativeInfo__sp .relativeInfo__slider .relativeInfo__prevButton {
  margin: 0 0 0 5px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 15px 23px 0;
  border-color: transparent #3ea586 transparent transparent;
  left: 0;
}
.relativeInfo__sp .relativeInfo__slider .relativeInfo__nextButton {
  margin: 0 5px 0 0;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 15px;
  border-color: transparent transparent transparent #3ea586;
  border-right: 0;
}

/* ------------------------------------------------------------ */

/* Google 検索 */
table.gsc-search-box {
    position: relative;
}
div#gsc-iw-id1 {
    border: none;
    border-radius: 23px !important;
    padding: 7px 46px 7px 9px;
    width: 510px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  div#gsc-iw-id1 {
    padding: 7px 41px 7px 15px;
    width: auto;
    height: 40px;
    box-sizing: border-box;
  }
}
button.gsc-search-button.gsc-search-button-v2 {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #067c59 !important;
    border: none;
    padding: 0;
}
td.gsc-search-button {
    position: absolute;
    left: 518px;
    top: 6px;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  td.gsc-search-button {
    left: auto;
    right: 35px;
    top: 3px;
  }
}

form.gsc-search-box.gsc-search-box-tools {
    margin-bottom: 0!important;
}
.search .searchContent .searchInput {
    padding-right: 10px!important;
}
@media screen and (max-width: 767px) and (min-width:360px) {
  .search .searchContent .searchInput {
    padding-right: 0!important;
  }
}
table.gsc-search-box td.gsc-input {
    padding-right: 0!important;
}

/* 検索候補 */
td.gssb_a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #dfe1e5;
}
.gssb_a td b {
    font-weight: normal!important;
}

/* スマートフォン調整 */
@media screen and (max-width: 767px) and (min-width:360px) {
  .gsib_a {
    padding: 0!important;
  }
  input#gsc-i-id1 {
    line-height: 27px!important;
  }
  table.gsc-search-box td {
    vertical-align: top!important;
  }

  .gssb_a td {
    white-space: normal!important;
  }
}