@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-only {
    display: block;
  }
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width:768px) {
  .information {
    max-width: none;
    min-width: auto;
  }
}
.information.normal {
  background-color: #2a66b3;
}
.information.normal .information__title {
  color: #0053a0;
}
.information.warning {
  background-color: #f9ec23;
}
.information.warning .information__title {
  color: #222222;
}
.information.emergency {
  background-color: #c63c32;
}
.information.emergency .information__title {
  color: #96220b;
}
.information a {
  position: relative;
  padding-left: 20px;
  color: #003399;
}
.information a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  gap: 60px;
}
@media screen and (max-width:768px) {
  .information__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
}

.information__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .information__title {
    font-size: 2rem;
    text-align: center;
  }
}

.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 40px;
  margin-bottom: 9px;
  background-color: #ffffff;
  font-weight: bold;
  color: #374653;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .search__tab-item {
    width: 50%;
  }
}
.search__tab-item a {
  text-decoration: none;
}
.search__tab-item::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.search__tab-item.js-tab-active {
  position: relative;
  background-color: #a7d5ed;
}
.search__tab-item.js-tab-active::after {
  border-color: #a2d6ef transparent transparent transparent;
}
.search__tab-item:first-child {
  border-radius: 20px 0 0 20px;
}
.search__tab-item:last-child {
  border-radius: 0 20px 20px 0;
}

.search__radio {
  padding-bottom: 20px;
}

.search__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .search__radio-list {
    gap: 1px;
  }
}

.search__radio-item {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .search__radio-item {
    width: 33.3333333333%;
    background-color: #ffffff;
    padding: 10px 10px 10px 20px;
  }
}

