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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 92%;
  }
}

body {
  color: #333333;
  background: #ffffff;
  font-family: "Roboto", "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 450;
  letter-spacing: 0.05em;
  padding-top: 4.5rem;
  scroll-padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 4.5rem;
  }
}

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: #457c9e;
}

p {
  margin-bottom: 1.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.0875em;
  line-height: 1.85em;
}
p a {
  color: #457c9e;
}

p:empty {
  margin-bottom: 0;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

iframe {
  max-width: 100%;
}

h1 {
  font-weight: 500;
  font-size: 1.5rem;
}

.h-outline {
  font-weight: 800;
  font-size: clamp(4rem, 10vw, 5rem);
  color: #f7fcfc;
  line-height: 1.3em;
  -webkit-text-stroke: 2px #457c9e;
  paint-order: stroke;
  word-break: break-all;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .h-outline {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }
}

.page-title {
  text-align: center;
  padding: 3rem 1.5rem 0;
  color: #457c9e;
}
.page-title h1 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #457c9e;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 1.25rem;
  }
}

h1.page-title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

h2 {
  text-align: left;
  padding: 0.35em 0.75em;
  margin: 3em auto 1em;
  background-color: #dbe7ed;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 2em auto 0.75em;
  padding-bottom: 0.125em;
  border-bottom: solid 2px #2a5dab;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

h4 {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 1.25em auto 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: #457c9e;
}

.h-icon {
  padding-left: 2em;
  position: relative;
}
.h-icon i {
  font-size: 1.3em;
  color: #2a5dab;
  position: absolute;
  left: 0;
  top: 0.125em;
}

section,
.section {
  padding: 5rem 0;
}
section *:first-child,
.section *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section,
  .section {
    padding: 3rem 0;
  }
}

.section-s {
  padding: 2rem 0;
}

.link-button {
  display: block;
  margin: 0 auto;
  padding: 0.75rem 0;
  width: 320px;
  max-width: 100%;
  border-radius: 50px;
  background-color: #457c9e;
  color: #fff;
  font-weight: 800;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#6aa0c2), color-stop(50%, #457c9e), to(#457c9e));
  background: linear-gradient(90deg, #6aa0c2 0%, #457c9e 50%, #457c9e 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.link-button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  content: "\f054";
}
@media (hover: hover) {
  .link-button:hover {
    opacity: 1;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
    background-position: 0 0;
  }
}
.link-button.button-white {
  background: -webkit-gradient(linear, left top, right top, from(#c8e4f6), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #c8e4f6 0%, #fff 50%, #fff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #457c9e;
}
@media (hover: hover) {
  .link-button.button-white:hover {
    -webkit-box-shadow: 0 4px 6px rgba(200, 200, 200, 0.3);
            box-shadow: 0 4px 6px rgba(200, 200, 200, 0.3);
    background-position: 0 0;
  }
}

#breadcrumbs {
  padding: 0.5rem 0;
  color: #666666;
  background-color: #f8f8f8;
  font-size: 0.75rem;
}
#breadcrumbs .inner a {
  color: #666666;
  text-decoration: none;
}
#breadcrumbs .inner a::after {
  font-family: "Font Awesome 6 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: 1.5rem;
  margin-left: 1.5em;
}
main ol {
  margin-bottom: 1.5rem;
  margin-left: 1.5em;
}

.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: 10rem 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}

.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: #457c9e;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #457c9e;
  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;
  text-decoration: none;
}
.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;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

.w6rem {
  width: 6rem;
}

.mw300 {
  width: 100%;
  max-width: 300px;
}

.white {
  color: white;
}

.gray {
  color: #726565;
}

.lightgray {
  color: #848484;
}

.red {
  color: #c30d23;
}

.blue {
  color: #457c9e;
}

.second {
  color: #726565;
}

