@charset "UTF-8";
#event .card li a::after {
  display: block;
  content: "";
  clear: both;
}

#slide_box .topslide .prev::after, #slide_box .topslide .next::after, .linklist li::before, .linkmark::after, #usefullink ul li a[href^=http] p::after, #news a[href$=".pdf"] p::after, #event a[href$=".pdf"] p::after, #news a[href^=http] p::after, #event a[href^=http] p::after, .link li a::after, .linklist a[href^=http]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cdd6dd;
}

#news h2, #event h2, #research h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#usefullink ul, #pickuplink > div, #news > div, #event > div, .link, #research, #important .box {
  max-width: 1024px;
  margin: 0 auto;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* top */
#top_contents a {
  color: #0e2f92;
}
#top_contents a:visited {
  color: #600060;
}
#top_contents a:hover {
  color: #b70100;
}
#top_contents a, #top_contents a:visited {
  text-decoration: none;
}
#top_contents ul li {
  list-style-type: none;
}
#top_contents h2 {
  line-height: 1;
}

.linkmark::after, #usefullink ul li a[href^=http] p::after, #news a[href$=".pdf"] p::after, #event a[href$=".pdf"] p::after, #news a[href^=http] p::after, #event a[href^=http] p::after, .link li a::after, .linklist a[href^=http]::after {
  color: inherit;
  margin: 2px 0 0 0.7em;
}

.linklist a[href^=http]::after {
  content: "\f35d";
}

/* スライダー */
#main_v {
  position: relative;
  padding: 5px 0;
  background: #3b4043;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #main_v {
    padding: 0 0 30px;
  }
}

.slick-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-x;
  -webkit-tap-highlight-color: transparent;
}

#slide_box .slick-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#slide_box .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#slide_box .slick-list:focus {
  outline: none;
}

#slide_box .wm_carea_inner ul li {
  list-style-type: none;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 auto;
}
.slick-slide figure {
  box-sizing: border-box;
  width: 100%;
  padding-top: 35%;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .slick-slide figure {
    padding-top: 50%;
  }
}
.slick-slide figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  background: #fff;
}
.dragging .slick-slide figure img {
  pointer-events: none;
}
.slick-slide figure:hover img, .slick-slide figure:focus img {
  opacity: 0.6;
}
.slick-slide figcaption {
  max-width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 900;
  color: #fff;
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  background: rgba(8, 36, 77, 0.7);
  line-height: 1.3;
  padding: 20px;
  box-sizing: border-box;
}
.slick-slide figcaption span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .slick-slide figcaption {
    padding: 8px;
  }
}
@media screen and (max-width: 750px) {
  .slick-slide figcaption {
    width: 100%;
    max-width: none;
    font-size: 20px;
  }
  .slick-slide figcaption span {
    font-size: 12px;
  }
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-dots {
  position: absolute;
  list-style: none;
  text-align: center;
  z-index: 80;
  bottom: 10px;
  right: 40px;
}
@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: -22px;
    right: 50%;
    transform: translateX(50%);
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  padding: 5px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: "●";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  color: #0e2f92;
}
.slick-dots li.slick-active button::before {
  color: #0e2f92;
}

#important {
  background: #0e2f92;
}
@media screen and (min-width: 1054px) {
  #important {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1053px) {
  #important {
    border-bottom: 20px solid #cdd6dd;
  }
}
@media screen and (min-width: 1054px) {
  #important .box {
    display: flex;
    justify-content: space-between;
  }
}
#important h2 {
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 10px;
  width: 130px;
}
@media screen and (max-width: 1053px) {
  #important h2 {
    display: none;
  }
}
#important .box > div {
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1054px) {
  #important .box > div {
    width: 80%;
  }
}
#important .box > div .news {
  padding: 15px 20px 20px;
}
@media screen and (min-width: 750px) {
  #important .box > div .news li {
    display: flex;
  }
}
#important .box > div .news li time {
  max-width: 120px;
  width: 120px;
}
#important .box > div .news li:not(:last-child) {
  margin-bottom: 0.8em;
}
#important .box > div .news li a {
  display: block;
}
@media screen and (min-width: 750px) {
  #important .box > div .news li a {
    width: 85%;
  }
}
#important .box > div .news li a span {
  border-bottom: 1px solid #0e2f92;
}
#important .redbox {
  background: #b70100;
  font-size: 15px;
  padding: 5px 20px 10px;
}
#important .redbox a {
  color: #fff;
}
#important .redbox a span {
  border-bottom: 1px solid #fff;
}
#important .redbox span {
  font-weight: bold;
}
#important .excl::before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
}

