@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, aside, section {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  opacity: 0.7;
}
a[target=_blank] .after {
  display: none;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  word-break: normal;
}
a[target=_blank] .after svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.pageMain a {
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

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

iframe {
  width: 100%;
}

table {
  width: 100%;
}

sup {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: super;
}

sub {
  font-size: 0.5em;
  vertical-align: sub;
}

small {
  opacity: 0.8;
  font-size: 0.875em;
}

input,
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  font-size: 0.9em;
  font-family: inherit;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #092941;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9f9f9f;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9f9f9f;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9f9f9f;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #9f9f9f;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9f9f9f;
}

button {
  display: block;
  cursor: pointer;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #222;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.wrapper {
  padding-top: 120px;
  padding-top: min(16vw,7.5rem);
  position: relative;
}

.phoneCallBtn {
  cursor: default;
}

.is-style-image-pc,
.only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-style-image-pc,
.only-pc {
    display: block;
  }
  .is-style-image-sp,
.only-sp {
    display: none;
  }
}
a[href="#hideParentText"] {
  display: none;
}
a[href="#hideParentText"] + .sub-menu {
  margin-top: 0 !important;
}

@media print {
  .header,
.footer,
.pageSidebar {
    display: none !important;
  }
}
html:not(.wp-toolbar) {
  margin-top: 0 !important;
}
html:not(.wp-toolbar) #wpadminbar {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  min-width: 0;
}
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-wp-logo,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-site-name,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-top-secondary,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-customize,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-updates,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-comments,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-new-content,
html:not(.wp-toolbar) #wpadminbar #wp-admin-bar-edit {
  display: none;
}

.btn,
.wp-block-button,
.is-style-btn {
  max-width: 100%;
}
.btn a, .btn button, .btn .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .wp-block-button__link,
.is-style-btn a,
.is-style-btn button,
.is-style-btn .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  padding: 1em 1.5em;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 3.125rem;
  color: inherit;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn a::after, .btn button::after, .btn .wp-block-button__link::after,
.wp-block-button a::after,
.wp-block-button button::after,
.wp-block-button .wp-block-button__link::after,
.is-style-btn a::after,
.is-style-btn button::after,
.is-style-btn .wp-block-button__link::after {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  word-break: normal;
}
@media screen and (min-width: 768px) {
  .btn a, .btn button, .btn .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .wp-block-button__link,
.is-style-btn a,
.is-style-btn button,
.is-style-btn .wp-block-button__link {
    padding: 1em 3em;
  }
}
.btn a[target=_blank]::after, .btn button[target=_blank]::after, .btn .wp-block-button__link[target=_blank]::after,
.wp-block-button a[target=_blank]::after,
.wp-block-button button[target=_blank]::after,
.wp-block-button .wp-block-button__link[target=_blank]::after,
.is-style-btn a[target=_blank]::after,
.is-style-btn button[target=_blank]::after,
.is-style-btn .wp-block-button__link[target=_blank]::after {
  display: none;
}
.btn a[target=_blank] .after, .btn button[target=_blank] .after, .btn .wp-block-button__link[target=_blank] .after,
.wp-block-button a[target=_blank] .after,
.wp-block-button button[target=_blank] .after,
.wp-block-button .wp-block-button__link[target=_blank] .after,
.is-style-btn a[target=_blank] .after,
.is-style-btn button[target=_blank] .after,
.is-style-btn .wp-block-button__link[target=_blank] .after {
  display: block;
  margin-left: 0.5em;
}
.btn a:hover, .btn button:hover, .btn .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-button button:hover,
.wp-block-button .wp-block-button__link:hover,
.is-style-btn a:hover,
.is-style-btn button:hover,
.is-style-btn .wp-block-button__link:hover {
  color: #035faa;
}
.btn-back a::after, .btn-back button::after, .btn-back .wp-block-button__link::after,
.wp-block-button-back a::after,
.wp-block-button-back button::after,
.wp-block-button-back .wp-block-button__link::after,
.is-style-btn-back a::after,
.is-style-btn-back button::after,
.is-style-btn-back .wp-block-button__link::after {
  display: none;
}
.btn-back a::before, .btn-back button::before, .btn-back .wp-block-button__link::before,
.wp-block-button-back a::before,
.wp-block-button-back button::before,
.wp-block-button-back .wp-block-button__link::before,
.is-style-btn-back a::before,
.is-style-btn-back button::before,
.is-style-btn-back .wp-block-button__link::before {
  display: block;
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_left";
}
.btn-blue a, .btn-blue button, .btn-blue .wp-block-button__link,
.wp-block-button-blue a,
.wp-block-button-blue button,
.wp-block-button-blue .wp-block-button__link,
.is-style-btn-blue a,
.is-style-btn-blue button,
.is-style-btn-blue .wp-block-button__link {
  border-color: none;
  background-color: #035faa;
  color: #fff;
}
.btn-blue a:hover, .btn-blue button:hover, .btn-blue .wp-block-button__link:hover,
.wp-block-button-blue a:hover,
.wp-block-button-blue button:hover,
.wp-block-button-blue .wp-block-button__link:hover,
.is-style-btn-blue a:hover,
.is-style-btn-blue button:hover,
.is-style-btn-blue .wp-block-button__link:hover {
  background-color: #fff;
  color: #035faa;
}
.btn-black a, .btn-black button, .btn-black .wp-block-button__link,
.wp-block-button-black a,
.wp-block-button-black button,
.wp-block-button-black .wp-block-button__link,
.is-style-btn-black a,
.is-style-btn-black button,
.is-style-btn-black .wp-block-button__link {
  border: none;
  background-color: #222;
}
.btn-black a:hover, .btn-black button:hover, .btn-black .wp-block-button__link:hover,
.wp-block-button-black a:hover,
.wp-block-button-black button:hover,
.wp-block-button-black .wp-block-button__link:hover,
.is-style-btn-black a:hover,
.is-style-btn-black button:hover,
.is-style-btn-black .wp-block-button__link:hover {
  background-color: #fff;
  color: #000;
}
.btn-icon a, .btn-icon button, .btn-icon .wp-block-button__link,
.wp-block-button-icon a,
.wp-block-button-icon button,
.wp-block-button-icon .wp-block-button__link,
.is-style-btn-icon a,
.is-style-btn-icon button,
.is-style-btn-icon .wp-block-button__link {
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 0;
  border-color: #035faa;
  background-color: #fff;
  color: #035faa;
  white-space: normal;
}
.btn-icon a .btn-icon__inner, .btn-icon button .btn-icon__inner, .btn-icon .wp-block-button__link .btn-icon__inner,
.wp-block-button-icon a .btn-icon__inner,
.wp-block-button-icon button .btn-icon__inner,
.wp-block-button-icon .wp-block-button__link .btn-icon__inner,
.is-style-btn-icon a .btn-icon__inner,
.is-style-btn-icon button .btn-icon__inner,
.is-style-btn-icon .wp-block-button__link .btn-icon__inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn-icon a:hover, .btn-icon button:hover, .btn-icon .wp-block-button__link:hover,
.wp-block-button-icon a:hover,
.wp-block-button-icon button:hover,
.wp-block-button-icon .wp-block-button__link:hover,
.is-style-btn-icon a:hover,
.is-style-btn-icon button:hover,
.is-style-btn-icon .wp-block-button__link:hover {
  background-color: #035faa;
  color: #fff;
}
.btn-icon a::after, .btn-icon button::after, .btn-icon .wp-block-button__link::after,
.wp-block-button-icon a::after,
.wp-block-button-icon button::after,
.wp-block-button-icon .wp-block-button__link::after,
.is-style-btn-icon a::after,
.is-style-btn-icon button::after,
.is-style-btn-icon .wp-block-button__link::after {
  display: none;
}
.btn-icon a svg, .btn-icon button svg, .btn-icon .wp-block-button__link svg,
.wp-block-button-icon a svg,
.wp-block-button-icon button svg,
.wp-block-button-icon .wp-block-button__link svg,
.is-style-btn-icon a svg,
.is-style-btn-icon button svg,
.is-style-btn-icon .wp-block-button__link svg {
  fill: currentColor;
  margin-bottom: 1em;
}
.btn-icon a[target=_blank] .after, .btn-icon button[target=_blank] .after, .btn-icon .wp-block-button__link[target=_blank] .after,
.wp-block-button-icon a[target=_blank] .after,
.wp-block-button-icon button[target=_blank] .after,
.wp-block-button-icon .wp-block-button__link[target=_blank] .after,
.is-style-btn-icon a[target=_blank] .after,
.is-style-btn-icon button[target=_blank] .after,
.is-style-btn-icon .wp-block-button__link[target=_blank] .after {
  display: none;
}
.btn-text,
.wp-block-button-text,
.is-style-btn-text {
  width: auto;
  max-width: none;
  text-align: center;
}
.btn-text a, .btn-text button, .btn-text .wp-block-button__link,
.wp-block-button-text a,
.wp-block-button-text button,
.wp-block-button-text .wp-block-button__link,
.is-style-btn-text a,
.is-style-btn-text button,
.is-style-btn-text .wp-block-button__link {
  height: auto;
  border: none;
  color: #035faa;
  background-color: transparent;
}
.btn-text a:hover, .btn-text button:hover, .btn-text .wp-block-button__link:hover,
.wp-block-button-text a:hover,
.wp-block-button-text button:hover,
.wp-block-button-text .wp-block-button__link:hover,
.is-style-btn-text a:hover,
.is-style-btn-text button:hover,
.is-style-btn-text .wp-block-button__link:hover {
  color: #092941;
  background-color: transparent;
}

.wp-block-buttons {
  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;
  gap: 15px;
  margin: 2em 0 4em;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left .wp-block-button {
  margin-left: 0;
}
.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right .wp-block-button {
  margin-right: 0;
}
.wp-block-buttons.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  padding: 1em 1.5em;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 3.125rem;
  color: inherit;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  background-color: #092941;
  color: #fff;
}
.formBtn::after {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  word-break: normal;
}
@media screen and (min-width: 768px) {
  .formBtn {
    padding: 1em 3em;
  }
}
.formBtn[target=_blank]::after {
  display: none;
}
.formBtn[target=_blank] .after {
  display: block;
  margin-left: 0.5em;
}
.formBtn::after {
  display: none;
}
.formBtn:hover {
  opacity: 0.8;
}

.confirmBtn.is-disabled {
  background-color: #aaa;
  pointer-events: none;
}

.backBtn {
  background-color: #666;
}
.backBtn::after {
  display: none;
}

.pageTopBtn {
  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;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 10.6666666667vw;
  max-width: 42px;
  height: 10.6666666667vw;
  max-height: 42px;
  background-color: #deeaf4;
  z-index: 1000;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pageTopBtn::before {
  display: block;
  width: 33%;
  height: 33%;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-top-width: min(0.2666666667vw,2px);
  border-bottom-width: 2px;
  border-left-width: min(0.2666666667vw,2px);
  border-bottom: none;
  border-right: none;
  -webkit-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
  content: "";
}
.pageTopBtn:hover::before {
  border-color: #092941;
}
.pageTopBtn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.contact_form1 .pageTopBtn, .contact_form2 .pageTopBtn,
.pageTopBtn .confirm,
.pageTopBtn .complete {
  bottom: 100px;
}

.is-ie .wp-block-button .wp-block-button__link::after {
  display: none;
}

.tabMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
  height: 40px;
  margin-bottom: 30px;
}
.tabMenu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabMenu .tabBtn {
  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;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tabMenu .tabBtn.is-current {
  border-color: #092941;
  background-color: #092941;
  color: #fff;
  height: 45px;
}
.tabMenu .tabBtn.is-current::after {
  opacity: 1;
}

.tabWrap {
  position: relative;
}

.tabContents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.tabContents.is-show {
  position: relative;
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .tabMenu {
    margin-bottom: 60px;
  }
  .tabMenu__list {
    height: 60px;
  }
  .tabMenu .tabBtn {
    height: 60px;
  }
  .tabMenu .tabBtn.is-current {
    height: 65px;
  }
  .tabMenu .tabBtn:not(.is-current):hover {
    color: #035faa;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 85px 6.6666666667vw 200px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  z-index: 5000;
  opacity: 0;
  pointer-events: none;
}
.modal.is-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal.is-close {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal .modalClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 8px;
  background-color: #092941;
  cursor: pointer;
}
.modal .modalClose::before, .modal .modalClose::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.modal .modalClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modalClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modalCloseBtn {
  margin-top: 20px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.modal .modalCloseBtn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.modal .modalCloseBtn span::before, .modal .modalCloseBtn span::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.modal .modalCloseBtn span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.modal .modalCloseBtn span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.modal__inner {
  position: relative;
  width: 84vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 5.3333333333vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 150px 0;
  }
  .modal .modalClose {
    width: 60px;
    height: 60px;
  }
  .modal .modalClose::before, .modal .modalClose::after {
    width: 35px;
  }
  .modal .modalCloseBtn {
    margin-top: 40px;
    font-size: 1.125rem;
  }
  .modal .modalCloseBtn span {
    padding-right: 40px;
  }
  .modal .modalCloseBtn span::before, .modal .modalCloseBtn span::after {
    width: 30px;
    height: 1px;
  }
  .modal__inner {
    padding: 100px 40px;
  }
}

.modalContents {
  display: none;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
}
.slick-slide a {
  outline: none;
}
.slick-slide a :active {
  outline: none;
}
.slick-slide figure img {
  display: inline;
}

.slick-arrow {
  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;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  background-color: rgba(181, 181, 181, 0.96);
  color: #fff;
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: calc(50% - 50vw);
}
.slick-arrow.slick-prev::before {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_left";
}
.slick-arrow.slick-next {
  right: calc(50% - 50vw);
}
.slick-arrow.slick-next::before {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c3c4c4;
}
.slick-dots li.slick-active button {
  background-color: #666;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 50px;
    height: 100px;
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
}
.pageContents h1, .pageContents .pageTitle {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  font-size: 1.5em;
  line-height: 1.3;
}
.pageContents h1::before, .pageContents .pageTitle::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background-image: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.pageContents h1:first-child, .pageContents .pageTitle:first-child {
  margin-top: 0;
}
.pageContents h1:last-child, .pageContents .pageTitle:last-child {
  margin-bottom: 0;
}
.pageContents h2 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  font-size: 1.375em;
  padding-bottom: 0.6em;
  line-height: 1.5;
}
.pageContents h2::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background-image: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.pageContents h2:first-child {
  margin-top: 0;
}
.pageContents h2:last-child {
  margin-bottom: 0;
}
.pageContents h2 em {
  display: block;
  color: #666;
  font-size: 0.65em;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.pageContents h3 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-left: 0.75em;
  font-size: 1.25em;
}
.pageContents h3::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #035faa;
  content: "";
}
.pageContents h3:first-child {
  margin-top: 0;
}
.pageContents h3:last-child {
  margin-bottom: 0;
}
.pageContents h4, .pageContents h5, .pageContents h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.pageContents h4:first-child, .pageContents h5:first-child, .pageContents h6:first-child {
  margin-top: 0;
}
.pageContents h4:last-child, .pageContents h5:last-child, .pageContents h6:last-child {
  margin-bottom: 0;
}
.pageContents h4 strong, .pageContents h5 strong, .pageContents h6 strong {
  display: inline-block;
  position: relative;
}
.pageContents h4 strong::after, .pageContents h5 strong::after, .pageContents h6 strong::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 30px;
  background-color: #01a5fe;
  content: "";
}
.pageContents p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.pageContents p:first-child {
  margin-top: 0;
}
.pageContents p:last-child {
  margin-bottom: 0;
}
.pageContents p a {
  color: #035faa;
  text-decoration: underline;
}
.pageContents ul:not([class]) {
  margin: 1em 0;
  padding-left: 1em;
  list-style: disc;
}
.pageContents ul:not([class]) > li + li {
  margin-top: 0.5em;
}
.pageContents ol:not([class]) {
  margin: 1em 0;
  padding-left: 1em;
  list-style: decimal;
}
.pageContents ol:not([class]) > li + li {
  margin-top: 0.5em;
}
.pageContents ol.num-circle {
  list-style: none;
  counter-reset: number;
}
.pageContents ol.num-circle li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}
.pageContents ol.num-circle li::before {
  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;
  position: absolute;
  left: 0;
  top: 2.2em;
  width: 2.2em;
  height: 2.2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: number;
  content: counter(number);
  letter-spacing: -0.03em;
}
.pageContents a:not([class]):hover {
  color: #035faa;
}
.pageContents pre {
  font-family: inherit;
  white-space: normal;
  letter-spacing: 0.1em;
}
.pageContents .wp-block-group {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.pageContents .wp-block-group:first-of-type {
  margin-top: 0;
}
.pageContents .wp-block-group:last-of-type {
  margin-bottom: 0;
}
.pageContents section.wp-block-group {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.pageContents .wp-block-image,
.pageContents .wp-block-embed {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 0;
}
.pageContents .wp-block-image:first-child,
.pageContents .wp-block-embed:first-child {
  margin-top: 0;
}
.pageContents .wp-block-image:last-child,
.pageContents .wp-block-embed:last-child {
  margin-bottom: 0;
}
.pageContents .wp-block-image figcaption,
.pageContents .wp-block-embed figcaption {
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.5;
}
.pageContents .wp-block-image .alignleft,
.pageContents .wp-block-embed .alignleft {
  text-align: left;
}
.pageContents .wp-block-image .aligncenter,
.pageContents .wp-block-embed .aligncenter {
  text-align: center;
}
.pageContents .wp-block-image .alignright,
.pageContents .wp-block-embed .alignright {
  text-align: right;
}
.pageContents .wp-block-image iframe,
.pageContents .wp-block-embed iframe {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  .pageContents .wp-block-image iframe,
.pageContents .wp-block-embed iframe {
    min-height: 400px;
  }
}
.pageContents .alignwide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.pageContents .alignwide img {
  width: 100%;
  max-width: none;
}
.pageContents .alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.pageContents .alignfull img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .pageContents .alignfull {
    position: relative;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: 100vw;
  }
  .pageContents .alignfull figcaption {
    padding: 0 1em;
  }
}
.pageContents .has-huge-font-size {
  font-size: 1.5em;
}
.pageContents .has-large-font-size {
  font-size: 1.25em;
}
.pageContents .has-medium-font-size {
  font-size: 1.125em;
}
.pageContents .has-small-font-size {
  font-size: 0.6875em;
}
.pageContents .is-style-font-serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
.pageContents .is-style-no-obj {
  padding: 0;
}
.pageContents .is-style-no-obj::before, .pageContents .is-style-no-obj::after {
  display: none;
}
.pageContents .is-style-heading2type {
  position: relative;
  padding: 0 0 0.6em;
}
.pageContents .is-style-heading2type::before {
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.pageContents .is-style-heading3type {
  position: relative;
  padding: 0 0 0 0.75em;
}
.pageContents .is-style-heading3type::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 3px;
  height: 100%;
  background: #035faa;
  content: "";
}
.pageContents .has-main-color {
  color: #092941;
}
.pageContents .has-main-background-color {
  background-color: #092941;
}
.pageContents .has-accent-color {
  color: #035faa;
}
.pageContents .has-accent-background-color {
  background-color: #035faa;
}
.pageContents .has-white-color {
  color: #fff;
}
.pageContents .has-white-background-color {
  background-color: #fff;
}
.pageContents .has-black-color {
  color: #000;
}
.pageContents .has-black-background-color {
  background-color: #000;
}
.pageContents .has-red-color {
  color: #CE5858;
}
.pageContents .has-red-background-color {
  background-color: #CE5858;
}
.pageContents .has-sub-color {
  color: #deeaf4;
}
.pageContents .has-sub-background-color {
  background-color: #deeaf4;
}
.pageContents .has-gray-color {
  color: #666;
}
.pageContents .has-gray-background-color {
  background-color: #666;
}
.pageContents .has-lightgray-color {
  color: #f6f6f7;
}
.pageContents .has-lightgray-background-color {
  background-color: #f6f6f7;
}
.pageContents .has-text-align-left {
  text-align: left;
}
.pageContents .has-text-align-center {
  text-align: center;
}
.pageContents .has-text-align-right {
  text-align: right;
}
.pageContents .has-drop-cap::after {
  display: block;
  content: "";
}
.pageContents .has-drop-cap::first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 1;
}
.pageContents ul.is-style-check {
  display: inline-block;
}
.pageContents ul.is-style-check li + li {
  margin-top: 0.5em;
}
.pageContents ul.is-style-check li::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #035faa;
  font-family: "Material Icons";
  content: "done";
}
.pageContents .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pageContents .wp-block-columns:first-child {
  margin-top: 0;
}
.pageContents .wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageContents .wp-block-columns.is-style-sp-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageContents .wp-block-columns.is-style-sp-vertical .wp-block-column + .wp-block-column {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageContents .wp-block-columns.is-style-sp-vertical-return {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pageContents .wp-block-columns.is-style-sp-vertical-return .wp-block-column + .wp-block-column {
    margin-bottom: 15px;
  }
}
.pageContents .wp-block-columns.is-style-slider {
  display: block;
}
.pageContents .wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageContents .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.pageContents .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.pageContents .wp-block-columns .wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.pageContents .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.pageContents .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.pageContents .wp-block-media-text {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pageContents .wp-block-media-text:first-child {
  margin-top: 0;
}
.pageContents .wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageContents .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .pageContents .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
  .pageContents .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
}
.pageContents .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 0;
}
.pageContents .wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.pageContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
}
.pageContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
}
.pageContents .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media,
.pageContents .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.pageContents .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.pageContents .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.pageContents .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media,
.pageContents .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.pageContents .wp-block-table {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .pageContents .wp-block-table {
    font-size: 13px;
  }
}
.pageContents .wp-block-table:first-child {
  margin-top: 0;
}
.pageContents .wp-block-table:last-child {
  margin-bottom: 0;
}
.pageContents .wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
.pageContents .wp-block-table th {
  padding: 1em;
  border: 1px solid #9f9f9f;
  word-break: break-all;
}
.pageContents .wp-block-table td {
  padding: 1em;
  border: 1px solid #9f9f9f;
  word-break: break-all;
}
.pageContents .wp-block-table figcaption {
  margin-top: 0.5em;
  font-size: 0.85em;
  text-align: center;
}
.pageContents .wp-block-table.is-style-border-horizontal th, .pageContents .wp-block-table.is-style-border-horizontal td {
  border-left: none;
  border-right: none;
}
.pageContents .wp-block-table.is-style-no-border th, .pageContents .wp-block-table.is-style-no-border td {
  border: none;
}
.pageContents .wp-block-cover {
  position: relative;
  overflow: hidden;
}
.pageContents .wp-block-cover.has-background-dim::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.5;
  content: "";
}
.pageContents .wp-block-cover.has-parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.pageContents .wp-block-cover.is-repeated {
  min-height: 400px;
  background-repeat: repeat;
}
.pageContents .wp-block-cover.is-position-top-left {
  background-position: left top;
}
.pageContents .wp-block-cover.is-position-top-center {
  background-position: center top;
}
.pageContents .wp-block-cover.is-position-top-right {
  background-position: right top;
}
.pageContents .wp-block-cover.is-position-center-left {
  background-position: left center;
}
.pageContents .wp-block-cover.is-position-center-center {
  background-position: center center;
}
.pageContents .wp-block-cover.is-position-center-right {
  background-position: right center;
}
.pageContents .wp-block-cover.is-position-bottom-left {
  background-position: left bottom;
}
.pageContents .wp-block-cover.is-position-bottom-center {
  background-position: center bottom;
}
.pageContents .wp-block-cover.is-position-bottom-right {
  background-position: right bottom;
}
.pageContents .wp-block-cover__inner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 10;
}
.pageContents .wp-block-cover__inner-container * {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.pageContents blockquote,
.pageContents .wp-block-quote {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
  background-color: #eee;
}
.pageContents blockquote:first-child,
.pageContents .wp-block-quote:first-child {
  margin-top: 0;
}
.pageContents blockquote:last-child,
.pageContents .wp-block-quote:last-child {
  margin-bottom: 0;
}
.pageContents blockquote cite p,
.pageContents .wp-block-quote cite p {
  text-align: right;
}
.pageContents blockquote a,
.pageContents .wp-block-quote a {
  color: #035faa;
  text-decoration: underline;
}
.pageContents .wp-block-pullquote {
  position: relative;
  margin: 3.5em 0;
  padding: 1em;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.pageContents .wp-block-pullquote:first-child {
  margin-top: 0;
}
.pageContents .wp-block-pullquote:last-child {
  margin-bottom: 0;
}
.pageContents .wp-block-pullquote cite {
  display: block;
  text-align: right;
}
.pageContents .wp-block-pullquote a {
  color: #035faa;
  text-decoration: underline;
}
.pageContents .wp-block-verse {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em;
  border: 1px solid currentColor;
}
.pageContents .wp-block-verse:first-child {
  margin-top: 0;
}
.pageContents .wp-block-verse:last-child {
  margin-bottom: 0;
}
.pageContents .wp-block-verse a {
  color: #035faa;
  text-decoration: underline;
}
.pageContents .wp-block-query h1, .pageContents .wp-block-query .pageTitle, .pageContents .wp-block-query h2, .pageContents .wp-block-query h3, .pageContents .wp-block-query h4, .pageContents .wp-block-query h5, .pageContents .wp-block-query h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.pageContents .wp-block-query .wp-block-post-template li + li {
  margin-top: 1.5em;
}
.pageContents .blocks-gallery-grid,
.pageContents .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.pageContents .blocks-gallery-grid .wp-block-image,
.pageContents .wp-block-gallery .wp-block-image {
  -ms-flex-preferred-size: 22px;
      flex-basis: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.pageContents .is-style-spacer-arrow {
  margin: 1.875rem auto -3.75rem;
  height: 0 !important;
  width: 0;
  border: 3.75rem solid transparent;
  border-top: 1.875rem solid #035faa;
}

.accoBtn {
  position: relative;
  cursor: pointer;
}
.accoBtn::after {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  color: inherit;
  font-size: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-family: "Material Icons";
  content: "add";
}
.accoBtn.open::after {
  content: "remove";
}

.accoInner {
  display: none;
}

.pageHeader {
  width: 89.3333333333vw;
  max-width: 1040px;
  margin: 0 auto;
}
.pageHeader .pageTitle {
  padding: 0;
  font-size: 2.25rem;
  text-align: center;
}
.pageHeader .pageTitle::before {
  display: none;
}
.pageHeader-bg {
  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-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100.8vw;
  max-height: 756px;
  text-align: center;
  z-index: 1;
}
.pageHeader-bg .pageCatchImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageHeader-bg .pageCatchImg img {
  display: block;
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pageHeader-bg .pageTitle {
  position: relative;
  margin: 0;
  color: #fff;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.pageHeader-bg .pageTitle__en {
  color: #fff;
}
.pageHeader-bg .pageHeader__lead {
  color: #fff;
}
.pageHeader .pageTitle__en {
  margin-top: 1em;
  font-size: 1.25rem;
  line-height: 1;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.pageHeader .pageHeader__lead {
  margin-top: 1.5em;
  padding: 0 1em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7333333333;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .pageHeader .pageHeader__lead {
    font-size: 1.875rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86.6666666667vw;
  max-width: 1040px;
  margin: 10px auto 15px;
}
.breadcrumb li {
  margin-right: 0.5em;
  font-size: 0.6875em;
  line-height: 1.3;
}
.breadcrumb li::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "/";
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  color: #092941;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 20px auto 30px;
  }
  .breadcrumb li {
    font-size: 0.8125em;
  }
}

.pageListMenu {
  margin-bottom: 30px;
}
.pageListMenu .pageListMenu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.375rem;
  margin: 0;
  padding: 0 1.5625rem;
  background-color: #092941;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}
.pageListMenu .pageListMenu__title::before {
  display: none;
}
.pageListMenu .menu {
  border: 1px solid #c3dede;
  border-top: none;
}
.pageListMenu .menu li, .pageListMenu .menu div {
  border-top: 1px solid #c3dede;
}
.pageListMenu .menu li a, .pageListMenu .menu div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.375rem;
  padding: 0 1.5625rem;
  font-size: 0.8125rem;
  background-color: #f4f9f9;
}
.pageListMenu .menu li a:hover, .pageListMenu .menu div a:hover {
  color: #035faa;
}
.pageListMenu .menu li a.is-current, .pageListMenu .menu li a[aria-current=page], .pageListMenu .menu div a.is-current, .pageListMenu .menu div a[aria-current=page] {
  background-color: #deeaf4;
  font-size: 0.875rem;
  font-weight: bold;
  pointer-events: none;
}
.pageListMenu .menu .moreYears :first-child {
  border-top: none;
}
.pageListMenu .sub-menu a::before {
  display: block;
  width: 1em;
  height: 1px;
  margin-right: 0.5em;
  background-color: currentColor;
  content: "";
}

.pageAnchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 5px;
  width: 100%;
  max-width: 1040px;
  margin: 1.875rem auto;
  list-style: none;
}
.is-ie .pageAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.is-ie .pageAnchor li {
  -ms-flex-preferred-size: calc((100% - 10px) / 3);
      flex-basis: calc((100% - 10px) / 3);
  max-width: calc((100% - 10px) / 3);
  margin-left: 5px;
  margin-bottom: 12px;
  overflow: hidden;
}
.is-ie .pageAnchor li:nth-child(3n+1) {
  margin-left: 0;
}
.pageAnchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 3.125rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 0.875em;
  border: 1px solid #092941;
  line-height: 1.3;
}
.pageAnchor li a::after {
  display: block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  color: #035faa;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
}
@media screen and (min-width: 768px) {
  .pageAnchor {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .pageAnchor li a:hover {
    color: #035faa;
  }
}

.wp-block-group.mediaTextBox__wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
}

.wp-block-media-text.mediaTextBox {
  display: block;
  margin: 0;
  border: 1px solid #e6e6e6;
}
.page-template-page-1col .wp-block-media-text.mediaTextBox {
  margin-bottom: 25px;
}
.wp-block-media-text.mediaTextBox .wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text.mediaTextBox .wp-block-media-text__content {
  padding: 1em;
}
.wp-block-media-text.mediaTextBox h2 {
  padding: 0;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.wp-block-media-text.mediaTextBox h2::before {
  display: none;
}
.wp-block-media-text.mediaTextBox p {
  font-size: 0.875rem;
  margin: 1em 0;
}

@media screen and (min-width: 768px) {
  .mediaTextBox__wrap .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
  }
  .mediaTextBox__wrap .wp-block-group__inner-container .mediaTextBox {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
    max-width: calc((100% - 14px) / 3);
  }
  .page-template-page-1col .mediaTextBox__wrap .wp-block-group__inner-container .mediaTextBox {
    margin-bottom: 4.375rem;
  }
  .is-ie .mediaTextBox__wrap .mediaTextBox {
    margin-right: 7px;
  }
  .is-ie .mediaTextBox__wrap .mediaTextBox:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-media-text.mediaTextBox.is-link {
    cursor: pointer;
  }
  .wp-block-media-text.mediaTextBox.is-link:hover .wp-block-media-text__media img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .wp-block-media-text.mediaTextBox + .wp-block-media-text.mediaTextBox {
    margin-top: 0;
  }
}
.topContents h1 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  font-size: 1.5em;
  line-height: 1.3;
}
.topContents h1::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background-image: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.topContents h1:first-child {
  margin-top: 0;
}
.topContents h1:last-child {
  margin-bottom: 0;
}
.topContents h2 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  font-size: 1.375em;
  padding-bottom: 0.6em;
  line-height: 1.5;
}
.topContents h2::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background-image: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.topContents h2:first-child {
  margin-top: 0;
}
.topContents h2:last-child {
  margin-bottom: 0;
}
.topContents h2 em {
  display: block;
  color: #666;
  font-size: 0.65em;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.topContents h3 {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-left: 0.75em;
  font-size: 1.25em;
}
.topContents h3::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #035faa;
  content: "";
}
.topContents h3:first-child {
  margin-top: 0;
}
.topContents h3:last-child {
  margin-bottom: 0;
}
.topContents h4, .topContents h5, .topContents h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.topContents h4:first-child, .topContents h5:first-child, .topContents h6:first-child {
  margin-top: 0;
}
.topContents h4:last-child, .topContents h5:last-child, .topContents h6:last-child {
  margin-bottom: 0;
}
.topContents h4 strong, .topContents h5 strong, .topContents h6 strong {
  display: inline-block;
  position: relative;
}
.topContents h4 strong::after, .topContents h5 strong::after, .topContents h6 strong::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 30px;
  background-color: #01a5fe;
  content: "";
}
.topContents p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.topContents p:first-child {
  margin-top: 0;
}
.topContents p:last-child {
  margin-bottom: 0;
}
.topContents p a {
  color: #035faa;
  text-decoration: underline;
}
.topContents ul:not([class]) {
  margin: 1em 0;
  padding-left: 1em;
  list-style: disc;
}
.topContents ul:not([class]) > li + li {
  margin-top: 0.5em;
}
.topContents ol:not([class]) {
  margin: 1em 0;
  padding-left: 1em;
  list-style: decimal;
}
.topContents ol:not([class]) > li + li {
  margin-top: 0.5em;
}
.topContents ol.num-circle {
  list-style: none;
  counter-reset: number;
}
.topContents ol.num-circle li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}
.topContents ol.num-circle li::before {
  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;
  position: absolute;
  left: 0;
  top: 2.2em;
  width: 2.2em;
  height: 2.2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: number;
  content: counter(number);
  letter-spacing: -0.03em;
}
.topContents a:not([class]):hover {
  color: #035faa;
}
.topContents pre {
  font-family: inherit;
  white-space: normal;
  letter-spacing: 0.1em;
}
.topContents .wp-block-group {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.topContents .wp-block-group:first-of-type {
  margin-top: 0;
}
.topContents .wp-block-group:last-of-type {
  margin-bottom: 0;
}
.topContents section.wp-block-group {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.topContents .wp-block-image,
.topContents .wp-block-embed {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 0;
}
.topContents .wp-block-image:first-child,
.topContents .wp-block-embed:first-child {
  margin-top: 0;
}
.topContents .wp-block-image:last-child,
.topContents .wp-block-embed:last-child {
  margin-bottom: 0;
}
.topContents .wp-block-image figcaption,
.topContents .wp-block-embed figcaption {
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.5;
}
.topContents .wp-block-image .alignleft,
.topContents .wp-block-embed .alignleft {
  text-align: left;
}
.topContents .wp-block-image .aligncenter,
.topContents .wp-block-embed .aligncenter {
  text-align: center;
}
.topContents .wp-block-image .alignright,
.topContents .wp-block-embed .alignright {
  text-align: right;
}
.topContents .wp-block-image iframe,
.topContents .wp-block-embed iframe {
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  .topContents .wp-block-image iframe,
.topContents .wp-block-embed iframe {
    min-height: 400px;
  }
}
.topContents .alignwide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.topContents .alignwide img {
  width: 100%;
  max-width: none;
}
.topContents .alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.topContents .alignfull img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .topContents .alignfull {
    position: relative;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: 100vw;
  }
  .topContents .alignfull figcaption {
    padding: 0 1em;
  }
}
.topContents .has-huge-font-size {
  font-size: 1.5em;
}
.topContents .has-large-font-size {
  font-size: 1.25em;
}
.topContents .has-medium-font-size {
  font-size: 1.125em;
}
.topContents .has-small-font-size {
  font-size: 0.6875em;
}
.topContents .is-style-font-serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
.topContents .is-style-no-obj {
  padding: 0;
}
.topContents .is-style-no-obj::before, .topContents .is-style-no-obj::after {
  display: none;
}
.topContents .is-style-heading2type {
  position: relative;
  padding: 0 0 0.6em;
}
.topContents .is-style-heading2type::before {
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #035faa), color-stop(19%, #999));
  background: linear-gradient(to right, #035faa 19%, #999 19%);
  content: "";
}
.topContents .is-style-heading3type {
  position: relative;
  padding: 0 0 0 0.75em;
}
.topContents .is-style-heading3type::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 3px;
  height: 100%;
  background: #035faa;
  content: "";
}
.topContents .has-main-color {
  color: #092941;
}
.topContents .has-main-background-color {
  background-color: #092941;
}
.topContents .has-accent-color {
  color: #035faa;
}
.topContents .has-accent-background-color {
  background-color: #035faa;
}
.topContents .has-white-color {
  color: #fff;
}
.topContents .has-white-background-color {
  background-color: #fff;
}
.topContents .has-black-color {
  color: #000;
}
.topContents .has-black-background-color {
  background-color: #000;
}
.topContents .has-red-color {
  color: #CE5858;
}
.topContents .has-red-background-color {
  background-color: #CE5858;
}
.topContents .has-sub-color {
  color: #deeaf4;
}
.topContents .has-sub-background-color {
  background-color: #deeaf4;
}
.topContents .has-gray-color {
  color: #666;
}
.topContents .has-gray-background-color {
  background-color: #666;
}
.topContents .has-lightgray-color {
  color: #f6f6f7;
}
.topContents .has-lightgray-background-color {
  background-color: #f6f6f7;
}
.topContents .has-text-align-left {
  text-align: left;
}
.topContents .has-text-align-center {
  text-align: center;
}
.topContents .has-text-align-right {
  text-align: right;
}
.topContents .has-drop-cap::after {
  display: block;
  content: "";
}
.topContents .has-drop-cap::first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 1;
}
.topContents ul.is-style-check {
  display: inline-block;
}
.topContents ul.is-style-check li + li {
  margin-top: 0.5em;
}
.topContents ul.is-style-check li::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #035faa;
  font-family: "Material Icons";
  content: "done";
}
.topContents .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.topContents .wp-block-columns:first-child {
  margin-top: 0;
}
.topContents .wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topContents .wp-block-columns.is-style-sp-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topContents .wp-block-columns.is-style-sp-vertical .wp-block-column + .wp-block-column {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .topContents .wp-block-columns.is-style-sp-vertical-return {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topContents .wp-block-columns.is-style-sp-vertical-return .wp-block-column + .wp-block-column {
    margin-bottom: 15px;
  }
}
.topContents .wp-block-columns.is-style-slider {
  display: block;
}
.topContents .wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topContents .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.topContents .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.topContents .wp-block-columns .wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.topContents .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.topContents .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.topContents .wp-block-media-text {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.topContents .wp-block-media-text:first-child {
  margin-top: 0;
}
.topContents .wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topContents .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .topContents .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
  .topContents .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
}
.topContents .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 0;
}
.topContents .wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.topContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
}
.topContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
}
.topContents .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media,
.topContents .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.topContents .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.topContents .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.topContents .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media,
.topContents .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.topContents .wp-block-table {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .topContents .wp-block-table {
    font-size: 13px;
  }
}
.topContents .wp-block-table:first-child {
  margin-top: 0;
}
.topContents .wp-block-table:last-child {
  margin-bottom: 0;
}
.topContents .wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
.topContents .wp-block-table th {
  padding: 1em;
  border: 1px solid #9f9f9f;
  word-break: break-all;
}
.topContents .wp-block-table td {
  padding: 1em;
  border: 1px solid #9f9f9f;
  word-break: break-all;
}
.topContents .wp-block-table figcaption {
  margin-top: 0.5em;
  font-size: 0.85em;
  text-align: center;
}
.topContents .wp-block-table.is-style-border-horizontal th, .topContents .wp-block-table.is-style-border-horizontal td {
  border-left: none;
  border-right: none;
}
.topContents .wp-block-table.is-style-no-border th, .topContents .wp-block-table.is-style-no-border td {
  border: none;
}
.topContents .wp-block-cover {
  position: relative;
  overflow: hidden;
}
.topContents .wp-block-cover.has-background-dim::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.5;
  content: "";
}
.topContents .wp-block-cover.has-parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.topContents .wp-block-cover.is-repeated {
  min-height: 400px;
  background-repeat: repeat;
}
.topContents .wp-block-cover.is-position-top-left {
  background-position: left top;
}
.topContents .wp-block-cover.is-position-top-center {
  background-position: center top;
}
.topContents .wp-block-cover.is-position-top-right {
  background-position: right top;
}
.topContents .wp-block-cover.is-position-center-left {
  background-position: left center;
}
.topContents .wp-block-cover.is-position-center-center {
  background-position: center center;
}
.topContents .wp-block-cover.is-position-center-right {
  background-position: right center;
}
.topContents .wp-block-cover.is-position-bottom-left {
  background-position: left bottom;
}
.topContents .wp-block-cover.is-position-bottom-center {
  background-position: center bottom;
}
.topContents .wp-block-cover.is-position-bottom-right {
  background-position: right bottom;
}
.topContents .wp-block-cover__inner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 10;
}
.topContents .wp-block-cover__inner-container * {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.topContents blockquote,
.topContents .wp-block-quote {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
  background-color: #eee;
}
.topContents blockquote:first-child,
.topContents .wp-block-quote:first-child {
  margin-top: 0;
}
.topContents blockquote:last-child,
.topContents .wp-block-quote:last-child {
  margin-bottom: 0;
}
.topContents blockquote cite p,
.topContents .wp-block-quote cite p {
  text-align: right;
}
.topContents blockquote a,
.topContents .wp-block-quote a {
  color: #035faa;
  text-decoration: underline;
}
.topContents .wp-block-pullquote {
  position: relative;
  margin: 3.5em 0;
  padding: 1em;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.topContents .wp-block-pullquote:first-child {
  margin-top: 0;
}
.topContents .wp-block-pullquote:last-child {
  margin-bottom: 0;
}
.topContents .wp-block-pullquote cite {
  display: block;
  text-align: right;
}
.topContents .wp-block-pullquote a {
  color: #035faa;
  text-decoration: underline;
}
.topContents .wp-block-verse {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em;
  border: 1px solid currentColor;
}
.topContents .wp-block-verse:first-child {
  margin-top: 0;
}
.topContents .wp-block-verse:last-child {
  margin-bottom: 0;
}
.topContents .wp-block-verse a {
  color: #035faa;
  text-decoration: underline;
}
.topContents .wp-block-query h1, .topContents .wp-block-query h2, .topContents .wp-block-query h3, .topContents .wp-block-query h4, .topContents .wp-block-query h5, .topContents .wp-block-query h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.topContents .wp-block-query .wp-block-post-template li + li {
  margin-top: 1.5em;
}
.topContents .blocks-gallery-grid,
.topContents .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.topContents .blocks-gallery-grid .wp-block-image,
.topContents .wp-block-gallery .wp-block-image {
  -ms-flex-preferred-size: 22px;
      flex-basis: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.topContents .is-style-spacer-arrow {
  margin: 1.875rem auto -3.75rem;
  height: 0 !important;
  width: 0;
  border: 3.75rem solid transparent;
  border-top: 1.875rem solid #035faa;
}
.topContents section.wp-block-group {
  margin: 0 auto;
  padding: 5rem 0;
}
.topContents .wp-block-group__inner-container {
  width: 89.3333333333vw;
  max-width: 1040px;
  margin: 0 auto;
}
.topContents h2::before {
  display: none;
}
.topContents h2 em {
  display: inline-block;
  position: relative;
  margin-top: 1em;
  color: inherit;
  font-size: 0.75em;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.topContents h2 em::before {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.6em;
  width: 60px;
  height: 0.16em;
  border-radius: 4px;
  background: none;
  background-color: currentColor;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.topContents .topKv {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.topContents .topKv .wp-block-group__inner-container {
  width: 100%;
  max-width: 100%;
}
.topContents .topKv .topKv__slider {
  display: block;
  margin-bottom: 0;
}
.topContents .topKv .topKv__slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.topContents .topKv .topKv__slider .slick-dots li button {
  background-color: #666;
}
.topContents .topKv .topKv__slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.topContents .topKv .topKv__slider .slick-slide {
  position: relative;
}
.topContents .topKv .topKv__slider .slick-slide::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  content: "";
}
.topContents .topKv .topKv__slider .slick-slide .wp-block-image {
  margin: 0;
}
.topContents .topKv h1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 1em;
  color: #fff;
  font-size: 2.125rem;
  font-size: min(4.5333333333vw,2.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
}
.topContents .topKv h1::before {
  display: none;
}
.topContents .topKv h1 strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 3.875rem;
  font-size: min(8.2666666667vw,3.875rem);
  font-family: "Arial", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.topContents .topNews .wp-block-group__inner-container {
  width: 89.3333333333vw;
  max-width: 1040px;
  margin: 0 auto;
  padding: 6.6666666667vw 0 4vw;
}
.topContents .topNews h2 {
  display: inline-block;
  padding: 0;
  border-bottom: 2px solid currentColor;
}
.topContents .topNews h2::before {
  display: none;
}
.topContents .topNews .newsList {
  width: auto;
  margin: 0;
}
.topContents .topNews .newsList__item + .newsList__item {
  margin-top: 1.5em;
}
.topContents .topService {
  overflow: hidden;
}
.topContents .topService .is-style-slider {
  max-width: 562px;
  margin: 0 auto;
}
.topContents .topService .is-style-slider .slick-slide {
  margin: 0 10px;
}
.topContents .topService .is-style-slider .slick-list {
  overflow: visible;
}
.topContents .topService .is-style-slider .slick-dots {
  margin-top: 20px;
}
.topContents .topInvestor .wp-block-group {
  padding: 0;
}
.topContents .topInvestor .wp-block-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.topContents .topInvestor .is-style-btn-icon {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 208px;
}
.topContents .topInvestor .is-style-btn-icon .wp-block-button__link svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1165px) {
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(5n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(-n+5)) .wp-block-button__link {
    border-top-width: 0;
  }
}
@media screen and (max-width: 1164px) and (min-width: 932px) {
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(4n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(-n+4)) .wp-block-button__link {
    border-top-width: 0;
  }
}
@media screen and (max-width: 931px) and (min-width: 699px) {
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(3n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(-n+3)) .wp-block-button__link {
    border-top-width: 0;
  }
}
@media screen and (max-width: 698px) {
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(2n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .topContents .topInvestor .is-style-btn-icon:not(:nth-child(-n+2)) .wp-block-button__link {
    border-top-width: 0;
  }
}
.topContents .topLinkArea {
  padding-bottom: 0 !important;
}
.topContents .topLinkArea .wp-block-group__inner-container {
  width: 100%;
  max-width: 100%;
}
.topContents .topLinkArea .wp-block-columns {
  gap: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .topContents .topLinkArea .wp-block-columns {
    display: block;
  }
}
.topContents .topLinkArea .wp-block-columns .wp-block-image {
  position: relative;
  overflow: hidden;
}
.topContents .topLinkArea .wp-block-columns .wp-block-image::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  content: "";
}
.topContents .topLinkArea .wp-block-columns .wp-block-image:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.topContents .topLinkArea .wp-block-columns .wp-block-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.topContents .topLinkArea .wp-block-columns .wp-block-image a {
  display: block;
}
.topContents .topLinkArea .wp-block-columns figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.topContents .topLinkArea .wp-block-columns figcaption em {
  font-size: 0.9em;
  font-family: "Arial", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .topContents .topKv .topKv__slider .slick-dots {
    bottom: 20px;
  }
  .topContents .topNews .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  .topContents .topNews h2 {
    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;
    -ms-flex-preferred-size: 176px;
        flex-basis: 176px;
    height: 2.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 7%;
    font-size: 1.125rem;
    border: 1px solid currentColor;
    text-align: center;
  }
  .topContents .topNews .newsList {
    -ms-flex-preferred-size: calc(93% - 176px);
        flex-basis: calc(93% - 176px);
    max-width: 784px;
  }
  .topContents .topNews .wp-block-buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
    text-align: right;
  }
}

.newsList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8em auto;
  grid-template-columns: 8em auto;
}
.newsList__item + .newsList__item {
  margin-top: 40px;
}
.newsList .newsList__date {
  display: inline-block;
  font-size: 0.9em;
}
.newsList .newsList__cat {
  display: inline-block;
  font-size: 0.75em;
}
.newsList .newsList__cat a {
  display: block;
  width: 100px;
  padding: 0.2em;
  background-color: #6d7070;
  color: #fff;
  text-align: center;
}
.newsList .newsList__cat a[href*=ir_news] {
  background-color: #092941;
}
.newsList .newsList__cat a:hover {
  color: #fff;
  opacity: 0.8;
}
.newsList .newsList__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: underline;
}
.newsList .newsList__title::before {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.pagination a:hover {
  background-color: #035faa;
  color: #fff;
}
.pagination .page-numbers {
  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;
  width: 1.75em;
  -ms-flex-preferred-size: 1.75em;
      flex-basis: 1.75em;
  max-width: 1.75em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.75em;
  margin: 0 0.5em;
  border: 1px solid currentColor;
  white-space: nowrap;
  line-height: 1;
}
.pagination .page-numbers.current {
  background-color: #035faa;
  color: #fff;
}
.pagination .page-numbers.next {
  width: auto;
  -ms-flex-preferred-size: 4em;
      flex-basis: 4em;
  max-width: 4em;
  margin-left: 0.5em;
  border: none;
}
.pagination .page-numbers.next::after {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
}
.pagination .page-numbers.next:hover {
  background-color: #fff;
  color: #035faa;
}
.pagination .page-numbers.prev {
  width: auto;
  -ms-flex-preferred-size: 4em;
      flex-basis: 4em;
  max-width: 4em;
  margin-right: 0.5em;
  border: none;
}
.pagination .page-numbers.prev::before {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_left";
}
.pagination .page-numbers.prev:hover {
  background-color: #fff;
  color: #035faa;
}
.pagination .page-numbers.nolink {
  color: #aaa;
}
.pagination .page-numbers.nolink:hover {
  background-color: #fff;
  color: #aaa;
}

.is-ie .pagination .page-numbers.prev::before,
.is-ie .pagination .page-numbers.next::after {
  display: none;
}

.postContent.wp-block-group__inner-container {
  max-width: 620px;
  margin: 0 auto;
}
.postContent__image {
  margin-bottom: 10px;
}
.postContent .postDate {
  display: block;
  margin-bottom: 20px;
}
.postContent .postTitle {
  margin-bottom: 20px;
}
.postContent + .wp-block-buttons {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .newsList {
    display: block;
    max-width: 820px;
    margin: 0 auto;
  }
  .newsList__item {
    -ms-grid-columns: 8em 120px auto;
    grid-template-columns: 8em 120px auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .newsList__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .newsList__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .newsList__item > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .newsList__item > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .newsList__item > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .newsList__item > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .newsList__item > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .newsList__item > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .newsList__item > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .newsList .newsList__title {
    grid-column: auto;
    padding-left: 1em;
  }
  .newsList .newsList__cat a {
    width: 120px;
  }
  .postContent__image {
    margin-bottom: 60px;
  }
  .postContent .postDate {
    margin-bottom: 10px;
  }
  .postContent .postTitle {
    margin-bottom: 40px;
  }
  .postContent + .wp-block-buttons {
    margin-top: 90px;
  }
}
.formWrap {
  padding-top: 10px;
}

.formList {
  max-width: 760px;
  margin: 0 auto;
}

.formBlock {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #aaa;
}
.formBlock-require .formBlock__label label::after {
  background-color: #CE5858;
  content: "※必須";
}
.formBlock-require .formBlock__label-en::after {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: normal;
  line-height: 1;
  content: "[Required]";
}
.formBlock__label {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.3;
}
.formBlock__label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.formBlock__label label::after {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.4em;
  background-color: #666;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1;
  content: "※任意";
}
.formBlock__label-en {
  margin-top: 0.5em;
  color: #666;
  font-size: 0.85em;
}
.formBlock__item input[type=text],
.formBlock__item input[type=email],
.formBlock__item input[type=tel],
.formBlock__item select {
  padding: 0 1em;
  height: 50px;
}
.formBlock__item__text {
  font-size: 1em;
  line-height: 1.625;
}
.formBlock__input {
  position: relative;
}
.formBlock__input-radio label {
  display: inline-block;
}
.formBlock__input-radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.formBlock__input-radio input:checked + .formBlock__item__text::after, .formBlock__input-radio input:checked + .mwform-radio-field-text::after {
  display: block;
}
.formBlock__input-radio .formBlock__input__text,
.formBlock__input-radio .mwform-radio-field-text {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-left: 32px;
  line-height: 1.4;
}
.formBlock__input-radio .formBlock__input__text-en,
.formBlock__input-radio .mwform-radio-field-text-en {
  display: block;
  margin-top: 0.25em;
  color: #666;
  font-size: 0.82em;
}
.formBlock__input-radio .formBlock__input__text::before,
.formBlock__input-radio .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.formBlock__input-radio .formBlock__input__text::after,
.formBlock__input-radio .mwform-radio-field-text::after {
  display: none;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #092941;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.formBlock__input-check label {
  display: inline-block;
}
.formBlock__input-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.formBlock__input-check input:checked + .formBlock__item__text::after, .formBlock__input-check input:checked + .mwform-checkbox-field-text::after {
  display: block;
}
.formBlock__input-check .formBlock__input__text,
.formBlock__input-check .mwform-checkbox-field-text {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-left: 32px;
  line-height: 1.4;
}
.formBlock__input-check .formBlock__input__text::before,
.formBlock__input-check .mwform-checkbox-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9f9f9f;
  background-color: #fff;
  content: "";
}
.formBlock__input-check .formBlock__input__text::after,
.formBlock__input-check .mwform-checkbox-field-text::after {
  display: none;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border-bottom: 1px solid #092941;
  border-right: 1px solid #092941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.formBlock__input-select {
  width: 60%;
}
.formBlock__input-select::after {
  display: block;
  position: absolute;
  right: 0.5em;
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
}
.formBlock__input-select select {
  font-size: 1em;
  line-height: 1;
}
.formBlock__input-textarea textarea {
  height: 12em;
  padding: 1em 1.25em;
  resize: none;
}

.formAttentionBlock {
  margin: 30px 0;
  font-size: 0.6875em;
}

.formAgreement {
  margin-top: 50px;
}
.formAgreement .formBlock__item__text {
  text-align: left;
}
.formAgreement .formBlock__item__text::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formAgreement .formBlock__item__text::after {
  top: 40%;
}

.formBtnBlock {
  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-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 80vw;
  max-width: 500px;
  margin: 30px auto 0;
}

.g-recaptcha {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
}

.confirm .formWrap {
  max-width: 1024px;
}
.confirm .formBlock__label::after {
  display: none;
}
.confirm .formBlock__input-select::after {
  display: none;
}
.confirm .formAttentionBlock {
  display: none;
}
.confirm .formAgreement {
  display: none;
}

.complete .pageContents {
  padding-bottom: 80px;
}

.completeText {
  padding: 30px 0 0;
  text-align: center;
}
.completeText p {
  font-size: 0.9375em;
  line-height: 1.9375;
}

.completeBtnBlock {
  width: 80vw;
  max-width: 500px;
  margin: 50px auto 0;
}

.mw_wp_form .error {
  display: block;
  margin-top: 0.5em;
  color: #CE5858;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
.mw_wp_form .error::before {
  content: "※";
}

@media screen and (min-width: 768px) {
  .formWrap {
    padding-top: 0;
  }
  .formBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .formBlock__label {
    min-height: 50px;
    -ms-flex-preferred-size: 15em;
        flex-basis: 15em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 1em;
    font-size: 1em;
  }
  .formBlock__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .formBlock__item input[id=name],
.formBlock__item input[type=email],
.formBlock__item input[id=tel] {
    height: 3.125rem;
  }
  .formBlock__input-radio .formBlock__input__text,
.formBlock__input-radio .mwform-radio-field-text {
    position: relative;
    padding-left: 36px;
  }
  .formBlock__input-check .formBlock__input__text,
.formBlock__input-check .mwform-checkbox-field-text {
    position: relative;
    padding-left: 36px;
  }
  .formBlock__input-select {
    width: 100%;
  }
  .formBlock__input-textarea textarea {
    height: 12.5rem;
  }
  .formAgreement {
    margin-top: 3.75rem;
  }
  .formAgreement .formBlock__item__text {
    display: inline-block;
  }
  .formAgreement .formBlock__item__text::after {
    top: 36%;
  }
  .formBtnBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    margin-top: 3.125rem;
  }
  .confirm .formBlock__label {
    display: block;
    min-height: auto;
  }
  .complete .pageContents {
    padding-bottom: 7.5em;
  }
  .completeText p {
    font-size: 1.125em;
    line-height: 2.1111111111;
  }
  .completeBtnBlock {
    margin-top: 3.125rem;
  }
}
.pageContents-1col {
  padding-bottom: 80px;
  overflow: hidden;
}
.pageContents__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.pageContents .pageMain {
  max-width: 1040px;
  width: 89.3333333333vw;
  margin: 0 auto;
}
.pageContents .pageSidebar {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .pageContents-1col {
    padding-bottom: 150px;
  }
  .pageContents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    padding-bottom: 150px;
  }
  .pageContents__inner .pageMain {
    -ms-flex-preferred-size: calc(100% - 17.5rem);
        flex-basis: calc(100% - 17.5rem);
    width: auto;
    margin: 0;
  }
  .pageContents__inner .pageSidebar {
    position: sticky;
    left: 0;
    top: 5rem;
    -ms-flex-preferred-size: 16.25rem;
        flex-basis: 16.25rem;
    max-width: 16.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}

.page.ir .wp-block-group {
  padding: 0;
}
.page.ir .wp-block-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.page.ir .is-style-btn-icon {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 260px;
}
.page.ir .is-style-btn-icon .wp-block-button__link {
  text-align: left;
}
.page.ir .is-style-btn-icon .wp-block-button__link .btn-icon__inner {
  padding: 0 1.5em;
  line-height: 1.8;
  font-size: 0.8125rem;
  white-space: pre-wrap;
}
.page.ir .is-style-btn-icon .wp-block-button__link strong {
  display: block;
  margin-bottom: -1em;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: normal;
}
.page.ir .is-style-btn-icon .wp-block-button__link svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1165px) {
  .page.ir .is-style-btn-icon:not(:nth-child(4n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .page.ir .is-style-btn-icon:not(:nth-child(-n+4)) .wp-block-button__link {
    border-top-width: 0;
  }
}
@media screen and (max-width: 1164px) and (min-width: 874px) {
  .page.ir .is-style-btn-icon:not(:nth-child(3n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .page.ir .is-style-btn-icon:not(:nth-child(-n+3)) .wp-block-button__link {
    border-top-width: 0;
  }
}
@media screen and (max-width: 873px) {
  .page.ir .is-style-btn-icon:not(:nth-child(2n+1)) .wp-block-button__link {
    border-left-width: 0;
  }
  .page.ir .is-style-btn-icon:not(:nth-child(-n+2)) .wp-block-button__link {
    border-top-width: 0;
  }
}

.is-ff.page.ir .is-style-btn-icon .wp-block-button__link strong {
  margin-bottom: 0;
}

.is-ie.page.ir .is-style-btn-icon .wp-block-button__link .btn-icon__inner {
  display: block;
  text-align: center;
  padding-top: 25%;
}

.fileList__title {
  padding: 0.5em;
  background-color: #092941;
  color: #fff;
}
.fileList__title::before {
  display: none !important;
}
.fileList li + li {
  margin-top: 1em;
}
.fileList li a {
  text-decoration: underline;
}
.fileList li a::after {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.5em;
  font-family: "Material Icons Outlined";
  content: "picture_as_pdf";
  vertical-align: middle;
  word-break: normal;
}

.segmentList {
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
.segmentList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10%;
}
.segmentList__list li {
  min-width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.segmentList__list li img {
  margin-right: 5px;
  width: 22px;
  vertical-align: middle;
}

.subsidiaryList + .subsidiaryList {
  margin-top: 40px;
}
.subsidiaryList .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.subsidiaryList .wp-block-group__inner-container .mediaTextBox {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: calc((100% - 5px) / 2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subsidiaryList .wp-block-group__inner-container .mediaTextBox.is-style-mainBox {
  border: 2px solid #035faa;
}
.subsidiaryList .wp-block-group__inner-container .mediaTextBox:not(.is-style-mainBox) .wp-block-media-text__content h4 {
  font-weight: normal;
}
.subsidiaryList .blocks-gallery-item {
  width: 22px;
}
.subsidiaryList .wp-block-buttons {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .subsidiaryList + .subsidiaryList {
    margin-top: 80px;
  }
}
.error404 .pageContents {
  padding: 80px 0;
  text-align: center;
  line-height: 1;
}
.error404 .error404__title {
  margin: 0;
  padding-left: 0.2em;
  color: #092941;
  font-size: 6em;
  letter-spacing: 0.2em;
}
.error404 .error404__lead {
  margin: 0;
  font-size: 2.5rem;
}
.error404 .error404__text {
  margin-top: 20px;
}
.error404 .wp-block-buttons {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .error404 .pageContents {
    padding: 100px 0 180px;
  }
  .error404 .wp-block-buttons {
    margin-top: 60px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 16vw;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__logo {
  height: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 2.6666666667vw;
}
.header__logo img {
  width: auto;
  height: 100%;
}
.is-ie .header__logo {
  background-image: url("../img/common/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.is-ie .header__logo img {
  opacity: 0;
}

.menuToggleBtn {
  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;
  position: absolute;
  right: 0;
  top: 0;
  width: 16vw;
  height: 16vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.menuToggleBtn__body {
  display: block;
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #1a1a1a;
}
.menuToggleBtn__body::before, .menuToggleBtn__body::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  background-color: #1a1a1a;
  content: "";
}
.menuToggleBtn__body::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.menuToggleBtn__body::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.menuToggleBtn.is-open + .headerNav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menuToggleBtn.is-open .menuToggleBtn__body {
  background-color: transparent;
}
.menuToggleBtn.is-open .menuToggleBtn__body::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-animation: menuBtnTopOpen 0.5s;
          animation: menuBtnTopOpen 0.5s;
}
.menuToggleBtn.is-open .menuToggleBtn__body::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  -webkit-animation: menuBtnBottomOpen 0.5s;
          animation: menuBtnBottomOpen 0.5s;
}
.menuToggleBtn.is-close + .headerNav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.menuToggleBtn.is-close .menuToggleBtn__body {
  background-color: #1a1a1a;
}
.menuToggleBtn.is-close .menuToggleBtn__body::before {
  -webkit-transform: translateY(-9px) rotate(0);
          transform: translateY(-9px) rotate(0);
  -webkit-animation: menuBtnTopClose 0.5s;
          animation: menuBtnTopClose 0.5s;
}
.menuToggleBtn.is-close .menuToggleBtn__body::after {
  -webkit-transform: translateY(9px) rotate(0);
          transform: translateY(9px) rotate(0);
  -webkit-animation: menuBtnBottomClose 0.5s;
          animation: menuBtnBottomClose 0.5s;
}

@-webkit-keyframes menuBtnTopOpen {
  0% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes menuBtnTopOpen {
  0% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes menuBtnBottomOpen {
  0% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes menuBtnBottomOpen {
  0% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes menuBtnTopClose {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
}
@keyframes menuBtnTopClose {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
}
@-webkit-keyframes menuBtnBottomClose {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
}
@keyframes menuBtnBottomClose {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
}
.headerNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 16vw 0 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.headerNav__body {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 26.6666666667vw;
  background-color: #fff;
}
.headerNav .menu-gnav-container .menu {
  padding: 0 4vw;
  border-top: 1px solid #d9d9d9;
}
.headerNav .menu-gnav-container .main-menu-item {
  border-bottom: 1px solid #d9d9d9;
}
.headerNav .menu-gnav-container .main-menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 60px;
  padding: 0 4vw;
  font-size: 1em;
  line-height: 1;
}
.headerNav .menu-gnav-container .main-menu-item > a::after {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  color: #092941;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
}
.headerNav .menu-gnav-container .main-menu-item.menu-item-has-children > a::after {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
}
.headerNav .menu-gnav-container .main-menu-item.menu-item-has-children > a.is-open::after {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_up";
}
.headerNav .menu-gnav-container .sub-menu {
  display: none;
  padding-left: 8vw;
}
.headerNav .menu-gnav-container .sub-menu .menu-item {
  margin-bottom: 1.5em;
}
.headerNav .menu-gnav-container .sub-menu .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-size: 0;
  font-size: 0.875rem;
  line-height: 1;
}
.headerNav .menu-gnav-container .sub-menu .menu-item > a[target=_blank] .after {
  display: inline-block;
  margin-left: 0.5em;
}
.headerNav .menu-subnav-container {
  margin-top: 20px;
}
.headerNav .menu-subnav-container .menu {
  padding-left: 8vw;
}
.headerNav .menu-subnav-container .menu .menu-item {
  line-height: 1;
}
.headerNav .menu-subnav-container .menu .menu-item + .menu-item {
  margin-top: 20px;
}
.headerNav .menu-subnav-container .menu .menu-item:not(.language) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-size: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.headerNav .menu-subnav-container .menu .menu-item:not(.language) > a::after {
  display: block;
  margin-left: 0.5em;
  color: #092941;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
}
.headerNav .menu-subnav-container .menu .menu-item:not(.language) > a[target=_blank]::after {
  display: none;
}
.headerNav .menu-subnav-container .menu .menu-item:not(.language) > a[target=_blank] .after {
  display: inline-block;
  margin-left: 0.5em;
}
.headerNav .menu-subnav-container .menu .menu-item.language a {
  display: block;
  width: 120px;
  padding: 0.5em;
  background-color: #092941;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/*
########################################################## 
PC 
########################################################## 
*/
@media screen and (min-width: 768px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 7.5rem;
    z-index: 10;
  }
  .header__logo {
    height: 2.25rem;
  }
  .header.is-scroll .header__inner {
    height: 5rem;
  }
  .menuToggleBtn {
    display: none;
  }
  .headerNav {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    padding: 0 2.5rem 0 0;
    overflow: visible;
    -webkit-transform: none;
            transform: none;
    z-index: 0;
  }
  .headerNav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: static;
    padding-bottom: 0;
    overflow: visible;
  }
  .headerNav .menu-gnav-container {
    height: 66.6666666667%;
  }
  .headerNav .menu-gnav-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    height: 100%;
    padding: 0;
    border-top: none;
  }
  .headerNav .menu-gnav-container .main-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    border-bottom: none;
  }
  .headerNav .menu-gnav-container .main-menu-item:hover > a {
    color: #092941;
    font-weight: bold;
  }
  .headerNav .menu-gnav-container .main-menu-item:hover > a::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .headerNav .menu-gnav-container .main-menu-item + .menu-item {
    margin-left: 3.125rem;
  }
  .headerNav .menu-gnav-container .main-menu-item > a {
    height: 100%;
    padding: 10px 0;
    font-size: 0.9375rem;
  }
  .headerNav .menu-gnav-container .main-menu-item > a::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #092941;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
  }
  .headerNav .menu-gnav-container .main-menu-item > a::after {
    display: none;
  }
  .headerNav .menu-gnav-container .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    padding: 1.5em 1.5em 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .headerNav .menu-gnav-container .sub-menu .menu-item > a {
    font-size: 0.9375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    white-space: nowrap;
  }
  .headerNav .menu-gnav-container .sub-menu .menu-item > a:hover {
    color: #092941;
    font-weight: bold;
  }
  .headerNav .menu-subnav-container {
    margin-top: 0;
  }
  .headerNav .menu-subnav-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .headerNav .menu-subnav-container .menu .menu-item + .menu-item {
    margin-top: 0;
  }
  .headerNav .menu-subnav-container .menu .menu-item + .menu-item:not(.language) {
    border-left: 1px solid #666;
  }
  .headerNav .menu-subnav-container .menu .menu-item:not(.language) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-size: 0;
    padding: 0 20px;
    font-size: 0.8125rem;
  }
  .headerNav .menu-subnav-container .menu .menu-item:not(.language) > a:hover {
    color: #092941;
    font-weight: bold;
  }
  .headerNav .menu-subnav-container .menu .menu-item:not(.language) > a::after {
    display: none;
  }
  .headerNav .menu-subnav-container .menu .menu-item.language a {
    font-size: 0.8125rem;
  }
  .headerNav .menu-subnav-container .menu .menu-item.language a:hover {
    opacity: 0.8;
  }
}
.footer {
  position: relative;
  background-color: #092941;
  color: #fff;
}
.footer__inner {
  width: 89.3333333333vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 20px;
}
.footer__companyName {
  margin-bottom: 2em;
  font-size: 1.25rem;
}

.footerWidgets {
  margin-top: 3.125rem;
}
.footerWidgets__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
}
.footerWidgets__item {
  height: 5rem;
}
.footerWidgets__item img {
  width: auto;
  height: 100%;
}

.copyright {
  margin-top: 25px;
  text-align: center;
  font-size: 0.625em;
  letter-spacing: 0;
  font-weight: 300;
}

/*################ Footer Nav ################*/
.footerNav .menu-footernav-container .menu {
  line-height: 1;
  overflow: hidden;
  margin: -1em;
}
.footerNav .menu-footernav-container .main-menu-item {
  float: left;
  width: 50%;
  padding: 1em;
}
.footerNav .menu-footernav-container .main-menu-item a {
  font-size: 0.875rem;
  font-weight: 500;
}
.footerNav .menu-footernav-container .sub-menu {
  margin-top: 1.5em;
}
.footerNav .menu-footernav-container .sub-menu-item {
  margin-bottom: 1em;
}
.footerNav .menu-footernav-container .sub-menu-item a {
  font-size: 0.75em;
  font-weight: 400;
}
.footerNav .menu-footernav-container .sub-menu-item a[target=_blank] .after {
  display: inline-block;
  margin-left: 0.5em;
}

/*
########################################################## 
PC 
########################################################## 
*/
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 70px 0 40px;
  }
  .footer__companyName {
    font-size: 1.5625rem;
  }
  .copyright {
    margin-top: 40px;
    font-size: 0.75rem;
  }
  /*################ Footer Nav ################*/
  .footerNav .menu-footernav-container .main-menu-item {
    width: 25%;
  }
  .footerNav .menu-footernav-container .main-menu-item a {
    font-size: 1.0625em;
  }
  .footerNav .menu-footernav-container .main-menu-item a:hover {
    color: #deeaf4;
    text-decoration: underline;
  }
  .footerNav .menu-footernav-container .sub-menu-item a {
    font-size: 0.875em;
  }
  .footerNav .menu-footernav-container .sub-menu-item a:hover {
    color: #deeaf4;
    text-decoration: underline;
  }
}
/* ############# ベース設定 ############# */
/* ############# モジュール関連 ############# */
/* ############# レイアウト関連 ############# */
/* ############# ヘッダー ############# */
/* ############# フッター ############# */