.third {
  color: #37ab79;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d5edf1));
  background: linear-gradient(transparent 50%, #d5edf1 50%);
}

.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: 800 !important;
}

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

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

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

.bg-blue {
  background-color: #edf8f8;
}

.bg-white {
  background-color: #ffffff;
}

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

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

.bg-gradient {
  background: linear-gradient(135deg, #f8f8f8 0%, #edf8f8 100%);
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.blend-screen {
  mix-blend-mode: screen;
}

.blend-lighten {
  mix-blend-mode: lighten;
}

.blend-luminosity {
  mix-blend-mode: luminosity;
}

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

.mb-ss {
  margin-bottom: 0.25rem !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;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.box {
  padding: 2rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 1.5rem;
  }
}

.box-s {
  padding: 1rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .box-s {
    padding: 0.75rem;
  }
}

.box *:last-child,
.box-s *:last-child {
  margin-bottom: 0;
}

.border-box {
  border: 1px solid #bca9a9;
}

.border-bottom {
  border-bottom: 1px solid #457b9e !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;
}

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

main .list-s li {
  margin-bottom: 0.25rem;
}

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;
}

.dot-list {
  list-style: none;
  margin-left: 0;
}
.dot-list > li {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.85;
}
.dot-list > li:before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.25rem;
  border-radius: 50%;
  background: #457c9e;
}
.dot-list > li:last-child {
  margin-bottom: 0;
}
.dot-list > li.dot-bl:before {
  background: #2a5dab;
}
.dot-list > li.dot-gn:before {
  background: #2eaa89;
}

.t-bl {
  color: #2a5dab;
}

.t-gn {
  color: #2eaa89;
}

.ol-circlenum {
  list-style: none;
  margin-left: 0;
}
.ol-circlenum li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

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

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

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

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

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 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 6 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 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

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

.icon-point {
  padding: 0 0 0 1.75rem;
  margin-bottom: 1.25rem;
  background: url(../img/icon-point.svg) no-repeat left top/1em auto;
  font-size: 1.2rem;
  color: #666666;
  border: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.0875em;
}

.fadein,
.fadeup {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadein 1.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadein 1.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeup.is-animated {
  -webkit-animation: fadeup 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  width: 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;
  position: relative;
  padding: 0.5rem 2%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 4.5rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 4.5rem;
  }
}

body.home header {
  background: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body.home header.scrolled {
  background: #457c9e;
}

body:not(.home) header {
  background: #457c9e;
}

@media print {
  header {
    position: absolute;
  }
}
.logo {
  display: block;
  width: 280px;
  margin: 0;
}
.logo a {
  display: block;
}
.logo a img {
  display: block;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: calc(100% - 180px);
    max-width: 260px;
    margin: 0 auto;
    padding-right: 1rem;
  }
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .head-left {
    width: 100%;
  }
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.75rem;
}
.head-right .head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.head-right .head-links a {
  color: #fff;
  text-decoration: none;
}
.head-right .head-links .head-icon {
  font-size: 1.5rem;
}
.head-right .lang-box {
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .head-right {
    display: none;
  }
}

.lang-box .gt_selector {
  padding: 0.25rem;
  border-radius: 0px;
  font-size: 0.75rem;
  background: #fff;
  color: #333333;
  cursor: pointer;
}

footer {
  background-color: #ffffff;
  font-size: 0.875rem;
}
footer ul {
  list-style: none;
}
footer .inner {
  text-align: center;
  padding: 2rem 0;
  font-weight: 500;
}
footer .inner .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
footer .inner .footer-logo a {
  display: block;
  margin: 0 0 0.25rem;
}
footer .inner .footer-logo a img {
  height: 3.25rem;
}
footer .footer-bottom {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.75rem 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a5dab), to(#73caf1));
  background-image: linear-gradient(90deg, #2a5dab, #73caf1);
  color: #fff;
  font-size: 0.8rem;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  footer .footer-bottom a:hover {
    text-decoration: underline;
  }
}
footer .footer-bottom ul {
  margin-left: 0;
  list-style: none;
}
footer .footer-bottom ul li {
  display: inline-block;
}
footer .footer-bottom ul li:nth-child(n+2) {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom ul {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  footer .inner {
    padding: 2rem 0;
  }
  footer .inner .footer-logo a img {
    height: 12vw;
  }
}

body:not(.home) footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a5dab), to(#73caf1));
  background-image: linear-gradient(90deg, #2a5dab, #73caf1);
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 0px;
  line-height: 2em;
  background: #457c9e;
  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;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 2px 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: 3px solid;
  border-right: 3px solid;
  left: 5px;
  bottom: 1px;
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5 {
  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 > *,
.flex2-2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex2-2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *: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);
}

.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);
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@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);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > * {
    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 #dddddd;
}

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 JP", Hiragino Sans, "ヒラギノ角ゴシック";
  font-optical-sizing: auto;
  border: 1px solid #bca9a9;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.input_s {
  max-width: 16rem;
}
@media screen and (max-width: 576px) {
  .input_s {
    max-width: 100%;
  }
}

.input_hs {
  height: 4rem;
}

textarea {
  height: 7rem;
}

input[type=submit] {
  display: block;
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  background-color: #457c9e;
  border: none;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 1;
    background-color: #2e545f;
  }
}
input[type=submit]:disabled {
  background: #bca9a9;
}

:focus {
  outline: none;
}

label {
  font-size: 1rem;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0.25rem 0;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-top: 1px solid #bca9a9;
}
table th, table td {
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid #bca9a9;
  text-align: left;
}
table th {
  white-space: nowrap;
  font-weight: 800;
  color: #726565;
  background: #f8f8f8;
}
table td {
  word-break: break-all;
}
table *:last-child {
  margin-bottom: 0;
}

.ws-nowrap {
  white-space: nowrap;
}

.border-table {
  border-top: none;
}
.border-table th, .border-table td {
  border: 1px solid #bca9a9;
}

@media screen and (max-width: 768px) {
  .sp-s-table th, .sp-s-table td {
    padding: 0.5rem;
  }
}

.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 {
  padding-top: 0;
}
body.home h2 {
  margin: 0 auto 0.25em;
  padding: 0;
  text-align: center;
  background: transparent;
}

.top-eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 1280px;
  overflow: hidden;
  position: relative;
}
.top-eyecatch > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  z-index: 1;
}
.top-eyecatch .top-eye-text {
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 26%;
}
.top-eyecatch .top-eye-text img {
  display: inline-block;
  height: 38px;
  width: auto;
  opacity: 0;
  -webkit-animation: copyfadeIn 1s ease-out forwards;
          animation: copyfadeIn 1s ease-out forwards;
}
.top-eyecatch .top-eye-text img:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-eyecatch .top-eye-text img:nth-child(2) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.top-eyecatch .top-eye-text img:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .top-eyecatch {
    max-height: 740px;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch {
    max-height: 560px;
  }
  .top-eyecatch .top-eye-text {
    top: 21%;
  }
  .top-eyecatch .top-eye-text img {
    display: block;
    max-height: 38px;
    height: 7.5vw;
    margin: 3vw auto;
  }
}

@-webkit-keyframes copyfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes copyfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-about {
  background: url(../img/bg-top-about.jpg) #edf8f8 no-repeat center/cover;
  color: #2e545f;
}
.top-about img {
  display: block;
  margin: 0 auto 1rem;
  width: 7rem;
  height: auto;
}

.top-information {
  position: relative;
  background: linear-gradient(135deg, #f8f9f9 0%, #e1f0f0 100%);
}
.top-information .top-information-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top-information .inner {
  position: relative;
  z-index: 5;
}
.top-information h2 {
  color: #faffff;
}
.top-information .cat-nav {
  font-size: 0.7rem;
}
.top-information .cat-nav li {
  margin: 0.25em 0.25em 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-information .top-information-bg {
    display: none;
  }
  .top-information .cat-nav {
    font-size: 0.875rem;
  }
}

.top-vision {
  color: #2e545f;
  background: url(../img/bg-top-vision.jpg) #edf8f8 no-repeat center/cover;
  border-top: solid 1px #848484;
}
.top-vision h2 {
  color: #cfdede;
  -webkit-text-stroke: 2px #35787f;
}
.top-vision .box {
  margin-top: 2.5rem;
  background: #f8f8f8;
  -webkit-box-shadow: 0 5px 0 rgba(12, 4, 8, 0.1);
          box-shadow: 0 5px 0 rgba(12, 4, 8, 0.1);
  border: 2px solid #c2c1c1;
  outline-offset: -2px;
}

.top-project h2 {
  color: #f7fcfc;
}

.swiper-project {
  margin-top: 2.5rem;
}
.swiper-project .swiper-wrapper {
  padding-bottom: 0.5rem;
  overflow: visible;
}
.swiper-project .swiper-wrapper .swiper-slide {
  width: 750px;
  height: 100%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-top: 12rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
  border: solid 1px #bca9a9;
  -webkit-box-shadow: 0 5px 0 rgba(12, 4, 8, 0.1);
          box-shadow: 0 5px 0 rgba(12, 4, 8, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.swiper-project .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-project .swiper-wrapper .swiper-slide .project-slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 10;
  background: rgba(248, 249, 249, 0.8);
  border-top: solid 1px #bca9a9;
  color: #726565;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-project .swiper-wrapper .swiper-slide .project-slide-text h3 {
  color: #726565;
  margin-right: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  white-space: nowrap;
  font-weight: 900;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-project .swiper-wrapper .swiper-slide .project-slide-text h3 span {
  font-weight: 800;
  font-size: 2.25rem;
  margin-right: 0.25rem;
  color: #f2edee;
  -webkit-text-stroke: 2px #bca9a9;
  paint-order: stroke;
}
.swiper-project .swiper-wrapper .swiper-slide .project-slide-text p {
  font-size: 0.75rem;
}
.swiper-project .swiper-wrapper .swiper-slide .project-slide-text *:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .swiper-project .swiper-wrapper .swiper-slide:hover {
    -webkit-box-shadow: 0 8px 0px rgba(12, 4, 8, 0.15);
            box-shadow: 0 8px 0px rgba(12, 4, 8, 0.15);
    opacity: 1;
  }
  .swiper-project .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.8;
  }
  .swiper-project .swiper-wrapper .swiper-slide:hover .project-slide-text {
    background: rgba(248, 249, 249, 0.95);
  }
}
@media screen and (max-width: 768px) {
  .swiper-project .swiper-wrapper .swiper-slide {
    width: 110%;
    min-width: 110%;
  }
  .swiper-project .swiper-wrapper .swiper-slide .project-slide-text {
    padding: 1.25rem 9%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .swiper-project .swiper-wrapper .swiper-slide .project-slide-text h3 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .swiper-project .swiper-wrapper .swiper-slide .project-slide-text p {
    width: 100%;
    font-size: 0.8rem;
  }
}

.top-network {
  background: url(../img/bg-top-network.jpg) #e8f8fa no-repeat center left/auto 100%;
}
@media screen and (max-width: 576px) {
  .top-network {
    background-position: center left -5rem;
  }
}

.foot-image {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot-image img {
  width: calc(33.3333333333% - 1px);
}

.goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem 0.5rem;
  text-align: center;
  border: solid 1px #457c9e;
  border-radius: 0.25rem;
}
.goals i {
  margin-bottom: 0.25rem;
  font-size: 2.25rem;
  color: #34a3a3;
  line-height: 1.5em;
}
.goals p {
  margin-bottom: 0.5rem;
  line-height: 1.5em;
}
.goals .goals-num {
  display: block;
  margin-bottom: 0.125rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #457c9e;
  line-height: 1.15em;
}
.goals .small {
  display: block;
  color: #848484;
  line-height: 1.5em;
}

.univ-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr));
  container-type: inline-size;
  gap: 0.25rem 1.5rem;
}
.univ-list li {
  margin: 0.125em 0;
  line-height: 1.5em;
}
.univ-list li:before {
  top: 0.4em;
}

.scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scheme .scheme-first {
  max-width: 12rem;
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scheme .scheme-box {
  border-radius: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.scheme .scheme-box .scheme-box1 {
  position: relative;
  z-index: 5;
}
.scheme .scheme-box .scheme-core {
  background: #457c9e;
  padding: 1rem;
  margin-top: -0.75rem;
  border-radius: 0.75rem;
  position: relative;
  z-index: 4;
}
.scheme .scheme-box .scheme-core > p {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
.scheme .scheme-box .scheme-core > div {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #fff;
}
.scheme .scheme-box .scheme-core > div img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1rem;
}
.scheme .scheme-box .scheme-core > div p {
  color: #457c9e;
}
.scheme .scheme-box .scheme-core > div p span {
  font-size: 1.125rem;
  font-weight: 800;
}
.scheme .scheme-box .scheme-core > div *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .scheme .scheme-box {
    font-size: 0.875em;
  }
}

.scheme-arrow {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .scheme-arrow {
    width: 3rem;
  }
}

.link-box {
  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;
}
.link-box a {
  padding: 1rem;
  text-decoration: none;
  border: solid 2px #457c9e;
  border-left-width: 30px;
  font-size: 0.875rem;
  background: #fff;
  position: relative;
}
.link-box a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  position: absolute;
  content: "\f054";
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.org-box *:last-child {
  margin-bottom: 0;
}
.org-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  margin-bottom: 0;
  background: #457c9e;
  color: #fff;
  border: none;
  border-radius: 0.25rem 0.25rem 0 0;
}
.org-box h3 span {
  display: inline-block;
  line-height: 1.5em;
}
.org-box h3 .org-role {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  color: #457c9e;
  border-radius: 0.25rem;
}
.org-box h3 span.small {
  line-height: 1.5em;
  display: inline-block;
  margin-top: 0.25rem;
}
.org-box h4 {
  padding: 0.75rem 0.5rem;
  text-align: center;
  background: #f8f8f8;
  line-height: 1.5rem;
}
.org-box h4 span.small {
  display: inline-block;
}
.org-box .org-box01 {
  border: solid 2px #2a5dab;
  border-radius: 0.5rem;
  overflow: hidden;
}
.org-box .org-box01 h3 {
  background: #2a5dab;
}
.org-box .org-box01 h3 span.org-role {
  color: #2a5dab;
}
.org-box .org-box01-group01 h4 {
  color: #da3737;
  background: #f8d6d6;
}
.org-box .org-box01-group02 h4 {
  color: #8f2faf;
  background: #eadfed;
}
.org-box .org-box01-group03 h4 {
  color: #34a3a3;
  background: #e1ebeb;
}
.org-box .org-box02 {
  margin: 20px 0 1.5rem;
  border: solid 2px #8f2faf;
  border-radius: 0.5rem;
  position: relative;
}
.org-box .org-box02 h3 {
  background: #8f2faf;
}
.org-box .org-box02 h3 span.org-role {
  color: #8f2faf;
}
.org-box .org-box02:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 8px;
  height: 32px;
  background: #bca9a9;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .org-box .org-box02 h3 {
    display: block;
  }
  .org-box .org-box02 h3 span.org-role {
    text-align: center;
  }
}
.org-box .org-box03 {
  margin: 20px 0 1.5rem;
  border: solid 2px #34a3a3;
  border-radius: 0.5rem;
  position: relative;
}
.org-box .org-box03 h3 {
  background: #34a3a3;
}
.org-box .org-box03 h3 span.org-role {
  color: #34a3a3;
}
.org-box .org-box03:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 8px;
  height: 32px;
  background: #bca9a9;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .org-box .org-box03 h3 {
    display: block;
  }
  .org-box .org-box03 h3 span.org-role {
    text-align: center;
  }
}
.org-box .org-box04 {
  border: solid 2px #e26f10;
  border-radius: 0.5rem;
  overflow: hidden;
}
.org-box .org-box04 h3 {
  background: #e26f10;
}
.org-box .org-box04 h3 span.org-role {
  color: #e26f10;
}
.org-box .org-chart {
  position: relative;
}
.org-box .org-chart > div {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #fff;
  border: solid 1px #bca9a9;
  position: relative;
  z-index: 10;
  line-height: 1.5em;
  font-size: 0.9rem;
}
.org-box .org-chart .org-chart2 {
  margin-left: 0.5rem;
}
.org-box .org-chart .org-chart3 {
  margin-left: 2.25rem;
  position: relative;
}
.org-box .org-chart .org-chart3:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1px;
  background: #bca9a9;
  display: block;
  position: absolute;
  top: 1rem;
  left: -0.75rem;
}
.org-box .org-chart .org-chart3:last-child::after {
  content: "";
  display: block;
  width: 1rem;
  height: calc(100% - 1rem);
  background: #fff;
  position: absolute;
  left: -1.5rem;
  bottom: -1px;
  z-index: 2;
}
.org-box .org-chart:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
  height: 100%;
  border-right: solid 1px #bca9a9;
}
@media screen and (max-width: 768px) {
  .org-box .org-chart > div {
    font-size: 0.8rem;
  }
}

