@charset "UTF-8";
/*
Theme Name: TMU
Author: nrd-studio
Version: 1ss
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* COLORs */
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 1180px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

.gh_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  color: #ffffff;
  background-color: #02194B;
}
@media (min-width: 1180px) {
  .gh_menu {
    display: none;
  }
}
.gh_menu .icon {
  width: 100%;
}
.gh_menu i {
  width: 100%;
}
.gh_menu .icon {
  display: block;
  position: relative;
  top: 13px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
body._open-menu .gh_menu .icon {
  background-color: transparent;
  width: 25px;
}
body._open-menu .gh_menu .icon::before, body._open-menu .gh_menu .icon::after {
  height: 3px;
}
.gh_menu .icon::before, .gh_menu .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s;
  background-color: #ffffff;
}
.gh_menu .icon::before {
  top: -7px;
}
body._open-menu .gh_menu .icon::before {
  top: 0;
  transform: rotate(45deg);
}
.gh_menu .icon::after {
  top: 7px;
}
body._open-menu .gh_menu .icon::after {
  top: 0;
  transform: rotate(-45deg);
}
.gh_menu i {
  margin-top: 20px;
}
.gh_menu i::after {
  content: "メニュー";
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
body._open-menu .gh_menu i::after {
  content: "閉じる";
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1180px) {
  .global_contents {
    max-width: calc(960px + 60px);
    margin: 0 auto;
    background-color: #ffffff;
  }
}
body:not(.home) .global_contents > section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body:not(.home) .global_contents > section {
    padding-bottom: 100px;
  }
}
body:not(.home) .global_contents > section .module_breadCrumb {
  margin-top: 15px;
  margin-bottom: 50px;
}
body:not(.home) .global_contents > section > .global_inner,
body:not(.home) .global_contents > section > .content_inner {
  min-height: 1%;
}
.global_contents .gc_main {
  width: 100%;
}
@media (min-width: 1180px) {
  .global_contents .gc_main {
    max-width: 760px;
    width: calc(100% - 330px);
  }
}
@media (min-width: 1180px) {
  .global_contents .gc_main._oneColumn {
    max-width: none;
    width: 100%;
  }
}
.global_contents .gc_sub {
  display: none;
}
@media (min-width: 1180px) {
  .global_contents .gc_sub {
    display: block;
    width: 300px;
  }
}

button {
  cursor: pointer;
}

button, fieldset, form, input, label,
legend, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input, textarea {
  max-width: 100%;
}

input[type=button], input[type=reset], input[type=submit], button {
  cursor: pointer;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*default setting*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, address, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  position: relative;
}

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

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

p {
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

a {
  transition: all 0.3s;
}

.wp-block-table table th, .wp-block-table table td {
  border: 1px solid #9CACCE;
  padding: 1.56em;
}
.wp-block-table table thead {
  border-bottom: 0;
}
.wp-block-table table thead th {
  background-color: #48629A;
}
.wp-block-table table tbody th {
  background-color: #F0F2F5;
}

/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Montserrat", sans-serif;
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
th,
td,
dt,
dd {
  font-feature-settings: "palt";
  font-optical-sizing: auto;
}

h2, h3, h4, h5 {
  margin-top: 6rem;
  margin-bottom: 3.5rem;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2.5rem 0;
  position: relative;
}
h1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}
h1:after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: #48629A;
  position: absolute;
  left: 0;
  bottom: 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2.5rem 0;
  position: relative;
}
h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}
h2:after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: #48629A;
  position: absolute;
  left: 0;
  bottom: 0;
}

h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #48629A;
  padding: 0 0 2.5rem;
  margin-top: 3rem;
  position: relative;
}
h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #48629A;
  position: absolute;
  left: 0;
  bottom: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #48629A;
  padding: 1.4rem;
  background-color: #f2f2f2;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #48629A;
  padding-left: 30px;
  position: relative;
}
h5:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #48629A;
  position: absolute;
  left: 0;
  top: 50%;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}
p a {
  color: #48629A;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p em {
  display: inline-block;
  position: relative;
}
p em:before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.wp-block-quote {
  position: relative;
  padding: 60px 30px;
  background-color: #f4f6f8;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.wp-block-quote::before {
  top: 30px;
  left: 30px;
  background-image: url("images/quote-open.svg");
}
.wp-block-quote::after {
  bottom: 30px;
  right: 30px;
  background-image: url("images/quote-close.svg");
}

