@charset "UTF-8";
/* TOPページスタイル */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* mainimg-area */
#mainimg-area {
  padding: 1em 0 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainimg-area .mainimg-c {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#mainimg-area .mainimg-c h1 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #mainimg-area .mainimg-c h1 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  #mainimg-area .mainimg-c h1 {
    font-size: 1.35em;
  }
}
#mainimg-area .mainimg-c h1 span {
  color: #8569B3;
}
#mainimg-area .mainimg-c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainimg-area .mainimg-c ul li {
  padding: 0.5em 1em;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #mainimg-area .mainimg-c ul li {
    padding: 0.5em 0.75em;
  }
}
#mainimg-area .mainimg-c ul li a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  color: #fff;
  padding: 0.75em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #8569B3;
  border-radius: 15px;
}
#mainimg-area .mainimg-c ul li a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#mainimg-area .mainimg-c ul li a:hover {
  text-decoration: none;
}
#mainimg-area picture.pyramid {
  width: 25%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#mainimg-area picture.pyramid img {
  width: 100%;
}
#mainimg-area .slide-area {
  width: 25%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#mainimg-area .slide-area ul.top-slide {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
}
#mainimg-area .slide-area ul.top-slide li.top-slide-li {
  width: 100%;
  height: 15em;
}
#mainimg-area .slide-area ul.top-slide li.top-slide-li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg-area .slide-area ul.top-slide li.top-slide-li a[target=_blank] {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
#mainimg-area .slide-area ul.top-slide ul.slick-dots li {
  margin: 0;
}
#mainimg-area .slide-area ul.top-slide ul.slick-dots li button::before {
  font-size: 18px;
}

/* top-sercive-area */
#top-service-area {
  width: 100%;
  padding: 1em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  overflow: hidden;
}
#top-service-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#top-service-area > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#top-service-area > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#top-service-area > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#top-service-area > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#top-service-area > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
#top-service-area .top-service-contents {
  font-size: 1.05em;
  width: calc(100% - 1em);
  padding: 1.25em;
  border: solid 1px #8569B3;
  border-radius: 15px;
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #top-service-area .top-service-contents {
    width: calc(100% - 0.5em);
  }
}
#top-service-area .top-service-contents:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
#top-service-area .top-service-contents:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 0 0.5em;
}
#top-service-area .top-service-contents:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  margin-left: 1em;
}
#top-service-area .top-service-contents:last-child {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-top: 1.5em;
}
#top-service-area .top-service-contents h2 {
  font-size: 1.3em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #top-service-area .top-service-contents h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #top-service-area .top-service-contents h2 {
    font-size: 1.1em;
  }
}
#top-service-area .top-service-contents h2 a {
  color: #8569B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: felx-start;
      -ms-flex-pack: felx-start;
          justify-content: felx-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-service-area .top-service-contents h2 a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_primary.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#top-service-area .top-service-contents h2 a:hover {
  text-decoration: none;
}
#top-service-area .top-service-contents h2 a:hover {
  text-decoration: none;
}
#top-service-area .top-service-contents p {
  line-height: 1.5;
}
#top-service-area .top-service-contents ul li {
  padding: 0.45em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#top-service-area .top-service-contents ul li::before {
  width: 1.15em;
  height: 1.1em;
  margin-right: 0.25em;
  display: block;
  background-image: url(../images/icon/li_b.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#top-service-area .top-service-contents ul li a {
  line-height: 1.2;
}

span.new {
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0;
  color: #BE0000;
  padding: 0.5em 1em 0.2em 1em;
  margin-left: 1em;
  display: inline-block;
  border: solid 1px #BE0000;
  border-radius: 0.8rem;
}

/* contents */
.contents {
  padding: 1.5em 0;
}
.contents .top-headline {
  width: 100%;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(#fff calc(100% - 5px), #EAEAEA calc(100% - 5px));
}
.contents .top-headline h2 {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5em;
  border-bottom: solid 4px #8569B3;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  .contents .top-headline h2 {
    font-size: 1.4em;
  }
}
.contents .top-headline p {
  font-size: 1.05em;
  font-weight: 500;
  padding: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  .contents .top-headline p {
    font-size: 1.1em;
  }
}
.contents .top-headline p a {
  color: #8569B3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.contents .top-headline p a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_primary.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.contents .top-headline p a:hover {
  text-decoration: none;
}
.contents p.top-p-summary {
  font-size: 1.1em;
  padding: 0 1em 1em 1em;
}

