body {
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

a {
  text-decoration: none;
}

.home header {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
}

.home header.hidden {
  transform: translateY(-100px);
}

.home header .logo {
  padding-left: 20px;
  padding-right: 30px;
}

.logo img {
  width: 200px;
}

.home header .title_term {
  /* height: auto; */
  width: 40%;
}

.home header div h1, .home header div h2 {
  font-size: 15px;
}

.home header div h1 {
  margin: auto;
  font-size: 21px;
}

.home header div h1 a {
  color: #000000;
}

.home header div h2 {
  padding-top: 5px;
  margin: 0;
}

.home header .main_point {
  font-size: 14px;
  font-weight: 800;
  padding-right: 60px;
}

main .kv_group {
  width: 100%;
}

main div .kv {
  text-align: center;
  padding-top: 83px;
}

main div .kv img, main div .kv_sp img {
  width: 100%;
}

main div .kv_sp {
  display: none;
}

main .menu_btn {
  display: flex;
  padding-left: 0;
}

main .menu_btn li {
  list-style: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #112D61;
}

main .menu_btn li:first-child {
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}

main .menu_btn li:nth-child(2), main .menu_btn li:nth-child(3), main .menu_btn li:nth-child(4), main .menu_btn li:nth-child(5), main .menu_btn li:nth-child(6), main .menu_btn li:nth-child(7) {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}

main .menu_btn li a {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  transition: background-color 0.7s ease;
}

main .menu_btn li a:hover {
  transition: color 0.7s ease;
  background-color: #1390DF;
  color: #112D61;
}

.choice {
  background-color: #1390DF;
  color: #112D61;
}

.top_info_group {
  width: 70%;
  margin: auto;
  padding-top: 40px;
}

.blue_border {
  background-color: #112D61;
  color: #FFFFFF;
  font-size: 20px;
  margin: 10px 0;
  padding: 15px 30px;
  letter-spacing: 3px;
}

.blue_border span {
  font-size: 24px;
  padding-right: 10px;
  padding-left: 10px;
}

.ribbon {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-size: 18px;
  color: #FFFFFF;
  box-sizing: border-box;
}

.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.theme_group {
  padding-top: 20px;
}

.theme_group .theme {
  font-size: 25px;
}

.theme_group .theme_img {
  text-align: center;
}

.theme_group p img {
  max-width: 80%;
}

.news_group {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 50px;
  padding-bottom: 15px;
}

.news-head {
  flex-shrink: 0;
  margin-right: 39px;
  margin-top: 6px;
}

.news-head .title_block {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.news-head .title-en {
  color: #1743A4;
  display: block;
  font-family: Hind, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 13px;
  text-indent: -3px;
}

.txt-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

.news-head .txt-link {
  justify-content: flex-start;
  margin-top: 40px;
}

.news-list {
  margin-top: -2px;
  width: 100%;
}

.news-list__detail {
  display: flex;
  margin-bottom: 11px;
  padding-bottom: 10px;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

.news-list__detail {
  border-bottom: 1px solid #ddd;
  color: #000000;
}

.news-list__detail time {
  color: #1141AD;
  flex-shrink: 0;
  font-family: Hind, sans-serif;
  font-size: 16px;
  margin-right: 13px;
  margin-top: 2px;
  width: 15%;
  margin: auto;
}

.news-list__detail p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 30px;
  text-overflow: ellipsis;
  width: 80%;
}

.sponsor_group, .related_sites {
  width: 100%;
  margin: auto;
}

.sponsor_group p, .related_sites p {
  color: #1743A4;
  display: block;
  font-family: Hind, sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 6px;
  margin-bottom: -15px;
  text-indent: -3px;
}

.sponsor_group ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 20px;
  padding-left: 0;
  padding-top: 30px;
  width: 100%;
  margin: auto;
}

.sponsor_group ul li {
  list-style: none;
  padding-bottom: 10px;
}

.sponsor_group ul li:nth-child(3), .sponsor_group ul li:nth-child(4) {
  padding-top: 10px;
}

.related_sites {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.related_sites ul {
  margin-top: 25px;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.footer {
  margin-top: 100px;
  padding-top: 10px;
  background-color: #BBBBBB;
}

.footer ul {
  display: flex;
  justify-content: space-around;
  background-color: #BBBBBB;
}

.footer ul li {
  list-style: none;
}

.footer .copyright {
  background-color: #112D61;
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

@media (max-width: 932px) {
  .home header {
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
    height: auto;
  }
  .home header.hidden {
    transform: translateY(-100%);
  }
  .home header .logo {
    width: auto;
    padding-left: 0;
    margin: 0 0 3px 0;
    text-align: center;
  }
  .home header .logo img {
    width: 150px;
    height: auto;
  }
  .home header .title_term {
    width: 95%;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .home header div h1 {
    font-size: 17px;
  }
  .home header div h2 {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 10px;
  }
  .home header .main_point {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: -10px;
  }
  .home header .main_point p {
    margin: 6px 0;
  }
  main div .kv {
    display: none;
  }
  main div .kv_sp {
    display: block;
    padding-top: 175px;
  }
  .menu_btn {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .menu_btn li {
    width: 100%;
    font-size: 16px;
  }
  main .menu_btn li {
    width: 49.7%;
  }
  main .menu_btn li:first-child {
    border-left: none;
  }
  .top_info_group {
    width: 95%;
    margin: auto;
    padding-top: 20px;
  }
  .blue_border {
    font-size: 16px;
    padding: 10px 15px;
    height: initial;
    line-height: initial;
    position: static;
  }
  .blue_border span {
    font-size: 20px;
    padding: 0 5px;
  }
  .news_group {
    flex-direction: column;
    width: 95%;
    margin: auto;
    margin-top: 20px;
  }
  .news-head {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news-head .title_block {
    margin: 0;
  }
  .news-head .title-en {
    margin-bottom: 8px;
  }
  .news-list__detail {
    flex-direction: column;
  }
  .news-list__detail time {
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  .news-list__detail p {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }
  .sponsor_group, .related_sites {
    width: 95%;
    margin: auto;
  }
  .sponsor_group ul {
    grid-template-columns: 1fr;
  }
  .sponsor_group ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .sponsor_group ul li:first-child, .sponsor_group ul li:nth-child(3) {
    padding-right: 0;
  }
  .sponsor_group ul li:nth-child(3), .sponsor_group ul li:nth-child(4) {
    padding-top: 0;
  }
  .sponsor_group ul li img {
    max-width: 100%;
    height: auto;
  }
  .related_sites ul {
    grid-template-columns: 1fr;
  }
  .related_sites ul li:first-child, .related_sites ul li:nth-child(2) {
    padding-right: 0;
  }
  .footer {
    margin-top: 80px;
  }
  .footer ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .footer ul li {
    margin-bottom: 10px;
    text-align: left;
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */