@charset "UTF-8";
/*
* global
*/
/*/////////////////////////
 reset
//////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*/////////////////////////
 clearfix
//////////////////////////*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnLineIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnLineHover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes sideOpen {
  0% {
    width: 100vw;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideNavIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideNavLineIn {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes mvIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvZoom {
  0% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1.2, 1.2, 1);
  }
}
/*/////////////////////////
 global
//////////////////////////*/
html, body {
  width: 100%;
  background: #fff;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 1400px;
}
@media only screen and (max-width: 1020px) {
  html, body {
    min-height: 0;
  }
}

html {
  overflow-x: hidden;
}

/*
html,body:not(.content){ //not(.content)は編集画面の幅が小さいときスマホサイズ文字にならないように
  @include mqSP {
    font-size: $spFontSize + px;
    line-height: 1.6em;
    //  width: 100vh;
    //overflow-x: hidden;
  };
}
*/
.serif, .footer .cr {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

a, a:link {
  text-decoration: none;
  color: #333333;
}

a:hover, a:active {
  color: #333333;
}

a:visited {
  color: #333333;
}

p {
  background: url("../img/common/blank.gif");
}

* {
  box-sizing: border-box;
}

@media only screen and (max-width: 1020px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .only-sp {
    display: block;
  }
}

/*
img{
  image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}
*/
/*
* module
*/
.defLink, .dataList > li .data_thumbs_link, .pagination .nav-links .page-numbers:not(.dots):not(.prev):not(.next), .entry_bread > li a, .content a:not(.be--img-link), .arrowBtn, .contents.top .news .news_more, .contents .notfound .news .news_more, .dataList > li .data_archiveBtn, .side .glNav_entry_list > li a, .side .glNav_list > li > a, .contents .pageNav_list > li a, .arrowBackBtn, .archive_backBtn {
  position: relative;
  text-decoration: none;
  padding-bottom: 3px;
  transition: color 0.2s ease-out;
  line-height: 1.6em;
}
.defLink::after, .dataList > li .data_thumbs_link::after, .pagination .nav-links .page-numbers:not(.dots):not(.prev):not(.next)::after, .entry_bread > li a::after, .content a:not(.be--img-link)::after, .arrowBtn::after, .contents.top .news .news_more::after, .contents .notfound .news .news_more::after, .dataList > li .data_archiveBtn::after, .side .glNav_entry_list > li a::after, .side .glNav_list > li > a::after, .contents .pageNav_list > li a::after, .arrowBackBtn::after, .archive_backBtn::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: url("../img/common/dot.gif") 0 0 repeat-x;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
.defLink.current, .dataList > li .current.data_thumbs_link, .pagination .nav-links .current.page-numbers:not(.dots):not(.prev):not(.next), .entry_bread > li a.current, .content a.current:not(.be--img-link), .current.arrowBtn, .contents.top .news .current.news_more, .contents .notfound .news .current.news_more, .dataList > li .current.data_archiveBtn, .side .glNav_entry_list > li a.current, .side .glNav_list > li > a.current, .contents .pageNav_list > li a.current, .current.arrowBackBtn, .current.archive_backBtn, .defLink:hover, .dataList > li .data_thumbs_link:hover, .pagination .nav-links .page-numbers:hover:not(.dots):not(.prev):not(.next), .entry_bread > li a:hover, .content a:hover:not(.be--img-link), .arrowBtn:hover, .contents.top .news .news_more:hover, .contents .notfound .news .news_more:hover, .dataList > li .data_archiveBtn:hover, .side .glNav_entry_list > li a:hover, .side .glNav_list > li > a:hover, .contents .pageNav_list > li a:hover, .arrowBackBtn:hover, .archive_backBtn:hover {
  color: #00699a;
  transition-duration: 0.1s;
}
.defLink.current::after, .dataList > li .current.data_thumbs_link::after, .pagination .nav-links .current.page-numbers:not(.dots):not(.prev):not(.next)::after, .entry_bread > li a.current::after, .content a.current:not(.be--img-link)::after, .current.arrowBtn::after, .contents.top .news .current.news_more::after, .contents .notfound .news .current.news_more::after, .dataList > li .current.data_archiveBtn::after, .side .glNav_entry_list > li a.current::after, .side .glNav_list > li > a.current::after, .contents .pageNav_list > li a.current::after, .current.arrowBackBtn::after, .current.archive_backBtn::after, .defLink:hover::after, .dataList > li .data_thumbs_link:hover::after, .pagination .nav-links .page-numbers:hover:not(.dots):not(.prev):not(.next)::after, .entry_bread > li a:hover::after, .content a:hover:not(.be--img-link)::after, .arrowBtn:hover::after, .contents.top .news .news_more:hover::after, .contents .notfound .news .news_more:hover::after, .dataList > li .data_archiveBtn:hover::after, .side .glNav_entry_list > li a:hover::after, .side .glNav_list > li > a:hover::after, .contents .pageNav_list > li a:hover::after, .arrowBackBtn:hover::after, .archive_backBtn:hover::after {
  opacity: 1;
  background: #00699a;
  animation: btnLineHover 0.2s ease-in-out both;
}

.defLinkP, .entryFooter_index a, .entryFooter_next a, .entryFooter_prev a {
  position: relative;
  text-decoration: none;
  line-height: 1.6em;
}
.defLinkP p, .entryFooter_index a p, .entryFooter_next a p, .entryFooter_prev a p {
  position: relative;
  transition: color 0.2s ease-out;
}
.defLinkP p::after, .entryFooter_index a p::after, .entryFooter_next a p::after, .entryFooter_prev a p::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: url("../img/common/dot.gif") 0 0 repeat-x;
  opacity: 0.3;
  left: 0;
  bottom: 2px;
  transition: all 0.2s ease-out;
}
.defLinkP.current p, .entryFooter_index a.current p, .entryFooter_next a.current p, .entryFooter_prev a.current p, .defLinkP:hover p, .entryFooter_index a:hover p, .entryFooter_next a:hover p, .entryFooter_prev a:hover p {
  color: #00699a;
  transition-duration: 0.1s;
}
.defLinkP.current p::after, .entryFooter_index a.current p::after, .entryFooter_next a.current p::after, .entryFooter_prev a.current p::after, .defLinkP:hover p::after, .entryFooter_index a:hover p::after, .entryFooter_next a:hover p::after, .entryFooter_prev a:hover p::after {
  background: #00699a;
  animation: btnLineHover 0.2s ease-in-out both;
}

.arrowBtn, .contents.top .news .news_more, .contents .notfound .news .news_more, .dataList > li .data_archiveBtn, .side .glNav_entry_list > li a, .side .glNav_list > li > a, .contents .pageNav_list > li a, .arrowBackBtn, .archive_backBtn {
  margin-left: 20px;
}
.arrowBtn::before, .contents.top .news .news_more::before, .contents .notfound .news .news_more::before, .dataList > li .data_archiveBtn::before, .side .glNav_entry_list > li a::before, .side .glNav_list > li > a::before, .contents .pageNav_list > li a::before, .arrowBackBtn::before, .archive_backBtn::before {
  position: absolute;
  display: block;
  content: " ";
  width: 6px;
  height: 10px;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  background: url("../img/common/btn_arrow-s.png") 50% 50% no-repeat;
  transition: all 0.1s ease-out;
}
.arrowBtn.current::before, .contents.top .news .current.news_more::before, .contents .notfound .news .current.news_more::before, .dataList > li .current.data_archiveBtn::before, .side .glNav_entry_list > li a.current::before, .side .glNav_list > li > a.current::before, .contents .pageNav_list > li a.current::before, .current.arrowBackBtn::before, .current.archive_backBtn::before, .arrowBtn:hover::before, .contents.top .news .news_more:hover::before, .contents .notfound .news .news_more:hover::before, .dataList > li .data_archiveBtn:hover::before, .side .glNav_entry_list > li a:hover::before, .side .glNav_list > li > a:hover::before, .contents .pageNav_list > li a:hover::before, .arrowBackBtn:hover::before, .archive_backBtn:hover::before {
  opacity: 1 !important;
  transform: translate3d(2px, 0, 0);
}

.arrowBackBtn::before, .archive_backBtn::before {
  transform: scale3d(-1, 1, 1);
}

.boxBtn, .contents.about .director_text .director_btn, .dataList > li .data_btn, .pagination .nav-links .prev, .pagination .nav-links .next {
  position: relative;
  display: inline-block;
  background: #f6f6f6;
  border: none !important;
  text-align: center;
  padding: 15px 30px 15px 50px !important;
  font-size: 1rem;
  line-height: 1.4em !important;
}
.boxBtn::before, .contents.about .director_text .director_btn::before, .dataList > li .data_btn::before, .pagination .nav-links .prev::before, .pagination .nav-links .next::before {
  position: absolute;
  display: block;
  content: " ";
  width: 7px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 30px;
  background: url("../img/common/btn_arrow-m.png") 0 0 no-repeat;
  transition: all 0.2s ease-out;
}
.boxBtn::after, .contents.about .director_text .director_btn::after, .dataList > li .data_btn::after, .pagination .nav-links .prev::after, .pagination .nav-links .next::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100% !important;
  box-sizing: border-box;
  background: none !important;
  border: #00699a 1px solid !important;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.boxBtn:hover::before, .contents.about .director_text .director_btn:hover::before, .dataList > li .data_btn:hover::before, .pagination .nav-links .prev:hover::before, .pagination .nav-links .next:hover::before {
  transform: translate3d(2px, 0, 0);
  transition-duration: 0.1s;
}
.boxBtn:hover::after, .contents.about .director_text .director_btn:hover::after, .dataList > li .data_btn:hover::after, .pagination .nav-links .prev:hover::after, .pagination .nav-links .next:hover::after {
  opacity: 1;
  background: none;
  animation: none !important;
  transition-duration: 0.1s;
}
.boxBtn-full {
  width: 100%;
}
.boxBtn-center {
  left: 50%;
  transform: translate(-50%, 0);
}
.boxBtn-pdf {
  padding-left: 30px;
}
.boxBtn-pdf .btn_icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  top: 0;
  right: 20px;
  background: url("../img/common/icon-pdf.png") 50% 50% no-repeat;
}

.nullBtn, .side .side_contact_contents a, .side .subNav_list > li a, .side .glNav_ctg_list > li a {
  position: relative;
  text-decoration: none;
  border: none !important;
  transition: color 0.2s ease-out;
  padding-bottom: 3px;
}
.nullBtn::after, .side .side_contact_contents a::after, .side .subNav_list > li a::after, .side .glNav_ctg_list > li a::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: url("../img/common/dot.gif") 0 0 repeat-x;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.2s ease-out;
}
.nullBtn.current, .side .side_contact_contents a.current, .side .subNav_list > li a.current, .side .glNav_ctg_list > li a.current, .nullBtn:hover, .side .side_contact_contents a:hover, .side .subNav_list > li a:hover, .side .glNav_ctg_list > li a:hover {
  color: #00699a;
  transition-duration: 0.1s;
}
.nullBtn.current::after, .side .side_contact_contents a.current::after, .side .subNav_list > li a.current::after, .side .glNav_ctg_list > li a.current::after, .nullBtn:hover::after, .side .side_contact_contents a:hover::after, .side .subNav_list > li a:hover::after, .side .glNav_ctg_list > li a:hover::after {
  opacity: 1;
  animation: btnLineHover 0.2s ease-in-out both;
}

.defBnr, .contents.top .banners .banners_list > li a, .contents .notfound .banners .banners_list > li a, .contents.top .recruit .recruitBnr, .contents .notfound .recruit .recruitBnr, .side_bnr .bnr, .content a.be--img-link {
  display: block;
  position: relative;
  background: #fff;
}
.defBnr img, .contents.top .banners .banners_list > li a img, .contents .notfound .banners .banners_list > li a img, .contents.top .recruit .recruitBnr img, .contents .notfound .recruit .recruitBnr img, .side_bnr .bnr img, .content a.be--img-link img {
  display: block;
  transition: all 0.2s ease-out;
}
.defBnr::after, .contents.top .banners .banners_list > li a::after, .contents .notfound .banners .banners_list > li a::after, .contents.top .recruit .recruitBnr::after, .contents .notfound .recruit .recruitBnr::after, .side_bnr .bnr::after, .content a.be--img-link::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: #b2d2e1 1px solid;
  background: none !important;
  transition: all 0.2s ease-out;
}
.defBnr:hover img, .contents.top .banners .banners_list > li a:hover img, .contents .notfound .banners .banners_list > li a:hover img, .contents.top .recruit .recruitBnr:hover img, .contents .notfound .recruit .recruitBnr:hover img, .side_bnr .bnr:hover img, .content a.be--img-link:hover img {
  opacity: 0.7;
  transition-duration: 0.1s;
}
.defBnr:hover::after, .contents.top .banners .banners_list > li a:hover::after, .contents .notfound .banners .banners_list > li a:hover::after, .contents.top .recruit .recruitBnr:hover::after, .contents .notfound .recruit .recruitBnr:hover::after, .side_bnr .bnr:hover::after, .content a.be--img-link:hover::after {
  transition-duration: 0.1s;
  background: #00699a;
}