table tr th, table tr td {
  text-align: left;
}
table tr th {
  background-color: #48629A;
  color: #fff;
}

ul.wp-block-list,
ol.wp-block-list {
  list-style: none;
}
ul.wp-block-list li,
ol.wp-block-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
  margin-top: 1.25em;
}
ul.wp-block-list li:first-child,
ol.wp-block-list li:first-child {
  margin-top: 0;
}
ul.wp-block-list li:before,
ol.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 10px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #48629A;
}

ol.wp-block-list {
  counter-reset: number;
}
ol.wp-block-list li {
  padding-left: 50px;
}
ol.wp-block-list li::before {
  counter-increment: number;
  content: counter(number, decimal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
}
ol.wp-block-list li::after {
  content: "";
  width: 25px;
  height: 25px;
  left: 15px;
  top: 2px;
  background-color: #48629A;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 0;
  position: absolute;
}

/* ===========================
   カスタムリンクスタイル
   =========================== */
/* 共通：aタグの下線を削除 */
a .btn-norm,
.btn-norm a,
a .btn-outlink,
.btn-outlink a,
a .btn-pdffile,
.btn-pdffile a,
a .btn-innerlink,
.btn-innerlink a,
a .txtlink-pdf,
.txtlink-pdf a,
a .txtlink-anchor,
.txtlink-anchor a,
a .txtlink-site,
.txtlink-site a,
a .txtlink-outlink,
.txtlink-outlink a {
  text-decoration: none;
}

/* 両方の構造に対応 */
/*
.クラス名, // パターンB: span > a
a .クラス名 { // パターンA: a > span
    //共通のスタイル
}
// パターンA: aをホバー
a:hover .クラス名 {
  // ホバー時のスタイル
}
// パターンB: spanをホバー
.クラス名:hover {
  // ホバー時のスタイル（同じ内容）
}
// spanの中のaは、spanのスタイルを継承
.クラス名 a {
  color: inherit;
  text-decoration: none;
}
*/
a .btn-norm,
.btn-norm a,
a .btn-outlink,
.btn-outlink a,
a .btn-pdffile,
.btn-pdffile a,
a .btn-innerlink,
.btn-innerlink a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 34px;
  background-color: #fff;
  border: solid 1px #48629A;
  text-decoration: none;
  color: #48629A;
  transition: all 0.3s ease;
  font-weight: 600;
}

a .btn-norm::before,
.btn-norm a::before,
a .btn-outlink::before,
.btn-outlink a::before,
a .btn-pdffile::before,
.btn-pdffile a::before,
a .btn-innerlink::before,
.btn-innerlink a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor; /* 親のcolorを継承 */
  -webkit-mask-image: url("assets/icon/icon_outlink.svg");
          mask-image: url("assets/icon/icon_outlink.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  flex-shrink: 0;
}

a .btn-norm::before,
.btn-norm a::before {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("assets/icon/icon_right.svg");
          mask-image: url("assets/icon/icon_right.svg");
}

a .btn-pdffile::before,
.btn-pdffile a::before {
  -webkit-mask-image: url("assets/icon/icon_pdffile.svg");
          mask-image: url("assets/icon/icon_pdffile.svg");
}

a .btn-innerlink::before,
.btn-innerlink a::before {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("assets/icon/icon_below.svg");
          mask-image: url("assets/icon/icon_below.svg");
}

a .btn-norm:hover,
.btn-norm a:hover,
a .btn-outlink:hover,
.btn-outlink a:hover,
a .btn-pdffile:hover,
.btn-pdffile a:hover,
a .btn-innerlink:hover,
.btn-innerlink a:hover {
  background-color: #48629A;
  color: #fff;
}

a .txtlink-pdf,
.txtlink-pdf a,
a .txtlink-anchor,
.txtlink-anchor a,
a .txtlink-site,
.txtlink-site a,
a .txtlink-outlink,
.txtlink-outlink a,
a .txtlink-outlink2,
.txtlink-outlink2 a {
  --icon-size: 24px;
  --icon-gap: 8px;
  display: inline-flex;
  align-items: center;
  gap: var(--icon-gap);
  text-decoration: none;
  color: #48629A;
  position: relative;
  transition: color 0.3s ease;
  font-weight: 600;
}

a .txtlink-pdf::before,
.txtlink-pdf a::before,
a .txtlink-anchor::before,
.txtlink-anchor a::before,
a .txtlink-site::before,
.txtlink-site a::before,
a .txtlink-outlink::before,
.txtlink-outlink a::before,
a .txtlink-outlink2::before,
.txtlink-outlink2 a::before {
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: currentColor;
  -webkit-mask-image: url("assets/icon/icon_outLinkText.svg");
  mask-image: url("assets/icon/icon_outLinkText.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  flex-shrink: 0;
}

a .txtlink-pdf::before,
.txtlink-pdf a::before {
  -webkit-mask-image: url("assets/icon/icon_txtlink-pdf.svg");
  mask-image: url("assets/icon/icon_txtlink-pdf.svg");
}

a .txtlink-site::before,
.txtlink-site a::before {
  -webkit-mask-image: url("assets/icon/icon_txtlink-site.svg");
  mask-image: url("assets/icon/icon_txtlink-site.svg");
}

a .txtlink-anchor::before,
.txtlink-anchor a::before {
  -webkit-mask-image: url("assets/icon/icon_txtlink-anchor.svg");
  mask-image: url("assets/icon/icon_txtlink-anchor.svg");
}

a .txtlink-outlink2::before,
.txtlink-outlink2 a::before {
  -webkit-mask-image: url("assets/icon/icon_txtlink-outlink2.svg");
  mask-image: url("assets/icon/icon_txtlink-outlink2.svg");
}

a .txtlink-pdf::after,
.txtlink-pdf a::after,
a .txtlink-anchor::after,
.txtlink-anchor a::after,
a .txtlink-site::after,
.txtlink-site a::after,
a .txtlink-outlink::after,
.txtlink-outlink a::after,
a .txtlink-outlink2::after,
.txtlink-outlink2 a::after {
  content: "";
  position: absolute;
  left: calc(var(--icon-size) + var(--icon-gap));
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0; /* ← 初期状態は完全に透明 */
  transition: opacity 0.3s ease;
}

a .txtlink-pdf:hover::after,
.txtlink-pdf a:hover::after,
a .txtlink-anchor:hover::after,
.txtlink-anchor a:hover::after,
a .txtlink-site:hover::after,
.txtlink-site a:hover::after,
a .txtlink-outlink:hover::after,
.txtlink-outlink a:hover::after,
a .txtlink-outlink2:hover::after,
.txtlink-outlink2 a:hover::after {
  opacity: 1; /* ← hover時に不透明に */
}

#js_pageTop {
  transition: opacity 0.4s ease, bottom 0.3s ease; /* フェードと位置移動を滑らかに */
  cursor: pointer;
}

.global_header {
  position: sticky;
  z-index: 100;
  width: 100%;
  background-color: #02194B;
  transition: height 0.3s;
}
body._fixed .global_header, body._contentFixed .global_header {
  position: fixed !important;
}
@media (min-width: 768px) {
  .global_header .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.header_box {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1020px;
    height: 90px;
    padding-right: 100px;
  }
}
@media (min-width: 1180px) {
  .header_box {
    padding-right: 0;
  }
}

.header_links {
  display: none;
}
@media (min-width: 768px) {
  .header_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ffffff;
  }
  .header_links ul {
    line-height: 1;
  }
  .header_links ul li {
    display: inline-block;
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 5px;
  }
  .header_links ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  .header_links ul li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
  }
}

