@charset "UTF-8";
/* CSS Document */
/*─────────────────────知る調べる：装飾────────────────────────── */
.keyword-ver4 h2 {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 80px 0 20px 0;
  line-height: 4rem;
  padding: 10px 10px 10px 16px;
  border-left: solid 6px #22A093;
  background: #f9f9f9;
  border-radius: 4px;
}
.keyword-ver4 > h3 {
  font-size: 2.4rem;
  font-weight: bolder;
  margin: 60px 0 8px 0;
}
.keyword-ver4 > h3:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.keyword-ver4 h4 {
  font-size: 2.2rem;
  margin: 60px 0 8px 0;
}
.keyword-ver4 h4:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.keyword-ver4 li {
  list-style: disc;
}
.keyword-ver4 ul {
  margin: 20px auto;
}
/* ----------------------------知る・調べるページ/動画ページ----------------------------*/
.key-child-research, .key-child-movie {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #313131;
  margin-bottom: 10px;
}
.key-child-research-inner, .key-child-movie-inner {
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
}
.key-child-research-inner h2, .key-child-movie-inner h2 {
  font-size: 2.4rem;
  margin-right: 30px;
}
.research, .movie {
  display: flex;
  font-size: 1.6rem;
  font-family: 'Alegreya Sans SC', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.research-side, .movie-side {
  width: 300px;
  margin: 50px 0;
}
.research-side ul, .movie-side ul {
  margin: 50px 60px 100px 0;
}
.research-side > ul > h4, .movie-side > ul > h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid #343434;
  padding: 5px;
  font-weight: bold;
  color: #343434;
  margin-bottom: 10px;
}
.research-side > ul > li, .movie-side > ul > li {
  border-bottom: 1px dotted #ededed;
  line-height: 50px;
  position: relative;
  padding-right: 25px;
}
.research-side > ul li::before, .movie-side > ul li::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  color: #343434;
}
.research-main-contents, .movie-main-contents {
  width: 100%;
  margin: 60px auto;
}
.movie-section > p {
  margin: 20px 0;
  line-height: 2.4rem;
}
.research-main-contents h3, .movie-main-contents h3 {
  font-size: 2.4rem;
  letter-spacing: .3rem;
  font-weight: bolder;
}
.research-main-contents h3 > span, .movie-main-contents h3 > span {
  font-size: 1.4rem;
  vertical-align: 2px;
  margin-left: 10px;
}
.popular-ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}
.movie-ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 30px 0;
}
.popular-ul img, .movie-ul img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #CDD5D8;
  transition: all 0.5s;
}
.popular-ul img:hover, .movie-ul img:hover {
  box-shadow: 0px 0px 2px #CDD5D8;
  opacity: 0.6;
}
/* ----------------------------人物用語一覧----------------------------*/
.keyword-list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
  margin: 30px 0;
  text-align: center; /* 横方向テキスト揃え */
  padding: 0;
  list-style: none;
}

.keyword-item {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央 */
  justify-content: center; /* 縦方向中央 */
  height: 100%; /* 必要に応じて高さ指定 */
}

.keyword-list-ul img {
  margin-bottom: 10px;
}
.thumb-keyword {
  width: 180px;
  height: auto;
transition: opacity 0.5s;
}
.thumb-keyword:hover {
  opacity: .6;
}