/* top-info-area */
#top-info-area {
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* top-topics-area */
}
#top-info-area .top-info-l {
  width: calc(100% - (33.33% - 1em));
  padding-right: 2em;
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #top-info-area .top-info-l {
    padding-right: 0;
  }
}
#top-info-area .top-info-l #top-news-area .top-headline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-info-area .top-info-l #top-news-area .top-headline p {
  padding-right: 0.5em;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area {
  width: 100%;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents {
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li {
  padding: 0.75em 0;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li:first-child {
  padding-top: 0;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dt {
  font-weight: bold;
  width: 100%;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dt span {
  display: none;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dt span.is-show {
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dt span.end {
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding: 0.5em 1em 0.2em 1em;
  margin-left: 1em;
  display: inline-block;
  background-color: #777;
  border-radius: 0.8rem;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type {
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 7.5em;
  padding: 0.5em 0;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type.comprehensive {
  background: #8569B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type.data {
  background: #93C420;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type.study {
  background: #52A4DB;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type.lecture {
  background: #D17558;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type.recruit {
  background: #E956B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.link {
  line-height: 1.3;
  width: calc(100% - 8em);
  padding-left: 1em;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label {
  font-size: 1em;
  font-weight: 700;
  width: calc(20% - 1.5em);
  padding: 0.65em 0;
  margin: 0 0.75em;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label.comprehensive {
  color: #8569B3;
  border: solid 3px #8569B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label.data {
  color: #93C420;
  border: solid 3px #93C420;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label.study {
  color: #52A4DB;
  border: solid 3px #52A4DB;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label.lecture {
  color: #D17558;
  border: solid 3px #D17558;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area label.recruit {
  color: #E956B3;
  border: solid 3px #E956B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input {
  display: none;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#comprehensive ~ .top-news-contents.comprehensive, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#data ~ .top-news-contents.data, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#study ~ .top-news-contents.study, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#lecture ~ .top-news-contents.lecture, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#recruit ~ .top-news-contents.recruit {
  height: auto;
  min-height: 20em;
  padding: 1em 1em 0 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#comprehensive ~ label.comprehensive, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#data ~ label.data, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#study ~ label.study, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#lecture ~ label.lecture, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#recruit ~ label.recruit {
  color: #fff;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#comprehensive ~ label.comprehensive::after, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#data ~ label.data::after, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#study ~ label.study::after, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#lecture ~ label.lecture::after, #top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#recruit ~ label.recruit::after {
  width: 1.5em;
  height: 0.8660254038em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.8660254038em;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#comprehensive ~ label.comprehensive {
  background: #8569B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#comprehensive ~ label.comprehensive::after {
  background: #8569B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#data ~ label.data {
  background: #93C420;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#data ~ label.data::after {
  background: #93C420;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#study ~ label.study {
  background: #52A4DB;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#study ~ label.study::after {
  background: #52A4DB;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#lecture ~ label.lecture {
  background: #D17558;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#lecture ~ label.lecture::after {
  background: #D17558;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#recruit ~ label.recruit {
  background: #E956B3;
}
#top-info-area .top-info-l #top-news-area #top-news-contents-area input:checked#recruit ~ label.recruit::after {
  background: #E956B3;
}
#top-info-area .top-info-l #top-data-area {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-info-area .top-info-l #top-data-area .top-data-contents {
  width: 31.5%;
  padding: 2em 1em 2em 1em;
  background-color: #8569B3;
  border-radius: 15px;
  color: #fff;
  background-image: none;
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 {
  text-align: left;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-info-area .top-info-l #top-data-area .top-data-contents h3::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #top-info-area .top-info-l #top-data-area .top-data-contents h3 {
    font-size: 0.85em;
  }
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 a {
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* #top-info-area .top-info-l #top-data-area .top-data-contents h3 a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
} */
#top-info-area .top-info-l #top-data-area .top-data-contents:hover {
  text-decoration: none;
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 a::after {
  margin-left: 0.25em;
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 a[target$=_blank] {
  padding-right: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 a[target$=_blank]::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#top-info-area .top-info-l #top-data-area .top-data-contents h3 a[target$=_blank]:hover {
  text-decoration: none;
}
#top-info-area .top-info-l #top-data-area .top-data-contents .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-info-area .top-info-l #top-data-area .top-data-contents .txt-area picture {
  width: 32%;
}
#top-info-area .top-info-l #top-data-area .top-data-contents .txt-area picture img {
  width: 92%;
}
#top-info-area .top-info-l #top-data-area .top-data-contents .txt-area p {
  line-height: 1.3;
  color: #fff;
  width: 62%;
}
#top-info-area .top-info-l #top-data-area .top-data-contents.top-database .txt-area picture img {
  width: 51px;
}
#top-info-area .top-info-l #top-data-area .top-data-contents.top-nta .txt-area picture img {
  width: 45px;
}
#top-info-area .top-info-l #top-data-area .top-data-contents.top-repository .txt-area picture img {
  width: 57px;
}
#top-info-area #top-topics-area {
  width: calc(33.33% - 1em);
  padding: 1.5em;
  margin-top: 1em;
  background-color: #EDFCFD;
  border-radius: 20px;
}
#top-info-area #top-topics-area h2 {
  font-size: 1.4em;
  color: #8569B3;
  margin-top: 0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-1.1em);
          transform: translateX(-1.1em);
}
#top-info-area #top-topics-area h2::before {
  width: 1.25em;
  height: 4px;
  margin-right: 0.5em;
  display: block;
  background-color: #8569B3;
  content: "";
}
#top-info-area #top-topics-area ul.top-topics-ul {
  padding-top: 0;
}
#top-info-area #top-topics-area ul.top-topics-ul li {
  padding: 1.75em 0;
  border-bottom: solid 1px #8569B3;
}
#top-info-area #top-topics-area ul.top-topics-ul li:last-child {
  border-bottom: none;
}
#top-info-area #top-topics-area ul.top-topics-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #top-info-area #top-topics-area ul.top-topics-ul li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top-info-area #top-topics-area ul.top-topics-ul li a:hover {
  text-decoration: none;
}
#top-info-area #top-topics-area ul.top-topics-ul li a[target=_blank] {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
#top-info-area #top-topics-area ul.top-topics-ul li a dl {
  color: #000;
  width: 68.5%;
  padding-right: 1.5em;
}
#top-info-area #top-topics-area ul.top-topics-ul li a dl dt {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
#top-info-area #top-topics-area ul.top-topics-ul li a dl dt span {
  line-height: 1.3;
}
#top-info-area #top-topics-area ul.top-topics-ul li a dl dt cite {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  padding: 0.5em 0;
  display: inline-block;
}
#top-info-area #top-topics-area ul.top-topics-ul li a dl dd p {
  line-height: 1.4;
}
#top-info-area #top-topics-area ul.top-topics-ul li a figure {
  width: 31.5%;
}
#top-info-area #top-topics-area ul.top-topics-ul li a figure img {
  width: 100%;
}
#top-info-area #top-topics-area ul.top-topics-ul li.no-img dl,
#top-info-area #top-topics-area ul.top-topics-ul li.no-img span.txt-area {
  width: 100% !important;
}

