@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  #container {
    width: 100%;
  }
}
.home-slide {
  height: 440px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-slide {
    height: 240px;
  }
}
.home-slide .slick-list {
  overflow: visible;
}
.home-slide .item {
  width: 1210px;
  height: 440px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .home-slide .item {
    width: 80vw;
    height: 240px;
  }
}
.home-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slide .slick-prev,
.home-slide .slick-next {
  width: 40px;
  height: 60px;
  background-color: #004098;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .home-slide .slick-prev,
  .home-slide .slick-next {
    left: 8.5vw;
  }
}
.home-slide .slick-prev::before,
.home-slide .slick-next::before {
  display: none;
}
.home-slide .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../images/arrow1-r.svg");
}
@media screen and (max-width: 767px) {
  .home-slide .slick-next {
    right: 8.5vw;
  }
}
.home-slide .slick-dots {
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .home-slide .slick-dots {
    bottom: 10px;
  }
}
.home-slide .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home-slide .slick-dots li button:before {
    font-size: 15px;
  }
}
.home-slide .slick-dots li.slick-active button:before {
  color: #004098;
}

#home-news {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #home-news {
    padding-top: 0;
  }
  #home-news .container {
    overflow-x: scroll;
  }
  #home-news .container > * {
    min-width: 980px;
  }
}
#home-news > .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #home-news > .header {
    padding: 20px 20px 0;
  }
  #home-news > .header a {
    display: none;
  }
}
#home-news > .header h3 {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
#home-news > .header h3 span {
  font-size: 12px;
  font-weight: normal;
  color: #004098;
  display: block;
}
#home-news .tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 5px #004098;
}
#home-news .tab-nav a {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 45px;
  border: 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#home-news .tab-nav a:first-of-type {
  border-left: solid 1px #ddd;
}
#home-news .tab-nav a.current {
  color: #004098;
  border-color: #004098;
  color: #fff;
  background-color: #004098;
}
@media screen and (max-width: 767px) {
  #home-news .tab-contents {
    margin: 0 20px;
  }
}
#home-news .tab-contents > * {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 0;
  display: none;
}
#home-news .tab-contents > *.current {
  display: grid;
}
@media screen and (max-width: 767px) {
  #home-news .tab-contents > * > *:nth-child(n+5) {
    display: none;
  }
}
#home-news .tab-contents > * article .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1.3333333333;
  background-image: url("../images/noimage.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#home-news .tab-contents > * article img {
  width: 100%;
  height: auto;
}
#home-news .tab-contents > * article .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0 10px;
}
#home-news .tab-contents > * article .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin: 0 10px 5px 0;
}
#home-news .tab-contents > * article .cat li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#tabMenu li:first-child,
#tabMenu li {
  width: 196px;
}
@media screen and (max-width: 767px) {
  #tabMenu li:first-child,
  #tabMenu li {
    width: 100%;
  }
}
#tabMenu li:first-child a,
#tabMenu li a {
  padding: 10px 0;
}

#sidebar #information h3 img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #sidebar #information h3 img {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sp_inner {
    padding: 0;
  }
  .sp_inner > .siteicon {
    margin: 0;
    padding: 10px;
    float: none;
  }
}