@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
/*Typekit FOUT防止*/
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
/*Typekit FOUT防止ここまで*/
body {
  margin: 0;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  color: #222;
  background-color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
}
/*トップ*/
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
main {
  margin-top: 120px;
}
.red {
  color: #cf0226;
}
.top {
  width: 100%;
  height: 500px;
  position: relative;
  background: linear-gradient(45deg, rgba(207, 2, 38, 0.5), rgba(35, 122, 191, 0.5), rgba(123, 175, 217, 0.5), rgba(26, 4, 195, 0.5), rgba(232, 134, 151, 0.5)) 0 0 / 1000% no-repeat, url("../img/top.jpg") 0 0 / cover no-repeat;
  animation: gradientAnimation 30s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}
.top h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  left: 5%;
  bottom: 50px;
  text-shadow: 1px 1px 10px #333;
}
.top h2 .en {
  display: block;
  font-size: 30px;
  margin-top: 10px;
}
/*ニュース*/
.news {
  padding: 20px 0 40px;
}
.news .inner {
  width: 1100px;
  margin: 0 auto;
}
.news .box {
  width: 1100px;
  background-color: #fff;
  outline: solid 1px #222;
  display: flex;
  justify-content: space-between;
}
.news h2 {
  width: 10%;
  height: 150px;
  background-color: #222;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 150px;
  margin: 0;
}
.news .iframe iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.news .iframe {
  width: 90%;
  height: 150px;
  position: relative;
}
.news .iframe_wrap .inner {
  width: 90%;
}
.news .iframe_wrap {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.news .iframe .btn a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  position: absolute;
  bottom: -25px;
  right: 5px;
}
.news .iframe .btn i {
  margin-left: 10px;
}
/*コンテンツ*/
.contents01 {
  padding: 40px 0;
  background-color: #05579b;
}
.contents01 .inner {
  width: 1100px;
  margin: 0 auto;
}
.contents01 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents01 ul li {
  width: 24%;
  margin: 5px 0.5%;
}
.contents01 ul li a {
  display: block;
  color: #222;
  text-decoration: none;
  outline: solid 1px #222;
  background-color: #fff;
  padding: 20px 0;
  opacity: 1;
  position: relative;
}
.contents01 ul li.paper {
  color: #222;
  text-decoration: none;
  outline: solid 1px #222;
  background-color: #fff;
  padding: 20px 0;
  opacity: 1;
  position: relative;
}
.contents01 ul li.paper a {
  display: inline;
  outline: none;
  padding: 0;
  margin: 0;
}
.contents01 ul li.paper a:hover {
  background: no-repeat !important;
  text-decoration: underline;
}
.contents01 ul li:nth-child(6n+1) a:hover {
  background-color: #ffbbc6;
}
.contents01 ul li:nth-child(6n+2) a:hover {
  background-color: #d6b6d3;
}
.contents01 ul li:nth-child(6n+3) a:hover {
  background-color: #b9dab5;
}
.contents01 ul li:nth-child(6n+4) a:hover {
  background-color: #94d0e2;
}
.contents01 ul li figure {
  width: 60px;
  margin: 0 auto;
}
.contents01 ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/*出版物*/
.pickup {
  padding: 40px 0 50px;
  background: linear-gradient(45deg, rgba(243, 252, 254), rgba(236, 235, 246));
}
.pickup .inner {
  width: 1100px;
  margin: 0 auto;
}
.pickup h2 {
  font-size: 50px;
  margin: 0 auto 40px;
}
.pickup h2 span {
  display: block;
  font-size: 16px;
  color: #cf0226;
}
.pickup .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  padding: 40px 0;
}
.pickup .box figure {
  width: 20%;
  outline: solid 2px #aaa;
}
.pickup .box .txt {
  width: 75%;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  text-align: justify;
  text-justify: inter-ideograph;
}
.pickup .box .txt a {
  color: #222;
}
.pickup .box .txt h4 {
  font-size: 24px;
  border-left: solid 4px #cf0226;
  padding-left: 20px;
  margin: 0 auto 20px;
}
.pickup .box .txt p {
  margin: 0;
}
.pickup .box02 {
  border-bottom: solid 1px #aaa;
  padding: 40px 0 35px;
}
.pickup .box02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.pickup .box02 ul li {
  width: 23%;
  color: #222;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.pickup .box02 ul li figure {
  margin-bottom: 10px;
  outline: solid 2px #aaa;
}
.pickup .box02 ul li:last-child {
  width: 26%;
}
.pickup .box02 ul li:last-child figure {
  outline: none;
}
/*印刷時*/
@media print {
  body {
    zoom: 0.9;
    -webkit-print-color-adjust: exact;
  }
  #particles-js {
    display: none;
  }
  iframe {
    display: none;
  }
}
/*印刷時　IE10以上*/
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
  #main {
    margin-top: 0;
  }
  iframe {
    display: none;
  }
}
@media screen and (min-width:700px) and (max-width:1024px) {
  main {
    margin-top: 120px;
  }
  .top {
    width: 100%;
    height: 500px;
  }
  .top h2 {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 5%;
    bottom: 50px;
  }
  .top h2 .en {
    font-size: 24px;
    margin-top: 5px;
  }
  /*ニュース*/
  .news {
    padding: 20px 0 40px;
  }
  .news .inner {
    width: 90%;
    margin: 0 auto;
  }
  .news .box {
    width: 100%;
    background-color: #fff;
    outline: solid 1px #222;
  }
  .news h2 {
    width: 17%;
    height: 300px;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 300px;
    margin: 0;
  }
  .news .iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
  }
  .news .iframe {
    width: 83%;
    height: 300px;
    position: relative;
  }
  .news .iframe_wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .news .iframe .btn a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #222;
    position: absolute;
    bottom: -25px;
    right: 5px;
  }
  .news .iframe .btn i {
    margin-left: 10px;
  }
  /*コンテンツ*/
  .contents01 {
    padding: 30px 0;
  }
  .contents01 .inner {
    width: 90%;
  }
  .contents01 ul li {
    width: 49%;
  }
  /*出版物*/
  .pickup {
    padding: 30px 0 40px;
  }
  .pickup .inner {
    width: 90%;
  }
  .pickup h2 {
    font-size: 34px;
    margin: 0 auto 30px;
  }
  .pickup h2 span {
    font-size: 14px;
  }
  .pickup .box {
    padding: 30px 0;
  }
  .pickup .box .txt h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .pickup .box02 {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width:700px) {
  main {
    margin-top: 120px;
  }
  .top {
    width: 100%;
    height: 250px;
  }
  .top h2 {
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    left: 5%;
    bottom: 15px;
  }
  .top h2 .en {
    font-size: 18px;
    margin-top: 5px;
  }
  /*ニュース*/
  .news {
    padding: 20px 0 40px;
  }
  .news .inner {
    width: 90%;
    margin: 0 auto;
  }
  .news .box {
    width: 100%;
    background-color: #fff;
    outline: solid 1px #222;
  }
  .news h2 {
    width: 17%;
    height: 300px;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 300px;
    margin: 0;
  }
  .news .iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
  }
  .news .iframe {
    width: 83%;
    height: 300px;
    position: relative;
  }
  .news .iframe_wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .news .iframe .btn a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #222;
    position: absolute;
    bottom: -25px;
    right: 5px;
  }
  .news .iframe .btn i {
    margin-left: 10px;
  }
  /*コンテンツ*/
  .contents01 {
    padding: 30px 0;
  }
  .contents01 .inner {
    width: 90%;
  }
  .contents01 ul {
    display: block;
  }
  .contents01 ul li {
    width: auto;
  }
  .contents01 ul li h3 {
    width: 67%;
    font-size: 18px;
  }
  .contents01 ul li h3 .sub {
    min-height: auto;
  }
  /*出版物*/
  .pickup {
    padding: 30px 0 40px;
  }
  .pickup .inner {
    width: 90%;
  }
  .pickup h2 {
    font-size: 34px;
    margin: 0 auto 30px;
  }
  .pickup h2 span {
    font-size: 14px;
  }
  .pickup .box {
    padding: 30px 0;
    display: block;
  }
  .pickup .box .txt h4 {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .pickup .box figure {
    width: 200px;
    margin: 0 auto 25px;
  }
  .pickup .box .txt {
    width: auto;
  }
  .pickup .box02 {
    padding: 30px 0 25px;
  }
  .pickup .box02 ul {
    display: block;
  }
  .pickup .box02 ul li {
    width: auto;
    margin-bottom: 20px;
  }
  .pickup .box02 ul li:last-child {
    margin: 0;
  }
  .pickup .box02 ul li:last-child {
    width: auto;
  }
}