/* top-books-area */
#top-books-area {
  width: 100%;
}
#top-books-area .top-headline p {
  padding-left: 2em;
}
#top-books-area ul.top-books-ul {
  padding: 1.5em 1.1em 0 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#top-books-area ul.top-books-ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-books-area ul.top-books-ul li:nth-of-type(odd) {
  padding-right: 2em;
}
#top-books-area ul.top-books-ul li:nth-of-type(even) {
  padding-left: 2em;
}
#top-books-area ul.top-books-ul li figure,
#top-books-area ul.top-books-ul li picture {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-books-area ul.top-books-ul li figure a,
#top-books-area ul.top-books-ul li picture a {
  width: 100%;
  display: inline-block;
}
#top-books-area ul.top-books-ul li figure a img,
#top-books-area ul.top-books-ul li picture a img {
  width: 87.5%;
  height: auto;
  border: solid 1px #bbb;
}
#top-books-area ul.top-books-ul li figure span,
#top-books-area ul.top-books-ul li picture span {
  margin-top: auto;
}
#top-books-area ul.top-books-ul li figure span.detail-link,
#top-books-area ul.top-books-ul li picture span.detail-link {
  padding-top: 1em;
  display: block;
}
#top-books-area ul.top-books-ul li figure span.detail-link a,
#top-books-area ul.top-books-ul li picture span.detail-link a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  color: #fff;
  padding: 0.75em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #8569B3;
  border-radius: 15px;
  line-height: 1.3;
  padding: 0.75em 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-books-area ul.top-books-ul li figure span.detail-link a::after,
#top-books-area ul.top-books-ul li picture span.detail-link a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#top-books-area ul.top-books-ul li figure span.detail-link a:hover,
#top-books-area ul.top-books-ul li picture span.detail-link a:hover {
  text-decoration: none;
}
#top-books-area ul.top-books-ul li a {
  color: #000;
  width: 60%;
  padding-left: 1em;
}
#top-books-area ul.top-books-ul li a dl dt cite {
  font-size: 1.35em;
  font-style: normal;
  font-weight: 700;
  color: #8569B3;
  line-height: 1.4;
  width: 100%;
  display: inline-block;
}
#top-books-area ul.top-books-ul li a dl dt time {
  font-size: 0.8em;
  font-weight: 700;
  color: #000;
  padding-left: 1em;
}
#top-books-area ul.top-books-ul li a dl dd {
  padding-top: 2em;
}
#top-books-area ul.top-books-ul li a dl dd p {
  font-size: 1.1em;
  line-height: 1.4;
}

/* top-inter-area */
#top-inter-area {
  width: 100%;
}
#top-inter-area .top-headline p {
  padding-left: 2em;
}
#top-inter-area .top-inter-inner {
  padding: 1.5em 1.1em 0 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-inter-area .top-inter-inner .top-inter-contents {
  width: 30.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-inter-area .top-inter-inner .top-inter-contents h3 {
  font-size: 1.3em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
}
#top-inter-area .top-inter-inner .top-inter-contents h3 a {
  color: #8569B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: felx-start;
      -ms-flex-pack: felx-start;
          justify-content: felx-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-inter-area .top-inter-inner .top-inter-contents h3 a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_primary.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#top-inter-area .top-inter-inner .top-inter-contents h3 a:hover {
  text-decoration: none;
}
#top-inter-area .top-inter-inner .top-inter-contents h3 a:hover {
  text-decoration: none;
}
#top-inter-area .top-inter-inner .top-inter-contents p {
  line-height: 1.4;
}
#top-inter-area .top-inter-inner .top-inter-contents picture {
  padding-top: 1em;
  margin-top: auto;
  display: inline-block;
}
#top-inter-area .top-inter-inner .top-inter-contents picture img {
  width: 100%;
}