.search__box-item {
  display: none;
  margin-bottom: 16px;
}
.search__box-item .h0search {
  border: 1px solid #a7d5ed;
  border-radius: 35px;
  background-color: #ffffff;
}
.search__box-item .gsc-input {
  border: none;
  width: 340px;
}
.search__box-item #gsc-iw-id1 {
  width: 100%;
  border: none;
  background-color: transparent;
}
.search__box-item .gsc-input {
  background-color: transparent;
  padding: 0 !important;
}
.search__box-item .gsc-input-box {
  background-color: transparent;
  border: none;
  padding: 0;
}
.search__box-item .gsib_a {
  border: none;
  background-color: transparent;
  height: 70px;
  padding-left: 30px;
}
@media screen and (max-width:768px) {
  .search__box-item .gsib_a {
    height: 54px;
    padding: 6px 0px 6px 30px;
  }
}
.search__box-item .gsib_b {
  display: none;
}
.search__box-item .gsc-search-box {
  margin: 0;
}
.search__box-item .gsc-search-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search__box-item .gsc-search-button-v2 {
  position: relative;
  width: 100px;
  height: 70px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:768px) {
  .search__box-item .gsc-search-button-v2 {
    width: 50px;
    height: 54px;
  }
}
.search__box-item .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_search_icon02.png);
  width: 40px;
  height: 40px;
  top: 14px;
  left: 30px;
}
@media screen and (max-width:768px) {
  .search__box-item .gsc-search-button-v2::before {
    width: 33px;
    height: 33px;
    background-size: cover;
    top: 10px;
    left: 0;
  }
}
@media (hover: hover) {
  .search__box-item .gsc-search-button-v2:hover {
    background-color: transparent;
  }
}
.search__box-item .gsc-search-button-v2 svg {
  display: none;
}
.search__box-item .id_search-box {
  border: 1px solid #a7d5ed;
  border-radius: 35px;
  background-color: #ffffff;
}
.search__box-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search__box-item .iconMokutekiSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  padding: 27px 0px 27px 30px;
}
@media screen and (max-width:768px) {
  .search__box-item .iconMokutekiSearchWrap {
    width: calc(100% - 50px);
    padding: 19px 0px 19px 30px;
  }
}
.search__box-item .moktekiTabInput {
  border: none;
  background-color: transparent;
  height: 16px;
  outline: none;
}
.search__box-item .mokutekiTabBtn {
  background-image: url(/images/2024_search_icon02.png);
  background-position: 30px 14px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100px;
  height: 70px;
}
@media screen and (max-width:768px) {
  .search__box-item .mokutekiTabBtn {
    background-position: 0 10px;
    background-size: 33px 33px;
    width: 50px;
    height: 54px;
  }
}
.search__box-item.js-content-active {
  display: block;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn-area--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .btn-area--2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.btn-area--2column .button {
  width: 265px;
}
@media screen and (max-width:768px) {
  .btn-area--2column .button {
    width: 100%;
  }
}
.btn-area--citypro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.button {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  padding: 12px 0;
  font-weight: bold;
  text-decoration: none;
}
.button--primary {
  background-color: #f1f5f9;
}
.button--primary::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--secondary {
  background-color: #ffffff;
}
.button--secondary::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .header {
    max-width: none;
    min-width: auto;
    height: 60px;
  }
}
.header--contact .header__top {
  padding: 15px 10px 11px 30px;
}
@media screen and (max-width:768px) {
  .header--contact .header__top {
    padding: 0 0 0 10px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width:768px) {
  .header__inner {
    width: 100%;
    min-width: auto;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:768px) {
  .header__top {
    padding-left: 10px;
  }
}

.header__logo a {
  display: inline-block;
}
@media screen and (max-width:768px) {
  .header__logo h1 {
    font-size: 0;
  }
  .header__logo a {
    padding: 5px 0;
  }
}

@media screen and (max-width:768px) {
  .header__logo-img {
    width: auto;
    height: 50px;
  }
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .header__top-right {
    display: none;
  }
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search .h0search {
  border-radius: 20px;
  background-color: #f1f5f9;
}
.header__search .gsc-input {
  border: none;
  width: 200px;
}
.header__search #gsc-iw-id1 {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header__search .gsc-input {
  background-color: transparent;
  padding: 0 !important;
}
.header__search .gsib_a {
  border: none;
  background-color: transparent;
  height: 36px;
  padding: 5px 0px 5px 20px;
}
.header__search .gsib_a input {
  background-color: transparent !important;
}
.header__search .gsib_b {
  display: none;
}
.header__search .gsc-search-box {
  margin: 0;
}
.header__search .gsc-search-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.header__search .gsc-search-button-v2 {
  position: relative;
  width: 50px;
  height: 36px;
  padding: 0;
  margin: 0;
}
.header__search .gsc-search-button-v2::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_search_icon01.png);
  width: 19px;
  height: 19px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .header__search .gsc-search-button-v2 {
    width: 50px;
  }
}
@media (hover: hover) {
  .header__search .gsc-search-button-v2:hover {
    background-color: transparent;
  }
}
.header__search .gsc-search-button-v2 svg {
  display: none;
}

.header__t-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width:768px) {
  .header__t-nav {
    display: none;
  }
}

.header__t-nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ffffff;
}

.header__t-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 10px;
  width: 130px;
  height: 80px;
  background-color: #a2d6ef;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
.header__t-nav-link--language.js-open {
  background-color: #d7ebf6;
}

.header__t-nav-list-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #374653;
  text-align: center;
}

.t-sub-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 600px;
  padding: 30px;
  top: 100%;
  left: -238px;
  background-color: #d7ebf6;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.t-sub-nav.js-show {
  opacity: 1;
  visibility: visible;
}

.t-sub-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.t-sub-nav__list {
  width: calc((100% - 4px) / 2);
  background-color: #ffffff;
}

.t-sub-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}

.t-sub-nav__button {
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  background-color: #374653;
  color: #ffffff;
  border-radius: 20px;
  font-size: 1.6rem;
}
.t-sub-nav__button::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_header_icon_close02.png);
  width: 12px;
  height: 12px;
  top: 50%;
  left: 240px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  .header__bottom {
    display: none;
  }
}

.header__b-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__b-nav-list {
  width: 14.2857142857%;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 1px solid #dddddd;
}
.header__b-nav-list:last-child {
  border-right: 1px solid #dddddd;
}

.header__b-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
.header__b-nav-link:visited {
  color: #222222;
}
.header__b-nav-link.js-open {
  border-bottom: 1px solid #f1f5f9;
  background-color: #f1f5f9;
  color: #00759e;
}
.header__b-nav-link.js-active {
  background-color: #f1f5f9;
  color: #00759e;
}

.b-sub-nav {
  position: absolute;
  background-color: #f1f5f9;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: hidden;
}
.b-sub-nav.js-show {
  opacity: 1;
  visibility: visible;
}

.b-sub-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 40px 80px 70px;
}

.b-sub-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-sub-nav__title {
  font-size: 2.2rem;
}

.b-sub-nav__title-link {
  position: relative;
  color: #374653;
  padding-left: 40px;
}
.b-sub-nav__title-link::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_header_icon_arrow.png);
  width: 10px;
  height: 14px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-sub-nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #374653;
  color: #fff;
  border-radius: 25px;
  width: 130px;
  height: 50px;
  font-size: 1.6rem;
  padding-left: 50px;
}
.b-sub-nav__button::before {
  position: absolute;
  background-image: url(/images/2024_header_icon_close01.png);
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-sub-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.b-sub-nav__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc((100% - 36px) / 4);
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  border-radius: 20px;
}
.b-sub-nav__item-list::after {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-sub-nav__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 50px 20px 20px;
  font-size: 1.6rem;
}

.nowPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 50px 20px 20px;
  font-size: 1.6rem;
}

