@charset "UTF-8";
.exhibition-tab__list li span:before, .exhibition-list__item a:before {
  display: block;
  content: '';
  position: absolute;
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Hind-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp_subset';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ps1n2c");
  src: url("../fonts/icomoon.eot?ps1n2c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ps1n2c") format("truetype"), url("../fonts/icomoon.woff?ps1n2y") format("woff"), url("../fonts/icomoon.svg?ps1n2c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fontsize:before {
  content: '\e903';
}

.icon-color:before {
  content: '\e904';
}

.icon-important:before {
  content: '\e902';
}

.icon-arrow-right:before {
  content: '\e900';
}

.icon-arrow-left:before {
  content: '\e901';
}

.icon-pose:before {
  content: '\e92b';
  color: #fff;
}

.icon-start:before {
  content: '\e92c';
  color: #fff;
}

.icon-search:before {
  content: '\e905';
}

.icon-blank:before {
  content: '\e906';
}

.icon-excel:before {
  content: '\e907';
}

.icon-word:before {
  content: '\e908';
}

.icon-pdf:before {
  content: '\e909';
}

.icon-file:before {
  content: '\e90a';
}

.icon-anchor:before {
  content: '\e90b';
}

.icon-play:before {
  content: '\e912';
}

.icon-twitter:before {
  content: '\ea96';
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*reset style*/
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s;
}

/*img 基本設定*/
img {
  max-width: 100%;
  height: auto;
}

/*focus設定 sp,tabは無効*/
:focus {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
  transition: outline 0s;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0 !important;
}

.device-sp a:focus,
.device-sp span:focus,
.device-sp button:focus,
.device-tab a:focus,
.device-tab span:focus,
.device-tab button:focus {
  outline: 0;
}

/*読み込み完了まで、transition無効 */
.preload * {
  transition: none !important;
}

html {
  font-size: 62.5%;
}

html.set-font-l {
  font-size: 80%;
}

body {
  position: relative;
  color: #07222b;
  overflow-y: scroll;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: 'NotoSansCJKjp_subset', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 100%;
  background: #fff;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.font-hind {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.skip {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #07222b;
  position: absolute;
  left: 0;
  top: -100px;
  text-align: center;
  padding: 5px 0;
  z-index: 1000000;
  transition: all 0s;
}

a.skip:active {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

.anchor-decoy {
  margin-top: -60px;
  padding-top: 60px;
}

@media print, screen and (min-width: 1024px) {
  .anchor-decoy {
    margin-top: -128px;
    padding-top: 128px;
  }
}

#wrap {
  padding-top: 60px;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  #wrap {
    padding-top: 128px;
  }
}

.page-inner {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1240px) {
  .page-inner {
    padding: 0;
  }
}

.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 130;
}

.header-logo {
  position: absolute;
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 273px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 17px 3px 17px;
  z-index: 10;
  background-color: #fff;
}

.header-logo a {
  display: block;
  width: 100%;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .header-logo {
    padding: 0 0 3px;
    width: 315px;
    height: 75px;
    max-width: inherit;
    left: calc(50% - 157px);
  }
  .header-logo img {
    width: 315px;
    height: 40px;
  }
}

.header-nav {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .header-nav {
    display: block;
    padding-left: 280px;
    padding-right: 30px;
    width: 100%;
    height: calc(128px - 53px);
  }
}

.header-menu-btn {
  display: flex;
  justify-content: flex-end;
  height: 60px;
  width: calc(100% - 198px);
  margin-left: auto;
}

@media print, screen and (min-width: 1024px) {
  .header-menu-btn {
    display: none;
  }
}

.menu-btn {
  display: flex;
  flex-direction: column;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #07222b;
  text-decoration: none;
}

.menu-btn .text {
  font-size: 10px;
  text-align: center;
  color: #07222b;
  letter-spacing: 0.03em;
}

.menu-btn .line {
  position: relative;
  display: block;
  width: 28px;
  height: 24px;
  position: relative;
}

.menu-btn .line i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 100%;
  background: #07222b;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, transform 0.3s, margin 0.3s;
}

.menu-btn .line i:nth-of-type(2) {
  margin-top: -8px;
}

.menu-btn .line i:nth-of-type(3) {
  margin-top: 8px;
}

.menu-btn.is-active .line i:nth-of-type(1) {
  opacity: 0;
}

.menu-btn.is-active .line i:nth-of-type(2) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(36deg);
}

.menu-btn.is-active .line i:nth-of-type(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-36deg);
}

.header-nav__sub {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.site-config {
  display: flex;
  align-items: center;
}

.site-config__body {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 15px;
  right: -15px;
  z-index: 10;
}

.site-config__body-inner {
  padding: 17px 15px 17px 20px;
  background: #ededed;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.site-config__body-inner:after {
  content: '';
  position: absolute;
  right: 23px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #ededed transparent;
  line-height: 0px;
}

.site-config__link:not(.config--language) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #007AA5;
  border-radius: 50%;
}

.site-config__link:not(.config--language) i:before {
  font-family: 'icomoon' !important;
  font-style: normal;
}

.site-config__link:not(.config--language).is-active {
  color: #fff;
  background-color: #007AA5;
}

.config--language {
  display: block;
  width: 100%;
  height: 30px;
  color: #07222b;
  position: relative;
  padding: 8px 0 0 5px;
  border-bottom: 1px solid #07222b;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  transition: background-color 0.3s;
}

.config--language:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #07222b transparent transparent transparent;
  transition: margin 0.3s;
  pointer-events: none;
}

.config--language.is-active {
  background-color: #F6F6F6;
}

.site-config-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-config-btn__list {
  display: flex;
}

.site-config-btn__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.js-color-btn {
  border: 1px solid #fff;
  margin-left: 5px;
  padding: 0;
  width: 40px;
  height: 32px;
  font-size: 1.3rem;
  white-space: nowrap;
  vertical-align: bottom;
}

.js-color-btn.color-white {
  margin-left: 0;
  color: #07222b;
  background-color: #fff;
}

.js-color-btn.color-yellow {
  color: #000;
  background-color: #ff0;
}

.js-color-btn.color-blue {
  color: #fff;
  background-color: #1769aa;
}

.js-color-btn.color-black {
  color: #fff;
  background-color: #000;
}

.js-color-btn.is-active {
  border-color: #E50300;
}

.site-config-language__list li:not(:first-child) {
  margin-top: 5px;
}

.site-config-language__list .js-language-btn {
  display: block;
  padding: 8px 5px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #07222b;
  background-color: #fff;
  border: 1px solid #ccc;
}

.site-config-language__list .js-language-btn.is-active {
  border-color: #E50300;
}

.device-pc .js-language-btn:hover {
  color: #fff;
  background-color: #07222b;
}

.site-config__item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-config__item.language {
  width: 120px;
  margin-left: 10px;
}

.site-config__item.language .site-config__body {
  width: 100%;
  right: 0;
}

.site-config__item.language .site-config__body-inner {
  padding: 10px;
}

.site-config__item.language .config--language {
  color: #007AA5;
  border-bottom: 1px solid #007AA5;
}

.site-config__item.language .config--language:after {
  border-color: #007AA5 transparent transparent transparent;
}

.site-config__item.search {
  margin-left: 10px;
}

.site-config__item.search .site-config__body {
  width: 350px;
}

.site-config__item.search .site-config__link i {
  font-size: 16px;
}

.site-config__item.search .site-config__link i:before {
  content: '\e905';
}

.site-config__item.font-size {
  margin-left: 5px;
}

.site-config__item.font-size .site-config__body {
  width: 180px;
}

.site-config__item.font-size .site-config__link i {
  font-size: 20px;
}

.site-config__item.font-size .site-config__link i:before {
  content: '\e903';
}

.site-config__item.body-color {
  margin-left: 5px;
}

.site-config__item.body-color .site-config__body {
  width: 280px;
}

.site-config__item.body-color .site-config__link i {
  font-size: 20px;
}

.site-config__item.body-color .site-config__link i:before {
  content: '\e904';
}

.language label {
  display: block;
  position: relative;
  font-size: 1.3rem;
  background: #ededed;
  border-radius: 20px;
}

.language label:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #07222b transparent transparent transparent;
}

.language select {
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 40px 8px 15px;
  min-width: 98px;
  width: 100%;
  line-height: 1.4;
}

.language select::-ms-expand {
  display: none;
}

.device-pc .language label:hover {
  background: #F6F6F6;
}

.body-color {
  display: flex;
  align-items: center;
}

.body-color .title {
  margin-right: 5px;
  padding-right: 5px;
  font-size: 1.3rem;
}

.body-color .btn-list {
  display: flex;
}

.body-color .btn-list button {
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  position: relative;
  background: 0;
  line-height: 1;
  margin: 0 3px;
  padding: 3px 5px;
  appearance: none;
  transition: opacity 0.3s;
}

.body-color .btn-list button.color-white {
  color: #07222b;
  background-color: #fff;
}

.body-color .btn-list button.color-yellow {
  color: #000;
  background-color: #ff0;
}

.body-color .btn-list button.color-blue {
  color: #fff;
  background-color: #1769aa;
}

.body-color .btn-list button.color-black {
  color: #fff;
  background-color: #000;
}

.body-color .btn-list button.is-active {
  border-color: #07222b;
}

.device-pc .body-color .btn-list button:hover {
  opacity: 0.5;
}

.font-size {
  display: flex;
  align-items: center;
}

.font-size .title {
  margin-right: 5px;
  font-size: 1.3rem;
}

.font-size .btn-list {
  display: flex;
}

.font-size .btn-list button {
  position: relative;
  background: 0;
  border: 0;
  line-height: 1;
  margin: 0 2px;
  padding: 2px 3px;
  color: #007AA5;
  overflow: visible;
  appearance: none;
}

.font-size .btn-list button.font-l {
  font-size: 20px;
}

.font-size .btn-list button.font-s {
  font-size: 14px;
  padding: 6px 5px 5px;
}

.font-size .btn-list button.is-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #007AA5;
}

.device-pc .font-size .btn-list button:hover {
  opacity: 0.5;
}

.header-nav__main {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .header-nav__main {
    display: flex;
    justify-content: flex-end;
  }
}

.gl-nav {
  width: 100%;
}

.gl-nav-list {
  display: flex;
  justify-content: flex-end;
}

.gl-nav-list__item {
  width: 14.2857142%;
  text-align: center;
}

.gl-nav-list__item:not(:first-child) {
  border-left: 1px solid #fff;
}

.gl-nav-list__item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  padding: 0 12px;
  color: #07222b;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #edf2f4;
}

@media print, screen and (min-width: 1240px) {
  .gl-nav-list__item > a {
    font-size: 1.4rem;
  }
}

.gl-nav-list__item > a[target='_blank']:after {
  position: relative;
  top: 1px;
  font-family: 'icomoon' !important;
  content: '\e906';
  line-height: 1;
  margin-left: 5px;
  background: none;
  font-size: 1.2rem;
  font-weight: 400;
  border: 0;
  width: auto;
  height: auto;
}

.gl-nav-list__item > a:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #007AA5;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.gl-nav-list__item > a.is-active:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.gl-nav-list__item > a span {
  display: inline-block;
}

.device-pc .gl-nav-list__item > a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.body-fixed {
  position: fixed;
  width: 100%;
}

.sp-nav-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  pointer-events: none;
  transition: all 0.6s;
  perspective: 1000;
  opacity: 0;
}

.sp-nav-bg.is-active {
  opacity: 1;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: auto;
}

@media print, screen and (min-width: 1024px) {
  .sp-nav-bg {
    display: none;
  }
}

.sp-nav {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
  background: #fff;
  transition: all 0.6s;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  perspective: 1000;
}

.sp-nav.is-active {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 1024px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__inner {
  padding: 60px 20px 0;
  background: #fff;
}

.sp-language label {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #07222b;
}

.sp-language label:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #07222b transparent transparent transparent;
}

.sp-language select {
  border: 0;
  background: none;
  appearance: none;
  padding: 10px 30px 10px 0;
  width: 100%;
  line-height: 1.4;
}

.sp-language select::-ms-expand {
  display: none;
}

.sp-language .config--language {
  width: 120px;
  font-size: 1.5rem;
  height: auto;
  padding: 10px 30px 10px 5px;
}

.js-language-toggle {
  display: block;
}

.sp-language-body {
  display: none;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.sp-language-body .site-config-language__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #F6F6F6;
}