.global_navigation {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .global_navigation {
    position: static;
    top: 90px;
  }
}
@media (min-width: 1180px) {
  .global_navigation {
    overflow: visible;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    transition: none;
  }
}
body._open-menu .global_navigation {
  overflow-y: auto;
  padding: 0 0 70px;
  height: calc(100% - 70px);
}
.global_navigation a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.global_navigation a:hover {
  color: #FF6D00;
}
.global_navigation > .inner {
  padding: 0 20px;
}
@media (min-width: 1180px) {
  .global_navigation > .inner {
    padding: 0;
  }
}
.global_navigation .gn_links-01 {
  border-top: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.global_navigation .gn_links-01 > li {
  position: relative;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li {
    width: 16.6666666667%;
    border-left: 1px solid #02194B;
    border-bottom: none;
  }
  .global_navigation .gn_links-01 > li:last-child {
    border-right: 1px solid #02194B;
  }
}
.global_navigation .gn_links-01 li [class*=gnl_title] {
  color: #02194B;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_title] {
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_title]::after {
    content: none;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_button] {
    display: none;
  }
}
.global_navigation .gn_links-01 li [class*=gnl_button]::before {
  content: "\f107";
  position: absolute;
  color: #02194B;
  width: auto;
  height: auto;
  top: 50%;
  right: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  background-color: transparent;
}
.global_navigation .gn_links-01 li [class*=gnl_button]::after {
  content: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_button] + a {
    width: 100%;
  }
}
.global_navigation .gn_links-01 li [class*=gnl_button]._open:before {
  transform: translateY(-50%) rotate(-90deg);
}
.global_navigation .gn_links-01 li [class*=gnl_wrapper] [class*=gnl_inner] ul {
  border-top: none;
}
.global_navigation .gn_links-01 > li > .gnl_title {
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_title {
    letter-spacing: 0.9px;
    font-size: 16px;
    font-weight: 700 !important;
    background-color: #ffffff;
  }
}
.global_navigation .gn_links-01 > li > .gnl_title::after {
  content: none;
}
.global_navigation .gn_links-01 > li > .gnl_title._disabled {
  pointer-events: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_title:hover {
    background-color: #6680B9;
    color: #ffffff;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper {
  display: block;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 10000;
    width: auto;
    background: #ffffff;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper._open-menu {
    display: block;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner {
    margin: 0 auto;
    padding: 0;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > .gnl_title {
  display: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > .gnl_title a {
    display: block;
    padding: 20px 20px;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title::after {
  content: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title-hover._active {
    background: #ffffff;
    color: #02194B;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title-hover._active::after {
    color: #02194B !important;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title:hover {
    background: #ECF1F9;
    color: #02194B;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title:hover::after {
    color: #02194B !important;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li._hasChild {
  position: relative;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li._hasChild > .gnl_title::after {
    content: "\f105";
    position: absolute;
    color: #fff;
    width: auto;
    height: auto;
    top: 50%;
    right: 20px;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    line-height: 1;
    line-height: 1;
    transform: translateY(-50%);
    background-color: transparent;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper.mm_wrapper-03 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    z-index: 1000;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper.mm_wrapper-03._open-menu {
    display: block;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul {
  margin-top: -1px;
  border-top: 1px solid #e8e8e8;
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li {
  margin-left: 55px;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li {
    margin-left: 0;
    border: none;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title {
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 600 !important;
  border-bottom: solid 1px #e8e8e8;
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title::after {
  left: 0;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title:hover {
    background: #ECF1F9;
  }
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li.title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #02194B;
  font-weight: bold;
  margin: 0 27px 20px;
  padding: 10px 0;
  border-bottom: solid 1px #d1d1d1;
}
.global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper > .gnl_inner > ul > li:last-child {
  border-bottom: none;
}
.global_navigation .gn_links-02 {
  display: block;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-02 {
    display: none;
  }
}
.global_navigation .gn_links-02 li {
  width: 100%;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-02 li + li {
    margin-top: 10px;
  }
}
.global_navigation .gn_links-02 li a {
  color: #ffffff;
  padding: 10px 10px 10px 67px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-02 li a {
    display: inline;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
}
.global_navigation .gn_links-02 li a::before {
  content: "\f105";
  position: absolute;
  color: #ffffff;
  width: auto;
  height: auto;
  left: 38px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
}
.global_navigation .gn_links-02 li a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 25px;
}
.global_navigation .gn_links-03 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-03 {
    display: none;
  }
}
.global_navigation .gn_links-03 li a {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .global_navigation .gn_search .gns_form input[type=search] {
    padding: 5px 34px 5px 10px;
    height: 34px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .global_navigation .gn_search .gns_form button[type=submit] {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
.global_navigation .gn_close {
  display: block;
  position: relative;
  min-width: 150px;
  margin: 50px auto 0;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #02194B;
  color: #ffffff;
  line-height: 1.3;
}
@media (min-width: 1180px) {
  .global_navigation .gn_close {
    display: none;
  }
}

@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li {
    width: 16.6666666667%;
    border-left: 1px solid #02194b;
    border-bottom: none;
  }
  .global_navigation .gn_links-01 > li:last-child {
    border-right: 1px solid #02194b;
  }
}
.global_navigation .gn_links-01 li [class*=gnl_title] {
  color: #02194b;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_title] {
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_title]::after {
    content: none;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 li [class*=gnl_button] {
    display: none;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title-hover._active {
    background: #ffffff;
    color: #02194b;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title-hover._active::after {
    color: #02194b !important;
  }
}
@media (min-width: 1180px) {
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title:hover {
    background: #ecf1f9;
    color: #02194b;
  }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_title:hover::after {
    color: #02194b !important;
  }
}
.module_menu-01 {
  border-top: 1px solid #e8e8e8;
}

.module_menu-01 li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}

.module_menu-01 li [class*=mm_title] {
  position: relative;
  display: flex;
  align-items: center;
  order: 1;
  width: 100%;
  padding: 20px 60px 20px 20px;
  color: #333333;
  text-decoration: none;
  line-height: 1.3;
  transition: 0.3s;
}

.module_menu-01 li [class*=mm_title]::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.module_menu-01 li [class*=mm_title] br {
  display: none;
}

.module_menu-01 li [class*=mm_button] {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: auto;
  background-color: transparent;
  pointer-events: all;
}

.module_menu-01 li [class*=mm_button]::before,
.module_menu-01 li [class*=mm_button]::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
  border-radius: 1px;
  width: 10px;
  height: 2px;
  background-color: #333333;
  transition: 0.3s;
}

.module_menu-01 li [class*=mm_button]::after {
  transform: rotate(-90deg);
}

.module_menu-01 li [class*=mm_button] span {
  display: none;
}

.module_menu-01 li [class*=mm_button] + a {
  padding-right: 0;
  width: calc(100% - 60px);
}

.module_menu-01 li [class*=mm_button] + a::after {
  content: none;
}

.module_menu-01 li [class*=mm_button]._open::after {
  transform: rotate(0deg);
}

.module_menu-01 li [class*=mm_wrapper] {
  order: 3;
  width: 100%;
  display: none;
}

.module_menu-01 li [class*=mm_wrapper] [class*=mm_inner] ul {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}

.module_menu-01 li [class*=mm_wrapper] [class*=mm_inner] ul li:last-child {
  border-bottom: none;
}

.gh_menu {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gh_menu {
    right: 10px;
    top: 10px;
  }
}

.global_footer {
  position: relative;
  background-color: #02194B;
  color: #ffffff;
  padding: 20px 30px 0;
}
@media (min-width: 768px) {
  .global_footer {
    padding: 30px 40px 0;
  }
}
.global_footer a {
  color: #ffffff;
  text-decoration: none;
}
.global_footer .global_inner {
  position: relative;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .global_footer .global_inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 {
    display: flex;
    align-items: flex-start;
    border-top: none;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_title] {
    padding: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_title]::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_title]:hover {
    color: #FF6D00;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_button] {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_button] + a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_wrapper] {
    display: block;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 li [class*=gfl_wrapper] [class*=gfl_inner] ul {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li {
    width: calc(25% - 45px - 0.1px);
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li > .gfl_title {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li > .gfl_wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li + li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li > .gfl_wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
}
.global_footer ._inner .gf_information {
  padding: 20px 0 10px;
  text-align: center;
}
@media (min-width: 1180px) {
  .global_footer ._inner .gf_information {
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information .global_inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information .gf_logo a {
    transition: opacity 0.3s;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information .gf_logo a:hover, .global_footer ._inner .gf_information .gf_logo a:focus {
    opacity: 0.6;
  }
}
.global_footer ._inner .gf_information .gf_logo a img {
  width: 267px;
  height: auto;
}
.global_footer ._inner .gf_information address {
  margin-top: 30px;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information address {
    margin-top: 40px;
  }
}
.global_footer ._inner .gf_information address .gf_address {
  letter-spacing: 0.8px;
}
.global_footer ._inner .gf_information address .gf_address a {
  color: #ffffff;
  font-weight: 400;
}
.global_footer ._inner .gf_information address .gf_tel {
  color: #ffffff;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.global_footer ._inner .gf_information address .gf_tel a {
  font-weight: 400;
}
.global_footer ._inner .gf_information address .gf_tel span {
  color: #ffffff;
  font-weight: 400;
}
.global_footer ._inner .gf_information .gf_links-03 {
  margin-top: 30px;
  letter-spacing: 0.8px;
}
.global_footer ._inner .gf_information .gf_links-03 li a {
  font-weight: 400;
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information .gf_links-03 li a {
    transition: opacity 0.3s;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_information .gf_links-03 li a:hover, .global_footer ._inner .gf_information .gf_links-03 li a:focus {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap {
    width: calc(100% - 315px - 60px);
    order: 1;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .global_inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_logo {
    max-width: 330px;
    height: auto;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_logo a {
    transition: opacity 0.3s;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_logo a:hover, .global_footer ._inner .gf_links-wrap .gf_logo a:focus {
    opacity: 0.6;
  }
}
.global_footer ._inner .gf_links-wrap .gf_logo a img {
  width: 100%;
  height: auto;
}
.global_footer ._inner .gf_links-wrap .gf_links-02 {
  display: block;
  width: auto;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_links-02 {
    padding-bottom: 0;
  }
}
.global_footer ._inner .gf_links-wrap .gf_links-02 li {
  border: none;
  width: 100%;
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_links-02 li + li {
    margin-top: 8px;
  }
}
.global_footer ._inner .gf_links-wrap .gf_links-02 li a {
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 8px 10px 8px 42px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_links-02 li a {
    transition: opacity 0.3s;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_links-02 li a:hover, .global_footer ._inner .gf_links-wrap .gf_links-02 li a:focus {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .global_footer ._inner .gf_links-wrap .gf_links-02 li a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.global_footer ._inner .gf_links-wrap .gf_links-02 li a::before {
  content: "\f105";
  position: absolute;
  color: #ffffff;
  width: auto;
  height: auto;
  left: 13px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
}
.global_footer ._inner .gf_links-wrap .gf_links-02 li a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.global_footer .gf_copyright {
  padding: 15px 0;
  margin: 0 20px;
  background-color: #02194B;
  font-size: 15px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: center;
  border-top: solid 1px #838383;
}
@media (min-width: 768px) {
  .global_footer .gf_copyright {
    padding: 33px 0;
  }
}
.global_footer .gf_pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
}
@media (min-width: 1180px) {
  .global_footer .gf_pageTop {
    right: 110px;
  }
}
.global_footer .gf_pageTop a {
  display: flex;
  width: 50px;
  justify-content: center;
  align-items: flex-end;
  height: 55px;
  background-color: #02194B;
  transition: 0.3s;
}
.global_footer .gf_pageTop a::before {
  content: "\f106";
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
@media (min-width: 1180px) {
  .global_footer .gf_pageTop a:hover {
    transform: scale(1.2);
  }
}

.sidelinks {
  display: none;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 51;
}
.sidelinks a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 14px;
  border-radius: 0 5px 5px 0;
  background-color: #6680B9;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.sidelinks a > .title-sub {
  font-size: 14px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  margin-left: 0.5em;
}
@media (min-width: 1180px) {
  .sidelinks a:hover {
    transform: scale(1.1);
    transform-origin: left center;
    background-color: #02194B;
  }
}

/* 1. 画像ブロックのコンテナ（リンクがある場合のみ適用） */
.wp-block-image a {
  position: relative;
  display: block;
  overflow: hidden; /* 拡大時のはみ出し防止 */
}

/* 2. ホバー時の画像拡大 */
.wp-block-image a img {
  transition: transform 0.4s ease !important;
}

.wp-block-image a:hover img {
  transform: scale(1.1);
}

/* 3. 「＋」アイコンの自動表示（001.jpgの再現） */
.wp-block-image a::after {
  content: "+";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  background-color: #3b5a9a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  border-radius: 2px;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */