@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #003366;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.5rem;
}
p a {
  color: #003366;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

h1,
.brand {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
}

h1.page-title {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 3rem 1rem 2rem;
  color: #003366;
}
h1.page-title .title-small {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 1em;
  color: #003366;
}
h2.title-en {
  font-size: 2.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 1px solid #003366;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  h2.title-en {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
section {
  padding: 4rem 0;
}

.link-button {
  display: block;
  color: #003366;
  border: 1px solid #003366;
  margin: 0 auto;
  padding: 1rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  font-weight: 500;
  border-radius: 2rem;
}
.link-button span {
  display: inline-block;
  margin-right: 0.5rem;
}
.link-button:hover {
  background-color: #003366;
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .link-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

.cat {
  border: 1px solid #2e8b57;
  color: #2e8b57;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

time {
  color: #747781;
}

#breadcrumbs.inner {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  color: #43474f;
}
#breadcrumbs.inner a {
  color: #003366;
}
#breadcrumbs.inner a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 1rem;
}

.logo {
  display: block;
}
.logo img {
  height: auto;
  display: block;
}
.logo h1 {
  text-indent: -999rem;
  width: 0;
  height: 0;
  padding: 0;
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #003366;
  color: #003366;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #003366;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #003366;
  color: #003366;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #003366;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #003366;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #003366;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}

.js-accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.js-accordion-trigger .icon-arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.js-accordion-trigger.is-open .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion-trigger .icon-plus {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-accordion-trigger .icon-plus::before, .js-accordion-trigger .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #003366;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.js-accordion-trigger .icon-plus::before {
  width: 100%;
  height: 2px;
}
.js-accordion-trigger .icon-plus::after {
  width: 2px;
  height: 100%;
}
.js-accordion-trigger.is-open .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.js-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}
.js-accordion-content.is-open {
  grid-template-rows: 1fr;
}
.js-accordion-content .accordion-inner {
  overflow: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c30d23;
}

.first {
  color: #003366;
}

.second {
  color: #2e8b57;
}

.third {
  color: #664C00;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-first {
  background-color: #eef3fb;
}

.bg-second {
  background-color: #eef8f2;
}

.bg-third {
  background-color: #fcf4e7;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.mt-m {
  margin-top: 1.5rem !important;
}

.mt-l {
  margin-top: 3rem !important;
}

.mt-xl {
  margin-top: 5rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

br.pc-sm {
  display: inline;
}

.sp {
  display: none;
}

.box {
  padding: 1.5rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #c4c6d1;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border-box {
  border: 1px solid #c4c6d1;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #3270AF !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.aspect-video {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  top: 0.5em;
  left: 0;
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  br.pc-sm {
    display: none;
  }
}
header {
  width: 100%;
  background-color: #ffffff;
  color: #003366;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  header {
    height: 4rem;
  }
}

.head {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* サイトロゴ (テキスト) */
.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #003366;
  text-decoration: none;
  text-align: left;
}
.logo-text .logo-en {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.logo-text .logo-ja {
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .logo-text .logo-en {
    font-size: 0.875rem;
  }
  .logo-text .logo-ja {
    font-size: 1.225rem;
  }
}
@media screen and (max-width: 576px) {
  .logo-text .logo-en {
    font-size: clamp(0.6rem, 2.55vw, 0.75rem);
  }
  .logo-text .logo-ja {
    font-size: clamp(0.84rem, 3.55vw, 1.05rem);
  }
}
.logo-text:hover {
  opacity: 0.8;
}

/* お問い合わせボタン */
.contact-btn {
  display: block;
  background-color: #003366;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.3s ease, transform 0.1s ease;
  transition: background-color 0.3s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: middle;
}
.contact-btn i {
  margin-right: 0.35rem;
  font-size: 1.1em;
}
.contact-btn:hover {
  background-color: #3270AF;
  color: #ffffff;
  opacity: 1;
}
.contact-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.contact-sp-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    display: none;
  }
  .contact-sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #003366;
    color: #ffffff;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.125rem;
    border-radius: 50%;
  }
}
footer {
  background-color: #003366;
  color: #ffffff;
}
footer .foot-inner {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
footer .foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #747781;
}
footer .foot-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  max-width: 480px;
}
footer .foot-left .inst-en-main {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
footer .foot-left .inst-ja {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.065em;
}
footer .foot-left address {
  font-style: normal;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .foot-inner {
    padding-top: 2rem;
  }
  footer .foot-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
  footer .foot-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .foot-left .inst-ja {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 576px) {
  footer .foot-left .inst-ja {
    font-size: 1.125rem;
  }
  footer .foot-left .inst-en-main {
    font-size: 0.9rem;
  }
}
footer .foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0.25rem;
}
footer .foot-right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
footer .foot-right a .line {
  display: inline-block;
  width: 0.65rem;
  margin-right: 0.25rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
footer .foot-right a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .foot-bottom {
  padding: 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .foot-bottom p {
  font-size: 0.85rem;
  margin: 0;
  letter-spacing: 0.04em;
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 0px;
  line-height: 2em;
  background: #003366;
  color: white;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
}
#pagetop a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 4px solid;
  border-right: 4px solid;
  left: 5px;
  bottom: 1px;
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #c4c6d1;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック";
  border: 1px solid #c4c6d1;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #c4c6d1 !important;
  color: #333 !important;
  background-color: #c4c6d1;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1.5em 2rem;
  border: 1px solid #3270AF;
  text-align: left;
  background-color: #eef3fb;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1.5em 2rem;
  border: 1px solid #3270AF;
  text-align: left;
  background: white;
  word-break: break-all;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
body.home section {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  body.home section {
    padding: 4rem 0;
  }
}
body.home h2.heading-line {
  position: relative;
  padding-bottom: 0.5em;
}
body.home h2.heading-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #003366;
  border-radius: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.home h2.heading-line.left::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
body.home h2 span {
  display: block;
  font-size: 0.5em;
  color: #2e8b57;
  font-weight: 400;
  margin-top: 0.5em;
}
body.home h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}

body.home .hero-section {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  margin-top: -5rem;
  padding-bottom: 0;
  background-image: url("/wp-content/uploads/2026/08/eye.jpg");
}
body.home .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 51, 102, 0.4)), color-stop(75%, transparent), to(transparent));
  background: linear-gradient(to right, rgba(0, 51, 102, 0.4), transparent 75%, transparent 100%);
}
@media screen and (max-width: 768px) {
  body.home .hero-section {
    margin-top: -4rem;
    height: 70vh;
    min-height: 620px;
    background-image: url("/wp-content/uploads/2026/08/eye-sp.jpg");
    background-position: bottom center;
  }
  body.home .hero-section::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 51, 102, 0.4)), color-stop(55%, transparent), to(transparent));
    background: linear-gradient(to top, rgba(0, 51, 102, 0.4), transparent 55%, transparent 100%);
  }
}
body.home .hero-section .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 50%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  body.home .hero-section .hero-content {
    height: auto;
    padding: 8% 0;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
body.home .hero-section .hero-content .inner {
  width: 100%;
}
body.home .hero-section .hero-content .hero-text-box {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body.home .hero-section .hero-content .hero-text-box {
    backdrop-filter: blur(0);
  }
}
body.home .hero-section .hero-content .hero-title {
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 51, 102, 0.4);
}
body.home .hero-section .hero-content .hero-title span {
  display: inline-block;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  margin-top: 0;
}
body.home .hero-section .hero-content .hero-title .title-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(50, 112, 175, 0.8)));
  background: linear-gradient(transparent 65%, rgba(50, 112, 175, 0.8) 65%);
  padding: 0 0.2em 0.05em;
}
@media screen and (max-width: 768px) {
  body.home .hero-section .hero-content .hero-title {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
  }
  body.home .hero-section .hero-content .hero-title span {
    margin-bottom: 0.15rem;
  }
  body.home .hero-section .hero-content .hero-title .title-after {
    padding-left: 0.2em;
    margin-bottom: 0;
  }
}
body.home .hero-section .hero-content .hero-copy {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.65;
  text-shadow: 0 2px 8px rgba(0, 51, 102, 0.3);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  body.home .hero-section .hero-content .hero-copy {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .hero-section .hero-content .hero-copy {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}
body.home .hero-section .hero-content .hero-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2);
          box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: #003366;
  font-weight: bold;
}
body.home .hero-section .hero-content .hero-badge .jpeaks {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border-right: 1px solid #003366;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .hero-section .hero-content .hero-badge .jpeaks img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: bottom;
  margin-right: 0.15rem;
}
body.home .hero-section .hero-content .hero-badge:hover {
  background-color: #003366;
  color: #ffffff;
  opacity: 0.8;
}
body.home .hero-section .hero-content .hero-badge:hover .jpeaks {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  body.home .hero-section .hero-content .hero-badge:hover .jpeaks {
    border-right: none;
  }
  body.home .hero-section .hero-content .hero-badge .jpeaks {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 1rem;
  }
  body.home .hero-section .hero-content .hero-badge .jpeaks img {
    width: 2rem;
    height: 2rem;
  }
  body.home .hero-section .hero-content .hero-badge .jpeaks-des {
    display: none;
  }
}
body.home .news .news-inner {
  max-width: 1080px;
}
body.home .news .news-box {
  margin-bottom: 4rem;
}
body.home .news .news-box .news-list {
  list-style: none;
  border-top: none;
  margin-bottom: 0;
}
body.home .news .news-box .news-list li {
  border-bottom: 1px solid #c4c6d1;
  margin-bottom: 0;
}
body.home .news .news-box .news-list li.no-news {
  text-align: center;
  border-bottom: none;
}
body.home .news .news-box .news-list .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 1.25rem;
}
body.home .news .news-box .news-list .news-link:hover {
  background-color: #eef3fb;
}
body.home .news .news-box .news-list .news-link:hover .news-title {
  color: #003366;
}
body.home .news .news-box .news-list .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
body.home .news .news-box .news-list .news-supple time {
  margin-right: 1rem;
  margin-left: 0;
}
body.home .news .news-box .news-list .news-supple .cat {
  text-align: center;
  width: 10rem;
}
body.home .news .news-box .news-list .news-title {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.home .news .news-box .news-list .news-link {
    padding: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }
  body.home .news .news-box .news-list .news-supple .cat {
    font-size: 0.75rem;
    width: 9rem;
  }
}
body.home .news .news-btn .news-btn-icon {
  margin-left: 0.5rem;
}
body.home .supreme-message {
  background-color: #f8f9fa;
}
body.home .supreme-message .supreme-img {
  max-width: 350px;
  margin: 0 auto 2rem;
}
body.home .supreme-message .supreme-img img {
  border-radius: 1rem;
}
body.home .supreme-message .supreme-bold {
  font-size: 1.05rem;
  font-weight: 700;
}
body.home .supreme-message .supreme-name-wrap {
  font-weight: 700;
}
body.home .supreme-message .supreme-name-wrap .affiliation {
  margin-bottom: 0;
}
body.home .supreme-message .supreme-name-wrap .name {
  font-size: 1.25rem;
  margin-bottom: 0;
}
body.home .supreme-message .supreme-name-wrap .name span {
  font-size: 0.8em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  body.home .supreme-message .supreme-name-wrap .affiliation {
    font-size: 0.95rem;
  }
}
body.home .lang-toggle-wrap {
  text-align: center;
  margin-bottom: 2rem;
}
body.home .lang-btn {
  display: inline-block;
  height: 2rem;
  background-color: #eef3fb;
  color: #333;
  padding: 0.35rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
body.home .lang-btn.lang-en {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  margin-left: 0.25rem;
}
body.home .lang-btn.active {
  background-color: #003366;
  color: #ffffff;
}
body.home .lang-content {
  display: none;
}
body.home .lang-content.active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.home .director-message {
  position: relative;
}
body.home .director-message .director-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4%;
  position: relative;
  z-index: 10;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.home .director-message .director-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .director-message .director-wrapper {
    gap: 1.5rem;
  }
}
body.home .director-message h3 {
  font-size: 1.5rem;
}
body.home .director-message .director-name-wrap {
  font-weight: 700;
}
body.home .director-message .director-name-wrap .affiliation {
  margin-bottom: 0;
}
body.home .director-message .director-name-wrap .name {
  font-size: 1.25rem;
  margin-bottom: 0;
}
body.home .director-message .director-name-wrap .name span {
  font-size: 0.8em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  body.home .director-message .director-name-wrap .affiliation {
    font-size: 0.95rem;
  }
}
body.home .director-message .director-image {
  width: 100%;
  max-width: 400px;
}
body.home .director-message .director-image .shadow-img {
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .director-message .director-image {
    margin: 0 auto;
  }
}
body.home .about-institute {
  position: relative;
  padding: 4rem 0;
}
body.home .about-institute::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_institute.jpg");
  background-size: cover;
  background-position: left bottom;
  color: #ffffff;
  opacity: 0.8;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4);
}
body.home .about-institute .inner {
  position: relative;
  z-index: 100;
}
body.home .about-institute .institute-text {
  background: rgba(0, 51, 102, 0.2);
  backdrop-filter: blur(4px);
  position: relative;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
body.home .about-institute .institute-text h2 {
  color: #ffffff;
}
body.home .about-institute .institute-text h2 span {
  color: inherit;
}
body.home .about-institute .institute-text h2.heading-line::after {
  height: 1px;
}
body.home .about-institute .institute-text p {
  text-shadow: 0 2px 8px rgba(0, 51, 102, 0.5);
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.home .about-institute .institute-text {
    padding: 1.5rem;
  }
}
body.home .departments {
  background-color: rgba(102, 76, 0, 0.1);
  background-color: #f8f9fa;
}
body.home .departments .dept-text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  body.home .departments .dept-text {
    text-align: left;
    margin-bottom: 2rem;
  }
}
body.home .departments .dept-card {
  background-color: #ffffff;
  padding: 3.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2);
          box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2);
  border-radius: 1rem;
}
body.home .departments .dept-card .dept-title {
  border: none;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 1rem;
}
body.home .departments .dept-card::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: -0.1rem;
  font-size: 8rem;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
body.home .departments .dept-card.dept-global::after {
  content: "\f0ac";
  color: #2e8b57;
}
body.home .departments .dept-card.dept-life::after {
  content: "\f610";
  color: #664C00;
}
body.home .departments .dept-card.dept-social::after {
  content: "\f0c0";
  color: #003366;
}
body.home .departments .btn-mission {
  width: 350px;
}
body.home .departments .btn-mission .btn-icon {
  margin-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  body.home .departments .btn-mission {
    width: 100%;
  }
}
body.home .cta-banner {
  position: relative;
  padding: 6rem 0;
  background-color: #3270af;
  font-weight: 700;
}
body.home .cta-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_cta01.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body.home .cta-banner h2 {
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.75;
}
body.home .cta-banner p {
  color: #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
body.home .cta-banner .inner {
  position: relative;
  z-index: 10;
}
body.home .cta-banner .link-button {
  border: none;
  width: 350px;
}
body.home .cta-banner .link-button:hover {
  background-color: #eef3fb;
  color: #003366;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  body.home .cta-banner .link-button {
    width: 100%;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .cta-banner {
    padding: 4.5rem 0;
  }
  body.home .cta-banner h2 {
    font-size: 1.5rem;
  }
  body.home .cta-banner p {
    text-align: left;
    margin-bottom: 3rem;
  }
}
body.home .facilities .facili-text {
  text-align: center;
  margin-bottom: 3rem;
}
body.home .facilities .facility-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
  margin-bottom: 4rem;
}
body.home .facilities .facility-item:last-of-type {
  margin-bottom: 0;
}
body.home .facilities .facility-item .facility-img {
  padding-bottom: 62.5%;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body.home .facilities .facility-item h3 {
  color: #003366;
  font-weight: 700;
}
body.home .facilities .facility-item .facility-en-title {
  display: block;
  letter-spacing: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2e8b57;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 768px) {
  body.home .facilities .facility-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  body.home .facilities .facility-item h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

body.page h1.page-title {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 51, 102, 0.1);
}
body.page main h2 {
  font-size: 2rem;
  margin-bottom: 1.5em;
  color: #333;
}
body.page main h3 {
  color: #003366;
  border: none;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
body.page main h4 {
  margin-top: 1em;
  border-bottom: 1px solid #003366;
  margin-bottom: 0.5em;
}
body.page main ul {
  padding-left: 1em;
}
body.page main ol {
  padding-left: 1em;
}
body.page main > section:nth-of-type(2n) {
  background-color: #f8f9fa;
}
body.page main .timeline {
  max-width: 600px;
  margin: 0 auto;
}
body.page main .timeline-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body.page main .timeline-list-item:last-child .content {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  body.page main .timeline-list-item:last-child .content {
    width: calc(100% - 100px);
  }
}
body.page main .timeline-list-item .date {
  width: 80px;
}
body.page main .timeline-list-item .content {
  position: relative;
  padding: 0 0 3rem 2rem;
  border-left: 1px solid #003366;
  width: calc(100% - 120px);
}
body.page main .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #003366;
  border-radius: 10px;
}
body.page .related-link {
  background-color: #f3f4f5;
  padding: 3rem 0;
}
body.page .related-link h3 {
  margin-top: 0;
  color: #43474f;
}
body.page .related-link ul {
  list-style: none;
  padding: 0;
}
body.page .related-link ul > li a {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  display: block;
  position: relative;
  height: 150px;
}
body.page .related-link ul > li a::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
body.page .related-link ul > li a:hover {
  opacity: 1;
}
body.page .related-link ul > li a:hover::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page .related-link ul > li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 1.5;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

body.archive .archive-inner {
  max-width: 1080px;
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #003366;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #003366;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #003366;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #333;
}
.news-box time {
  margin-left: 0.5rem;
}
.news-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box .fit-img {
  margin-bottom: 1rem;
  border: 1px solid #c4c6d1;
  overflow: hidden;
}
.news-box .fit-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.news-box > a {
  margin-bottom: 2rem;
}

.news-supple {
  margin-bottom: 1rem;
}

body.single main ul {
  margin-left: 1.5em;
}
body.single main ol {
  margin-left: 1.5em;
}
body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
  color: #747781;
}
body.single img {
  width: 100%;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.single .page-title {
  padding-bottom: 3rem;
}
body.single .navigation {
  border-top: 1px solid #c4c6d1;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a span {
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #c4c6d1;
}
body.single .navigation .nav-previous {
  background-color: #f3f4f5;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-previous a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .navigation .nav-next {
  background-color: #f3f4f5;
}
body.single .navigation .nav-next a {
  padding: 0.5rem 1rem;
  display: block;
}

#search-result .search-result-count {
  border-bottom: 1px solid #c4c6d1;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
#search-result .search-result-count strong {
  color: #003366;
  font-size: 1.25em;
}
#search-result .result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
#search-result .result-item {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#search-result .result-item .result-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
#search-result .result-item .result-link:hover {
  opacity: 1;
}
#search-result .result-item .result-link:hover .result-title {
  color: #003366;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#search-result .result-item .result-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#search-result .result-item .result-meta .cat-label {
  border: 1px solid #003366;
  color: #003366;
  padding: 0.1rem 0.6rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: transparent;
}
#search-result .result-item .result-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#search-result .result-item .result-excerpt {
  line-height: 1.7;
  color: #43474f;
}

.hatching-text {
  background-color: #fff9c4;
  color: #d32f2f;
  padding: 0.125em 0.25em;
  border-radius: 3px;
  font-weight: bold;
  font-style: normal;
}

#sp-nav {
  display: none;
}

.remodal .remodal-close {
  color: #003366;
  right: 0.5rem;
  left: auto;
}
.remodal ul {
  list-style: none;
  text-align: left;
}
.remodal ul li {
  margin-bottom: 1rem;
}
.remodal ul li.child {
  padding-left: 1rem;
}

.change-size,
.change-color {
  width: 2.4em;
  margin-left: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #4f4f4f;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #4f4f4f !important;
  background: #fff !important;
}
.change-size.black,
.change-color.black {
  color: white !important;
  background: #000 !important;
}
.change-size.blue,
.change-color.blue {
  color: #fff000 !important;
  background: #2531c9 !important;
}

html.fs-l {
  font-size: 150%;
}
html.fs-xl {
  font-size: 200%;
}

body.theme-black {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black * {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black .logo img {
  -webkit-filter: invert(100%) brightness(200%) !important;
  filter: invert(100%) brightness(200%) !important;
  background-color: transparent !important;
}
body.theme-blue .logo img {
  -webkit-filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  background-color: transparent !important;
}
body.theme-blue {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}
body.theme-blue * {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}/*# sourceMappingURL=basic.css.map */