@charset "UTF-8";
.top {
  display: grid;
  grid-template-columns: 1fr;
}
.top main {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10vw;
  margin: calc(10vw + 5px) 0 0;
}
@media screen and (min-width: 768px) {
  .top main {
    margin-top: 5vw;
    width: 100vw;
    grid-template-columns: 55% 45%;
  }
  .top main .top-img {
    grid-column: 1/3;
  }
  .top main .imp-news-ctr {
    grid-column: 1/3;
  }
  .top main .iza-ctr {
    grid-column: 1/3;
  }
  .top main .covid19-ctr {
    grid-column: 1/3;
  }
  .top main .tab-ctr {
    grid-column: 1/2;
  }
  .top main .pickup-ctr {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .top main {
    grid-template-columns: 1fr 600px 400px 1fr;
    grid-row-gap: 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto 0;
    width: 100%;
  }
  .top main .top-img {
    grid-column: 2/4;
  }
  .top main .imp-news-ctr {
    grid-column: 1/4;
  }
  .top main .iza-ctr {
    grid-column: 1/5;
  }
  .top main .covid19-ctr {
    grid-column: 1/4;
  }
  .top main .tab-ctr {
    grid-column: 2/3;
  }
  .top main .pickup-ctr {
    grid-column: 3/4;
  }
}
@media screen and (min-width: 1400px) {
  .top main {
    grid-template-columns: 1fr 750px 450px 1fr;
    padding: 0;
  }
  .top main .top-img {
    grid-column: 2/4;
  }
  .top main .imp-news-ctr {
    grid-column: 2/4;
  }
  .top main .iza-ctr {
    grid-column: 2/4;
  }
  .top main .covid19-ctr {
    grid-column: 2/4;
  }
  .top main .tab-ctr {
    grid-column: 2/3;
  }
  .top main .pickup-ctr {
    grid-column: 3/4;
  }
}
.top aside {
  display: grid;
  grid-row-gap: 10vw;
  grid-template: "suggest" "about" "links" "renkei" "ad"/100vw;
  margin-top: 10vw;
  width: 100vw;
}
.top aside .about-ctr {
  grid-area: about;
}
.top aside .suggest-ctr {
  grid-area: suggest;
}
.top aside .links-ctr {
  grid-area: links;
}
.top aside .renkei-ctr {
  grid-area: renkei;
}
.top aside .ad-ctr {
  grid-area: ad;
}
@media screen and (min-width: 1024px) {
  .top aside {
    grid-template: "suggest" "about" "links" "renkei" "ad"/100%;
    grid-row-gap: 170px;
    margin-top: 170px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .top aside {
    grid-template: "... suggest ..." "... about   ..." "... links   ..." "... renkei  ..." "... ad      ..."/1fr 1200px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .top footer {
    display: grid;
    grid-template: "fmenu-l fmenu-r" auto "footer footer" auto/45% 55%;
  }
  .top footer .fmenu-ctr {
    grid-area: fmenu-r;
  }
  .top footer .footer-area {
    grid-area: footer;
  }
}

.top .header-ctr {
  display: grid;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .top .header-ctr {
    margin: 0;
  }
}
.top .header-ctr .header-area {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top .header-ctr .header-area {
    border-bottom: 5px solid var(--bgcolor7);
    display: block;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .top .header-ctr .header-area {
    margin: 0 auto;
  }
}
.top .header-ctr .header-area .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .top .header-ctr .header-area .sitelogo {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    max-width: 160px;
    margin-left: calc((100% - 1024px) / 2);
    position: absolute;
    top: calc(110px + 2vw);
    width: 16%;
  }
}
@media screen and (min-width: 1400px) {
  .top .header-ctr .header-area .sitelogo {
    margin-left: 0;
  }
}
.top .header-ctr .header-area .symbol-uki {
  height: auto;
  margin-left: 5px;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .top .header-ctr .header-area .symbol-uki {
    margin-left: 10px;
    width: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .top .header-ctr .header-area .symbol-uki {
    margin-left: 0;
  }
}

.top .search-wrapper {
  margin: 20px auto 25px;
  max-width: 400px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .top .search-wrapper {
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .top .search-wrapper {
    margin: 0;
    max-width: 350px;
  }
}
.top .search-wrapper .searchInner {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top .search-wrapper .searchInner {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .top .search-wrapper .searchInner {
    margin-bottom: 0;
  }
}
.top .search-wrapper .search-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
.top .search-wrapper .search-ctr input[type=text] {
  background-color: var(--bgcolor1);
  font-size: 1.4rem;
  height: 30px;
  padding-left: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top .search-wrapper .search-ctr input[type=text] {
    border-radius: 5px 0 0 5px;
    height: 50px;
  }
}
.top .search-wrapper .search-ctr button {
  background-color: var(--bgcolor8);
  color: var(--fontcolor1);
  height: 30px;
  padding: 2px;
  text-align: center;
  width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top .search-wrapper .search-ctr button {
    border-radius: 0 5px 5px 0;
    height: 50px;
    width: 60px;
  }
}
.top .search-wrapper .search-ctr .material-icons {
  color: var(--fontcolor1);
  -webkit-filter: drop-shadow(0px 0px 1px #000);
          filter: drop-shadow(0px 0px 1px #000);
  font-size: 180%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top .search-wrapper .search-ctr .material-icons {
    font-size: 200%;
  }
}
.top .search-wrapper .search-keywordlist h2 {
  color: var(--fontcolor1);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top .search-wrapper .search-keywordlist h2 {
    font-size: 1.8rem;
  }
}
.top .search-wrapper .search-keywordlist .keywordlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .search-wrapper .search-keywordlist .keywordlist .keyword {
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top .search-wrapper .search-keywordlist .keywordlist .keyword {
    font-size: 1.6rem;
  }
}
.top .search-wrapper .search-keywordlist .keywordlist .keyword a {
  background-color: var(--bgcolor1);
  display: block;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
@media screen and (min-width: 1024px) {
  .top .search-wrapper .search-keywordlist {
    display: none;
  }
}

.top .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: absolute;
  top: -75px;
}
@media screen and (min-width: 1024px) {
  .top .sitelogo {
    height: 65px;
    max-width: 160px;
    margin-left: calc((100% - 1024px) / 2);
    top: 0;
    width: 16%;
  }
}
@media screen and (min-width: 1400px) {
  .top .sitelogo {
    margin-left: 0;
  }
}
.top .symbol-uki {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin-left: 5px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .top .symbol-uki {
    margin-left: 10px;
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top .symbol-uki {
    width: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .top .symbol-uki {
    margin-left: 0;
  }
}

.top nav,
.sub nav {
  background-repeat: repeat;
  color: var(--fontcolor2);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top nav,
  .sub nav {
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .top nav,
  .sub nav {
    background-color: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 2vw auto 0;
    overflow: visible;
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top nav,
  .sub nav {
    max-width: 1200px;
  }
}
.top .nav-list,
.sub .nav-list {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1vw;
}
@media screen and (min-width: 1024px) {
  .top .nav-list,
  .sub .nav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .top .nav-list::before,
  .sub .nav-list::before {
    border-right: 1px solid var(--fontcolor2);
    content: "";
    display: block;
    max-width: 160px;
    width: 16%;
    height: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .top .nav-list,
  .sub .nav-list {
    max-width: 1200px;
  }
}
.top .nav-list .nav-menu,
.sub .nav-list .nav-menu {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: center;
  height: 50px;
}
.top .nav-list .nav-menu:nth-child(1), .top .nav-list .nav-menu:nth-child(2), .top .nav-list .nav-menu:nth-child(3),
.sub .nav-list .nav-menu:nth-child(1),
.sub .nav-list .nav-menu:nth-child(2),
.sub .nav-list .nav-menu:nth-child(3) {
  border-bottom: 1px solid var(--fontcolor2);
}
.top .nav-list .nav-menu:nth-child(1), .top .nav-list .nav-menu:nth-child(2), .top .nav-list .nav-menu:nth-child(4), .top .nav-list .nav-menu:nth-child(5),
.sub .nav-list .nav-menu:nth-child(1),
.sub .nav-list .nav-menu:nth-child(2),
.sub .nav-list .nav-menu:nth-child(4),
.sub .nav-list .nav-menu:nth-child(5) {
  border-right: 1px solid var(--fontcolor2);
}
.top .nav-list .nav-menu:nth-child(1),
.sub .nav-list .nav-menu:nth-child(1) {
  background: url(/assets/img/icon/gmenu_home.png) no-repeat 0 center;
  background-size: calc(30px + 3vw);
}
.top .nav-list .nav-menu:nth-child(2),
.sub .nav-list .nav-menu:nth-child(2) {
  background: url(/assets/img/icon/gmenu_kosodate.png) no-repeat 0 center;
  background-size: calc(30px + 3vw);
}
.top .nav-list .nav-menu:nth-child(3),
.sub .nav-list .nav-menu:nth-child(3) {
  background: url(/assets/img/icon/gmenu_heart.png) no-repeat 1% center;
  background-size: calc(30px + 3vw);
}
.top .nav-list .nav-menu:nth-child(4),
.sub .nav-list .nav-menu:nth-child(4) {
  background: url(/assets/img/icon/gmenu_gyosei.png) no-repeat 3% 50%;
  background-size: calc(20px + 3vw);
}
.top .nav-list .nav-menu:nth-child(5),
.sub .nav-list .nav-menu:nth-child(5) {
  background: url(/assets/img/icon/gmenu_bag.png) no-repeat 2% 45%;
  background-size: calc(30px + 3vw);
}
.top .nav-list .nav-menu:nth-child(6),
.sub .nav-list .nav-menu:nth-child(6) {
  background: url(/assets/img/icon/gmenu_camera.png) no-repeat 1% 55%;
  background-size: calc(30px + 3vw);
}
.top .nav-list .nav-menu a,
.sub .nav-list .nav-menu a {
  color: var(--fontcolor2);
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.top .nav-list .nav-menu a span,
.sub .nav-list .nav-menu a span {
  display: block;
  font-size: calc(1rem + 1.2vw);
  font-weight: 500;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .nav-list .nav-menu:nth-child(1),
  .sub .nav-list .nav-menu:nth-child(1) {
    background-position: 0 center;
    background-size: calc(20% - 0.5vw);
  }
  .top .nav-list .nav-menu:nth-child(2),
  .sub .nav-list .nav-menu:nth-child(2) {
    background-position: 0 center;
    background-size: calc(20% - 0.5vw);
  }
  .top .nav-list .nav-menu:nth-child(3),
  .sub .nav-list .nav-menu:nth-child(3) {
    background-position: 0.5vw center;
    background-size: calc(20% - 0.5vw);
  }
  .top .nav-list .nav-menu:nth-child(4),
  .sub .nav-list .nav-menu:nth-child(4) {
    background-position: 1vw 60%;
    background-size: calc(15% - 0.5vw);
  }
  .top .nav-list .nav-menu:nth-child(5),
  .sub .nav-list .nav-menu:nth-child(5) {
    background-position: 0.5vw 50%;
    background-size: calc(20% - 0.5vw);
  }
  .top .nav-list .nav-menu:nth-child(6),
  .sub .nav-list .nav-menu:nth-child(6) {
    background-position: 0.5vw 50%;
    background-size: calc(20% - 0.5vw);
  }
}
@media screen and (min-width: 1024px) {
  .top .nav-list .nav-menu,
  .sub .nav-list .nav-menu {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-height: none;
    height: 65px;
  }
  .top .nav-list .nav-menu:nth-child(1), .top .nav-list .nav-menu:nth-child(2), .top .nav-list .nav-menu:nth-child(3),
  .sub .nav-list .nav-menu:nth-child(1),
  .sub .nav-list .nav-menu:nth-child(2),
  .sub .nav-list .nav-menu:nth-child(3) {
    border-bottom: none;
  }
  .top .nav-list .nav-menu:nth-child(1),
  .sub .nav-list .nav-menu:nth-child(1) {
    background: url(/assets/img/icon/icon_home.png) no-repeat 5px center;
    background-size: 40px;
  }
  .top .nav-list .nav-menu:nth-child(2),
  .sub .nav-list .nav-menu:nth-child(2) {
    background: url(/assets/img/icon/icon_kosodate.png) no-repeat 5px center;
    background-size: 40px;
  }
  .top .nav-list .nav-menu:nth-child(3),
  .sub .nav-list .nav-menu:nth-child(3) {
    background: url(/assets/img/icon/icon_heart.png) no-repeat 5px center;
    background-size: 40px;
    border-right: 1px solid var(--fontcolor2);
  }
  .top .nav-list .nav-menu:nth-child(4),
  .sub .nav-list .nav-menu:nth-child(4) {
    background: url(/assets/img/icon/icon_gyousei.png) no-repeat 10px center;
    background-size: 32px;
  }
  .top .nav-list .nav-menu:nth-child(5),
  .sub .nav-list .nav-menu:nth-child(5) {
    background: url(/assets/img/icon/icon_bag.png) no-repeat 5px center;
    background-size: 40px;
  }
  .top .nav-list .nav-menu:nth-child(6),
  .sub .nav-list .nav-menu:nth-child(6) {
    background: url(/assets/img/icon/icon_camera.png) no-repeat 5px center;
    background-size: 40px;
  }
  .top .nav-list .nav-menu:hover,
  .sub .nav-list .nav-menu:hover {
    background-color: var(--bgcolor6);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top .nav-list .nav-menu:hover .childmenu-list,
  .sub .nav-list .nav-menu:hover .childmenu-list {
    visibility: visible;
    opacity: 1;
  }
  .top .nav-list .nav-menu p,
  .sub .nav-list .nav-menu p {
    height: 100%;
    width: 100%;
  }
  .top .nav-list .nav-menu > a,
  .sub .nav-list .nav-menu > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 45px;
  }
  .top .nav-list .nav-menu > a span,
  .sub .nav-list .nav-menu > a span {
    font-size: 1.4rem;
    font-weight: 500;
    left: auto;
    position: static;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1400px) {
  .top .nav-list .nav-menu,
  .sub .nav-list .nav-menu {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .top .nav-list .nav-menu > a span,
  .sub .nav-list .nav-menu > a span {
    font-size: 1.6rem;
  }
}
.top .nav-list .childmenu-list,
.sub .nav-list .childmenu-list {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .top .nav-list .childmenu-list,
  .sub .nav-list .childmenu-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: var(--bgcolor17);
    border-top: 5px solid var(--bgcolor7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    left: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
    visibility: hidden;
    width: 100%;
    z-index: 150;
  }
  .top .nav-list .childmenu-list::before,
  .sub .nav-list .childmenu-list::before {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 33%;
    height: 0;
  }
  .top .nav-list .childmenu-list::after,
  .sub .nav-list .childmenu-list::after {
    content: "";
    display: block;
    width: 33%;
    height: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .nav-list .childmenu-list .childmenu,
  .sub .nav-list .childmenu-list .childmenu {
    border-right: 1px solid var(--bgcolor3);
    border-bottom: 1px solid var(--bgcolor3);
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    height: 50px;
  }
  .top .nav-list .childmenu-list .childmenu:nth-child(3n),
  .sub .nav-list .childmenu-list .childmenu:nth-child(3n) {
    border-right: none;
  }
  .top .nav-list .childmenu-list .childmenu:nth-last-child(1), .top .nav-list .childmenu-list .childmenu:nth-last-child(2):nth-child(3n+1), .top .nav-list .childmenu-list .childmenu:nth-last-child(2):nth-child(3n+2), .top .nav-list .childmenu-list .childmenu:nth-last-child(3):nth-child(3n+1),
  .sub .nav-list .childmenu-list .childmenu:nth-last-child(1),
  .sub .nav-list .childmenu-list .childmenu:nth-last-child(2):nth-child(3n+1),
  .sub .nav-list .childmenu-list .childmenu:nth-last-child(2):nth-child(3n+2),
  .sub .nav-list .childmenu-list .childmenu:nth-last-child(3):nth-child(3n+1) {
    border-bottom: none;
  }
  .top .nav-list .childmenu-list .childmenu a,
  .sub .nav-list .childmenu-list .childmenu a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .top .nav-list .childmenu-list .childmenu a::before,
  .sub .nav-list .childmenu-list .childmenu a::before {
    content: url(../img/icon/icon_arrow_right.png);
    height: 24px;
    vertical-align: middle;
  }
  .top .nav-list .childmenu-list .childmenu a:hover,
  .sub .nav-list .childmenu-list .childmenu a:hover {
    background-color: var(--bgcolor7);
    color: var(--fontcolor1);
  }
  .top .nav-list .childmenu-list .childmenu a:hover::before,
  .sub .nav-list .childmenu-list .childmenu a:hover::before {
    background-color: var(--bgcolor1);
    border-radius: 50%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .top .nav-list .childmenu-list .childmenu span,
  .sub .nav-list .childmenu-list .childmenu span {
    font-size: 1.4rem;
    left: auto;
    padding-left: 10px;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1400px) {
  .top .nav-list .childmenu-list .childmenu span,
  .sub .nav-list .childmenu-list .childmenu span {
    font-size: 1.6rem;
  }
}

.top .top-img {
  background: url(/assets/img/nishikou.svg) no-repeat center center, var(--bgcolor7);
  background-size: cover;
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  height: 37.5vw;
  margin: 7vw auto 0;
  max-height: 250px;
  width: 94vw;
}
.top .top-img::after {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .top-img {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    max-width: 1000px;
    margin-top: 0;
    width: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .top .top-img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .top .top-img {
    max-width: 1200px;
  }
}

.top .EMG-info-ctr {
  background-color: var(--bgcolor10);
  color: var(--fontcolor1);
  margin-bottom: 5px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-ctr {
    padding-right: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    z-index: 1;
  }
}
.top .EMG-info-area {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.top .EMG-header {
  border-bottom: 2px solid var(--bgcolor1);
  padding: 10px 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  .top .EMG-header {
    border-bottom: none;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    padding: 0;
    width: 10%;
  }
}
.top .EMG-info-title {
  color: var(--fontcolor1);
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top .EMG-info-title {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-title {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .top .EMG-info-title {
    text-align: left;
  }
}
.top .EMG-cont {
  padding: 10px 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  .top .EMG-cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid var(--bgcolor1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    padding: 0 0 0 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.top .EMG-cont li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .top .EMG-cont li {
    margin-bottom: 0;
  }
}
.top .EMG-cont a {
  color: var(--fontcolor1);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .top .EMG-cont p {
    display: inline-block;
  }
}
.top .EMGdate {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .top .EMGdate {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMGdate {
    margin-bottom: 0;
  }
}
.top .EMGtitle {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top .EMGtitle {
    font-size: 1.6rem;
  }
}
.top .EMG-more {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top .EMG-more {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-more {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    position: relative;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .top .EMG-more {
    text-align: right;
  }
}
.top .EMG-more a {
  color: var(--fontcolor1);
}
.top .EMG-more .more-symbol {
  font-size: 1rem;
}

.top .imp-news-ctr {
  position: relative;
  margin: 20px 0 30px;
}
.top .imp-news-ctr::after {
  background-color: var(--bgcolor11);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .imp-news-ctr {
    margin-top: calc(5vw + 35px);
  }
}
@media screen and (min-width: 1024px) {
  .top .imp-news-ctr {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .top .imp-news-ctr {
    margin-top: 75px;
  }
  .top .imp-news-ctr::after {
    left: calc((50vw - 550px) * -1);
    width: calc(100% + 50vw - 550px);
  }
}
.top .imp-news-area {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area {
    margin: 0 auto 0 0;
    padding: 3.6rem 0 2rem;
  }
}
.top .imp-news-area .common-title1 {
  position: absolute;
  top: -7%;
}
@media screen and (min-width: 768px) {
  .top .imp-news-area .common-title1 {
    top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .common-title1 {
    left: 0;
  }
  .top .imp-news-area .common-title1 .jp-title {
    padding: 0 2.5vw 12px;
    min-width: unset;
  }
  .top .imp-news-area .common-title1 .en-title {
    padding-left: 2.5vw;
  }
  .top .imp-news-area .common-title1 .en-title::after {
    content: none;
  }
}
@media screen and (min-width: 1400px) {
  .top .imp-news-area .common-title1 {
    top: -40px;
  }
}
.top .imp-news-area .imp-news-cont {
  padding: 6.5rem 10px 30px 3.5vw;
}
@media screen and (min-width: 768px) {
  .top .imp-news-area .imp-news-cont {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .imp-news-cont {
    margin: 0 0 0 20rem;
    overflow-y: hidden;
    padding: 1rem 0 0 5rem;
  }
  .top .imp-news-area .imp-news-cont::before {
    content: "";
    border-left: 1px solid var(--fontcolor2);
    display: block;
    left: 20rem;
    height: calc(100% - 50px);
    position: absolute;
    top: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .top .imp-news-area .imp-news-cont {
    margin: 0 0 0 23rem;
    padding: 1rem 0 0 4rem;
  }
  .top .imp-news-area .imp-news-cont::before {
    top: 25px;
    left: 23rem;
  }
}
.top .imp-news-area .imp-news-cont li {
  margin: 5px 0;
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .imp-news-cont li {
    margin: 0 0 1vw;
  }
}
.top .imp-news-area .imp-news-cont a {
  display: block;
  text-decoration: underline;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .imp-news-cont a {
    padding: 5px;
  }
}
.top .imp-news-area .imp-news-cont .impdate {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .top .imp-news-area .imp-news-cont .impdate {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .imp-news-cont .impdate {
    font-size: 1.6rem;
  }
}
.top .imp-news-area .imp-news-cont .imptitle {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top .imp-news-area .imp-news-cont .imptitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .imp-news-area .imp-news-cont .imptitle {
    font-size: 1.8rem;
  }
}
.top .imp-news-area .more-btn {
  bottom: -8%;
}

.top .iza-ctr {
  margin: calc(10vw + 5px) 0 0;
}
@media screen and (min-width: 768px) {
  .top .iza-ctr {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr {
    margin: 20px 0 55px;
  }
}
.top .iza-ctr .iza-area {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top .iza-ctr .iza-area {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr .iza-area {
    margin-bottom: 0;
  }
}
.top .iza-ctr .iza-link-ctr {
  margin: 60px auto 0 0;
  width: calc(100% - 5px);
}
@media screen and (min-width: 768px) {
  .top .iza-ctr .iza-link-ctr {
    margin-top: 10vw;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr .iza-link-ctr {
    margin: 130px auto 0;
  }
}
.top .iza-ctr .iza-link {
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .iza-ctr .iza-link {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    max-width: 750px;
    margin: 0 auto;
    width: 96%;
  }
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr .iza-link {
    max-width: 1000px;
  }
}
.top .iza-ctr a {
  background-color: var(--bgcolor1);
  border-left: 7px solid var(--bgcolor7);
  color: var(--fontcolor2);
  display: block;
  padding: 10px;
  text-align: right;
  text-decoration: none;
}
.top .iza-ctr a::before {
  background: url(/assets/img/top/iza_bg.jpg) no-repeat center center/cover;
  content: "";
  display: block;
  height: 41vw;
  max-height: 250px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .iza-ctr a {
    border-left-width: 10px;
  }
  .top .iza-ctr a::before {
    max-height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .top .iza-ctr a::before {
    max-height: 250px;
    margin-right: 55px;
    width: 480px;
  }
}
.top .iza-ctr .iza-text {
  display: block;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
  margin: 10px 0 0;
}
.top .iza-ctr .iza-text::before {
  background: url(../img/icon/icon_remove.png);
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 5px;
  padding-right: 10px;
  vertical-align: super;
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .top .iza-ctr .iza-text {
    font-size: 2.4rem;
  }
}

.top .covid19-ctr {
  margin: calc(10vw + 5px) 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .covid19-ctr {
    margin: 5vw 0 0;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .top .covid19-ctr {
    margin: 0 0 95px;
  }
}
@media screen and (min-width: 380px) {
  .top .covid19-ctr .jp-title br {
    display: none;
  }
}
.top .covid19-Inner {
  margin: calc(40px + 5vw) auto 0;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .top .covid19-Inner {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 1fr 1fr 1fr;
    margin: calc(40px + 5vw) auto 0;
    max-width: unset;
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .top .covid19-Inner {
    grid-template-columns: 200px 200px 1fr;
    grid-template-rows: 130px 130px;
    grid-gap: 20px;
    margin: 110px 0 0 calc(50vw - 500px);
    position: relative;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top .covid19-Inner {
    grid-template-columns: 193px 193px 1fr;
    margin-left: 0;
    width: 100%;
  }
}
.top .covid19-Inner a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
}
.top .covid19-Inner .vaccine-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: center;
}
.top .covid19-Inner .text-Wrap {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .top .covid19-Inner .text-Wrap {
    font-weight: 600;
  }
}
.top .covid19-Inner .text01 {
  display: block;
  font-size: 1.6rem;
}
.top .covid19-Inner .text02 {
  font-size: 1.8rem;
}
.top .covid19-Inner .text02 br {
  display: none;
}
.top .vaccine {
  border-bottom: 1px solid var(--fontcolor2);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  width: calc(100% - 5px);
}
@media screen and (min-width: 768px) {
  .top .vaccine {
    width: calc(100% - 20px);
  }
}
.top .vaccine a {
  color: var(--fontcolor2);
}
.top .vaccine.reserv {
  border-left: 10px solid #0661b4;
}
.top .vaccine.reserv .vaccine-img {
  padding: 21px 0;
}
.top .vaccine.reserv .vaccine-img img {
  height: 58px;
  width: 48px;
}
@media screen and (min-width: 1024px) {
  .top .vaccine.reserv .text01 {
    font-size: 2rem;
  }
  .top .vaccine.reserv .text02 {
    font-size: 2.4rem;
  }
}
.top .vaccine.QA {
  border-left: 10px solid #f18638;
}
.top .vaccine.QA .vaccine-img {
  padding: 15px 0;
}
.top .vaccine.QA .vaccine-img img {
  height: auto;
  width: 40px;
}
@media screen and (min-width: 1024px) {
  .top .vaccine.QA .vaccine-img img {
    width: 45px;
  }
}
.top .vaccine.rate {
  border-bottom: none;
  border-left: 10px solid #56b61f;
}
.top .vaccine.rate .vaccine-img {
  padding: 17px 0;
}
.top .vaccine.rate .vaccine-img img {
  height: auto;
  width: 48px;
}
@media screen and (min-width: 1024px) {
  .top .vaccine.rate .vaccine-img img {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top .vaccine.reserv {
    grid-column: 1/2;
    grid-row: 1;
  }
  .top .vaccine.QA {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .top .vaccine.rate {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1024px) {
  .top .vaccine {
    border-bottom: none;
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    width: 100%;
  }
  .top .vaccine.reserv {
    grid-column: 1/3;
    grid-row: 1;
  }
  .top .vaccine.QA {
    grid-column: 1;
    grid-row: 2/3;
  }
  .top .vaccine.rate {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .top .vaccine.QA a, .top .vaccine.rate a {
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .vaccine.QA .vaccine-img, .top .vaccine.rate .vaccine-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
  .top .vaccine.QA .text-Wrap, .top .vaccine.rate .text-Wrap {
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.top .covid19-news-area {
  margin: 10vw 0;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .covid19-news-area {
    grid-column: 2/3;
    grid-row: 1/4;
    margin: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-left: 10px;
    position: static;
  }
}
@media screen and (min-width: 1400px) {
  .top .covid19-news-area {
    margin-left: 30px;
  }
}
.top .covid19-news-area .covid19-news-cont {
  background-color: var(--bgcolor1);
  border-top: 3px solid var(--bgcolor5);
  border-left: 3px solid var(--bgcolor5);
  padding: 2vw 0 2vw 3vw;
}
@media screen and (min-width: 768px) {
  .top .covid19-news-area .covid19-news-cont {
    height: 100%;
    padding: 1vw 0 1vw 1vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area .covid19-news-cont {
    height: 290px;
  }
}
.top .covid19-news-area .more-btn {
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  .top .covid19-news-area .more-btn {
    bottom: -65px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area .more-btn {
    bottom: -85px;
  }
}
@media screen and (min-width: 1400px) {
  .top .covid19-news-area .more-btn {
    right: -20px;
  }
}
.top .covid19-news-area .covid19-news-list {
  overflow-y: scroll;
  height: 280px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area .covid19-news-list {
    height: 265px;
  }
}
@media screen and (min-width: 1400px) {
  .top .covid19-news-area .covid19-news-list {
    height: 260px;
  }
}
.top .covid19-news-area .covid19-news {
  border-bottom: 1px dotted var(--fontcolor2);
}
.top .covid19-news-area .covid19-news a, .top .covid19-news-area .covid19-news span {
  display: block;
}
.top .covid19-news-area .covid19-news a {
  padding: 10px 0;
  text-decoration: underline;
}
.top .covid19-news-area .covid19-news p {
  border-left: 5px solid var(--bgcolor7);
  padding-left: 5px;
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area .covid19-news p {
    padding-left: 10px;
  }
}
.top .covid19-news-area .covid19-news .newsdate {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .top .covid19-news-area .covid19-news .newsdate {
    font-size: 1.4rem;
  }
}
.top .covid19-news-area .covid19-news p:nth-child(2) {
  text-decoration: underline;
}

.top .tab-ctr {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .tab-ctr {
    margin: 5vw 0 0;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .top .tab-ctr {
    margin: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1400px) {
  .top .tab-ctr {
    width: calc(100% - 70px);
  }
}
.top .tabs-area {
  display: grid;
  grid-template-columns: 1fr 34% 1fr;
}
@media screen and (min-width: 768px) {
  .top .tabs-area {
    margin: 5px auto 0 10px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area {
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .top .tabs-area {
    margin-top: 10px;
  }
}
.top .tabs-area .tab-item {
  background-color: var(--bgcolor1);
  border-left: 1px solid var(--bgcolor9);
  border-bottom: 5px solid var(--bgcolor9);
  color: var(--fontcolor2);
  display: block;
  font-size: calc(1rem + 1.2vw);
  font-weight: 500;
  height: 6vw;
  min-height: 40px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .top .tabs-area .tab-item {
    font-size: 1.8rem;
    height: 50.8px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area .tab-item {
    font-size: 2rem;
    height: 67.8px;
    line-height: 67.8px;
  }
}
@media screen and (min-width: 1400px) {
  .top .tabs-area .tab-item {
    font-size: 2.4rem;
    height: 75px;
    line-height: 75px;
  }
}
.top .tabs-area #lbl-1 {
  border-left: none;
}
.top .tabs-area .tab-title1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top .tabs-area .tab-title1 {
    line-height: 3;
  }
}
.top .tabs-area .tab-title2 {
  color: var(--fontcolor7);
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  font-size: calc(2.4rem + 1.5vw);
  font-weight: 600;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 0.7;
  letter-spacing: -0.2rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top .tabs-area .tab-title2 {
    font-size: calc(2.4rem + 2vw);
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area .tab-title2 {
    font-size: calc(3rem + 2vw);
    letter-spacing: -0.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top .tabs-area .tab-title2 {
    font-size: 6rem;
  }
}
.top .tabs-area #lbl-1 .tab-title2 {
  margin: 0 0 0 -1px;
}
.top .tabs-area #lbl-2 .tab-title2 {
  margin: 0;
}
.top .tabs-area #lbl-3 .tab-title2 {
  margin: 0 0 0 -4px;
}
@media screen and (min-width: 768px) {
  .top .tabs-area #lbl-1 .tab-title2 {
    margin: -1px 0 0 -1px;
  }
  .top .tabs-area #lbl-2 .tab-title2 {
    margin: -1px 0 0;
  }
  .top .tabs-area #lbl-3 .tab-title2 {
    margin: -1px 0 0 -4px;
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area #lbl-1 .tab-title2 {
    margin: -2px 0 0 -4px;
  }
  .top .tabs-area #lbl-2 .tab-title2 {
    margin: -2px 0 0;
  }
  .top .tabs-area #lbl-3 .tab-title2 {
    margin: -2px 0 0 -4px;
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area #lbl-1 .tab-title2 {
    margin: 0 0 0 -4px;
  }
  .top .tabs-area #lbl-2 .tab-title2 {
    margin: 0;
  }
  .top .tabs-area #lbl-3 .tab-title2 {
    margin: 0 0 0 -4px;
  }
}
.top .tabs-area input[name=tab-item] {
  display: none;
}
.top .tabs-area #news:checked ~ .tab-item[for=news] {
  background-color: var(--bgcolor6);
  border-bottom: 5px solid var(--bgcolor7);
  color: var(--fontcolor2);
}
.top .tabs-area #news:checked ~ .tab-item[for=news] .tab-title2 {
  color: var(--fontcolor8);
}
.top .tabs-area #topics:checked ~ .tab-item[for=topics] {
  background-color: var(--bgcolor6);
  border-bottom: 5px solid var(--bgcolor7);
  color: var(--fontcolor2);
}
.top .tabs-area #topics:checked ~ .tab-item[for=topics] .tab-title2 {
  color: var(--fontcolor8);
}
.top .tabs-area #boshu:checked ~ .tab-item[for=boshu] {
  background-color: var(--bgcolor6);
  border-bottom: 5px solid var(--bgcolor7);
  color: var(--fontcolor2);
}
.top .tabs-area #boshu:checked ~ .tab-item[for=boshu] .tab-title2 {
  color: var(--fontcolor8);
}
.top #news:checked ~ #tab-cont-area #news-cont,
.top #topics:checked ~ #tab-cont-area #topics-cont,
.top #boshu:checked ~ #tab-cont-area #boshu-cont {
  display: block;
}
.top #tab-cont-area {
  grid-column: 1/4;
  position: relative;
}
.top .tab-cont-box {
  background-color: var(--bgcolor1);
  border-left: 3px solid var(--bgcolor5);
  border-top: 3px solid var(--bgcolor5);
  padding: 10px 0 10px 10px;
}
.top .tab-cont {
  display: none;
  clear: both;
}
.top .tab-cont .archivelink {
  margin: 10px;
  /**** feedicon ****/
}
@media screen and (min-width: 768px) {
  .top .tab-cont .archivelink .more-btn {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .tab-cont .archivelink .more-btn {
    right: -20px;
  }
}
.top .tab-cont .archivelink .feedicon {
  display: block;
  fill: var(--bgcolor7);
  height: 25px;
  width: 25px;
}
.top .tab-cont .archivelink .rss-area {
  left: 3.5vw;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .tab-cont .archivelink .rss-area {
    left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .top .tab-cont .archivelink .rss-area {
    left: 0;
  }
}
.top .tab-cont .archivelink .rssBox {
  background-color: var(--bgcolor1);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  padding: 5px 12px 1px 12px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .top .tab-cont .archivelink .rssBox {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
  }
}
.top .tab-cont .archivelink .rssBox .rssBox .rsstext {
  margin-left: 5px;
}
.top .tab-cont .archivelink a {
  color: var(--fontcolor2);
  display: block;
}
.top .tab-cont .archivelink .rsstext {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.15rem;
}
.top .tab-cont .news-list,
.top .tab-cont .topic-list {
  height: 100vw;
  max-height: 600px;
  overflow-y: scroll;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .top .tab-cont .news-list,
  .top .tab-cont .topic-list {
    height: calc(47.25vw - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .top .tab-cont .news-list,
  .top .tab-cont .topic-list {
    height: calc(36.75vw - 25px);
    max-height: 375px;
  }
}
@media screen and (min-width: 1400px) {
  .top .tab-cont .news-list,
  .top .tab-cont .topic-list {
    height: 448px;
    max-height: unset;
  }
}
.top .tab-cont .news,
.top .tab-cont .topic {
  border-bottom: 1px dotted var(--bgcolor3);
}
.top .tab-cont .news a,
.top .tab-cont .topic a {
  display: block;
  padding: 10px 0;
  text-decoration: underline;
}
.top .tab-cont .news span,
.top .tab-cont .topic span {
  display: block;
}
.top .tab-cont .news .newsdate,
.top .tab-cont .topic .newsdate {
  font-size: 1.4rem;
}
.top #news-cont .news p {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.top #news-cont .newsicon {
  align-self: center;
  grid-column: 1/2;
  grid-row: 1/3;
  justify-self: center;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.top #news-cont .newsicon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.top #news-cont .newsdate {
  font-size: 1.4rem;
  grid-column: 2/3;
  grid-row: 1/2;
}
.top #news-cont .newstitle {
  grid-column: 2/3;
  grid-row: 2/3;
}
.top #topics-cont .newsicon,
.top #boshu-cont .newsicon {
  display: none;
}
.top .tab-cont .topic {
  height: calc(10vw + 5rem);
  max-height: 120px;
}
.top .tab-cont .topic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.top .tab-cont .topic-img {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  aspect-ratio: 1/1; /* 例えば正方形に固定 */
  overflow: hidden;
}
.top .tab-cont .topic-img img {
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* 読み込み待ちの間、枠が消えないように背景色を敷く */
  background-color: #f0f0f0;
  width: 100%;
}
.top .tab-cont .topic-img.noimage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90%;
}
.top .tab-cont .topic-img.noimage svg {
  fill: var(--bgcolor5);
  width: 30%;
}
.top .tab-cont .topic-text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.top .pickup-ctr {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: calc(10vw + 5px) 0 0;
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .top .pickup-ctr {
    margin: 5vw 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .top .pickup-ctr {
    margin: 0;
  }
}
.top .pickup-area {
  margin: calc(10vw + 25px) 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .pickup-area {
    margin: 0;
  }
}
.top .pickup-area .container-banner {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top .pickup-area .container-banner {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .pickup-area .banner-list {
    width: 100%;
  }
}
.top .pickup-area .banner {
  height: 105vw;
  max-height: 525px;
}
@media screen and (min-width: 768px) {
  .top .pickup-area .banner {
    max-height: 600px;
    height: 47.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .pickup-area .banner {
    height: 36.75vw;
    max-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .top .pickup-area .banner {
    height: 472.5px;
    max-height: unset;
  }
}
.top .pickup-area .banner a {
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.top .pickup-area .banner a img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top .pickup-area {
  /*slick setting*/
}
.top .pickup-area .slick-slider {
  width: 100%;
}
.top .pickup-area .slick-slider .sliderBtn {
  bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  left: 5px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}
.top .pickup-area .slick-slider .sliderBtn #startBtn {
  background-color: var(--bgcolor17);
  border-radius: 50%;
  border: 1px solid var(--bgcolor5);
  color: var(--fontcolor2);
  display: table-cell;
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  vertical-align: middle;
  width: 50px;
}
.top .pickup-area .slick-slider .sliderBtn #stopBtn {
  background-color: var(--bgcolor21);
  border-radius: 50%;
  border: 1px solid var(--bgcolor1);
  color: var(--fontcolor7);
  display: table-cell;
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  vertical-align: middle;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .top .pickup-area .slick-slider {
    margin: 0 auto 55px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .pickup-area .wrap {
    width: 100%;
  }
}
.top .pickup-area .slick-slide {
  position: relative;
}
.top .pickup-area .slick-slide .banner-img {
  display: block;
  height: 100%;
  width: 100%;
}
.top .pickup-area .slick-slide .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top .pickup-area .slick-slide .banner-title {
  background-color: var(--bgcolor25);
  bottom: 15px;
  display: block;
  max-width: calc(100% - 60px);
  padding: 5px 5px 5px 10px;
  position: absolute;
  right: 0;
}
.top .pickup-area .slider img {
  height: auto;
  width: 100vw;
}
.top .pickup-area .slick-prev::before {
  content: "";
  background: url(../img/icon/icon_arrow_l.png) no-repeat center/cover;
  display: block;
  float: left;
  height: 20px;
  width: 10px;
}
.top .pickup-area .slick-next::before {
  content: "";
  background: url(../img/icon/icon_arrow_r.png) no-repeat center/cover;
  display: block;
  float: right;
  height: 20px;
  width: 10px;
}
.top .pickup-area .slick-prev,
.top .pickup-area .slick-next {
  bottom: -42px;
  height: 22px;
  top: initial;
  z-index: 10;
}
.top .pickup-area .slick-prev::before,
.top .pickup-area .slick-next::before {
  color: var(--fontcolor2);
}
@media screen and (min-width: 768px) {
  .top .pickup-area .slick-prev,
  .top .pickup-area .slick-next {
    bottom: -67px;
  }
}
.top .pickup-area .slick-prev {
  left: 5px;
}
.top .pickup-area .slick-next {
  right: 5px;
}
.top .pickup-area .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  left: 0;
  margin: 20px auto 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .pickup-area .slick-dots {
    bottom: -50px;
    width: 100%;
  }
}
.top .pickup-area .slick-dots li {
  margin: 0;
  max-width: 30px;
  height: auto;
  width: 8.3333333333%;
}
.top .pickup-area .slick-dots li button {
  background-color: var(--bgcolor3);
  border: 1px solid var(--bgcolor3);
  content: "";
  height: 10px;
  opacity: 1;
  padding: 0;
  width: 100%;
}
.top .pickup-area .slick-dots li.slick-active button {
  background-color: var(--bgcolor1);
}
@media screen and (min-width: 1024px) {
  .top .pickup-area .slick-dotted.slick-slider {
    margin-bottom: 55px;
    width: 100%;
  }
}
.top .not-inarea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.top .not-inarea .noimage {
  width: 100%;
}
.top .not-inarea .noimage svg {
  fill: var(--bgcolor5);
  width: 30%;
}
.top .not-inarea .not-in {
  font-size: 1.8rem;
  margin-top: 10px;
}

.top .about-ctr {
  margin: calc(10vw + 5px) 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .about-ctr {
    margin: 5vw 0 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr {
    margin: 0 0 40px;
  }
}
.top .about-ctr .about-cont {
  margin: 18vw 0 0;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .about-cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 55% calc(45% - 10px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 55px auto 0;
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .about-cont {
    gap: 20px 10px;
    margin-top: 100px;
    max-height: 700px;
    max-width: 1000px;
    width: 96%;
  }
}
@media screen and (min-width: 1400px) {
  .top .about-ctr .about-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    width: 100%;
  }
}
.top .about-ctr .about-list {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/2;
  grid-row: 1/3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 5vw;
  margin: 0 auto 5vw;
  max-width: 630px;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .about-list {
    gap: 30px;
    margin: 0;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .about-list {
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 670px;
  }
}
.top .about-ctr .about {
  background-color: var(--bgcolor1);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  height: 37.6vw;
  max-height: 200px;
  max-width: 300px;
  position: relative;
}
.top .about-ctr .about.overview {
  background: url(/assets/img/top/gaiyo.jpg) no-repeat top center;
  background-size: cover;
}
.top .about-ctr .about.mayor {
  background: url(/assets/img/top/mayor3.jpg) no-repeat center center;
  background-size: cover;
}
.top .about-ctr .about.parliament {
  background: url(/assets/img/top/gikai.jpg) no-repeat center center;
  background-size: cover;
}
.top .about-ctr .about.org {
  background: url(/assets/img/top/chosha.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .about {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin-bottom: 0;
    height: 20vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .about {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    height: 20vw;
  }
}
.top .about-ctr .about a {
  color: var(--fontcolor2);
  display: block;
  height: 100%;
}
.top .about-ctr .about .about-title2 {
  background-color: var(--bgcolor1);
  bottom: 10px;
  display: inline-block;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 0 5px 5px;
  position: absolute;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .about .about-title2 {
    font-size: 1.6rem;
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .about .about-title2 {
    font-size: 1.8rem;
    width: 145px;
  }
}
.top .about-ctr .pop-area,
.top .about-ctr .access-area {
  background-color: var(--bgcolor25);
  margin: 0 auto 5vw;
  max-width: 630px;
  padding: 4vw 2vw 2vw;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .pop-area,
  .top .about-ctr .access-area {
    grid-column: 2/3;
    margin: 0;
    padding: 2vw 1vw;
    width: 100%;
  }
  .top .about-ctr .pop-area .pop-area,
  .top .about-ctr .access-area .pop-area {
    grid-row: 1/2;
  }
  .top .about-ctr .pop-area .access-area,
  .top .about-ctr .access-area .access-area {
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-area,
  .top .about-ctr .access-area {
    margin: 0;
    padding: 5% 5% 3%;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .top .about-ctr .pop-area,
  .top .about-ctr .access-area {
    max-height: 650px;
    padding: 15px 25px;
  }
  .top .about-ctr .pop-area .common-title2,
  .top .about-ctr .access-area .common-title2 {
    margin-bottom: 40px;
  }
}
.top .about-ctr .pop-area .en-title,
.top .about-ctr .access-area .en-title {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-area .en-title,
  .top .about-ctr .access-area .en-title {
    margin-bottom: 10px;
  }
}
.top .about-ctr .pop-cont {
  color: var(--fontcolor2);
}
.top .about-ctr .pop-details {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 65px -webkit-min-content;
  grid-template-rows: 65px min-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .pop-details {
    grid-template-rows: 10vw -webkit-min-content;
    grid-template-rows: 10vw min-content;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-details {
    grid-template-rows: 140px -webkit-min-content;
    grid-template-rows: 140px min-content;
    margin-bottom: 50px;
  }
}
.top .about-ctr .pop-details dt {
  font-size: calc(1rem + 1.2vw);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .pop-details dt {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-details dt {
    font-size: 2rem;
  }
}
.top .about-ctr .pop-details dt.male {
  grid-column: 1/2;
  grid-row: 2/3;
}
.top .about-ctr .pop-details dt.female {
  grid-column: 2/3;
  grid-row: 2/3;
}
.top .about-ctr .pop-details dt.total {
  grid-column: 3/4;
  grid-row: 2/3;
}
.top .about-ctr .pop-details dt.household {
  grid-column: 4/5;
  grid-row: 2/3;
}
.top .about-ctr .pop-details dd {
  text-align: center;
  position: relative;
}
.top .about-ctr .pop-details dd.male-value::after, .top .about-ctr .pop-details dd.female-value::after, .top .about-ctr .pop-details dd.total-value::after, .top .about-ctr .pop-details dd.household-value::after {
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-details dd.male-value::after, .top .about-ctr .pop-details dd.female-value::after, .top .about-ctr .pop-details dd.total-value::after, .top .about-ctr .pop-details dd.household-value::after {
    opacity: 1;
  }
}
.top .about-ctr .pop-details dd.male-value {
  grid-column: 1/2;
  grid-row: 1;
}
.top .about-ctr .pop-details dd.male-value::after {
  background: url(../img/icon/icon_man.svg) no-repeat center center/contain;
}
.top .about-ctr .pop-details dd.female-value {
  grid-column: 2/3;
  grid-row: 1;
}
.top .about-ctr .pop-details dd.female-value::after {
  background: url(../img/icon/icon_woman.svg) no-repeat center center/contain;
}
.top .about-ctr .pop-details dd.total-value {
  grid-column: 3/4;
  grid-row: 1;
}
.top .about-ctr .pop-details dd.total-value::after {
  background: url(../img/icon/icon_family.svg) no-repeat center center/contain;
}
.top .about-ctr .pop-details dd.household-value {
  grid-column: 4/5;
  grid-row: 1;
}
.top .about-ctr .pop-details dd.household-value::after {
  background: url(../img/icon/icon_cottage.svg) no-repeat center center/contain;
}
.top .about-ctr .pop-details dd .value-text {
  font-size: calc(1rem + 1.2vw);
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .pop-details dd .value-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-details dd .value-text {
    font-size: 1.8rem;
    font-weight: 500;
    top: 75%;
    width: 100%;
  }
  .top .about-ctr .pop-details dd.male-value::after, .top .about-ctr .pop-details dd.female-value::after, .top .about-ctr .pop-details dd.total-value::after, .top .about-ctr .pop-details dd.household-value::after {
    color: var(--fontcolor3);
    top: 30%;
  }
}
.top .about-ctr .pop-cont p {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .pop-cont p {
    font-size: 1.6rem;
  }
}
.top .about-ctr .about-bg {
  background: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0, transparent 3px), url(/assets/img/tobira/top_image_kaigan.jpg) no-repeat center center;
  background-color: rgba(226, 255, 253, 0.5);
  background-blend-mode: soft-light;
  background-size: cover;
  bottom: 0;
  height: calc(100% - 95vw);
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 530px) {
  .top .about-ctr .about-bg {
    height: calc(100% - 550px);
  }
}
@media screen and (min-width: 768px) {
  .top .about-ctr .about-bg {
    top: 97px;
    height: calc(100% - 85px);
    right: 0;
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .top .about-ctr .about-bg {
    bottom: auto;
    max-height: 700px;
    top: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .top .about-ctr .about-bg {
    max-width: none;
    max-height: 750px;
    right: calc((100vw - 1100px) / 2 * -1);
    width: 60vw;
  }
}
.top .about-ctr .access-area .common-title2 {
  position: absolute;
}
.top .about-ctr .access-area .access-map {
  text-align: center;
}
.top .about-ctr .access-area .access-map img {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .top .about-ctr .access-area .access-map img {
    width: 40%;
  }
}

.top .accordion-ctr {
  z-index: 10;
}
.top .accordion-ctr .accordion {
  display: none;
}
.top .accordion-ctr label {
  display: block;
}
.top .accordion-ctr input + label {
  background-color: var(--bgcolor1);
  border-bottom: 1px solid var(--bgcolor5);
  color: var(--fontcolor2);
  cursor: pointer;
  display: block;
  font-family: "Century Gothic";
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.top .accordion-ctr input ~ div {
  max-height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.2s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.2s, padding 0s ease-in-out 0s;
  visibility: hidden;
}
.top .accordion-ctr input:checked + label {
  -webkit-box-shadow: 0 5px 0 var(--bgcolor5);
          box-shadow: 0 5px 0 var(--bgcolor5);
}
.top .accordion-ctr input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  padding: 0;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .top .accordion-ctr input:checked ~ div {
    margin-top: 5vw;
  }
}
.top .accordion-ctr input:checked ~ #lbl-more2 .arrow {
  -webkit-transform: scale(1, -1) translateY(7px);
          transform: scale(1, -1) translateY(7px);
}

.top .suggest-ctr {
  margin: calc(10vw + 5px) 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .suggest-ctr {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-ctr {
    margin: 0;
  }
}
.top .suggest-list1 .suggest,
.top .suggest-list2 .suggest {
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .suggest-list1 .suggest,
  .top .suggest-list2 .suggest {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
  }
}
.top .suggest-list1 .suggest a,
.top .suggest-list2 .suggest a {
  display: block;
  height: 100%;
}
.top .suggest-list1 .suggest-title2,
.top .suggest-list2 .suggest-title2 {
  background-color: var(--bgcolor25);
  bottom: 0;
  color: var(--fontcolor2);
  display: block;
  font-size: calc(0.6rem + 1.5vw);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 5px 3px 5px 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.top .suggest-list1 .suggest-title2 .block,
.top .suggest-list2 .suggest-title2 .block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top .suggest-list1 .suggest-title2,
  .top .suggest-list2 .suggest-title2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list1 .suggest-title2,
  .top .suggest-list2 .suggest-title2 {
    font-weight: 500;
  }
}
.top .suggest-list1 .suggest.business .suggest-title2,
.top .suggest-list2 .suggest.business .suggest-title2 {
  letter-spacing: -0.1rem;
  padding: 5px 2px 5px 0;
}
@media screen and (min-width: 768px) {
  .top .suggest-list1 .suggest.business .suggest-title2,
  .top .suggest-list2 .suggest.business .suggest-title2 {
    letter-spacing: 0;
  }
}
.top .suggest-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1000px;
  row-gap: 30px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .top .suggest-list1 {
    margin-top: 10vw;
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list1 {
    margin: 130px auto 0;
    max-width: 1000px;
    width: 100%;
  }
  .top .suggest-list1 .suggest-title2 {
    padding: 12px 10px 12px 0;
  }
}
@media screen and (min-width: 1400px) {
  .top .suggest-list1 {
    max-width: 1200px;
  }
}
.top .suggest-list1 .suggest {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  height: 30vw;
  max-height: 170px;
}
@media screen and (min-width: 768px) {
  .top .suggest-list1 .suggest {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 250px;
    max-height: 120px;
  }
  .top .suggest-list1 .suggest:nth-child(1), .top .suggest-list1 .suggest:nth-child(2), .top .suggest-list1 .suggest:nth-child(3), .top .suggest-list1 .suggest:nth-child(4) {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    height: 18vw;
    max-width: 250px;
    max-height: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list1 .suggest:nth-child(1), .top .suggest-list1 .suggest:nth-child(2), .top .suggest-list1 .suggest:nth-child(3), .top .suggest-list1 .suggest:nth-child(4) {
    max-width: 370px;
    height: 14.4vw;
    max-height: 180px;
  }
}
.top .suggest-list1 .suggest.geogr {
  background: url(/assets/img/top/uki-geogr.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list1 .suggest.reserve {
  background: url(/assets/img/top/uki-shisetu.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list1 .suggest.reserve form {
  height: 100%;
}
.top .suggest-list1 .suggest.reserve input[name=button] {
  height: 100%;
  width: 100%;
}
.top .suggest-list1 .suggest.gomi {
  background: url(/assets/img/top/uki-gomi.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list1 .suggest.directdebit {
  background: var(--bgcolor1) url(/assets/img/top/uki-directdebit.jpg) no-repeat top 35% center;
  background-size: contain;
}
.top .suggest-list1 .suggest.directdebit .kana {
  letter-spacing: -0.1em;
}
.top .suggest-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  row-gap: 30px;
  padding-bottom: 2vw;
  width: 96%;
}
.top .suggest-list2::before, .top .suggest-list2::after {
  content: "";
  display: block;
  height: 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .top .suggest-list2::before, .top .suggest-list2::after {
    width: 30%;
  }
}
.top .suggest-list2::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .top .suggest-list2 {
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list2 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    gap: 0;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 0;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top .suggest-list2 {
    max-width: 1200px;
  }
}
.top .suggest-list2 .suggest {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  height: 30vw;
  max-height: 170px;
}
.top .suggest-list2 .suggest.info {
  background: url(/assets/img/top/uki-info.jpg) no-repeat center 30%, #fff;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .top .suggest-list2 .suggest {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    height: 18vw;
    max-width: unset;
    max-height: unset;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list2 .suggest {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    height: 14.4vw;
    max-height: 180px;
    margin-bottom: 30px;
    width: 98%;
  }
}
.top .suggest-list2 .suggest.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .top .suggest-list2 .suggest.pc {
    display: block !important;
  }
}
.top .suggest-list2 .suggest.download {
  background: url(/assets/img/top/uki-shinseisho.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.dutydoctor {
  background: url(/assets/img/top/uki-kyujitsutobani.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.kouho {
  overflow: hidden;
}
.top .suggest-list2 .suggest.kouho img {
  width: 100%;
}
.top .suggest-list2 .suggest.nishiko {
  background: url(/assets/img/top/uki-nishikou.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.veg {
  background: url(/assets/img/top/uki-yasai.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.migration {
  background: url(/assets/img/top/uki-ijyuteijyu.jpg) no-repeat center center, #fff;
  background-size: contain;
}
.top .suggest-list2 .suggest.business {
  background: url(/assets/img/top/uki-business.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.calender {
  background: url(/assets/img/top/uki-calender.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.vaccine {
  background: url(/assets/img/top/uki-vaccine_reserv_img.jpg) no-repeat center center;
  background-size: cover;
}
.top .suggest-list2 .suggest.noimage {
  background-color: var(--bgcolor22);
  position: relative;
  text-align: center;
}
.top .suggest-list2 .suggest.noimage svg {
  display: block;
  fill: var(--bgcolor5);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .top .suggest-list2 .suggest.pv {
    background: url(/assets/img/top/uki-pv.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list2 .suggest.try {
    background: url(/assets/img/top/uki-go-n-try.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list2 .suggest.guide {
    background: url(/assets/img/top/uki-guidebook.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list2 .suggest.business-card {
    background: url(/assets/img/top/uki-meishi.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list2 .suggest.mynumber {
    background: url(/assets/img/top/uki-mynumber.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list2 .suggest.recruit {
    background: url(/assets/img/top/uki-recruit_r06.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list2 .suggest-title2 {
    padding: 7px 5px 7px 0;
  }
}
.top .suggest-list3 {
  background-color: var(--bgcolor16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5vw;
}
.top .suggest-list3::before, .top .suggest-list3::after {
  content: "";
  display: block;
  height: 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .top .suggest-list3::before, .top .suggest-list3::after {
    width: 33.3%;
  }
}
.top .suggest-list3::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .top .suggest-list3 {
    padding: 5vw 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .suggest-list3 {
    display: none !important;
  }
}
.top .suggest-list3 .suggest {
  border: 1px solid var(--bgcolor5);
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1.2rem;
  height: 50px;
  line-height: 1.4;
}
.top .suggest-list3 .suggest.noimage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .suggest-list3 .suggest.noimage svg {
  fill: var(--bgcolor16);
  width: 34px;
}
@media screen and (min-width: 768px) {
  .top .suggest-list3 .suggest {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    font-size: 1.4rem;
    height: 70px;
  }
}
.top .suggest-list3 .suggest a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 5px solid var(--bgcolor5);
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5px 2px 5px 5px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top .suggest-list3 .suggest a {
    padding: 10px 4px 10px 10px;
  }
}
.top .suggest-list3 .suggest .arrow {
  bottom: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid transparent;
  border-top: 10px solid var(--bgcolor5);
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -5px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top .suggest-list3 .suggest .suggest-title2 {
  display: block;
}
@media screen and (min-width: 1024px) {
  .top .suggest-list3 .suggest.pv {
    background: url(/assets/img/top/uki-pv.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list3 .suggest.try {
    background: url(/assets/img/top/uki-go-n-try.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list3 .suggest.guide {
    background: url(/assets/img/top/uki-guidebook.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list3 .suggest.business-card {
    background: url(/assets/img/top/uki-meishi.jpg) no-repeat center center;
    background-size: cover;
  }
  .top .suggest-list3 .suggest.mynumber {
    background: url(/assets/img/top/uki-mynumber.jpg) no-repeat center center;
    background-size: cover;
  }
}
.top .suggest-more-ctr {
  height: 100%;
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top .suggest-more-ctr {
    margin: 30px auto 0;
    max-width: 1000px;
    width: 96%;
  }
}
@media screen and (min-width: 1400px) {
  .top .suggest-more-ctr {
    max-width: 1200px;
    width: 100%;
  }
}
.top .suggest-more-ctr #lbl-more2 {
  background-color: var(--bgcolor1);
  -webkit-box-shadow: 0 5px 0 var(--bgcolor5);
          box-shadow: 0 5px 0 var(--bgcolor5);
  height: 15px;
  overflow: hidden;
  z-index: 1;
}
.top .suggest-more-ctr #lbl-more2 .arrow {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid transparent;
  border-top: 12px solid var(--bgcolor7);
  margin: 0 auto;
  width: 20px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
@media screen and (min-width: 1024px) {
  .top .suggest-more-ctr #lbl-more1,
  .top .suggest-more-ctr #lbl-more2 {
    display: none !important;
  }
  .top .suggest-more-ctr input ~ div {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    visibility: visible;
  }
}

.top .links-ctr {
  margin: calc(10vw + 5px) 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .links-ctr {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .links-ctr {
    margin-top: 0;
  }
}
.top .links-area .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw 2vw;
  margin: 60px auto 0;
  width: 100%;
}
.top .links-area .banner-list::before, .top .links-area .banner-list::after {
  content: "";
  display: block;
  width: 32%;
}
.top .links-area .banner-list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (min-width: 768px) {
  .top .links-area .banner-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10vw;
    width: calc(100vw - 20px);
  }
  .top .links-area .banner-list::before, .top .links-area .banner-list::after {
    width: 31%;
  }
  .top .links-area .banner-list .link {
    height: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .links-area .banner-list {
    gap: 20px 0;
    margin-top: 130px;
    max-width: 1000px;
    width: 96%;
  }
}
@media screen and (min-width: 1400px) {
  .top .links-area .banner-list {
    max-width: 1200px;
    width: 100%;
  }
}
.top .links-area .banner {
  background-color: var(--bgcolor1);
  border: 1px solid var(--bgcolor5);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  font-size: calc(0.6rem + 1.2vw);
  height: 27vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .links-area .banner {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    height: 25vw;
  }
}
.top .links-area .banner a {
  display: block;
  height: 100%;
  width: 100%;
}
.top .links-area .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top .links-area .banner .banner-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .top .links-area .banner .banner-img {
    height: calc(100% - 40px);
  }
}
.top .links-area .banner .banner-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  bottom: 0;
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7vw;
  max-height: 40px;
  padding-left: 2%;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .links-area .banner .banner-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .links-area .banner {
    border: none;
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    font-size: 2rem;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-height: 200px;
  }
  .top .links-area .banner .banner-img {
    max-height: calc(100% - 40px);
  }
  .top .links-area .banner .banner-title {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    font-size: 2rem;
    height: 40px;
    padding-left: 0;
    padding-right: 10px;
  }
  .top .links-area .banner:nth-child(1), .top .links-area .banner:nth-child(2), .top .links-area .banner:nth-child(3) {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-height: 250px;
  }
  .top .links-area .banner:nth-child(4) .banner-title {
    font-size: 1.7rem;
  }
  .top .links-area .banner:nth-child(7) {
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  .links-area .links-list .link {
    height: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .links-area .links-list .link {
    height: 15vw;
  }
}
.top .ad-ctr {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top .ad-ctr {
    margin: 0 auto 50px;
  }
}
.top .ad-area {
  margin: calc(10vw + 5px) 0 0;
}
@media screen and (min-width: 768px) {
  .top .ad-area {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .ad-area {
    margin: 0;
  }
}
.top .ad-area .container-banner {
  margin: 18vw 0 0;
}
@media screen and (min-width: 768px) {
  .top .ad-area .container-banner {
    margin: 18vw auto 0;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .top .ad-area .container-banner {
    margin: 100px 0 0 80px;
  }
}
.top .ad-area .banner-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  width: 96%;
}
.top .ad-area .banner-list::after {
  content: "";
  display: block;
  max-width: 160px;
  margin: 5px 0;
  width: 48%;
  height: 0;
}
.top .ad-area .banner-list::before {
  content: "";
  display: block;
  max-width: 160px;
  width: 48%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (min-width: 768px) {
  .top .ad-area .banner-list {
    width: 100%;
  }
  .top .ad-area .banner-list::after {
    margin: 5px;
  }
  .top .ad-area .banner-list::before {
    margin: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 疑似要素beforeの順番を必ず指定する*/
  }
}
@media screen and (min-width: 1024px) {
  .top .ad-area .banner-list {
    display: grid;
    gap: 2vw;
    grid-auto-rows: 100px;
    grid-template-columns: repeat(auto-fit, 160px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* 均等配置設定 */
  }
}
.top .ad-area .banner-list .banner {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 160px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .ad-area .banner-list .banner {
    margin: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .top .ad-area .banner-list .banner {
    margin: 0;
  }
}
.top .ad-area .banner-list .banner a {
  display: block;
}
.top .ad-area .banner-list .banner a img {
  width: 100%;
}
.top .ad-area .banner-title {
  display: none;
}

.top .common-title1 {
  color: var(--fontcolor2);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .common-title1 {
    left: 0;
  }
}
.top .common-title1 .jp-title {
  border-bottom: 1px solid var(--fontcolor2);
  display: block;
  font-size: calc(2rem + 2.5vw);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.1rem;
  padding: 0 0 1rem 3.5vw;
  width: calc(100vw - 10px);
}
@media screen and (min-width: 768px) {
  .top .common-title1 .jp-title {
    font-size: 4rem;
    min-width: 600px;
    padding: 0 10px 12px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top .common-title1 .jp-title {
    font-size: 4.8rem;
    height: 65px;
    min-width: 600px;
    padding: 0 2.5vw 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .top .common-title1 .jp-title br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .top .common-title1 .jp-title {
    font-size: 5.6rem;
    height: 75px;
  }
}
.top .common-title1 .en-title {
  display: inline-block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: calc(1.3rem + 1vw);
  font-weight: 500;
  height: 1.7em;
  padding-left: 3.5vw;
  position: absolute;
  bottom: -1.3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .common-title1 .en-title::after {
  border-left: 1px solid var(--fontcolor2);
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: 10px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .common-title1 .en-title {
    bottom: -40px;
    font-size: 2.8rem;
    line-height: 2.5;
    height: 50px;
    padding-left: 10px;
  }
  .top .common-title1 .en-title::after {
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .top .common-title1 .en-title {
    font-size: 3rem;
    line-height: 2.5;
    padding-left: 2.5vw;
  }
  .top .common-title1 .en-title::after {
    height: 140%;
    vertical-align: top;
  }
}
.top .common-title2 {
  color: var(--fontcolor2);
  margin-bottom: 1vw;
  padding-left: 3.5vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .common-title2 {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.top .common-title2 .jp-title {
  display: block;
  font-size: calc(1.6rem + 2.5vw);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  .top .common-title2 .jp-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .common-title2 .jp-title {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top .common-title2 .jp-title {
    font-size: 4.4rem;
  }
}
.top .common-title2 .en-title {
  display: inline-block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: calc(1rem + 1.2vw);
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .top .common-title2 .en-title {
    font-size: 2rem;
  }
}
.top .more-btn {
  background-color: var(--bgcolor1);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  position: absolute;
  text-align: right;
  right: 3.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .more-btn .arrow {
  color: var(--fontcolor2);
  position: relative;
  display: inline-block;
  padding: 6px 10px 6px 16px;
  text-decoration: none;
}
.top .more-btn .arrow::after, .top .more-btn .arrow::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.top .more-btn .arrow::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 24px solid transparent;
  border-left: 10px solid var(--bgcolor7);
}
@media screen and (min-width: 1024px) {
  .top .more-btn .arrow::before {
    border: 28px solid transparent;
    border-left: 10px solid var(--bgcolor7);
  }
}
.top .more-btn .en-more {
  display: block;
  font-size: 2rem;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.top .more-btn .jp-more {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .top .more-btn {
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    right: calc((50vw - 500px) / 4 * -1 + 20px);
  }
  .top .more-btn .en-more {
    font-size: 2.4rem;
  }
  .top .more-btn .jp-more {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top .more-btn {
    right: -20px;
  }
}
.top aside .renkei-ctr {
  margin: calc(10vw + 5px) 0 0;
}
@media screen and (min-width: 768px) {
  .top aside .renkei-ctr {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top aside .renkei-ctr {
    margin-top: 0;
  }
}
.top aside .renkei-ctr iframe {
  background-color: #fff;
  display: block;
  height: 300px;
  margin: 18vw auto 0;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top aside .renkei-ctr iframe {
    margin: 120px auto 0;
    width: 80%;
  }
}/*# sourceMappingURL=style1-top.css.map */