@charset "UTF-8";
html {
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #333333;
  overflow-x: hidden !important;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
#content p a {
  color: #0857A0 !important;
  text-decoration: underline;
  transition: all 0.3s;
}
#content p a:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}
hr {
  margin-top: 0;
  margin-bottom: 3.5rem;
  width: 85%;
}
.rounded-md {
  border-radius: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 60px;
  font-weight: 400;
}
h2 {
  font-size: 50px;
  font-weight: 400;
}
h3 {
  font-size: 30px;
  font-weight: 400;
}
h4 {
  font-size: 26px;
  font-weight: 300;
}
h5 {
  font-size: 20px;
  font-weight: 500;
}
h6 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 14px !important;
  }
}
p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
}
p.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 15px;
}
p.big {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: 18px !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}
img {
  height: auto;
  border: none;
  vertical-align: middle;
  max-width: 100%;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
picture, img, a, span {
  display: inline-block;
}
video, img, svg {
  width: 100%;
  height: 100%;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
button:focus {
  outline: none !important;
}
input, select, textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit !important;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
.content {
  width: 100%;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  max-width: 1100px !important;
}
.margin-0 {
  margin: 0 calc(50% - 50vw) !important;
}
.index {
  padding-top: 100px;
}
.navbar {
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  background-color: transparent;
}
.navbar .navbar-brand img {
  width: 350px;
}
.navbar .menu-item {
  padding-left: 29px;
}
.sp-menu-container {
  display: none;
}
.content-area {
  padding-left: 0;
  padding-right: 0;
}
.bg-second {
  background: #F4F6F8;
}
#wrapper-navbar {
  position: fixed;
  width: 100%;
  z-index: 102;
}
#main-nav {
  background: white !important;
  transition: all 0.3s ease;
}
.navbar {
  width: 100%;
  padding-inline: 3.4722222222% !important;
}
.navbar .container {
  max-width: 1440px !important;
}
.navbar-brand {
  width: calc(415 / 1440 * 100%);
  max-width: 415px;
}
.navbar .menu-item {
  padding-left: clamp(15px, calc(53 / 1440 * 100vw), 53px);
}
.navbar-nav .current-menu-item .nav-link, .navbar-nav .current_page_item .nav-link, .navbar-nav .active .nav-link {
  color: #5298D6 !important;
  /* 現在ページの文字色 */
  border-bottom: 2px solid #5298D6;
  transition: all 0.3s ease;
  /* スムーズな変化 */
}
#menu-primary {
  border-right: 1px solid #c8ced0;
}
#menu-primary .menu-item {
  border-left: 1px solid #c8ced0;
  padding-inline: clamp(13px, calc(23 / 1440 * 100vw), 24px);
}
#menu-secondary .menu-item .nav-link {
  padding: 0.2rem 0 !important;
  margin-bottom: 0.3rem;
}
.nav-link {
  font-size: clamp(14px, calc(18 / 1440 * 100vw), 18px) !important;
  color: #333333 !important;
  white-space: nowrap;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
.nav-link:hover {
  color: #5298D6 !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    width: calc(350 / 375 * 100%);
    max-width: 220px;
  }
}
.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 22px;
  right: 20px;
  width: 24px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -7.5px;
}
.dropdown-toggle {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.dropdown-toggle::before, .dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -68%;
  right: -10px;
  width: 2px;
  height: 8px;
  border-radius: 99px;
  background-color: #333333;
  transform-origin: 50% calc(100% - 1px);
  margin-left: 0 !important;
  border: none !important;
  transition: all 0.3s ease;
}
.dropdown-toggle::before {
  transform: rotate(45deg);
}
.dropdown-toggle::after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  /* 2階層目以降のサブメニューの位置を調整 */
  /* ホバー時にサブメニューを表示 */
  .dropdown-menu {
    top: 30px !important;
    border: 1px solid #0857A0 !important;
  }
  .dropdown-menu .menu-item {
    font-size: 16px;
    padding-left: 0 !important;
    background-color: #ffffff !important;
  }
  .dropdown-menu .menu-item:hover {
    color: #0857A0;
    text-decoration: none;
  }
  .dropdown-menu .menu-item:hover .dropdown-item {
    background-color: #ffffff !important;
  }
  .dropdown-menu .dropdown-menu {
    top: 0 !important;
  }
  .dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    /* サブメニューを右側に表示 */
    margin-top: -1px;
    display: none;
    /* 初期状態は非表示 */
  }
  .dropdown-menu .dropdown-menu:hover {
    display: block;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  overflow-y: scroll;
}
.drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px 40px;
}
.drawer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
}
/* モバイル対応 */
@media (max-width: 767px) {
  .offcanvas-body {
    display: none;
  }
  .nav-link:first-child {
    border-top: 1px solid rgba(100, 168, 208, 0.2);
  }
  .nav-link {
    font-size: 18px !important;
    color: #000 !important;
  }
  .nav-link:hover {
    color: #333333 !important;
    background: rgba(100, 168, 208, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .dropdown-menu {
    border: none !important;
    list-style: none;
    padding-top: 0 !important;
  }
  .menu-item a {
    padding-block: 14px;
    border-bottom: 1px solid rgba(100, 168, 208, 0.2);
  }
  .menu-item a:hover {
    background: rgba(100, 168, 208, 0.2);
    border: 2px solid #0857A0;
  }
  .header-nav--sp {
    margin-top: 50px;
  }
  .header-nav__list-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
  }
  .header-nuv__item-sp {
    text-align: center;
    list-style: none;
    width: calc((100% - 20px) / 3);
  }
  .header-nuv__item-sp a {
    font-size: clamp(10px, calc(14 / 375 * 100vw), 14px);
    white-space: nowrap;
  }
  .header__sns li {
    display: inline;
  }
}
@media (max-width: 767px) and (any-hover: hover) {
  .header-nuv__item-sp a:hover {
    color: #0857A0;
  }
}
footer {
  background: #0857A0;
  padding-top: 66px;
  padding-bottom: 65px;
}
footer img {
  max-width: 343px;
}
footer .footer__copy {
  color: #ffffff;
  margin-top: 253px;
}
h1.entry-title, .entry-footer {
  display: none;
}
.wp-block-jetpack-layout-grid {
  padding-left: 0;
  padding-right: 0;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-weight: 700;
}
.section h2 {
  color: #333;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 200.07%;
  letter-spacing: 0.96px;
  display: flex;
  align-items: stretch;
  gap: 14px;
}
.section h2::before {
  content: "";
  display: block;
  width: 8px;
  height: auto;
  flex-shrink: 0;
  border-radius: 20px;
  background: #5298d6;
}
.section h3 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid #5298d6;
  padding-top: 20px;
}
.section h4 {
  font-size: 20px;
  color: #5298d6;
  padding-top: 16px;
}
.section .wp-block-list {
  padding-left: 1rem;
}
.section table th {
  background: #dceaf7 !important;
  padding: 28px 24px 13px;
  color: #818a98;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #F4F6F8 !important;
}
.section table td {
  font-weight: 500;
  border: 2px solid #F4F6F8 !important;
}
.post_thumbnail img {
  margin-top: 60px;
}
.bg-primary-color {
  background-color: #0857A0;
}
@media screen and (max-width: 767px) {
  .single .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single .post_thumbnail img {
    margin-top: 20px;
  }
  .section h2 {
    font-size: 22px !important;
  }
  .section h3 {
    font-size: 20px !important;
  }
  .section h4 {
    font-size: 19px !important;
  }
}
.btn--light a {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #0857A0 !important;
  padding: 26px 80px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.btn--light:hover a, .btn--light:focus a {
  background-color: #0857A0;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn--light a {
    font-size: 16px !important;
    padding: 16px 40px;
  }
}
.gap-0 {
  gap: 0;
}
.table-target-group {
  max-width: 600px;
}
.table-target-group thead {
  border: none;
}
.table-target-group thead tr th {
  font-weight: 500;
  border: 3px solid #ffffff;
  padding: 12px 24px;
}
.table-target-group thead tr th:nth-child(2), .table-target-group thead tr th:nth-child(3) {
  background-color: rgba(9, 116, 173, 0.6);
  color: #ffffff;
}
.table-target-group tbody tr td {
  font-weight: 500;
  border: 3px solid #ffffff;
}
.table-target-group tbody tr td:nth-child(1) {
  background-color: rgba(9, 116, 173, 0.6);
  color: #ffffff;
}
.table-target-group tbody tr td:nth-child(2), .table-target-group tbody tr td:nth-child(3) {
  background-color: rgba(191, 237, 0, 0.1);
  color: #0857A0;
}
.sl-nav {
  display: inline !important;
  background-color: #ffffff;
  color: #333333;
  padding: 12px 16px;
  border-radius: 20px 0 0 20px;
  margin-left: 30px;
  position: fixed;
  z-index: 100;
  top: 100px;
  right: 0;
  transition: all 0.3s ease;
}
.sl-nav:hover {
  background-color: #333333;
  color: #ffffff;
}
.footer-sl-nav {
  display: block !important;
  width: fit-content;
  position: static;
  margin: 0 auto;
  background-color: #333333;
  color: #ffffff;
  border-radius: 10px;
}
.footer-sl-nav:hover {
  background-color: #0857A0;
}
.footer-sl-nav:hover .bogo-language-switcher {
  left: 50%;
  transform: translateX(-58%);
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
.sl-nav li {
  cursor: pointer;
}
.sl-nav li ul {
  display: none;
}
.sl-nav:hover .bogo-language-switcher {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  background: #ffffff;
  border: 1px solid #0857A0;
  width: 150px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  margin-top: 20px;
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #333333;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.fas {
  font-family: fontawesome;
}
.bogo-language-switcher li {
  display: flex;
}
.sl-flag, .bogoflags {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  text-align: center;
}
.bogoflags:before {
  display: none !important;
}
.bogoflags {
  display: none;
}
.bogo-language-name {
  margin: 0 auto;
}
.bogo-language-name a {
  color: #000;
}
.wpcf7 {
  width: 100% !important;
  max-width: none !important;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  border-radius: 20px !important;
  width: 100% !important;
  height: 80px !important;
  border: none !important;
  padding: 12px 24px !important;
  background: #f5f6f7 !important;
  font-size: 16px !important;
  line-height: normal !important;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, select::placeholder, textarea::placeholder {
  color: #707070 !important;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid #d32fc6 !important;
  /* 赤枠を追加 */
}
textarea {
  height: 170px !important;
  resize: vertical;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
.wpcf7-radio.wpcf7-not-valid {
  border: none !important;
}
form {
  width: 100% !important;
}
form .required {
  background: #0857A0;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 14px;
  padding-inline: 6px;
}
form .fw-600 p {
  font-weight: 600;
}
form .wpcf7-list-item {
  display: flex;
  gap: 5px;
  margin: 0 0 0 1em;
}
form .form_policy p .wpcf7 .wpcf7-form-control-wrap {
  width: auto;
}
form .form_policy .wpcf7-form-control-wrap {
  display: inline;
  margin-right: 10px;
}
form .row {
  margin-inline: 0 !important;
}
@media (min-width: 812px) {
  form .row {
    margin-inline: 0 !important;
    gap: 30px;
  }
  form .mw-300 {
    max-width: 300px !important;
  }
  form .mw-50 {
    width: 50%;
  }
}
.lblAdd {
  background: #F4F6F8;
  padding: 4px 20px;
  border-radius: 8px;
  color: #ffffff;
}
.wpcf7 .wpcf7-submit {
  background: #000 !important;
}
@media (any-hover: hover) {
  .wpcf7 .wpcf7-submit:hover {
    background: #0857A0 !important;
  }
}
.adminbar-input {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: -37px;
  right: 0;
  background: #d32fc6;
  font-size: 0.8rem;
  color: white !important;
  padding: 10px 20px;
  border-radius: 20px;
}
.wpcf7 .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #d32fc6;
}
.wpcf7-spinner {
  display: none;
}
.fv {
  padding-top: 120px;
  position: relative;
  background: #F4F6F8;
}
.fv .container {
  border-radius: 40px;
  max-width: 1340px !important;
  margin: 0 auto;
}
.fv img {
  border-radius: 40px;
}
.fv_text {
  color: #fff;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 150.18%;
  /* 45.054px */
  letter-spacing: 4.5px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .fv {
    padding-top: 100px;
  }
  .fv_text {
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .fv_text {
    font-size: clamp(22px, calc(25 / 768 * 100vw), 30px) !important;
    top: 80%;
  }
}
.top-news .sub-title {
  color: #5298D6;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.68px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top-news .sub-title::before {
  content: "";
  width: 195px;
  height: 195px;
  background: url("../../understrap-child-master/img/top-deco1.png") no-repeat center center / contain;
  position: absolute;
  left: -100%;
  top: -100%;
  translate: -100% -100%;
}
.top-news .top-news_title {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  display: block;
}
.top-news .top-news_title::before {
  display: none;
}
.top-news .wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 51px;
}
.top-news .wp-block-latest-posts__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.top-news .wp-block-latest-posts__list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.top-news .wp-block-latest-posts__list li::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li:hover {
    border-radius: 20px;
    border: 1px solid #5298d6;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .top-news .wp-block-latest-posts__list li:hover::before, .top-news .wp-block-latest-posts__list li:hover::after {
    background: #5298d6;
  }
}
.top-news .wp-block-latest-posts__list li a {
  padding: 30px 30px 30px 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li a:hover {
    color: #5298D6 !important;
    opacity: 1;
  }
}
.top-news .wp-block-latest-posts__list li time {
  color: #96a0af;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-news .sub-title::before {
    width: 110px;
    height: 110px;
    left: 50%;
    top: -110px;
    translate: -40% 0;
  }
  .top-news .wp-block-latest-posts__list li {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: 10px;
    position: relative;
  }
  .top-news .wp-block-latest-posts__list li::before, .top-news .wp-block-latest-posts__list li::after {
    right: clamp(10px, calc(15 / 375 * 100vw), 30px);
  }
  .top-news a {
    font-size: 16px !important;
    padding: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
    padding-top: 0px !important;
  }
  .top-news time {
    padding-left: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
    padding-top: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
  }
}
.top-home h2 {
  color: #5298D6;
  text-align: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.88px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top-home h2::before {
  content: "";
  width: 195px;
  height: 195px;
  background: url(../../understrap-child-master/img/top-deco2.png) no-repeat center center / contain;
  position: absolute;
  right: -70%;
  top: -100%;
  translate: 0% -72%;
}
.top-home p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 210%;
  /* 37.8px */
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .top-home h2::before {
    content: "";
    width: 90px;
    height: 90px;
    left: 50%;
    top: -90px;
    translate: -50% 0;
  }
  .top-home p {
    font-size: 16px;
  }
}
.top-figure {
  object-fit: cover;
}
.top-about {
  padding-bottom: 118px;
}
.top-about .container {
  margin-top: -100px;
  background: #ffffff;
  max-width: 1100px;
  position: relative;
  border-radius: 40px 40px 0px 0px;
  padding-top: 76px;
}
.top-about .sub-title {
  color: #5298D6;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.68px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top-about .sub-title::before {
  content: "";
  width: 123px;
  height: 123px;
  background: url("../../understrap-child-master/img/top-deco3.png") no-repeat center center / contain;
  position: absolute;
  left: -50%;
  top: -100%;
  translate: 0% -50%;
}
.top-about h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}
.top-about p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 210%;
  /* 37.8px */
  margin-top: 36px;
}
.top-about .top-about_info {
  border-radius: 20px;
  border: 1px solid #96a0af;
  background: #fff;
  padding-block: 40px;
  margin-top: 56px;
}
.top-about .top-about_info p {
  text-align: left;
  margin-top: 13px;
  color: #000;
}
.top-about .top-about_info ul {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-top: 13px;
  padding-left: 1.5rem;
}
.top-about .top-about_info div {
  padding-inline: clamp(20px, calc(40 / 1440 * 100vw), 40px);
}
.top-about .top-about_info div + div {
  border-left: 1px solid #96a0af;
}
@media screen and (max-width: 767px) {
  .top-figure {
    height: 200px;
  }
  .top-about .sub-title::before {
    content: "";
    width: 90px;
    height: 90px;
    left: 50%;
    top: -90px;
    translate: -50% 0;
  }
  .top-about p {
    font-size: 16px;
  }
  .top-about .top-about_info {
    padding-block: 0;
    padding-inline: clamp(20px, calc(20 / 375 * 100vw), 40px);
    gap: 0;
  }
  .top-about .top-about_info div {
    padding-block: clamp(20px, calc(20 / 375 * 100vw), 40px);
    padding-inline: 0;
  }
  .top-about .top-about_info div + div {
    border-top: 1px solid #96a0af;
    border-left: none;
  }
}
.top-link {
  position: relative;
}
.top-link::before {
  content: "";
  width: 195px;
  height: 195px;
  background: url("../../understrap-child-master/img/top-deco4.png") no-repeat center center / contain;
  position: absolute;
  left: 70%;
  top: -100px;
  translate: -50% 0;
}
.top-link .wp-block-column {
  border-radius: 20px;
}
.top-link .wp-block-column:nth-of-type(1) {
  background: url(../../understrap-child-master/img/top-link4.jpg) no-repeat center center / cover;
}
.top-link .wp-block-column:nth-of-type(1) a {
  background: rgba(8, 87, 160, 0.75);
}
@media (any-hover: hover) {
  .top-link .wp-block-column:nth-of-type(1) a:hover {
    border: 1px solid #0857A0;
  }
  .top-link .wp-block-column:nth-of-type(1) a:hover h3, .top-link .wp-block-column:nth-of-type(1) a:hover code, .top-link .wp-block-column:nth-of-type(1) a:hover p {
    color: #0857A0;
  }
  .top-link .wp-block-column:nth-of-type(1) a:hover p::after {
    background-color: #0857A0;
    border: 1px solid #0857A0;
  }
}
.top-link .wp-block-column:nth-of-type(2) {
  background: url(../../understrap-child-master/img/top-link2.png) no-repeat center center / cover;
}
.top-link .wp-block-column:nth-of-type(2) a {
  background: rgba(82, 152, 214, 0.75);
}
@media (any-hover: hover) {
  .top-link .wp-block-column:nth-of-type(2) a:hover {
    border: 1px solid #5298D6;
  }
  .top-link .wp-block-column:nth-of-type(2) a:hover h3, .top-link .wp-block-column:nth-of-type(2) a:hover code, .top-link .wp-block-column:nth-of-type(2) a:hover p {
    color: #5298D6;
  }
  .top-link .wp-block-column:nth-of-type(2) a:hover p::after {
    background-color: #5298D6;
    border: 1px solid #5298D6;
  }
}
.top-link .wp-block-column:nth-of-type(3) {
  background: url(../../understrap-child-master/img/top-link3.png) no-repeat center center / cover;
}
.top-link .wp-block-column:nth-of-type(3) a {
  background: rgba(55, 179, 112, 0.75);
}
@media (any-hover: hover) {
  .top-link .wp-block-column:nth-of-type(3) a:hover {
    border: 1px solid #37B370;
  }
  .top-link .wp-block-column:nth-of-type(3) a:hover h3, .top-link .wp-block-column:nth-of-type(3) a:hover code, .top-link .wp-block-column:nth-of-type(3) a:hover p {
    color: #37B370;
  }
  .top-link .wp-block-column:nth-of-type(3) a:hover p::after {
    background-color: #37B370;
    border: 1px solid #37B370;
  }
}
.top-link .wp-block-column a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 90px clamp(20px, calc(40 / 1440 * 100vw), 40px) 40px;
  height: 330px;
  width: 100%;
  border: 1px solid transparent;
  color: #ffffff;
}
@media (any-hover: hover) {
  .top-link .wp-block-column a:hover {
    opacity: 1;
    background: #ffffff;
  }
}
.top-link .wp-block-column h3 {
  color: #fff;
  text-align: center;
  font-size: clamp(24px, calc(30 / 1440 * 100vw), 30px);
  font-weight: 600;
  line-height: 30px;
  /* 100% */
  letter-spacing: 1.8px;
  transition: all 0.3s ease;
  border-bottom: none;
}
.top-link .wp-block-column h3 code {
  color: #fff;
  font-size: clamp(18px, calc(22 / 1440 * 100vw), 22px);
  letter-spacing: 1.32px;
  transition: all 0.3s ease;
}
.top-link .wp-block-column p {
  color: #fff;
  text-align: right;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.96px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 19px;
  transition: all 0.3s ease;
}
.top-link .wp-block-column p::after {
  content: "";
  background: url(../../understrap-child-master/img/top-link_btn.png) no-repeat center center / contain;
  border-radius: 100vmax;
  border: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-link::before {
    content: "";
    width: 140px;
    height: 140px;
    left: 51%;
    top: -40px;
    translate: -50% 0;
  }
  .top-link .wp-block-column a {
    height: 100%;
  }
}
.wrapper {
  padding-top: 160px !important;
}
#front-page-wrapper {
  padding-top: 30px !important;
}
.page_title-wrapper {
  background: #F4F6F8;
  padding-inline: 3.4722222222% !important;
}
.page_title {
  max-width: 1300px;
  margin: 0 auto;
  color: #333;
  font-size: 34px !important;
  font-weight: 500;
  line-height: 200.07%;
  /* 68.024px */
  letter-spacing: 1.36px;
  padding-block: 38px 18px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 70px !important;
  }
  #front-page-wrapper {
    padding-top: 0px !important;
  }
  .page_title-wrapper {
    padding-inline: 15px;
  }
  .page_title {
    font-size: 26px !important;
    line-height: 1.5;
    padding-block: 26px 18px;
  }
}
.search h2 {
  color: #5298d6;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.search h2::before {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url(../../understrap-child-master/img/search_icon.png) no-repeat center center / contain;
}
.searchandfilter {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
}
.searchandfilter ul {
  display: table;
  width: 100%;
  border-collapse: separate;
}
.searchandfilter ul li {
  display: flex;
  align-items: stretch;
  padding-right: 0;
}
.searchandfilter ul li h4 {
  color: #333;
  text-align: right;
  font-family: "IBM Plex Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  padding: 21px 36px;
  margin: 0;
  background: #F4F6F8;
  width: calc(200px / 1100px);
  min-width: 210px;
  text-align: right;
  border: 1px solid #ffffff;
}
.searchandfilter ul li ul {
  border: 1px solid #F4F6F8;
  background: #ffffff;
  padding: 19px 36px;
  border-left: none;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 20px;
}
.searchandfilter ul li ul li {
  background: #ffffff;
}
.searchandfilter ul li ul li label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.searchandfilter input[type="text"] {
  border-radius: 6px !important;
  border: 1px solid #c8ced0 !important;
  background: #fff !important;
  padding: 10px 18px !important;
  max-width: 460px !important;
  height: 40px !important;
  margin: 10px;
}
.searchandfilter input[type="submit"] {
  color: #fff !important;
  font-family: "IBM Plex Sans JP";
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.64px !important;
  border-radius: 40px !important;
  background: #5298d6 !important;
  border: 1px solid transparent;
  padding: 16px 40px;
  margin: 0 auto;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .searchandfilter ul {
    width: 100%;
  }
  .searchandfilter ul li {
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
  }
  .searchandfilter ul li h4 {
    width: 100%;
    text-align: left;
    padding: 16px;
  }
  .searchandfilter ul li ul {
    padding: 16px;
  }
}
.search-result h2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 200.07%;
  /* 48.017px */
  letter-spacing: 0.96px;
  display: flex;
  align-items: stretch;
  gap: 14px;
}
.search-result h2::before {
  content: "";
  width: 8px;
  height: auto;
  flex-shrink: 0;
  border-radius: 20px;
  background: #5298d6;
}
.search-result .table-wrap {
  overflow: auto;
  max-height: 90vh;
}
.search-result table {
  border-collapse: separate;
  border-spacing: 0px !important;
  width: 1000px;
}
.search-result thead {
  z-index: 10;
}
.search-result tr {
  text-align: center;
}
.search-result tr:nth-child(1) th {
  vertical-align: middle;
  min-width: 165px;
}
.search-result tr:nth-child(2) th {
  padding: 13px;
  white-space: pre;
  /* 縦書き時は nowrap を無効化 */
  text-orientation: upright;
  /* 文字の向きを正しく */
  vertical-align: middle;
}
.search-result tr:nth-child(2) th span {
  text-orientation: upright;
  white-space: pre;
  display: block;
}
.search-result .table_other {
  min-width: 300px !important;
}
.search-result th {
  background: #dceaf7;
  padding: 28px 24px 13px;
  color: #818a98;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.search-result td {
  padding: 16px 8px;
  background: #ffffff;
  table-layout: auto;
}
.search-result td:not(:first-child) {
  font-size: 16px;
  font-weight: 500;
}
.search-result td a {
  margin: 0 auto;
}
.search-result .search-result_link {
  border-radius: 40px;
  background: #5298d6;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.search-result .search-result_link::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../../understrap-child-master/img/button_link.svg) no-repeat center center / contain;
}
.table-scroll-fixed01 {
  position: sticky;
  left: 0;
  border-right: 1px solid #ffffff;
}
.table-scroll-fixed02 {
  position: sticky;
  top: 0;
}
.post-navigation {
  margin-bottom: 100px;
}
.post-navigation .nav-links {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .search-result tr {
    text-align: center;
  }
  .search-result tr:nth-child(1) th {
    min-width: auto;
  }
  .search-result .table_other {
    min-width: 220px !important;
  }
  .search-result th {
    padding: 2px 24px 2px !important;
  }
}
.wp-block-latest-posts__list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.wp-block-latest-posts__list li {
  padding-block: 6px;
}
.wp-block-search__button {
  background-color: #0857A0 !important;
  border-color: #0857A0 !important;
}
.page-item.active .page-link {
  background-color: #0857A0 !important;
  border-color: #0857A0 !important;
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}
.news_list article a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #5298d6;
  transition: all 0.3s ease;
  padding: 30px;
  position: relative;
}
.news_list article a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.news_list article a::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news_list article a:hover {
    border-radius: 20px;
    border: 1px solid #5298d6;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .news_list article a:hover .entry-title {
    color: #5298D6 !important;
  }
  .news_list article a:hover::before, .news_list article a:hover::after {
    background: #5298d6;
  }
}
.news_list article a .entry-title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.news_list article a time {
  color: #96a0af;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .news_list article a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
  }
  .news_list article a::before, .news_list article a::after {
    right: clamp(10px, calc(15 / 375 * 100vw), 30px);
  }
  .entry-title {
    font-size: 16px !important;
  }
}