.sp-nav {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-nav {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__inner {
    position: relative;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__item {
    width: 25%;
    border-right: 1px solid #ffffff;
  }
  .sp-nav__item:last-child {
    border-right: none;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    gap: 2px;
    background-color: #a2d6ef;
    padding-top: 8px;
    text-decoration: none;
  }
  .sp-nav__link--menu.js-open {
    background-color: #d7ebf6;
  }
  .sp-nav__link--search.js-open {
    background-color: #f5f5f2;
  }
}

@media screen and (max-width:768px) {
  .sp-nav__text {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media screen and (max-width:768px) {
  .sp-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 60px;
    left: 0;
    background-color: #d7ebf6;
    width: 100%;
    padding: 10px 20px;
    height: calc(100dvh - 60px);
    overflow: auto;
    visibility: hidden;
  }
  .sp-menu.js-show {
    visibility: visible;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
  }
  .sp-menu__content:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__title {
    color: #374653;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .sp-menu__list--3column .sp-menu__item {
    width: 33.3333333333%;
    font-size: 1.2rem;
  }
  .sp-menu__list--3column .sp-menu__item:nth-of-type(2) {
    border-right: 1px solid #d7ebf6;
  }
  .sp-menu__list--blue .sp-menu__link {
    font-size: 1.4rem;
    color: #00759e;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__item {
    width: 50%;
    height: 44px;
    background-color: #ffffff;
    border-bottom: 1px solid #d7ebf6;
    border-right: 1px solid #d7ebf6;
    font-weight: bold;
  }
  .sp-menu__item:nth-child(even) {
    border-right: none;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-decoration: none;
  }
  .sp-menu__link--prevention {
    color: #96220b !important;
  }
}

@media screen and (max-width:768px) {
  .sp-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width:768px) {
  .sp-search {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 60px;
    left: 0;
    background-color: #f5f5f2;
    width: 100%;
    padding: 25px 20px;
    height: 150px;
    overflow: auto;
    visibility: hidden;
  }
  .sp-search.js-show {
    visibility: visible;
  }
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
  background-image: url(/images/2024_footer_bg_pc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  border-top: 60px solid #f5f5f2;
}
@media screen and (max-width:768px) {
  .footer {
    background-image: url(/images/2024_footer_bg_sp.png);
    background-size: contain;
    max-width: none;
    min-width: auto;
    margin-bottom: 60px;
    border-top: 30px solid #f5f5f2;
  }
}
.footer--contact {
  background-image: none;
  background-color: #f5f5f2;
  border-top: none;
}
@media screen and (max-width:768px) {
  .footer--contact {
    margin-bottom: 0;
  }
}
.footer--contact .footer__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 80px;
  color: #666666;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 40px 0 180px;
}
@media screen and (max-width:768px) {
  .footer__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 30px 20px 180px;
  }
}
@media screen and (min-width: 375px) and (max-width: 500px) {
  .footer__inner {
    padding: 30px 20px 115px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.footer__info dt {
  font-weight: normal;
  width: 140px;
  padding: 0;
}
@media screen and (max-width:768px) {
  .footer__info dt {
    font-size: 1.5rem;
  }
}
.footer__info dd {
  padding: 0;
}
@media screen and (max-width:768px) {
  .footer__info dd {
    font-size: 1.5rem;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .footer__link {
    gap: 10px 20px;
    padding-top: 20px;
  }
}

.footer__link-list {
  position: relative;
}
@media screen and (max-width:768px) {
  .footer__link-list {
    font-size: 1.4rem;
  }
}
.footer__link-list::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  right: -20px;
  background-color: #222222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .footer__link-list::after {
    right: -10px;
  }
}
.footer__link-list:last-child::after {
  content: none;
}

.footer__left {
  width: 600px;
}
@media screen and (max-width:768px) {
  .footer__left {
    width: 100%;
  }
}

.footer__right {
  width: 600px;
}
@media screen and (max-width:768px) {
  .footer__right {
    width: 100%;
  }
}

.btn-area--footer {
  gap: 10px;
  text-decoration: underline;
}
.btn-area--footer .button {
  background-color: #f5f5f2;
}
.btn-area--footer .button--machidoa {
  background-color: #a2d6ef;
}
@media screen and (max-width:768px) {
  .btn-area--footer .button--machidoa {
    display: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width:768px) {
  .pagetop {
    width: 54px;
    height: 54px;
    bottom: 70px;
    right: 10px;
  }
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    max-width: none;
    min-width: auto;
    overflow: auto;
  }
}

.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  padding: 10px 0;
}
@media screen and (max-width:768px) {
  .breadcrumb__inner {
    padding: 13px 10px;
    width: auto;
    overflow: scroll;
    white-space: nowrap;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  list-style-type: none;
  padding: 0;
}
.breadcrumb__list li {
  position: relative;
  font-size: 1.4rem;
  color: #444444;
}
@media screen and (max-width:768px) {
  .breadcrumb__list li {
    font-size: 1.2rem;
  }
}
.breadcrumb__list li:last-child::after {
  content: none;
}
.breadcrumb__list li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .breadcrumb__list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__list {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .container {
    max-width: none;
    min-width: auto;
  }
}
.container--banner {
  border-top: 1px solid #dddddd;
}
.container--banner .container__inner {
  padding: 60px 0;
}
@media screen and (max-width:768px) {
  .container--banner .container__inner {
    padding: 40px 35px;
  }
}
.container--contact .container__inner {
  padding: 40px 20px 80px;
}
@media screen and (max-width:768px) {
  .container--contact .container__inner {
    padding: 30px 10px 80px;
  }
}
.container--error .container__inner {
  padding: 40px 20px 80px;
}
@media screen and (max-width:768px) {
  .container--error .container__inner {
    padding: 30px 10px 80px;
  }
}

.container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  padding: 50px 20px 100px;
}
@media screen and (max-width:768px) {
  .container__inner {
    width: 100%;
    padding: 60px 10px 80px;
  }
}

/* ------------------------
    スライダー 
------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  .banner__item {
    gap: 20px 25px;
  }
}

.banner__text-link {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .banner__text-link {
    margin-top: 30px;
    text-align: center;
  }
}
.banner__text-link a {
  position: relative;
  padding-left: 20px;
}
.banner__text-link a::before {
  position: absolute;
  content: "";
  background-image: url(/images/2024_link_icon_arrow.png);
  background-size: cover;
  width: 9px;
  height: 11px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .banner__text-link a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=2024_style_common.css.map */