.sp-language-body .site-config-language__list li {
  width: calc(33% - 3px);
  margin-top: 0;
}

.sp-language-body .site-config-language__list li:nth-of-type(n + 4) {
  margin-top: 6px;
}

.sp-language-body .js-language-btn {
  padding: 12px 5px;
}

.sp-search-wrap {
  margin-top: 20px;
}

.sp-search-wrap .search-form .text {
  background-color: #ededed !important;
}

.sp-body-color label {
  display: block;
  position: relative;
  font-size: 1.4rem;
  border-bottom: 1px solid #07222b;
}

.sp-body-color label:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #07222b transparent transparent transparent;
}

.sp-body-color select {
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 3px 20px 3px 2px;
  min-width: 98px;
  width: 100%;
  line-height: 1.4;
}

.sp-body-color select::-ms-expand {
  display: none;
}

.sp-gl-nav {
  margin-top: 10px;
}

.sp-gl-nav-list a {
  display: block;
  color: #07222b;
  text-decoration: none;
}

.sp-gl-nav-list > li > a {
  position: relative;
  padding: 12px 25px 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 700;
}

.sp-gl-nav-list > li > a.js-sp-toggle:before, .sp-gl-nav-list > li > a.js-sp-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 2px;
  background: #07222b;
  transform: translate(0, -50%);
}

.sp-gl-nav-list > li > a.js-sp-toggle:after {
  transform: translate(0, -50%) rotate(-90deg);
}

.sp-gl-nav-list > li > a.js-sp-toggle.is-active:after {
  opacity: 0;
  transform: translate(0, -50%) rotate(0deg);
}

.sp-gl-nav-list > li > a:not(.js-sp-toggle):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #07222b;
  border-right: 1px solid #07222b;
  transform: translate(0, -50%) rotate(45deg);
}

.sp-gl-nav-list > li > a:not(.js-sp-toggle)[target='_blank']:before {
  content: none;
}

.sp-gl-nav-list > li > a:not(.js-sp-toggle)[target='_blank']:after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: 'icomoon' !important;
  content: '\e906';
  line-height: 1;
  background: none;
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translate(0, -50%);
}

.sp-gl-nav-list .child-list {
  display: none;
  padding: 10px;
}

.sp-gl-nav-list .child-list > li > a {
  padding: 3px 0;
  font-size: 1.3rem;
}

.sp-sub-nav {
  margin-top: 20px;
}

.sp-sub-nav-list a {
  display: inline-block;
  color: #07222b;
  text-decoration: none;
}

.sp-sub-nav-list > li {
  margin: 6px 0;
}

.sp-site-config {
  background: #ededed;
  padding: 20px 0;
  margin: 30px -20px 0;
}

.sp-site-config__item {
  width: 100%;
  padding: 0 20px;
}

.sp-site-config__item.font-size .title, .sp-site-config__item.body-color .title {
  width: 30%;
  flex-shrink: 0;
  padding-right: 5px;
  line-height: 1.2;
  text-align: right;
}

.sp-site-config__item.font-size .btn-list, .sp-site-config__item.body-color .btn-list {
  width: 100%;
  justify-content: space-between;
}

.sp-site-config__item.font-size .btn-list li, .sp-site-config__item.body-color .btn-list li {
  width: 100%;
  padding: 0 3px;
}

.sp-site-config__item.font-size .btn-list button, .sp-site-config__item.body-color .btn-list button {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #d8d8d8;
  text-align: center;
}

.sp-site-config__item.font-size .btn-list button span, .sp-site-config__item.body-color .btn-list button span {
  padding-bottom: 1px;
}

.sp-site-config__item.font-size .btn-list button.is-active, .sp-site-config__item.body-color .btn-list button.is-active {
  border-color: #D60000;
}

.sp-site-config__item.font-size .btn-list button {
  background: #fff;
}

.sp-site-config__item.font-size .btn-list button.font-l {
  font-size: 26px;
}

.sp-site-config__item.font-size .btn-list button.font-s {
  font-size: 14px;
}

.sp-site-config__item.font-size .btn-list button.is-active:before {
  content: none;
}

.sp-site-config__item.body-color {
  margin-top: 10px;
}

.search-form {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .search-form {
    height: 30px;
  }
}