#research .list li div::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(7, 44, 33, 0.1);
}

#research {
  padding: 40px 0 20px;
}
@media screen and (min-width: 1024px) {
  #research {
    padding: 50px 0;
  }
}
#research h2 {
  font-size: 48px;
  text-align: center;
  color: #98a6b5;
  letter-spacing: -0.01em;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  #research h2 {
    font-size: 32px;
  }
}
#research .list {
  margin: 20px 0 30px;
}
@media screen and (max-width: 1044px) {
  #research .list {
    padding: 0 10px;
  }
}
#research .list ul {
  display: flex;
  justify-content: space-between;
}
#research .list li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #research .list li {
    width: 49%;
  }
  #research .list li:last-child {
    display: none;
  }
}
#research .list li div {
  position: relative;
}
#research .list li div img {
  outline: 1px solid #fff;
  outline-offset: -1px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#research .list li div time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 900;
  font-size: 13px;
  background: #fff;
  padding: 3px 10px 3px 0;
  z-index: 2;
}
#research .list li div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../../images/home/research_thumb.svg") right bottom no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  width: 100%;
}
#research .list li p {
  margin-top: 20px;
  font-size: 15px;
  color: #3b4043 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
}
#research .list li a:hover img {
  opacity: 0.8;
}

.link {
  font-size: 15px;
  text-align: center;
}
.link li {
  background: #0e2f92;
}
.link li:not(:first-child) {
  margin-top: 5px;
}
.link li a {
  display: block;
  padding: 12px;
  color: #fff !important;
}
.link li a::after {
  content: "\f054";
}
.link li a:hover {
  background: #b70100;
}

#news a[href^=http] p::after, #event a[href^=http] p::after {
  content: "\f35d";
}
#news a[href$=".pdf"] p::after, #event a[href$=".pdf"] p::after {
  content: "\f1c1";
  color: #b70100;
  font-size: 14px;
}

#news, #event {
  background-color: #cdd6dd;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  #news, #event {
    padding: 60px 0 0;
  }
}
#news h2, #event h2 {
  font-size: 48px;
  color: #98a6b5;
  letter-spacing: -0.01em;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #news h2, #event h2 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #news h2, #event h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1044px) {
  #news h2, #event h2 {
    padding-left: 10px;
  }
}

#event {
  padding: 40px 0 60px;
}
@media screen and (max-width: 750px) {
  #event {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  #event {
    background-image: url("../../images/home/mainb.svg");
    background-position: right -170% bottom 50px;
    background-repeat: no-repeat;
    background-size: 85%;
  }
}

.tab {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .tab {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
  }
}
.tab ul {
  display: flex;
  width: 400px;
  border-left: 1px solid #0e2f92;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .tab ul {
    width: 100%;
    border-left: none;
  }
}
.tab ul li {
  font-size: 12px;
  width: 100px;
  border-style: solid;
  border-color: #0e2f92;
  border-width: 1px 1px 1px 0;
  text-align: center;
  color: #0e2f92;
  cursor: pointer;
  padding: 4px 0 3px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .tab ul li {
    width: 25%;
  }
  .tab ul li:last-child {
    border-right: none;
  }
}
.tab ul li.selected {
  background: #0e2f92;
  color: #fff;
}

.tab_content > li:not(.selected) {
  display: none;
}

.card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1044px) {
  .card {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .card {
    margin: 0 0 10px 0;
  }
}
.card li {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 24%;
  height: 150px;
  box-shadow: 0px 0px 5px -2px #98a6b5;
  margin-bottom: 20px;
}
.card li a {
  padding: 14px;
  display: block;
}
.card li time {
  font-weight: 900;
}
.card li .cat {
  background: #0e2f92;
  color: #fff;
  font-weight: 900;
  width: 85px;
  text-align: center;
  position: absolute;
  top: 14px;
  right: 14px;
}
.card li p {
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 6em;
}
@media screen and (max-width: 1024px) {
  .card li {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .card li {
    width: 100%;
    margin-bottom: 1px;
    height: 105px;
  }
  .card li p {
    -webkit-line-clamp: 2;
    max-height: 3em;
  }
}
#event .card {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #event .card {
    height: 170px;
  }
}
@media screen and (max-width: 750px) {
  #event .card {
    max-height: 212px;
  }
}
#event .card li {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #event .card li {
    width: 32%;
  }
}
@media screen and (max-width: 750px) {
  #event .card li {
    max-height: 212px;
  }
}
#event .card li a {
  position: relative;
}
#event .card img {
  float: right;
  margin: -14px -14px 0 10px;
  width: 120px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  #event .card img {
    width: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #event .card::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
}

#pickuplink {
  background: #cdd6dd;
  padding: 40px 0;
}
@media screen and (max-width: 1044px) {
  #pickuplink {
    padding: 25px 10px 0;
  }
}
#pickuplink > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pickuplink > div > div {
  width: 31%;
  font-size: 15px;
}
@media screen and (max-width: 1044px) {
  #pickuplink > div > div {
    width: 49%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #pickuplink > div > div {
    width: 100%;
  }
}
#pickuplink > div > div::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
#pickuplink h3 {
  font-size: 25px;
  color: #3b4043;
  line-height: 1.5;
  border-bottom: 1px solid #3b4043;
  margin-bottom: 15px;
}
#pickuplink a {
  color: #3b4043;
  text-decoration: none;
}

.linklist {
  list-style-type: none;
}
.linklist a:hover {
  text-decoration: underline !important;
}
.linklist li::before {
  content: "\f054";
  color: #3b4043;
  margin-right: 10px;
}

.circle {
  display: flex;
}
.circle li {
  position: relative;
  width: 50%;
  display: flex;
}
.circle li a {
  display: block;
}
.circle li a::after {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.circle li a:hover::after {
  box-shadow: inset 0px 0px 15px rgba(204, 40, 52, 0.78);
}
.circle li figure {
  display: flex;
  align-items: center;
}
.circle li img {
  box-sizing: border-box;
  border: 4px solid #bbb;
  width: 65px;
  height: auto;
  border-radius: 50px;
  z-index: 1;
  margin-right: 10px;
}

#book {
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
#book h3 {
  text-align: center;
  border: none;
  line-height: 1;
  padding-bottom: 8px;
}
#book h3 img {
  width: 48%;
}
#book h3 span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: bottom;
}
#book ul {
  list-style-type: none;
}
#book ul li > a {
  display: flex;
  justify-content: space-between;
}
#book ul li > a figure {
  width: 40%;
}
#book ul li > a figure img {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #000;
}
#book ul li > a div {
  width: 53%;
}
#book ul li > a div h4 {
  font-weight: 900;
  font-size: 16px;
  background: #8DC1BF;
  display: inline;
  line-height: 1.7;
}
#book ul li > a div p {
  font-size: 12px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 9em;
}