/*
* from wp sass
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* contents
*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  transition: opacity 0.8s ease-out;
}
.loader.out {
  opacity: 0;
}

.wrap {
  position: relative;
}
@media only screen and (max-width: 1020px) {
  .wrap {
    transition: transform 0.4s ease-in-out;
  }
  .wrap .navCover {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
  }
  body.nav .wrap {
    transform: translate3d(450px, 0, 0);
  }
  body.nav .wrap .navCover {
    pointer-events: visible;
    opacity: 0.75;
  }
}

.navCover {
  display: none;
}

.contents {
  position: relative;
  width: 100%;
  min-width: 1020px;
  padding-left: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  .contents {
    min-width: 680px;
    padding-left: 0;
    min-height: 0;
    transition: min-height 0s linear 0.4s;
  }
  body.nav .contents {
    min-height: 2050px;
    transition: none;
  }
}
.contents .inner {
  display: block;
  position: relative;
  width: 680px;
  margin: 0 auto 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 1020px) {
  .contents .inner {
    width: 640px;
  }
}
.contents .contents_header {
  margin-bottom: 50px;
}
.contents .contents_header:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents .contents_header .contents_title {
  font-size: 1.7142857143rem;
  padding: 30px 0;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  text-align: center;
  margin-bottom: 50px;
}
.contents .contents_header .contents_title img {
  vertical-align: middle;
  margin-right: 10px;
  transform: translate(0, -4%);
}
.contents .content_lead {
  margin-bottom: 50px;
  font-size: 1.1428571429rem;
  text-align: center;
}
.contents .pageNav {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
.contents .pageNav:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents .pageNav_list {
  position: relative;
  float: left;
  left: 50%;
  transform: translate(-50%, 0);
}
.contents .pageNav_list > li {
  float: left;
  margin: 0 20px;
}
.contents .pageNav_list > li a {
  font-size: 1rem;
  white-space: nowrap;
}
.contents .pageNav_list > li a p::before {
  opacity: 1;
}
@media only screen and (max-width: 1020px) {
  .contents .pageNav_list > li {
    margin: 0 10px;
  }
}

.content {
  padding-top: 50px;
  margin-bottom: 100px;
}
.content_header, .contents.top .news .news_header, .contents .notfound .news .news_header, .content h2:not(.contents_title) {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.2857142857rem;
}
.content_header::after, .contents.top .news .news_header::after, .contents .notfound .news .news_header::after, .content h2:not(.contents_title)::after {
  position: absolute;
  display: block;
  content: " ";
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
  background: url("../img/common/dot.gif") 0 0 repeat-x;
}
.content h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1em;
  text-align: center;
  color: #00699a;
}
.content h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.content h5 {
  font-weight: bold;
  font-size: 0.7857142857rem;
  margin-bottom: 1em;
}
.content h6 {
  font-weight: bold;
  font-size: 0.6428571429rem;
  margin-bottom: 1em;
}
.content p {
  text-align: justify;
  line-height: 1.8em;
  overflow: hidden;
  margin-bottom: 2em;
}
.content p.lead {
  font-weight: bold;
  font-size: 1.7142857143rem;
  margin-bottom: 2em;
  text-align: center;
  color: #00699a;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content > p {
  margin-bottom: 2em;
}
.content strong {
  color: #c1401e;
}
.content > blockquote {
  max-width: 100%;
  padding: 20px;
  border: #cccccc 1px solid;
  margin: 0 auto 1em;
}
.content small {
  font-size: 0.8571428571rem;
}
.content figure figcaption {
  font-size: 0.8571428571rem;
  text-align: center;
}
.content table {
  width: 100%;
  margin: 5px 0;
}
.content table th, .content table td {
  border: #cccccc 1px solid;
  padding: 5px 10px;
  line-height: 1.4em;
}
.content table th {
  background: #f6f6f6;
}
.content table.alternate tr:nth-child(2n) {
  background: #f6f6f6;
}
.content ul > li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6em;
  margin-bottom: 0.75em;
}
.content figure {
  width: 100%;
  text-align: center;
}
.content figure img {
  width: 100%;
}
.content figure figcaption {
  font-size: 1rem;
}
.content .box {
  position: relative;
  width: 100%;
  padding: 1.5em 2em;
  margin-bottom: 2em;
  background: #f6f6f6;
  border: #00699a 1px solid !important;
  text-align: justify;
  line-height: 1.8em;
}
.content .block {
  position: relative;
  margin-bottom: 4em;
}
.content .second-bg {
  position: relative;
  padding: 4em 0 2em;
}
.content .second-bg > * {
  position: relative;
}
.content .second-bg::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  background: #f8f8f8;
}
.content .float-block {
  position: relative;
  margin-bottom: 4em;
}
.content .float-block.left-image img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.content .float-block.right-image img {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.content .float-block p {
  display: inline;
  text-align: justify;
}
.content .float-block::after {
  content: " ";
  display: block;
  clear: both;
}
.content .flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
  gap: 1em;
}
.content .flex > * {
  flex: 1 1 auto;
}
.content .flex.cell-2 > * {
  width: 50%;
}
.content .flex.cell-3 > * {
  width: 33%;
}
.content .flex.cell-4 > * {
  width: 25%;
}
.content .flex.gap-2 {
  gap: 2em;
}
.content .flex.gap-3 {
  gap: 3em;
}
.content .flex > li {
  text-indent: 0;
  margin: 0;
}
.content .flex img {
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1020px) {
  .content .flex {
    flex-wrap: wrap;
    gap: 2em 1em;
  }
  .content .flex > * {
    width: 48% !important;
    margin: 0;
    flex: 0 0 auto;
  }
}
.content .link-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
.content .link-btn a {
  background: #00699a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
}
.content .link-btn a::before {
  display: inline;
  position: relative;
  content: ">";
  margin-right: 1em;
}
.content .block-footer {
  margin: 1em 0 4em;
  font-size: 0.75em;
  overflow: hidden;
}

.side {
  position: fixed;
  width: 300px;
  height: 100%;
  min-height: 1400px;
  padding: 40px 60px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 998;
}
.side.abso {
  position: absolute;
  height: 1400px;
}
.side.bottom {
  position: fixed;
}
html.re .side {
  z-index: 1000;
}
.side_inner {
  position: relative;
  height: 100%;
}
.side .logo {
  margin-bottom: 40px;
}
.side .logo a {
  transition: all 0.4s ease-out;
}
.side .logo a:hover {
  transition-duration: 0.1s;
  opacity: 0.6;
}
.side .glNav {
  padding-left: 10px;
  margin-bottom: 30px;
}
.side .glNav_list > li {
  padding-left: 16px;
  margin-bottom: 10px;
}
.side .glNav_list > li > a {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0;
}
.side .glNav_list > li > a::before {
  opacity: 0.3;
}
.side .glNav_list > li > a::after {
  bottom: 3px;
}
.side .glNav_entry {
  font-size: 0.7857142857rem;
  letter-spacing: 0;
}
.side .glNav_entry > p {
  color: #c1401e;
  padding-top: 5px;
  margin-bottom: -3px;
}
.side .glNav_entry_list > li {
  position: relative;
  margin-bottom: 5px;
}
.side .glNav_entry_list > li::before {
  position: absolute;
  display: block;
  content: " ";
  display: inline-block;
  width: 3px;
  height: 100%;
  content: "・";
  margin-top: -5px;
}
.side .glNav_entry_list > li a {
  margin-left: 10px;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 2px;
}
.side .glNav_entry_list > li a::before {
  background: none;
}
.side .glNav_entry_list > li a::after {
  bottom: 1px;
}
.side .glNav_entry_list > li a.current::before {
  content: " ";
  background: url("../img/common/btn_arrow-xs.png") 50% 50% no-repeat;
  margin-left: -6px;
}
.side .glNav_ctg {
  font-size: 0.8571428571rem;
  letter-spacing: 0;
  padding-top: 8px;
  padding-left: 10px;
}
.side .glNav_ctg_list > li {
  position: relative;
}
.side .glNav_ctg_list > li::before {
  position: absolute;
  display: block;
  content: " ";
  display: inline-block;
  height: 100%;
  content: "└";
  top: 2px;
}
.side .glNav_ctg_list > li a {
  margin-left: 16px;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4em;
  padding-bottom: 2px;
  padding-right: 10px;
}
.side .glNav_ctg_list > li a::before {
  background: none;
}
.side .glNav_ctg_list > li a::after {
  bottom: 1px;
}
.side_bnr {
  margin-bottom: 20px;
}
.side_bnr .bnr {
  margin-bottom: 20px;
}
.side .subNav {
  padding: 0 10px;
  margin-bottom: 30px;
}
.side .subNav_list > li {
  padding-left: 16px;
  margin-bottom: 20px;
}
.side .subNav_list > li a {
  font-size: 0.8571428571rem;
}
.side .subNav_list > li a::before {
  position: absolute;
  display: block;
  content: " ";
  width: 7px;
  height: 100%;
  left: -16px;
  top: -3px;
  background: url("../img/sidebar/nav_cross.png") 50% 50% no-repeat;
}
.side .side_contact {
  position: absolute;
  width: 100%;
  bottom: 0;
  border: #cccccc 1px solid;
  padding: 20px 15px 15px;
}
.side .side_contact_header {
  position: absolute;
  font-size: 0.8571428571rem;
  top: -6px;
  left: 15px;
  padding: 0 5px;
  background: #fff;
}
.side .side_contact_contents {
  font-size: 0.8571428571rem;
  color: #7d7d7d;
  letter-spacing: 0;
  line-height: 1.4em;
  white-space: nowrap;
}
.side .side_contact_contents a {
  color: #7d7d7d;
}
.side .side_contact.in {
  opacity: 1;
}
@media only screen and (max-width: 1020px) {
  .side {
    position: absolute;
    margin-left: -450px;
    width: 450px;
    min-height: 0;
  }
  .side.abso {
    height: 100%;
  }
  .side_inner {
    display: none;
  }
  body.nav .side {
    min-height: 2050px;
  }
  body.nav .side .side_inner {
    display: block;
  }
  .side .hbg {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 30px;
    right: -80px;
  }
  .side .hbg a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .side .hbg a::before, .side .hbg a::after {
    position: absolute;
    display: block;
    content: " ";
  }
  .side .hbg a::before, .side .hbg a::after, .side .hbg a p {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #333333;
    left: 0;
  }
  .side .hbg a p {
    top: calc(50% - 2px);
  }
  .side .hbg a::after {
    top: calc(100% - 4px);
  }
  body.nav .side .hbg {
    transform: translate3d(-100px, 0, 0);
  }
  body.nav .side .hbg a::before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
  }
  body.nav .side .hbg a::after {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
  }
  body.nav .side .hbg a p {
    transform: scale(0, 1);
  }
  .side .logo a img {
    width: 100%;
  }
  .side .glNav {
    margin-bottom: 60px;
  }
  .side .glNav_list > li {
    margin-bottom: 30px;
  }
  .side .glNav_list > li > a {
    font-size: 1.7142857143rem;
  }
  .side .glNav_list > li > a::before {
    opacity: 0.8;
  }
  .side .glNav_entry {
    display: none;
  }
  .side .glNav_ctg {
    font-size: 1.4285714286rem;
  }
  .side .glNav_ctg_list > li {
    margin-bottom: 0;
  }
  .side .glNav_ctg_list > li::before {
    top: 4px;
  }
  .side .glNav_ctg_list > li a {
    margin-left: 30px;
  }
  .side .side_bnr {
    margin-bottom: 50px;
    position: relative;
  }
  .side .side_bnr a {
    position: relative;
    display: block;
    width: 80%;
  }
  .side .side_bnr a img {
    width: 100%;
  }
  .side .subNav {
    margin-bottom: 50px;
  }
  .side .subNav_list > li a {
    font-size: 1.1428571429rem;
  }
  .side .side_contact {
    position: relative;
  }
  .side .side_contact_header {
    top: -14px;
    font-size: 1.5714285714rem;
  }
  .side .side_contact_contents {
    font-size: 1.5714285714rem;
  }
}
html.in:not(.re) body.home .side::before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  animation: sideOpen 0.8s cubic-bezier(0.4, 0, 0, 1) 0.8s both;
}
@media only screen and (max-width: 1020px) {
  html.in:not(.re) body.home .side::before {
    display: none;
  }
}
html.in:not(.re) .side .logo {
  animation: fadeIn 1s ease-out 0.2s both;
}
html.in:not(.re) .side .glNav_list > li {
  animation: slideNavIn 0.6s ease-out both;
}
html.in:not(.re) .side .glNav_list > li a > div {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: 0;
  right: 0;
  z-index: 10;
  animation: slideNavLineIn 0.4s ease-out both;
}
html.in:not(.re) .side .glNav_list > li:nth-child(1) {
  animation-delay: 0.6s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(1) a > div {
  animation-delay: 0.8s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(2) {
  animation-delay: 0.68s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(2) a > div {
  animation-delay: 0.88s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(3) {
  animation-delay: 0.76s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(3) a > div {
  animation-delay: 0.96s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(4) {
  animation-delay: 0.84s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(4) a > div {
  animation-delay: 1.04s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(5) {
  animation-delay: 0.92s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(5) a > div {
  animation-delay: 1.12s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(6) {
  animation-delay: 1s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(6) a > div {
  animation-delay: 1.2s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(7) {
  animation-delay: 1.08s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(7) a > div {
  animation-delay: 1.28s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(8) {
  animation-delay: 1.16s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(8) a > div {
  animation-delay: 1.36s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(9) {
  animation-delay: 1.24s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(9) a > div {
  animation-delay: 1.44s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(10) {
  animation-delay: 1.32s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(10) a > div {
  animation-delay: 1.52s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(11) {
  animation-delay: 1.4s;
}
html.in:not(.re) .side .glNav_list > li:nth-child(11) a > div {
  animation-delay: 1.6s;
}
html.in:not(.re) .side_bnr {
  animation: fadeIn 0.6s ease-out 1.4s both;
}
html.in:not(.re) .side .subNav {
  animation: fadeIn 0.6s ease-out 1.6s both;
}
html.in:not(.re) .side_contact {
  animation: fadeIn 1s ease-out 0.2s both;
}

.header {
  position: relative;
  display: none;
}
@media only screen and (max-width: 1020px) {
  .header {
    display: block;
    height: 100px;
    width: 100vw;
    text-align: center;
    padding-top: 24px;
  }
}

.footer {
  padding-bottom: 20px;
}
.footer .totop {
  text-align: right;
}
.footer .totop a {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
}
.footer .totop a::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top: #b2d2e1 1px solid;
  transition: all 0.3s ease-out;
}
.footer .totop a::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 13px;
  top: 4px;
  left: 0;
  opacity: 0.4;
  background: url("../img/common/toTop_arrow.png") 50% 50% no-repeat;
  transition: opacity 0.3s ease-out, transform 0.1s ease-out;
}
.footer .totop a:hover::before {
  border-color: #00699a;
  transition-duration: 0.1s;
}
.footer .totop a:hover::after {
  opacity: 1;
  transform: translate3d(0, -2px, 0);
  transition-duration: 0.1s;
}
.footer .cr {
  text-align: center;
  font-size: 0.8571428571rem;
  letter-spacing: 0;
}

.entry_bread {
  font-size: 0.8571428571rem;
  margin-top: -30px;
  margin-bottom: 10px;
  float: left;
}
.entry_bread > li {
  float: left;
  max-width: 200px;
  margin-right: 5px;
}
.entry_bread > li a, .entry_bread > li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6em;
}

.entry_meta {
  font-size: 0.8571428571rem;
  letter-spacing: 0;
  margin-top: -30px;
  margin-bottom: 10px;
  text-align: right;
  float: right;
}
.entry_meta:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}

.entry_date {
  float: left;
  width: 70px;
  white-space: nowrap;
  font-size: 0.8571428571rem;
  line-height: 1em;
  padding: 5px 0;
  letter-spacing: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 1020px) {
  .entry_date {
    width: 90px;
  }
}

.entry_ctg {
  position: relative;
  float: left;
  width: 90px;
  z-index: 2;
}
.entry_ctg .post-categories {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entry_ctg .post-categories > li {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.entry_ctg .post-categories > li a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 0.7142857143rem;
  line-height: 1em;
  padding: 5px 0;
  background: #00699a;
  color: #fff;
  border: none;
  transition: all 0.3s ease-out;
}
.entry_ctg .post-categories > li a:hover {
  opacity: 0.7;
  transition-duration: 0.1s;
}
@media only screen and (max-width: 1020px) {
  .entry_ctg {
    width: 100px;
  }
}

.entry h2 {
  font-size: 1.1428571429rem;
}
.entry .boxBtn, .entry .contents.about .director_text .director_btn, .contents.about .director_text .entry .director_btn, .entry .dataList > li .data_btn, .dataList > li .entry .data_btn, .entry .pagination .nav-links .prev, .pagination .nav-links .entry .prev, .entry .pagination .nav-links .next, .pagination .nav-links .entry .next {
  min-width: 400px;
  margin: 0 auto 1em;
}
.entry ul, .entry ol {
  position: relative;
  display: table;
  margin: 0 auto 1em;
}

.entryFooter {
  position: relative;
  text-align: center;
}
.entryFooter:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.entryFooter_next, .entryFooter_prev {
  position: relative;
  display: inline-block;
  width: 49%;
  height: 24px;
  margin-bottom: 20px;
}
.entryFooter_next a, .entryFooter_prev a {
  display: inline-block;
  width: 90%;
  height: 100%;
  line-height: 1.6em;
}
.entryFooter_next a p, .entryFooter_prev a p {
  font-size: 0.8571428571rem;
  max-width: 100%;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.entryFooter_next a::before, .entryFooter_prev a::before {
  position: absolute;
  display: block;
  content: " ";
  width: 6px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.1s ease-out;
}
.entryFooter_next {
  float: left;
  text-align: left;
}
.entryFooter_next a {
  padding-left: 12px;
}
.entryFooter_next a::before {
  background: url("../img/common/btn_arrow-s-left.png") 50% 50% no-repeat;
  left: 2px;
}
.entryFooter_next a:hover::before {
  transform: translate3d(-2px, 0, 0);
}
.entryFooter_prev {
  float: right;
  text-align: right;
}
.entryFooter_prev a {
  padding-right: 12px;
}
.entryFooter_prev a::before {
  background: url("../img/common/btn_arrow-s.png") 50% 50% no-repeat;
  right: 2px;
}
.entryFooter_prev a:hover::before {
  transform: translate3d(2px, 0, 0);
}
.entryFooter_index {
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
  height: 24px;
  margin-bottom: 10px;
}
.entryFooter_index a {
  display: inline-block;
  font-size: 0.8571428571rem;
  height: 100%;
}
.entryFooter_index a p {
  height: 100%;
}
.entryFooter_index::before {
  position: absolute;
  display: block;
  content: " ";
  width: 1px;
  height: 24px;
  border-right: #cccccc 1px solid;
  top: -40px;
  left: 50%;
}

.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .page-numbers {
  margin: 0 20px;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  vertical-align: middle;
}
.pagination .nav-links .prev::before, .pagination .nav-links .next::before {
  width: 15px;
  height: 14px;
  left: 17px;
}
.pagination .nav-links .prev::before {
  background: url("../img/entry/pager_arrow-prev.png") 50% 50% no-repeat;
}
.pagination .nav-links .prev:hover::before {
  transform: translate3d(-2px, 0, 0);
}
.pagination .nav-links .next::before {
  background: url("../img/entry/pager_arrow-next.png") 50% 50% no-repeat;
}

.entryList > li {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.entryList > li:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.entryList > li .entry_plink {
  display: block;
  position: relative;
  float: left;
  top: -20px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  z-index: 1;
}
.entryList > li .entry_plink .entry_title {
  position: relative;
  text-decoration: none;
  border: none !important;
  transition: color 0.3s ease-out;
  padding-bottom: 1px;
  margin-bottom: 4px;
  line-height: 1.4em;
  display: inline-block;
  max-width: 100%;
  font-size: 1.2857142857rem;
}
.entryList > li .entry_plink .entry_title::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #00699a;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.2s ease-out;
}
.entryList > li .entry_plink.current .entry_title, .entryList > li .entry_plink:hover .entry_title {
  color: #00699a;
  transition-duration: 0.1s;
}
.entryList > li .entry_plink.current .entry_title::after, .entryList > li .entry_plink:hover .entry_title::after {
  animation: btnLineHover 0.2s ease-in-out both;
}
.entryList > li .entry_exce {
  font-size: 0.8571428571rem;
  line-height: 1.6em;
  color: #7d7d7d;
}
.entryList-narrow > li {
  margin-bottom: 5px;
}
.entryList-narrow > li .entry_ctg {
  margin-right: 20px;
}
.entryList-narrow > li .entry_ctg::after {
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  height: 100%;
  top: 0;
  right: -18px;
  border-left: 1px #cccccc solid;
}
.entryList-narrow > li .entry_plink {
  left: 0;
  padding-top: 0;
  padding-left: 200px;
}
.entryList-narrow > li .entry_plink .entry_title {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  .entryList-narrow > li {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
  }
  .entryList-narrow > li .entry_plink {
    padding-left: 240px;
    top: -26px;
  }
}

.ikiikiList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.ikiikiList > li {
  margin: 0 0 40px;
  width: 180px;
}
.ikiikiList > li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1020px) {
  .ikiikiList {
    padding: 0 40px;
  }
  .ikiikiList > li {
    width: 45%;
    margin: 0 0 40px;
  }
}

.dataList > li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 40px;
}
.dataList > li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 2px;
  height: 100%;
  left: 0;
  background: #00699a;
}
.dataList > li .data_title {
  font-size: 1.1428571429rem;
  padding-bottom: 1px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.dataList > li .data_btns {
  white-space: nowrap;
  margin-bottom: 10px;
}
.dataList > li .data_btn {
  font-size: 0.8571428571rem;
}
.dataList > li .data_archiveBtn {
  font-size: 0.8571428571rem;
}
.dataList > li .data_archiveBtn p {
  padding-left: 20px;
}
.dataList > li .data_thumbs {
  margin-top: 20px;
}
.dataList > li .data_thumbs_lbl {
  font-size: 0.8571428571rem;
  border-left: #00699a 1px solid;
  padding-left: 5px;
  margin-bottom: 5px;
}
.dataList > li .data_thumbs_link {
  display: inline-block;
  font-size: 0.8571428571rem;
  margin-left: 6px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.dataList > li .data_thumbs_comment {
  font-size: 0.8571428571rem;
  margin-left: 6px;
}
.dataList > li .data_thumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.dataList > li .data_thumbs ul li {
  margin-right: 10px;
  margin-top: 10px;
}
.dataList > li .data_thumbs ul li a {
  position: relative;
  display: block;
  border: rgba(0, 105, 154, 0.2) 1px solid;
  width: 120px;
  height: 90px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.dataList > li .data_thumbs ul li a::before {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  top: 5px;
  right: 5px;
  background: url("../img/common/icon-newwin.svg") 50% 50% no-repeat;
  background-size: contain;
}
.dataList > li .data_thumbs ul li a:hover {
  border-color: #00699a;
}
.dataList > li .data_thumbs ul li img {
  display: block;
  width: 100%;
}
.videoList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.videoList > li {
  margin: 0 0 40px;
  width: 48%;
}
.videoList-item {
  position: relative;
  width: 100%;
}
.videoList-item__media {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoList-item__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoList-item__title {
  font-size: 0.8571428571rem;
  line-height: 1.4em;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  .videoList {
    padding: 0 40px;
  }
  .videoList > li {
    width: 45%;
    margin: 0 0 40px;
  }
}

.analysisList {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 30px 30px;
}
.analysisList > li {
  position: relative;
  width: 40%;
  text-indent: 0 !important;
}
.analysisList > li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.1428571429rem;
  box-sizing: border-box;
}
.analysisList > li a i {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: #cccccc 2px solid;
  background: url("../img/common/icon-data.svg") 50% 50% no-repeat;
  background-size: 40% auto;
  margin-bottom: 20px;
  transition: border 0.2s ease-out;
}
.analysisList > li a h4 {
  text-align: center;
  white-space: wrap;
  margin: 0;
}
.analysisList > li a::after {
  display: none !important;
}
.analysisList > li a:hover {
  color: #00699a;
}
.analysisList > li a:hover i {
  border-color: #00699a;
}

.archive_backBtn {
  margin-bottom: 50px;
}

.dataIndex_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dataIndex_list > li {
  position: relative;
  width: 32%;
  height: 0;
  padding-top: 32%;
  margin-bottom: 4%;
}
.dataIndex_list > li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #cccccc 2px solid;
  text-align: center;
  font-size: 1.1428571429rem;
  padding: 62% 0 10%;
  box-sizing: border-box;
}
.dataIndex_list > li a:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 40%;
  top: 18%;
  background: url("../img/common/icon-data.svg") 50% 50% no-repeat;
  background-size: contain;
}
.dataIndex_list > li a::before {
  position: relative;
  display: inline-block;
  content: " ";
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.dataIndex_list > li a p {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1.4em;
}
.dataIndex_list > li a:hover {
  border-color: #00699a;
  color: #00699a;
}

.contents.top .hero, .contents .notfound .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}
.contents.top .hero_lead, .contents .notfound .hero_lead {
  position: absolute;
  top: 12vh;
  left: 8%;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.contents.top .hero_lead h1, .contents .notfound .hero_lead h1 {
  animation: fadeIn 1.2s ease-out 1.2s both;
}
.contents.top .hero_bg, .contents .notfound .hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.contents.top .hero_bg > li, .contents .notfound .hero_bg > li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.contents.top .hero_bg > li::before, .contents .notfound .hero_bg > li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.contents.top .hero_bg > li.in, .contents .notfound .hero_bg > li.in {
  z-index: 2;
  animation: mvIn 2s ease-in-out both;
}
.contents.top .hero_bg > li.start, .contents .notfound .hero_bg > li.start {
  opacity: 1 !important;
  z-index: 2;
}
html:not(.re) .contents.top .hero_bg > li.start::after, html:not(.re) .contents .notfound .hero_bg > li.start::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  animation: fadeOut 1.2s ease-in-out both 1s;
}
.contents.top .hero_bg > li.in::before, .contents.top .hero_bg > li.out::before, .contents .notfound .hero_bg > li.in::before, .contents .notfound .hero_bg > li.out::before {
  animation: mvZoom 10s linear both;
}
.contents.top .hero_bg > li:nth-child(1)::before, .contents .notfound .hero_bg > li:nth-child(1)::before {
  background-image: url("../img/top/mv01.jpg");
}
.contents.top .hero_bg > li:nth-child(2)::before, .contents .notfound .hero_bg > li:nth-child(2)::before {
  background-image: url("../img/top/mv02.jpg");
}
.contents.top .outline, .contents .notfound .outline {
  margin-bottom: 100px;
}
.contents.top .outline .outline_lead, .contents .notfound .outline .outline_lead {
  text-align: center;
  line-height: 2.2em;
  margin-bottom: 40px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.contents.top .outline .outline_lead strong, .contents .notfound .outline .outline_lead strong {
  color: #00699a;
}
@media only screen and (max-width: 1020px) {
  .contents.top .outline .outline_lead, .contents .notfound .outline .outline_lead {
    font-size: 1.5714285714rem;
  }
}
.contents.top .outline .outline_arrow, .contents .notfound .outline .outline_arrow {
  position: relative;
  width: 49px;
  height: 25px;
  margin: 0 auto 40px;
  background: url("../img/top/outline_arrow.png") 50% 50% no-repeat;
}
.contents.top .outline .outline_list, .contents .notfound .outline .outline_list {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.contents.top .outline .outline_list:after, .contents .notfound .outline .outline_list:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.top .outline .outline_list > li, .contents .notfound .outline .outline_list > li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  height: 430px;
}
.contents.top .outline .outline_list > li::before, .contents .notfound .outline .outline_list > li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/dot.gif") 0 0 repeat-y;
}
.contents.top .outline .outline_list > li:first-child, .contents .notfound .outline .outline_list > li:first-child {
  border: none;
}
.contents.top .outline .outline_list > li a, .contents .notfound .outline .outline_list > li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents.top .outline .outline_list > li a::before, .contents .notfound .outline .outline_list > li a::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 50px;
  bottom: 0;
  background: #f6f6f6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.contents.top .outline .outline_list > li a .outline_icon, .contents .notfound .outline .outline_list > li a .outline_icon {
  position: relative;
  width: 100%;
  height: 170px;
  background: 50% 50% no-repeat;
}
.contents.top .outline .outline_list > li a .outline_title, .contents .notfound .outline .outline_list > li a .outline_title {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  margin: 0 auto 30px;
}
.contents.top .outline .outline_list > li a .outline_title p, .contents .notfound .outline .outline_list > li a .outline_title p {
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
  font-weight: bold;
}
.contents.top .outline .outline_list > li a .outline_excerpt, .contents .notfound .outline .outline_list > li a .outline_excerpt {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6em;
  padding: 0 10px;
  text-align: justify;
}
.contents.top .outline .outline_list > li a .outline_btn, .contents .notfound .outline .outline_list > li a .outline_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 30px 15px 50px;
  font-size: 0.9285714286rem;
  line-height: 1.4em;
}
.contents.top .outline .outline_list > li a .outline_btn::before, .contents .notfound .outline .outline_list > li a .outline_btn::before {
  position: absolute;
  display: block;
  content: " ";
  width: 7px;
  height: 100%;
  top: 0;
  left: 30px;
  background: url("../img/common/btn_arrow-m.png") 50% 50% no-repeat;
  transition: all 0.3s ease-out;
}
.contents.top .outline .outline_list > li a:hover, .contents .notfound .outline .outline_list > li a:hover {
  color: #00699a;
}
.contents.top .outline .outline_list > li a:hover::before, .contents .notfound .outline .outline_list > li a:hover::before {
  height: 100%;
}
.contents.top .outline .outline_list > li a:hover .outline_btn::before, .contents .notfound .outline .outline_list > li a:hover .outline_btn::before {
  transform: translate3d(2px, 0, 0);
  transition-duration: 0.1s;
}
.contents.top .outline .outline_list > li.outline-analysis .outline_icon, .contents .notfound .outline .outline_list > li.outline-analysis .outline_icon {
  background-image: url("../img/top/outlineIcon-analysis.png");
}
.contents.top .outline .outline_list > li.outline-promotion .outline_icon, .contents .notfound .outline .outline_list > li.outline-promotion .outline_icon {
  background-image: url("../img/top/outlineIcon-promotion.png");
}
.contents.top .outline .outline_list > li.outline-training .outline_icon, .contents .notfound .outline .outline_list > li.outline-training .outline_icon {
  background-image: url("../img/top/outlineIcon-training.png");
}
@media only screen and (max-width: 1020px) {
  .contents.top .outline .outline_list > li, .contents .notfound .outline .outline_list > li {
    height: 600px;
  }
  .contents.top .outline .outline_list > li a .outline_title, .contents .notfound .outline .outline_list > li a .outline_title {
    height: 120px;
  }
  .contents.top .outline .outline_list > li a .outline_title p, .contents .notfound .outline .outline_list > li a .outline_title p {
    font-size: 1.2857142857rem;
    line-height: 1.4em;
  }
  .contents.top .outline .outline_list > li a .outline_excerpt, .contents .notfound .outline .outline_list > li a .outline_excerpt {
    font-size: 1.1428571429rem;
    line-height: 1.4em;
  }
  .contents.top .outline .outline_list > li a .outline_btn, .contents .notfound .outline .outline_list > li a .outline_btn {
    font-size: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.contents.top .outline .outline_lead, .contents .notfound .outline .outline_lead {
  transition: opacity 0.8s ease-out;
  opacity: 1;
}
.contents.top .outline .outline_arrow, .contents .notfound .outline .outline_arrow {
  transition: all 0.4s ease-out 0.2s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.contents.top .outline .outline_list > li, .contents .notfound .outline .outline_list > li {
  transition: all 0.8s ease-out;
  opacity: 1;
}
.contents.top .outline .outline_list > li a .outline_icon, .contents .notfound .outline .outline_list > li a .outline_icon {
  transition: all 0.6s ease-out;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.contents.top .outline .outline_list > li:nth-child(1), .contents .notfound .outline .outline_list > li:nth-child(1) {
  transition-delay: 0.6s;
}
.contents.top .outline .outline_list > li:nth-child(1) a .outline_icon, .contents .notfound .outline .outline_list > li:nth-child(1) a .outline_icon {
  transition-delay: 0.8s;
}
.contents.top .outline .outline_list > li:nth-child(2), .contents .notfound .outline .outline_list > li:nth-child(2) {
  transition-delay: 0.8s;
}
.contents.top .outline .outline_list > li:nth-child(2) a .outline_icon, .contents .notfound .outline .outline_list > li:nth-child(2) a .outline_icon {
  transition-delay: 1s;
}
.contents.top .outline .outline_list > li:nth-child(3), .contents .notfound .outline .outline_list > li:nth-child(3) {
  transition-delay: 1s;
}
.contents.top .outline .outline_list > li:nth-child(3) a .outline_icon, .contents .notfound .outline .outline_list > li:nth-child(3) a .outline_icon {
  transition-delay: 1.2s;
}
.contents.top .outline.stay .outline_lead, .contents .notfound .outline.stay .outline_lead {
  opacity: 0;
}
.contents.top .outline.stay .outline_arrow, .contents .notfound .outline.stay .outline_arrow {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.contents.top .outline.stay .outline_list > li, .contents .notfound .outline.stay .outline_list > li {
  opacity: 0;
}
.contents.top .outline.stay .outline_list > li a .outline_icon, .contents .notfound .outline.stay .outline_list > li a .outline_icon {
  opacity: 0;
  transform: scale3d(1.6, 1.6, 1.6);
}
.contents.top .recruit, .contents .notfound .recruit {
  margin-bottom: 100px;
}
.contents.top .news, .contents .notfound .news {
  text-align: left;
}
.contents.top .news .news_header, .contents .notfound .news .news_header {
  font-weight: normal;
  padding-left: 36px;
}
.contents.top .news .news_header::before, .contents .notfound .news .news_header::before {
  position: absolute;
  display: block;
  content: " ";
  width: 24px;
  height: 100%;
  top: 0;
  left: 0;
  background: 50% 50% no-repeat;
}
.contents.top .news .news_block, .contents .notfound .news .news_block {
  position: relative;
  margin-bottom: 90px;
}
.contents.top .news .news_block-info .news_header::before, .contents .notfound .news .news_block-info .news_header::before {
  background-image: url("../img/entry/newsIcon-info.png");
}
.contents.top .news .news_block-director .news_header::before, .contents .notfound .news .news_block-director .news_header::before {
  background-image: url("../img/entry/newsIcon-director.png");
}
.contents.top .news .news_more, .contents .notfound .news .news_more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8571428571rem;
}
.contents.top .banners .banners_list, .contents .notfound .banners .banners_list {
  margin-right: -40px;
}
.contents.top .banners .banners_list:after, .contents .notfound .banners .banners_list:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.top .banners .banners_list > li, .contents .notfound .banners .banners_list > li {
  float: left;
  margin-right: 40px;
}
.contents.top .banners .banners_list > li a, .contents .notfound .banners .banners_list > li a {
  width: 200px;
  height: 80px;
}

.contents.about .mission_text {
  font-size: 1.2857142857rem;
  line-height: 1.8em;
  border: #00699a 1px solid;
  padding: 40px 0;
  text-align: center;
}
.contents.about .director:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.about .director_text {
  position: relative;
  text-align: justify;
  overflow: hidden;
  margin-bottom: 100px;
}
.contents.about .director_text .director_image {
  float: left;
  margin-right: 30px;
  width: 160px;
  height: auto;
}
.contents.about .director_text .director_image img {
  width: 100%;
  height: auto;
}
.contents.about .director_text .director_msg {
  font-size: 1rem;
  margin-bottom: 60px;
}
.contents.about .director_text .director_name {
  font-size: 1.2857142857rem;
  text-align: justify;
}
.contents.about .director_text .director_name .en {
  font-size: 0.8571428571rem;
  letter-spacing: 0;
}
.contents.about .director_text .director_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contents.about .director_prof {
  font-size: 0.8571428571rem;
  color: #7d7d7d;
  letter-spacing: 0;
  line-height: 1.8em;
}
.contents.about .director_prof:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.about .director_prof > dt {
  float: left;
  border: #cccccc 1px solid;
  padding: 10px 0;
  width: 120px;
  margin-right: 30px;
  text-align: center;
}
.contents.about .director_prof > dd {
  float: left;
  width: 100%;
  margin-left: -150px;
  margin-bottom: 50px;
}
.contents.about .director_prof > dd p {
  margin-left: 150px;
  text-align: justify;
}
.contents.about .staff_list {
  width: calc(100% + 40px);
  margin-left: -20px;
  text-align: center;
}
.contents.about .staff_list > li {
  text-indent: 0;
  display: inline-block;
  margin: 0 20px 40px;
  width: 194px;
  padding: 50px 0;
  border: #cccccc 1px solid;
}
.contents.about .staff_list > li .staff_name {
  font-size: 1.1428571429rem;
  text-align: center;
}
.contents.about .staff_list > li .staff_job {
  font-size: 0.8571428571rem;
  text-align: center;
  color: #7d7d7d;
}

.contents.outline .outline_icon {
  position: relative;
  width: 100%;
  height: 50px;
  background: 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.contents.outline .content {
  width: 520px;
  margin: 0 auto 100px;
}
.contents.outline .content.analysis .outline_icon {
  background-image: url("../img/top/outlineIcon-analysis.png");
}
.contents.outline .content.promotion .outline_icon {
  background-image: url("../img/top/outlineIcon-promotion.png");
}
.contents.outline .content.training .outline_icon {
  background-image: url("../img/top/outlineIcon-training.png");
}

.contents.access .access_howto {
  position: relative;
}
.contents.access .access_howto > li {
  text-indent: 0;
  position: relative;
  margin-left: 0;
  padding-bottom: 70px;
  margin-bottom: 20px;
}
.contents.access .access_howto > li:last-child .access_num::before {
  display: none !important;
}
.contents.access .access_num {
  position: absolute;
  width: 30px;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
.contents.access .access_num::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: #333333 15px solid;
  border-image: url("../img/access/numFrame.png") 15 round stretch;
}
.contents.access .access_num::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border: #333333 1px solid;
}
.contents.access .access_lead {
  padding-top: 5px;
  margin-bottom: 50px;
  text-align: center;
}
.contents.access .access_map img {
  width: 100%;
  box-sizing: border-box;
  border: 3px #333333 solid;
}
.contents.access .access_map figcaption {
  font-size: 1rem;
  line-height: 1.4em;
}
.contents.access .access_image {
  margin-bottom: 30px;
  white-space: nowrap;
}
.contents.access .access_image img {
  vertical-align: middle;
}
.contents.access .access_image figcaption {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4em;
}
@media only screen and (max-width: 1020px) {
  .contents.access p {
    font-size: 1.1428571429rem;
  }
  .contents.access .access_lead {
    padding-top: 5px;
    margin-bottom: 50px;
    font-size: 1.2857142857rem;
    line-height: 1.4em;
  }
  .contents.access .access_image {
    white-space: normal;
  }
  .contents.access .access_image img {
    width: 100%;
  }
  .contents.access .access_image figcaption {
    margin-top: 5px;
    font-size: 1.1428571429rem;
  }
}

.contents.policy .osList {
  width: 80%;
  padding: 20px;
  border: #cccccc 1px solid;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
}
.contents.policy .osList h3 {
  width: 100%;
}
.contents.policy .osList p {
  width: 50%;
}

.content.ikiiki h3 {
  color: #00699a;
}
.content.ikiiki .prof {
  border: #cccccc 1px solid !important;
  padding: 1em;
}
.content.ikiiki .prof img {
  position: relative;
  display: block;
  margin: 0 auto 1em;
}
.content.ikiiki .prof h4 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.1428571429rem;
}
.content.ikiiki .block-footer {
  margin: 1em 0 4em;
  font-size: 0.75em;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  .content.ikiiki {
    font-size: 1.8571428571rem;
  }
  .content.ikiiki h2:not(.contents_title) {
    font-size: 2.1428571429rem;
  }
  .content.ikiiki h3 {
    font-size: 2rem;
  }
  .content.ikiiki h5 {
    font-size: 1.4285714286rem;
  }
  .content.ikiiki h6 {
    font-size: 1.2857142857rem;
  }
  .content.ikiiki p {
    font-size: 1.8571428571rem;
  }
  .content.ikiiki small {
    font-size: 1.4285714286rem;
  }
  .content.ikiiki figure figcaption {
    font-size: 1.4285714286rem;
  }
  .content.ikiiki table th, .content.ikiiki table td {
    line-height: 1.6em;
  }
  .content.ikiiki .flex {
    flex-wrap: wrap;
  }
  .content.ikiiki .prof {
    width: 100% !important;
  }
  .content.ikiiki .prof img {
    float: left;
    width: 30%;
    margin-right: 1em;
  }
  .content.ikiiki .prof h4 {
    text-align: left;
    font-size: 2rem;
  }
}

.inner.analysis .accordion-item {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s;
  text-indent: 0;
  margin-bottom: 2em;
}
.inner.analysis .accordion-item-content {
  overflow: hidden;
}
.inner.analysis .accordion-item-content__inner {
  padding: 2em 0;
  line-height: 1.6em;
}
.inner.analysis .accordion-item-content__inner a {
  text-decoration: underline;
}
.inner.analysis .accordion-item-content__inner a::after {
  display: none;
}
.inner.analysis .accordion-item.is--open {
  grid-template-rows: auto 1fr;
}