.googlemap iframe {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .googlemap iframe {
    height: 280px;
  }
}

.h-project {
  padding-top: 1rem;
}
.h-project span {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #457c9e;
}

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px #ccc solid;
  color: #666666;
  text-decoration: none;
}
.news-box .news-supple {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-right: 1px #ccc solid;
}
.news-box .news-supple time {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  color: #848484;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box .news-box-title {
  padding: 0 1em;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
.news-box .news-box-title span {
  font-size: 0.8em;
  letter-spacing: 0;
  border-bottom: 1px solid;
  border-color: inherit;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-box .news-supple {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0 0 0.25rem;
    border: none;
  }
  .news-box .news-supple time {
    margin-right: 1rem;
  }
  .news-box .news-box-title {
    padding: 0;
  }
}
@media (hover: hover) {
  .news-box:hover {
    color: #333333;
    opacity: 1;
  }
  .news-box:hover time {
    color: #333333;
  }
}

.cat {
  display: inline-block;
  width: 11em;
  border: 1px solid #4d6765;
  color: #4d6765;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  text-align: center;
  border-radius: 1rem;
  letter-spacing: 0;
  text-decoration: none;
}
.cat.cat-news {
  border: 1px solid #34a3a3;
  color: #34a3a3;
}
.cat.cat-event {
  border: 1px solid #9cb825;
  color: #9cb825;
}
.cat.cat-media {
  border: 1px solid #e26f10;
  color: #e26f10;
}
.cat.cat-press-release {
  border: 1px solid #8f2faf;
  color: #8f2faf;
}
.cat.cat-report {
  border: 1px solid #da3c48;
  color: #da3c48;
}

.cat-nav {
  margin-left: 0;
  list-style: none;
  text-align: center;
  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;
}
.cat-nav li {
  margin: 0 0.5em 1rem;
}
.cat-nav li a {
  display: block;
  background-color: #4d6765;
  width: 11em;
  color: #f2edee;
  padding: 0.125rem 0.5rem;
  text-align: center;
  border-radius: 1rem;
  letter-spacing: 0;
  text-decoration: none;
}
.cat-nav li.cat-news a {
  background-color: #34a3a3;
}
.cat-nav li.cat-event a {
  background-color: #9cb825;
}
.cat-nav li.cat-media a {
  background-color: #e26f10;
}
.cat-nav li.cat-press-release a {
  background-color: #8f2faf;
}
.cat-nav li.cat-report a {
  background-color: #da3c48;
}

body.archive .h-outline {
  font-size: clamp(3.5rem, 8.5vw, 4rem);
}
@media screen and (max-width: 576px) {
  body.archive .h-outline {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }
}
body.archive .cat-nav {
  margin-bottom: 2rem;
  font-size: 0.785rem;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    font-size: 0.9rem;
  }
}
body.archive .cat-nav li a {
  opacity: 0.6;
}
@media (hover: hover) {
  body.archive .cat-nav li a:hover {
    opacity: 1;
  }
}
body.archive .cat-nav li.active a {
  opacity: 1;
  cursor: initial;
}