@media screen and (min-width: 751px) {
  #usefullink {
    padding: 50px 0 30px;
  }
}
#usefullink ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1044px) {
  #usefullink ul {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  #usefullink ul {
    margin: 0;
    border-top: 1px solid #cdd6dd;
  }
}
#usefullink ul li {
  box-sizing: border-box;
  border: 1px solid #cdd6dd;
  width: 31%;
  margin-bottom: 20px;
}
@media screen and (max-width: 983px) {
  #usefullink ul li {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  #usefullink ul li {
    width: 100%;
    border-width: 0 0 1px 0;
    margin: 0;
  }
}
#usefullink ul li a {
  font-size: 14px;
  display: flex;
  text-decoration: none;
  color: #3b4043;
  align-items: center;
}
#usefullink ul li a[href^=http] p::after {
  content: "\f35d";
}
#usefullink ul li a p {
  margin: 20px;
  flex-grow: 2;
  line-height: 1.4;
  height: 100%;
}
#usefullink ul li a img {
  width: 90px;
}
@media screen and (max-width: 750px) {
  #usefullink ul li a img {
    width: 60px;
  }
}
#usefullink ul li a:hover {
  background: #0e2f92;
  color: #fff;
}
#usefullink ul::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

#youtubelink {
  background: #3b4043;
  padding: 20px 0 40px;
}
#youtubelink h3 {
  max-width: 1024px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 14px;
}
#youtubelink h3::before {
  font-family: FontAwesome;
  content: "\f167";
  font-size: 18px;
  margin-right: 6px;
  color: #ff1900;
}
#youtubelink h3 a {
  text-decoration: none;
  color: #fff;
}
#youtubelink h3 a:hover {
  color: #b70100;
}
@media screen and (max-width: 1044px) {
  #youtubelink h3 {
    margin: 0 10px;
  }
}
#youtubelink #newMovie {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  overflow: hidden;
}
#youtubelink #newMovie li {
  width: 23%;
  max-width: 256px;
}
#youtubelink #newMovie li a:hover img {
  opacity: 0.6;
}
#youtubelink #newMovie li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1044px) {
  #youtubelink #newMovie {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #youtubelink #newMovie li {
    width: 32%;
  }
  #youtubelink #newMovie li:last-child {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #youtubelink {
    padding: 20px 0 40px;
  }
  #youtubelink h3 {
    text-align: center;
  }
  #youtubelink #newMovie {
    justify-content: center;
  }
  #youtubelink #newMovie li {
    width: 100%;
  }
  #youtubelink #newMovie li:not(:first-child) {
    display: none;
  }
}

/* slider */
#slide_box {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#slide_box .topslide .prev, #slide_box .topslide .next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 98;
  cursor: pointer;
  top: 45%;
}
@media screen and (max-width: 750px) {
  #slide_box .topslide .prev, #slide_box .topslide .next {
    width: 36px;
    height: 36px;
    top: 0;
  }
}
#slide_box .topslide .prev::after, #slide_box .topslide .next::after {
  position: absolute;
  color: #0e2f92;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #slide_box .topslide .prev::after, #slide_box .topslide .next::after {
    font-size: 20px;
  }
}
#slide_box .topslide .prev {
  left: 0;
}
@media screen and (min-width: 1164px) {
  #slide_box .topslide .prev {
    left: -55px;
  }
}
#slide_box .topslide .prev::after {
  content: "\f053";
}
#slide_box .topslide .next {
  right: 0;
}
@media screen and (min-width: 1164px) {
  #slide_box .topslide .next {
    right: -55px;
  }
}
#slide_box .topslide .next::after {
  content: "\f054";
}

.stopBtn {
  z-index: 95;
  position: absolute;
  right: 10px;
  bottom: 8px;
  cursor: pointer;
  width: 22px;
  height: 21px;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .stopBtn {
    bottom: -25px;
  }
}
.stopBtn.stop::before, .stopBtn.stop::after {
  content: "";
  height: 15px;
  width: 4px;
  display: block;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 5px;
}
.stopBtn.stop::after {
  left: 13px;
}
.stopBtn.start::after {
  position: absolute;
  top: 3px;
  left: 7px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  display: inline-block;
  border-left-color: #fff;
  border-width: 7px 0 7px 10px;
}
.stopBtn:hover, .stopBtn:focus {
  background: #666;
}