.search-form .text {
  width: 100% !important;
  color: #07222b;
  height: 40px !important;
  padding-left: 15px;
  padding-right: 40px;
  background-color: #fff !important;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: background-color 0.3s;
}

.search-form .text::-ms-clear {
  visibility: hidden;
}

.search-form .text::-ms-reveal {
  visibility: hidden;
}

.search-form .text::placeholder {
  color: #898989;
}

@media print, screen and (min-width: 1024px) {
  .search-form .text {
    height: 30px !important;
  }
}

.search-form .submit {
  position: absolute;
  display: flex;
  align-items: center;
  height: 40px;
  top: -1px;
  right: 12px;
  padding: 0;
  border: 0;
  font-size: 13px;
  background: none;
  color: #007AA5;
  cursor: pointer;
}

.search-form .submit:before {
  content: '\e905';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}

@media print, screen and (min-width: 1024px) {
  .search-form .submit {
    height: 30px !important;
  }
}

.footer a {
  color: #07222b;
  text-decoration: none;
}

.footer a[target='_blank']:after {
  font-family: 'icomoon' !important;
  content: '\e906';
  line-height: 1;
  background: none;
  margin-left: 5px;
  font-size: 1.2rem;
}

.footer-nav {
  padding: 22px 20px;
  background-color: #F6F6F6;
}

.footer-nav .etc {
  font-size: 1.2rem;
  line-height: 1;
}

.footer-nav .etc a {
  color: #4d4d4d;
}

.footer-nav .etc li:not(:last-child) {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .footer-nav {
    text-align: center;
    padding: 22px 20px;
  }
  .footer-nav .etc {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
  }
  .footer-nav .etc li:not(:last-child) {
    margin: 0 15px 0 0;
    padding-right: 15px;
    border-right: 1px solid #4d4d4d;
  }
}

.footer-bottom {
  position: relative;
  color: #fff;
  background-color: #07222b;
  padding: 25px 20px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .footer-bottom {
    font-size: 1.3rem;
    padding: 38px 20px;
  }
}

.footer-bottom .page-top {
  position: absolute;
  top: -31px;
  right: 15px;
  display: block;
  text-align: center;
  width: 62px;
  height: 62px;
  padding: 24px 0 0;
  background: #fff;
  color: #07222b;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.2s ease;
}

.footer-bottom .page-top:before {
  position: absolute;
  content: '';
  display: block;
  top: 12px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #007AA5;
  border-left: 2px solid #007AA5;
  transform: rotate(45deg);
  transition: 0.2s ease;
}

@media print, screen and (min-width: 1024px) {
  .footer-bottom .page-top {
    top: 33px;
    right: 30px;
  }
}

.footer-bottom .address {
  padding: 0 50px;
}

.footer-bottom .address > div:first-child {
  margin-bottom: 5px;
}

.footer-bottom .address span {
  display: inline-block;
}

@media print, screen and (min-width: 1024px) {
  .footer-bottom .address {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-bottom .address > div:first-child {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-bottom: 0;
  }
  .footer-bottom .address > div:last-child {
    padding-left: 8px;
  }
}

.footer-bottom .copy {
  margin-top: 8px;
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .footer-bottom .copy {
    margin-top: 10px;
  }
}

.device-tab .footer a:active,
.device-sp .footer a:active {
  text-decoration: underline;
}

.device-tab .footer .page-top:active,
.device-sp .footer .page-top:active {
  color: #fff;
  background: #007AA5;
  text-decoration: none;
}

.device-tab .footer .page-top:active:before,
.device-sp .footer .page-top:active:before {
  border-color: #fff;
}

.device-pc .footer a:hover {
  text-decoration: underline;
}

.device-pc .footer .page-top:hover {
  color: #fff;
  background: #007AA5;
  text-decoration: none;
}

.device-pc .footer .page-top:hover:before {
  border-color: #fff;
}

.error-paragraph {
  text-align: center;
}

.error-paragraph p {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .error-paragraph p {
    text-align: center;
  }
}

.js-pf-scroll {
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.ps__rail-y {
  z-index: 1;
  opacity: 1 !important;
  width: 8px;
  transition: background-color 0.3s;
}

.ps--active-y > .ps__rail-y {
  background-color: #e2f1ec;
}

.ps__rail-y:hover,
.ps__rail-y:focus,
.ps__rail-y.ps--clicking {
  background-color: #e2f1ec !important;
}

.ps__thumb-y {
  border-radius: 0 !important;
  right: 0;
  width: 8px;
  background-color: #b2b2b2;
  transition: all 0.3s;
}

.ps__thumb-y:hover, .ps__thumb-y:focus {
  background-color: #07222b !important;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #07222b !important;
  width: 8px;
}

.basic-control {
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic-control__arrows {
  position: relative;
}

.basic-control__dots-arrows {
  display: flex;
  align-items: center;
}

.basic-control__next,
.basic-control__prev {
  position: absolute;
  display: block;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #07222b;
  border: 0;
  border-radius: 0;
  color: #07222b;
  transition: all 0.3s;
  z-index: 10;
  border-radius: 50%;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__next,
  .basic-control__prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

.basic-control__next:before,
.basic-control__prev:before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -3px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__next:before,
  .basic-control__prev:before {
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
  }
}

.basic-control__next {
  right: -10px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__next {
    right: -25px;
  }
}

.basic-control__next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -4px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__next:before {
    margin-left: -6px;
  }
}

.basic-control__prev {
  left: -10px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__prev {
    left: -25px;
  }
}

.basic-control__prev:before {
  border: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: -2px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__prev:before {
    margin-left: -3px;
  }
}

.basic-control__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.basic-control__dots .slick-dots li {
  margin: 0 3px;
}

@media print, screen and (min-width: 1024px) {
  .basic-control__dots .slick-dots li {
    margin: 0 6px;
  }
}

.basic-control__dots .slick-dots button {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50px;
  background: none;
  font-size: 0;
  padding: 0;
}

.basic-control__dots .slick-dots button:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  background-color: #606060;
  border-radius: 50px;
  transition: all 0.3s ease;
  transform: scale(0.57);
}

@media print, screen and (min-width: 1024px) {
  .basic-control__dots .slick-dots button:after {
    width: 14px;
    height: 14px;
  }
}

.basic-control__dots .slick-dots .slick-active button:after {
  background-color: #007AA5;
  transform: scale(1);
  opacity: 1;
}

.basic-control__autoplay {
  position: relative;
  display: block;
  padding: 5px 10px 5px 27px;
  background: #07222b;
  color: #fff;
  border: 0;
  font-size: 1.1rem;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.basic-control__autoplay:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 1px 0 0 1px;
  transform: translateY(-50%);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e92c';
  font-size: 10px;
}

.basic-control__autoplay.js-stop:before {
  content: '\e92b';
  margin-left: 0;
}

.device-tab .basic-control__next:active,
.device-tab .basic-control__prev:active,
.device-sp .basic-control__next:active,
.device-sp .basic-control__prev:active {
  background-color: #007AA5;
}

.device-tab .basic-control__dots .slick-dots button:active:after,
.device-sp .basic-control__dots .slick-dots button:active:after {
  background-color: #007AA5;
}

.device-tab .basic-control__autoplay:active,
.device-sp .basic-control__autoplay:active {
  color: #fff;
  background-color: #007AA5;
}

.device-tab .basic-control__autoplay:active:before,
.device-sp .basic-control__autoplay:active:before {
  color: #fff;
}

.device-pc .basic-control__next:hover,
.device-pc .basic-control__prev:hover {
  background-color: #007AA5;
}

.device-pc .basic-control__dots .slick-dots button:hover:after {
  background-color: #007AA5;
}

.device-pc .basic-control__autoplay:hover {
  color: #fff;
  background-color: #007AA5;
}

.device-pc .basic-control__autoplay:hover:before {
  color: #fff;
}

.exhibition-tab {
  padding: 10px 10px 10px;
}

@media print, screen and (min-width: 768px) {
  .exhibition-tab {
    padding: 20px 10px 10px;
  }
}

.exhibition-tab__list {
  display: flex;
  justify-content: center;
}

.exhibition-tab__list li {
  width: 33.333%;
  max-width: 180px;
  padding: 0 6px;
  box-sizing: content-box;
}

.exhibition-tab__list li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 5px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #6d6d6d;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.exhibition-tab__list li span:before {
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6d6d6d;
}

.exhibition-tab__list li span.is-active {
  color: #fff;
  background-color: #007AA5;
}

.exhibition-tab__list li span.is-active:before {
  background-color: #007AA5;
}

@media print, screen and (min-width: 768px) {
  .exhibition-tab__list li {
    padding: 0 20px;
  }
  .exhibition-tab__list li span {
    padding: 14px 5px;
    min-height: 62px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  .exhibition-tab__list li span:before {
    bottom: -7px;
    height: 2px;
  }
}

.device-pc .exhibition-tab__list span:not(.is-active):hover {
  color: #007AA5;
  background-color: #F1F6FB;
  cursor: pointer;
}

.device-pc .exhibition-tab__list span:not(.is-active):hover:before {
  background-color: #007AA5;
}

@media print, screen and (min-width: 768px) {
  .exhibition-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .exhibition-list {
    width: calc(100% + 45px);
    margin: 0 -22.5px;
  }
}

.exhibition-list-body__item {
  display: none;
}

.exhibition-list-body__item.is-active {
  display: block;
}

.exhibition-list__item {
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .exhibition-list__item {
    width: 50%;
    padding: 0 15px;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .exhibition-list__item {
    width: 33.333%;
    padding: 0 22.5px;
  }
}

.exhibition-list__item.is-hidden {
  display: none;
}

.exhibition-list__item a {
  position: relative;
  display: block;
  height: 100%;
  color: #07222b;
  text-decoration: none;
}

.exhibition-list__item a:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #007AA5;
  z-index: 1;
}

.exhibition-list__item a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #007AA5;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
  pointer-events: none;
}

.exhibition-list__item a[target='_blank'] .title:after {
  font-family: 'icomoon' !important;
  content: '\e906';
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 7px;
}

.exhibition-list__item .img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.exhibition-list__item .img span {
  display: block;
  background: #ddd no-repeat center center;
  background-size: contain;
  padding-top: 74.66667%;
  transition: transform 0.5s ease;
}

.exhibition-list__item .info {
  position: relative;
  padding: 28px 20px 12px;
  letter-spacing: 0.04em;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .exhibition-list__item .info {
    padding-top: 35px;
    padding-bottom: 18px;
  }
}

.exhibition-list__item .place {
  position: absolute;
  display: block;
  padding: 11px 11px;
  bottom: calc(100% - 18px);
  left: 0;
  min-width: 165px;
  min-height: 36px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #007AA5;
  z-index: 2;
}

.exhibition-list__item .sub-title,
.exhibition-list__item .sub-title2 {
  font-weight: 700;
}

.exhibition-list__item .title {
  display: block;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .exhibition-list__item .title {
    font-size: 1.7rem;
  }
}

.exhibition-list__item .date {
  display: block;
  margin-top: 8px;
}

.exhibition-list__item .period_remarks,
.exhibition-list__item .status {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: #007AA5;
}

.exhibition-list__item .period_remarks {
  margin-top: 3px;
  font-weight: 700;
  color: #D60000;
}

.exhibition-list__item .caption {
  display: block;
  margin-top: 15px;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  line-height: 1.4;
  color: #333;
}

.exhibition-list__item .temporary {
  display: block;
  margin-top: 10px;
  padding: 12px 8px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: #D60000;
}

.device-tab .exhibition-list__item a:active:after,
.device-sp .exhibition-list__item a:active:after {
  opacity: 1;
}

.device-pc .exhibition-list__item a:hover:after {
  opacity: 1;
}

@media print, screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
}

@media print {
  .header,
  .underlayer__nav.fixed {
    position: absolute !important;
    top: 0 !important;
  }
  .underlayer__nav {
    display: none !important;
  }
  .underlayer__wrap {
    width: 100% !important;
  }
  .underlayer__wrap__content {
    max-width: inherit !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-columns {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-column {
    width: calc(50% - 16px) !important;
    flex-basis: inherit !important;
    padding: 0 20px;
  }
  .block-column3 .wp-block-column {
    width: calc(33% - 16px) !important;
  }
  .wp-block-media-text {
    display: flex !important;
    justify-content: space-between !important;
  }
  .wp-block-media-text .wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 20px);
  }
}