/* global */
#toppage-global {
  /* top-info-area */
}
#toppage-global * {
  word-break: normal;
}
#toppage-global #top-service-area {
  width: 100%;
  padding: 1em 0;
  display: block;
}
#toppage-global #top-service-area ul.top-service-ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  overflow: hidden;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
#toppage-global #top-service-area ul.top-service-ul > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li {
  font-size: 1.05em;
  line-height: 1.2;
  width: calc(100% - 1em);
  padding: 1.25em;
  border: solid 1px #8569B3;
  border-radius: 15px;
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li {
    width: calc(100% - 0.5em);
  }
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 0 0.5em;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  margin-left: 1em;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li:last-child {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-top: 1.5em;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li span,
#toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 {
  font-size: 1.3em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li span,
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li span,
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 {
    font-size: 1.1em;
  }
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li span a,
#toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 a {
  color: #8569B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: felx-start;
      -ms-flex-pack: felx-start;
          justify-content: felx-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li span a::after,
#toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 a::after {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.75em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/icon/arrow_primary.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li span a:hover,
#toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 a:hover {
  text-decoration: none;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li span a:hover,
#toppage-global #top-service-area ul.top-service-ul li.top-service-li h2 a:hover {
  text-decoration: none;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li p {
  line-height: 1.3;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li ul li {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li ul li::before {
  width: 1.15em;
  height: 1.1em;
  margin-right: 0.25em;
  display: block;
  background-image: url(../images/icon/li_b.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li ul li a {
  line-height: 1.2;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li ul li a[href$=".pdf"] {
  padding-right: 0;
}
#toppage-global #top-service-area ul.top-service-ul li.top-service-li ul li a[href$=".pdf"]::after {
  display: none;
}
#toppage-global #top-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#toppage-global #top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.link {
  letter-spacing: 0;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 {
  text-align: left;
  white-space: normal;
  width: 72.5%;
  margin-bottom: 0;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a {
  font-size: 1.05em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a::after {
  margin-left: 0.5em;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-database .txt-area picture img {
  width: 60%;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-nta .txt-area picture img {
  width: 58%;
}
#toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-repository .txt-area picture img {
  width: 57px;
}
#toppage-global #top-info-area .top-info-l #top-data-area .txt-area {
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#toppage-global #top-info-area .top-info-l #top-data-area .txt-area picture {
  text-align: right;
  width: 100%;
}
#toppage-global #top-info-area #top-topics-area span.txt-area {
  color: #000;
  width: 68.5%;
  padding-right: 1.5em;
  display: inline-block;
}
#toppage-global #top-info-area #top-topics-area span.txt-area span {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
#toppage-global #top-info-area #top-topics-area span.txt-area cite {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
  padding: 0.5em 0;
  display: inline-block;
}

/* laptop */
@media screen and (min-width: 801px) and (max-width: 1024px) {
  #top-info-area .top-info-l #top-data-area .top-data-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area picture {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area p {
    width: 100%;
    padding-top: 1em;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 {
    text-align: left;
    white-space: normal;
    width: 72.5%;
    margin-bottom: 0;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a {
    font-size: 1.05em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a::after {
    margin-left: 0.5em;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-database .txt-area picture img {
    width: 60%;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-nta .txt-area picture img {
    width: 58%;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-repository .txt-area picture img {
    width: 57px;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .txt-area {
    width: 25%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .txt-area picture {
    text-align: right;
    width: 100%;
  }
  #top-books-area ul.top-books-ul li figure,
  #top-books-area ul.top-books-ul li picture {
    width: 42.5%;
  }
  #top-books-area ul.top-books-ul li figure a img,
  #top-books-area ul.top-books-ul li picture a img {
    width: 85%;
  }
  #top-books-area ul.top-books-ul li figure span.detail-link,
  #top-books-area ul.top-books-ul li picture span.detail-link {
    padding-top: 1em;
    display: block;
  }
  #top-books-area ul.top-books-ul li figure span.detail-link a,
  #top-books-area ul.top-books-ul li picture span.detail-link a {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    color: #fff;
    padding: 0.75em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #8569B3;
    border-radius: 15px;
    line-height: 1.3;
    padding: 0.75em 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top-books-area ul.top-books-ul li figure span.detail-link a::after,
  #top-books-area ul.top-books-ul li picture span.detail-link a::after {
    width: 1.1em;
    height: 1.1em;
    margin-left: 0.75em;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url(../images/icon/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  #top-books-area ul.top-books-ul li figure span.detail-link a:hover,
  #top-books-area ul.top-books-ul li picture span.detail-link a:hover {
    text-decoration: none;
  }
  #top-books-area ul.top-books-ul li a {
    width: 57.5%;
    padding-left: 1em;
  }
}
/* tablet */
@media screen and (min-width: 576px) and (max-width: 800px) {
  #mainimg-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  #mainimg-area .mainimg-c {
    width: 100% !important;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  #mainimg-area .mainimg-c h1 {
    padding-top: 1em;
  }
  #mainimg-area picture.pyramid {
    width: 45% !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  #mainimg-area picture.pyramid img {
    width: 100%;
  }
  #mainimg-area .slide-area {
    width: 45% !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  #top-service-area {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  #top-service-area > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top-service-area > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #top-service-area > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #top-service-area > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #top-service-area .top-service-contents {
    width: 95%;
  }
  #top-service-area .top-service-contents:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #top-service-area .top-service-contents:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0 0 0 5%;
  }
  #top-service-area .top-service-contents:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 1.5em 0 0 0;
  }
  #top-service-area .top-service-contents:last-child {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 1.5em 0 0 5%;
  }
  #toppage-global #top-service-area ul.top-service-ul {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  #toppage-global #top-service-area ul.top-service-ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #toppage-global #top-service-area ul.top-service-ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #toppage-global #top-service-area ul.top-service-ul > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #toppage-global #top-service-area ul.top-service-ul > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li {
    width: 95%;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 0 0 0 5%;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 1.5em 0 0 0;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li:last-child {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin: 1.5em 0 0 5%;
  }
  #top-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-info-area .top-info-l {
    width: 100% !important;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area picture {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents .txt-area p {
    width: 100%;
    padding-top: 1em;
  }
  #top-info-area #top-topics-area {
    width: 100% !important;
  }
  #top-info-area #top-topics-area ul.top-topics-ul li a dl {
    width: 75%;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) and (min-width: 610px) {
  #top-info-area #top-topics-area ul.top-topics-ul li a dl {
    width: 80%;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #top-info-area #top-topics-area ul.top-topics-ul li a figure {
    width: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) and (min-width: 610px) {
  #top-info-area #top-topics-area ul.top-topics-ul li a figure {
    width: 12.5%;
  }
}
@media screen and (min-width: 576px) and (max-width: 800px) {
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 {
    text-align: left;
    white-space: normal;
    width: 72.5%;
    margin-bottom: 0;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a {
    font-size: 1.05em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents h3 a::after {
    margin-left: 0.5em;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-database .txt-area picture img {
    width: 60%;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-nta .txt-area picture img {
    width: 58%;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .top-data-contents.top-repository .txt-area picture img {
    width: 57px;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .txt-area {
    width: 25%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #toppage-global #top-info-area .top-info-l #top-data-area .txt-area picture {
    text-align: right;
    width: 100%;
  }
  #top-books-area ul.top-books-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-books-area ul.top-books-ul li {
    width: 100%;
    padding-bottom: 3em;
  }
  #top-books-area ul.top-books-ul li:nth-of-type(odd) {
    padding-right: 0;
  }
  #top-books-area ul.top-books-ul li:nth-of-type(even) {
    padding-left: 0;
  }
  #top-books-area ul.top-books-ul li:last-child {
    padding-bottom: 0;
  }
  #top-books-area ul.top-books-ul li picture,
  #top-books-area ul.top-books-ul li figure {
    width: 30%;
  }
  #top-books-area ul.top-books-ul li picture img,
  #top-books-area ul.top-books-ul li figure img {
    width: 72.5% !important;
  }
  #top-books-area ul.top-books-ul li a {
    width: 65%;
  }
  #top-books-area ul.top-books-ul li a dl {
    padding-top: 0;
  }
}
/* mobile */
@media screen and (max-width: 575px) {
  #mainimg-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  #mainimg-area .mainimg-c {
    width: 100% !important;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  #mainimg-area .mainimg-c h1 {
    padding-top: 1em;
  }
  #mainimg-area .mainimg-c ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainimg-area .mainimg-c ul li a {
    font-size: 1.1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainimg-area picture.pyramid {
    width: 90% !important;
    margin: 1em 5%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  #mainimg-area picture.pyramid img {
    width: 100%;
  }
  #mainimg-area .slide-area {
    width: 90% !important;
    margin: 1em 5%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* top-service-area */
  #top-service-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top-service-area .top-service-contents {
    margin-top: 1.5em !important;
  }
  #top-service-area .top-service-contents:nth-of-type(3) {
    margin-left: 0;
  }
  #toppage-global #top-service-area ul.top-service-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li {
    width: 100%;
    margin: 1.5em 0 0 0 !important;
  }
  #toppage-global #top-service-area ul.top-service-ul li.top-service-li:nth-of-type(3) {
    margin-left: 0;
  }
  /* top-info-area */
  #top-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-info-area .top-info-l {
    width: 100% !important;
    padding-right: 0;
  }
  #top-info-area .top-info-l #top-news-area #top-news-contents-area label {
    width: calc(20% - 0.5em);
    margin: 0 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-width: 1px !important;
  }
  #top-info-area .top-info-l #top-news-area #top-news-contents-area label.data {
    padding: 0.5em 0.25em;
  }
  #top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.type {
    margin-right: auto;
  }
  #top-info-area .top-info-l #top-news-area #top-news-contents-area .top-news-contents ul li dl dd.link {
    width: 100%;
    padding: 1em 0 0 0;
  }
  #top-info-area .top-info-l #top-data-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-info-area .top-info-l #top-data-area .top-data-contents {
    width: 80%;
    margin: 0 5% 1em 10%;
  }
  #top-info-area #top-topics-area {
    width: 100% !important;
  }
  /* top-books-area */
  #top-books-area ul.top-books-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-books-area ul.top-books-ul li {
    width: 100%;
    padding: 1.5em 0;
  }
  #top-books-area ul.top-books-ul li:nth-of-type(odd) {
    padding-right: 0;
  }
  #top-books-area ul.top-books-ul li:nth-of-type(even) {
    padding-left: 0;
  }
  #top-books-area ul.top-books-ul li a dl dd {
    padding-top: 0;
  }
  /* top-inter-area */
  #top-inter-area .top-inter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-inter-area .top-inter-inner .top-inter-contents {
    width: 100%;
    padding-bottom: 3em;
  }
  #top-inter-area .top-inter-inner .top-inter-contents:last-child {
    padding-bottom: 0;
  }
}