.page-navigation {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.2rem 0.6rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #457c9e;
  color: #457c9e;
  border-radius: 0.25rem;
}
@media (hover: hover) {
  .page-navigation a:hover {
    opacity: 1;
    background: #edf8f8;
  }
}
.page-navigation span {
  text-decoration: none;
  padding: 0.2rem 0.6rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #457c9e;
  color: #457c9e;
  border-radius: 0.25rem;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #457c9e;
}

body.single section {
  padding: 2rem 0;
}
body.single time {
  display: inline-block;
  color: #848484;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0.75rem;
}
body.single .single-cat {
  margin-bottom: 2rem;
  text-align: right;
}
body.single img {
  width: 100%;
}
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: 0.75rem;
}
body.single .page-title {
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
}
body.single .navigation {
  border-top: 1px solid #dddddd;
  width: 100%;
  margin: 3rem 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 0.75rem;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
body.single .navigation a span {
  display: block;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #dddddd;
  width: 3rem;
  white-space: nowrap;
  margin-right: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  body.single .navigation a:hover {
    background: #edf8f8;
    opacity: 1;
    color: #457c9e;
  }
}
body.single .navigation .nav-previous {
  background-color: #f8f8f8;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-next {
  background-color: #f8f8f8;
}

.wp-caption {
  max-width: 100%;
  font-size: 0.875rem;
  text-align: center;
}

#g-nav {
  display: none;
}
#g-nav .lang-box {
  padding: 1rem 0;
  text-align: center;
}
#g-nav .lang-box .gt_selector {
  font-size: 1rem;
  min-width: 10rem;
  padding: 0.5rem;
}

@media screen and (max-width: 1000px) {
  .head-links {
    display: none;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 100;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    display: none;
    width: 90%;
    margin: 4.5rem auto 0;
    font-size: 0.875rem;
  }
  #g-nav ul li {
    list-style: none;
  }
  #g-nav ul li a {
    color: #457c9e;
    padding: 0.75rem 0.75rem;
    display: block;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-bottom: 1px solid #457c9e;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  #g-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1000px) {
  #g-nav ul li.child a {
    font-size: 0.9rem;
    padding-left: 1.75rem;
    position: relative;
  }
  #g-nav ul li.child a::before {
    content: "−";
    position: absolute;
    left: 0.75rem;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 4.5rem;
    padding: 0 13px;
    background: #457c9e;
  }
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    background: #fff;
    height: 2px;
    width: 34px;
  }
  .openbtn span {
    top: 32px;
  }
  .openbtn span::before {
    content: "";
    top: -9px;
  }
  .openbtn span::after {
    content: "";
    top: 9px;
  }
  .openbtn.active span {
    background: transparent;
  }
  .openbtn.active span::before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background: #fff;
  }
  .openbtn.active span::after {
    top: 6px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    background: #fff;
  }
}/*# sourceMappingURL=basic.css.map */