@charset "UTF-8";

section.kv {
  background-image: url(../../imgs/news/kv_image_news.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 577px;
  width: 100%;
  position: fixed;
  top: 80px;
  z-index: -1
}

section.page_about {
  margin-top: 577px
}

section.page_about .page_about_inner {
  padding: 110px 0;
  background: #fdf5f2
}

section.page_about .page_about_inner .news_title {
  margin: auto;
  color: #465ea8;
  width: 85.7142857143%
}

section.page_about .page_about_inner .news_title .news_title_image {
  width: 146px;
  display: inline-block
}

section.page_about .page_about_inner .news_title span {
  font-size: 14px;
  margin-left: 30px
}

#Information {
  height: auto
}

#Information .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#Information .search>* {
  width: 25%;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #fdf5f2;
  color: #465ea8
}

#Information .search .search_item:nth-of-type(4) {
  border-right: none
}

#Information .search>.is-select {
  background: #465ea8;
  color: #fff
}

.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer
}

.is-hide {
  display: none !important
}

#Information ul {
  width: 100%;
  margin: 0 auto;
  background: #fdf5f2
}

#Information .list_item .list_item_inner {
  display: flex;
  justify-content: space-between
}

#Information .list_item .list_item_inner .news_about {
  width: 88.88%
}

#Information .list_item .list_item_inner .news_about a {
  padding: 95px 70px 95px 8.3%;
  display: block;
}

#Information .list_item .list_item_inner .news_about:hover {
  opacity: 0.7;
  transition: .4s;
}

#Information .list_item .list_item_inner .news_about:hover +.arrow {
  background: #004c94;
  transition: .4s;
}

#Information .list_item .list_item_inner .news_about:hover +.arrow .arrow_image {
  background-image: url(../../imgs/common/right_arrow_hover.webp);
}

#Information .list_item .list_item_inner .news_about .news_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10%;
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title {
  display: flex;
  flex-direction: column;
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title dl {
  display: flex;
  align-items: center;
  color: #455ea7;
  margin-bottom: 15px
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title dl dt {
  font-size: 14px
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title dl dd {
  font-size: 12px;
  background: #c1d7d5;
  border-radius: 13px;
  padding: 5px 13px;
  margin-left: 10px
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title p.title {
  margin-bottom: 30px
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title p {
  font-size: 16px;
  font-weight: 700;
  color: #455ea7;
  line-height: 2
}

#Information .list_item .list_item_inner .news_about .news_inner .news_title p.main_text {
  font-weight: 400
}

#Information .list_item .list_item_inner .news_about .news_inner .news_image {
  flex-shrink: 0;
}

#Information .list_item .list_item_inner .news_about .news_inner .have_image {
  width: 240px;
  flex-shrink: 0;
}

#Information .list_item .list_item_inner .arrow {
  position: relative;
  width: 160px;
  transition: .4s;
}

#Information .list_item .list_item_inner .arrow:hover {
  background: #004c94;
  transition: .4s;
}

#Information .list_item .list_item_inner .arrow a{
  display: block;
  width: 100%;
  height: 100%;
}

#Information .list_item .list_item_inner .arrow .arrow_image {
  background-image: url(../../imgs/common/right_arrow.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

#Information .list_item .list_item_inner .arrow:hover .arrow_image {
  background-image: url(../../imgs/common/right_arrow_hover.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#Information ul li[data-category=info]::before {
  content: "ご案内";
  color: #fff;
  background: #4d6e9b
}

#Information ul li[data-category=imp]::before {
  content: "重 要";
  color: #fff;
  padding: 1.5px 8px;
  background: #9b2e55
}

#News_Area ul+.holder {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #fdf5f2;
  padding: 20px 0
}

#News_Area ul+.holder a.jp-next,
#News_Area ul+.holder a.jp-previous {
  display: none
}

#News_Area ul+.holder a {
  cursor: pointer;
  font-size: 24px;
  padding: 5px 10px;
  margin: 0 5px;
  color: #004c94
}

#News_Area ul#TopicsContainer+.holder a {
  padding: 1px 10px;
  border: none;
  background: rgba(187, 88, 155, .2)
}

#News_Area ul#TopicsContainer+.holder a.jp-current,
#News_Area ul+.holder a.jp-current {
  color: #004c94;
  font-weight: 700
}

section.links .view_more {
  text-align: right
}

section.links .view_more .view_more_inner {
  width: 85.7142857143%;
  margin: auto;
  padding: 50px 0
}

section.links .view_more a {
  font-size: 24px;
  position: relative;
  text-align: right;
  display: inline-block;
  color: #024c94;
  padding-right: 30px
}

section.links .view_more a::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow.webp);
  width: 19px;
  height: 11px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  top: 9px
}

@media screen and (max-width:767px) {
  section.kv {
    background-image: url(../../imgs/news/kv_image_news_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 966px;
    height: 128.8vw;
    top: 13vw
  }

  section.page_about {
    margin-top: 128.2vw;
    background: #fdf5f2
  }

  section.page_about .page_about_inner {
    padding: 10.6666666667vw 0;
    margin-top: 128.2vw
  }

  section.page_about .page_about_inner .news_title {
    margin: auto;
    color: #465ea8;
    width: 630px;
    width: 84vw
  }

  section.page_about .page_about_inner .news_title .news_title_image {
    width: 150px;
    width: 20vw;
    display: inline-block
  }

  section.page_about .page_about_inner .news_title span {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-left: 20px;
    margin-left: 2.6666666667vw
  }

  #Information {
    height: auto
  }

  #Information .search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  #Information .search>* {
    width: 25%;
    font-size: 20px;
    font-size: 2.6666666667vw;
    text-align: center;
    padding: 4vw 0;
    background: #fdf5f2;
    color: #465ea8
  }

  #Information .search .search_item:nth-of-type(4) {
    border-right: none
  }

  #Information .search>.is-select {
    background: #465ea8;
    color: #fff
  }

  .search_item {
    display: inline-block;
    padding: 3px;
    cursor: pointer
  }

  .is-hide {
    display: none !important
  }

  #Information ul {
    width: 100%;
    margin: 0 auto
  }

  #Information .list_item .list_item_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column
  }

  #Information .list_item .list_item_inner .news_about {
    width: 100%;
    border-right: none
  }

  #Information .list_item .list_item_inner .news_about a {
    padding: 8vw 8vw;
  }

  #Information .list_item .list_item_inner .news_about .news_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 75px;
    gap: 10vw
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title dl {
    display: flex;
    align-items: center;
    color: #455ea7;
    margin-bottom: 35px;
    margin-bottom: 4.6666666667vw
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title dl dt {
    font-size: 24px;
    font-size: 3.2vw
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title dl dd {
    font-size: 18px;
    font-size: 2.4vw;
    background: #c1d7d5;
    border-radius: 23px;
    border-radius: 3.0666666667vw;
    padding: .6666666667vw 2vw;
    margin-left: 15px;
    margin-left: 2vw
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title p.title {
    margin-bottom: 30px;
    margin-bottom: 4vw
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_title p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #455ea7;
    line-height: 2
  }

  #Information .list_item .list_item_inner .news_about .news_inner .news_image {
    width: 316px;
    width: 42.1333333333vw
  }

  #Information .list_item .list_item_inner .arrow {
    width: 100%;
    height: 17.3333333333vw;
    position: relative;
  }

  #Information .list_item .list_item_inner .arrow .arrow_image {
    background-image: url(../../imgs/common/news_arrow_sp.webp);
    width: 2vw;
    height: 4vw;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 6vw;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
  }

  #Information .list_item .list_item_inner .arrow:hover {
    background: #fdf5f2;
  }

  #Information .list_item .list_item_inner .arrow:hover .arrow_image {
    background-image: url(../../imgs/common/news_arrow_sp.webp);
    width: 2vw;
    height: 4vw;
    background-size: 100%;
    background-repeat: no-repeat;

  }

  #News_Area ul+.holder {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0
  }

  #News_Area ul+.holder a.jp-next,
  #News_Area ul+.holder a.jp-previous {
    display: none
  }

  #News_Area ul+.holder a {
    cursor: pointer;
    font-size: 28px;
    font-size: 3.7333333333vw;
    padding: 1vw 2vw;
    margin: 0;
    color: #004c94
  }

  #News_Area ul#TopicsContainer+.holder a {
    padding: 0;
    border: none;
    background: rgba(187, 88, 155, .2)
  }

  #News_Area ul#TopicsContainer+.holder a.jp-current,
  #News_Area ul+.holder a.jp-current {
    color: #004c94;
    font-weight: 700
  }

  section.links .view_more {
    text-align: right
  }

  section.links .view_more .view_more_inner {
    width: 630px;
    width: 84vw;
    margin: auto;
    padding: 6.6666666667vw 0
  }

  section.links .view_more a {
    font-size: 26px;
    font-size: 3.4666666667vw;
    position: relative;
    text-align: right;
    display: inline-block;
    color: #024c94;
    padding-right: 6vw
  }

  section.links .view_more a::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 0;
    top: 1.3vw
  }
}

li.footer_news {
  position: relative
}

li.footer_news::after {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  background: url(../../imgs/common/footer_point.webp);
  width: 12px;
  height: 12px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat
}

@media screen and (max-width:767px) {
  li.footer_news {
    position: relative
  }

  li.footer_news::after {
    content: "";
    position: absolute;
    top: 1.5vw;
    left: -22px;
    left: -2.9333333333vw;
    background: url(../../imgs/common/footer_point.webp);
    width: 12px;
    width: 1.6vw;
    height: 12px;
    height: 1.6vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
  }
}

.loop_slider {
  display: flex;
  background-color: #fdf5f2;
  overflow: hidden;
  padding: 10px 0
}

.slider-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 50s infinite linear;
  list-style: none
}

.slider-item {
  width: 2376px
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 .5rem
}

.loop_slider:hover .slider-list {
  animation-play-state: running
}

.loop_slider ul.slider-list:last-child {
  margin-left: 6px
}

@media screen and (max-width:767px) {
  .slider-item {
    width: 3405px;
    width: 454vw
  }

  .loop_slider {
    padding: 1.3333333333vw 0
  }
}

@keyframes slideShow {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}