.search-result-msg{
	text-align: left;
	font-size: 2rem;
}
/* ----------------------------知る・調べる検索結果----------------------------*/
.research-wrapper {
  padding-top: 100px;
}
.research-results-box > h4 {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.research-results-box > h4 > span {
  font-size: 1.4rem;
  color: #343434;
  margin-left: 10px;
}
.research-results-box {
  margin: 20px 0 80px 0;
}
.search-list-ul {
  margin: 20px auto;
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}
.search-list-ul a {
  color: #000;
}
.search-list-ul li {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
  padding-bottom: 10px;
}
.search-list-ul p {
  padding: 0 10px;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
.search-list-ul img {
  width: 100%;
  height: 100%;
  overflow: hidden;
	margin-bottom: 8px;
}
/*-----------------知る調べる-人物-v3---------------------*/
.person-v3 {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.person-v3_title {
  margin: 0 auto;
  min-height: 420px;
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.05rem;
}
.person-v3_title-inner {
  display: grid;
  grid-template-columns: 2fr 5fr;
  column-gap: 20px;
  width: 800px;
  max-width: 90%;
  color: #fff;
  margin: 0 auto;
  padding-top: 80px;
}
.person-v3_title-inner h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  margin: 20px 0;
}
.person-v3_title-inner h2 {
  color: #B8BCBC;
}
.person-v3_title-inner h2 > span {
  background-color: #141414;
  font-weight: bolder;
  font-size: 12px;
  color: #9EABB2;
  padding: 8px;
  margin-right: 10px;
}
.person-v3_title-inner img {
  width: 220px;
}
.person-v3-contents h2 span {
  font-size: 20px;
  margin-left: 1rem;
  vertical-align: middle;
}
.person-v3_title-inner li > span {
  background-color: #565657;
  border-radius: 4px;
  padding: 0 12px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin: 0 10px 5px 0;
  font-size: 1.6rem;
}
.person-v3 {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #333;
}
.person-v3-intro {
  width: 880px;
  max-width: 90%;
  margin: -55px auto;
  background-color: #fff;
  padding: 20px 5%;
  margin-bottom: 80px;
}
.intro-innner {
  padding-bottom: 40px;
}
.person-v3-contents > section:nth-child(odd) {
  background-color: #f5f9fc;
}
.person-v3-contents > section {
  padding: 80px 0;
}
.person-v3-contents img {
  width: 860px;
  max-width: 90%;
  margin: 20px auto 0 auto;
  display: block;
}
h2.point {
  text-indent: -3rem;
}
h2.point:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 56px;
  background-image: url("../img/icon-point.svg");
  background-size: 90px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
h3.check {
  text-indent: -1.6rem;
}
h3.check:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f058';
  margin-right: 5px;
}
.bread-research a, .bread-research {
  color: #989898;
  font-size: 14px;
  width: 880px;
  max-width: 95%;
  margin: 20px auto;
}
section.famous-words {
  background-color: #535353 !important;
  color: #fff;
  padding-bottom: 200px;
}
.person-v3-contents h3, .person-v3-contents h4, .person-v3-contents p {
  width: 880px;
  max-width: 95%;
  margin: 0 auto;
}
.person-v3-contents p {
  font-size: 18px;
  line-height: 1.8;
}
.person-v3-contents h2 {
  width: 880px;
  max-width: 95%;
  margin: 60px auto 10px auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 4rem;
}
.person-v3-contents h3 {
  margin: 30px auto 20px auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.famous-words-inner {
  width: 880px;
  max-width: 90%;
  margin: 20px auto;
}
.famous-words-inner > .says {
  color: #141414;
}
.famous-words-info {
  width: 880px;
  margin: 20px auto 80px auto;
  max-width: 90%;
  font-size: 18px;
  line-height: 1.8;
}
.famous-words h2 {
  margin: 10px auto 40px auto;
}
.balloon2 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(680px, 5fr);
}
.faceicon2 img {
  border-radius: 50%;
  margin-right: 20px;
  width: 100px;
}
.chatting2 {
  padding: 10px 0px;
  border-radius: 12px;
  background: #F9EC55;
  color: #141414;
  margin: 8px 0;
}
.chatting2 p {
  font-size: 2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 2.4rem;
  padding: 10px 0;
}
section.moreinfo {
  background-color: #f7f7f7;
  padding: 80px 0;
}
section.movieinfo {
  padding: 80px 0;
}
section.mathematicasview {
  background-color: #434343;
  padding: 80px 0;
}
.mathematicasview img {
  display: block;
  text-align: center;
  margin: -50px auto 20px auto;
}
.mathematicasview h2 {
  text-align: center;
  font-size: 3rem;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.mathematicasview-inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.mathematicasview-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 0 auto;
  width: 880px;
  max-width: 90%;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 20px 20px 40px 20px;
}
.mathematicasview h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
.moreinfo h3, .movieinfo h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
.moreinfo h2, .movieinfo h2 {
  text-align: center;
  font-size: 4rem;
  font-family: 'Alegreya Sans SC', sans-serif;
}
.moreinfo h4, .movieinfo h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.moreinfo ul, .movieinfo ul {
  width: 840px;
  max-width: 90%;
  margin: 20px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.moreinfo li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.6rem;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 8%;
  border: 1px solid #fff;
}
.moreinfo li:hover {
  box-shadow: none;
  border: 1px solid #1CA99D;
  background-color: #E4F4F3;
}
.moreinfo img {
  width: 80%;
  margin: 20px auto 0 auto;
}
.movieinfo p {
  font-size: 16px;
  line-height: 2.4rem;
  margin-top: 5px;
}
.btn-more {
  display: block;
  border: 1px solid #1CA99D;
  padding: 4%;
  width: 91%;
  border-radius: 5px;
  margin: 10px auto 0 auto;
  color: #1CA99D;
  text-align: center;
}
.btn-more:hover {
  border: 1px solid #1CA99D;
  background-color: #1CA99D;
  color: #fff;
}
.detail {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.4rem;
  margin: 8px 0;
}
.fixed-pager {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
}
.fixed-pager-inner {
  margin: 0 auto;
  width: 960px;
  max-width: 90%;
}
.research-pager {
  display: flex;
  justify-content: space-between;
  line-height: 80px;
  max-width: 90%;
}
.research-pager a {
  font-size: 18px;
  color: #e6f000;
}
.related-name {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
.movie-ul img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #CDD5D8;
  transition: all 0.5s;
}
.movie-ul img:hover {
  box-shadow: 0px 0px 2px #CDD5D8;
  opacity: 0.6;
}
.movie-text {
  min-height: 100px;
}