@charset "UTF-8";
/* line 3, common.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* line 23, common.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 28, common.scss */
html,
body {
  overflow-x: clip; }

/* line 32, common.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* line 37, common.scss */
body {
  font-size: 15px;
  color: #0E2841;
  line-height: 1;
  background-color: #f9f9f9; }
  /* line 42, common.scss */
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed; }

/* line 48, common.scss */
:target {
  scroll-margin-top: 140px; }
  @media screen and (max-width: 800px) {
    /* line 48, common.scss */
    :target {
      scroll-margin-top: 90px; } }

/* line 54, common.scss */
body,
input,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400; }

/* line 60, common.scss */
.en {
  font-family: "Libertinus Sans", sans-serif; }

/* line 63, common.scss */
.min {
  font-family: "BIZ UDPMincho", serif; }

/* line 66, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 70, common.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left; }

/* line 76, common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #0E2841;
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0; }

/* line 89, common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 101, common.scss */
p {
  color: #525A64;
  margin-bottom: 15px;
  line-height: 1.8; }

/* line 106, common.scss */
ol,
ul {
  list-style: none; }

/* line 110, common.scss */
ul li,
ol li {
  color: #525A64;
  line-height: 1.8;
  margin: 0 0 5px; }

/* line 116, common.scss */
ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em; }

/* line 120, common.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

/* line 126, common.scss */
dl {
  margin: 0 0 24px 0; }

/* line 129, common.scss */
dt,
dd {
  line-height: 1.6; }

/* line 133, common.scss */
dt {
  font-weight: bold; }

/* line 136, common.scss */
dd {
  margin: 0; }

/* line 139, common.scss */
strong {
  font-weight: bold; }

/* line 142, common.scss */
cite,
i {
  font-style: normal; }

/* line 146, common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 153, common.scss */
sup {
  top: -0.5em; }

/* line 156, common.scss */
sub {
  bottom: -0.25em; }

/* line 159, common.scss */
small {
  font-size: smaller; }

/* line 162, common.scss */
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

/* line 168, common.scss */
video {
  width: 100%; }

/* line 171, common.scss */
address {
  font-style: normal; }

/* line 176, common.scss */
.alignleft {
  float: left; }

/* line 179, common.scss */
.alignright {
  float: right; }

/* line 182, common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 187, common.scss */
a {
  color: #525A64;
  text-decoration: underline; }
  /* line 190, common.scss */
  a.nolink {
    pointer-events: none; }
  @media screen and (min-width: 800px) {
    /* line 194, common.scss */
    a:hover {
      text-decoration: none; }
      /* line 197, common.scss */
      a:hover .btn-text::after {
        width: 100%; }
      /* line 201, common.scss */
      a:hover .btn-arrow {
        scale: 0.86; }
        /* line 203, common.scss */
        a:hover .btn-arrow::before {
          scale: 1.14;
          translate: 500% -50%; }
        /* line 207, common.scss */
        a:hover .btn-arrow::after {
          scale: 1.14;
          translate: -50% -50%; }
        /* line 211, common.scss */
        a:hover .btn-arrow.small {
          scale: 1; }
          /* line 213, common.scss */
          a:hover .btn-arrow.small::before {
            scale: 1; }
          /* line 216, common.scss */
          a:hover .btn-arrow.small::after {
            scale: 1; }
      /* line 221, common.scss */
      a:hover .underline {
        background-size: 100% 1px; } }

/* line 228, common.scss */
a:focus, *:focus {
  outline: none; }

/* line 231, common.scss */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    /* line 231, common.scss */
    .pc {
      display: none; } }

/* line 237, common.scss */
.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 237, common.scss */
    .sp {
      display: block; } }

/* line 243, common.scss */
.komelist {
  margin: 0 0 30px; }

/* line 246, common.scss */
.komelist li {
  list-style: none;
  margin-left: 1em; }
  /* line 249, common.scss */
  .komelist li:last-child {
    margin-bottom: 0; }

/* line 253, common.scss */
.komelist li::before {
  content: "※";
  margin-left: -1em; }

/* line 258, common.scss */
.cbox {
  position: relative;
  width: calc(100% - 64px);
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 258, common.scss */
    .cbox {
      width: calc(100% - 40px); } }

/* line 267, common.scss */
.txtright {
  display: block;
  text-align: right; }

/* line 271, common.scss */
.txtcenter {
  text-align: center; }

/* line 277, common.scss */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 25px;
  left: 32px;
  width: calc(100% - 64px);
  height: 80px;
  z-index: 10; }
  @media screen and (max-width: 1000px) {
    /* line 277, common.scss */
    .site-header {
      top: 0;
      left: 0;
      width: 100%;
      height: 64px;
      background-color: #FFFFFF; } }
  /* line 294, common.scss */
  .site-header .site-title {
    position: absolute;
    left: 24px;
    top: 50%;
    translate: 0 -50%;
    width: 150px;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      /* line 294, common.scss */
      .site-header .site-title {
        left: 20px;
        width: 120px; } }
    /* line 305, common.scss */
    .site-header .site-title a {
      display: block;
      width: 100%;
      height: 100%; }
      /* line 309, common.scss */
      .site-header .site-title a img {
        opacity: 1; }

/* line 318, common.scss */
.mainmenu {
  display: block;
  width: calc(100% - 88px);
  height: 80px;
  border-radius: 8px;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  z-index: 0; }
  @media screen and (max-width: 1000px) {
    /* line 318, common.scss */
    .mainmenu {
      display: none; } }
  /* line 329, common.scss */
  .mainmenu nav {
    width: 100%;
    height: 100%; }
    /* line 332, common.scss */
    .mainmenu nav ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0 32px;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 50px 0 0; }
      @media screen and (max-width: 1350px) {
        /* line 332, common.scss */
        .mainmenu nav ul {
          gap: 0 16px;
          padding: 0 16px 0 0; } }
      /* line 345, common.scss */
      .mainmenu nav ul li {
        position: relative;
        height: 100%;
        line-height: 1;
        margin: 0;
        padding: 0; }
        /* line 351, common.scss */
        .mainmenu nav ul li::before {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 2px;
          content: "";
          background-color: #F08A42;
          transition: width 0.3s ease-out; }
        @media screen and (min-width: 800px) {
          /* line 362, common.scss */
          .mainmenu nav ul li:hover {
            color: #F08A42; }
            /* line 364, common.scss */
            .mainmenu nav ul li:hover::before {
              width: 100%; } }
        /* line 371, common.scss */
        .mainmenu nav ul li.current-menu-item::before, .mainmenu nav ul li.current-page-ancestor::before {
          width: 100%; }
        /* line 374, common.scss */
        .mainmenu nav ul li.current-menu-item a, .mainmenu nav ul li.current-page-ancestor a {
          color: #F08A42; }
        /* line 379, common.scss */
        .mainmenu nav ul li.current-menu-item ul li a, .mainmenu nav ul li.current-page-ancestor ul li a {
          color: #525A64; }
        /* line 383, common.scss */
        .mainmenu nav ul li.current-menu-item ul li.current-menu-item a, .mainmenu nav ul li.current-page-ancestor ul li.current-menu-item a {
          color: #F08A42; }
          /* line 385, common.scss */
          .mainmenu nav ul li.current-menu-item ul li.current-menu-item a::before, .mainmenu nav ul li.current-page-ancestor ul li.current-menu-item a::before {
            display: none; }
          @media screen and (min-width: 800px) {
            /* line 389, common.scss */
            .mainmenu nav ul li.current-menu-item ul li.current-menu-item a:hover, .mainmenu nav ul li.current-page-ancestor ul li.current-menu-item a:hover {
              color: #F08A42; }
              /* line 391, common.scss */
              .mainmenu nav ul li.current-menu-item ul li.current-menu-item a:hover::after, .mainmenu nav ul li.current-page-ancestor ul li.current-menu-item a:hover::after {
                display: none; } }
        /* line 401, common.scss */
        .mainmenu nav ul li a {
          position: relative;
          display: inline-flex;
          align-items: center;
          height: 100%;
          text-decoration: none; }
          @media screen and (min-width: 800px) {
            /* line 408, common.scss */
            .mainmenu nav ul li a:hover {
              color: #F08A42; } }
        /* line 414, common.scss */
        .mainmenu nav ul li.subm a {
          padding-right: 20px; }
          /* line 416, common.scss */
          .mainmenu nav ul li.subm a::before, .mainmenu nav ul li.subm a::after {
            position: absolute;
            right: 0;
            top: 50%;
            translate: 0 -50%;
            width: 10px;
            height: 1px;
            content: "";
            background-color: #F08A42; }
          /* line 427, common.scss */
          .mainmenu nav ul li.subm a::after {
            rotate: -90deg; }
        /* line 433, common.scss */
        .mainmenu nav ul li.subm ul {
          display: none;
          position: absolute;
          top: 90px;
          left: 0;
          width: auto;
          min-width: 240px;
          height: auto;
          background-color: #FFFFFF;
          text-align: left;
          border-radius: 8px;
          padding: 28px 24px;
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
          /* line 446, common.scss */
          .mainmenu nav ul li.subm ul.active {
            display: block; }
          /* line 449, common.scss */
          .mainmenu nav ul li.subm ul li {
            width: auto;
            margin: 0 0 12px;
            white-space: nowrap; }
            /* line 453, common.scss */
            .mainmenu nav ul li.subm ul li::before {
              display: none; }
            /* line 456, common.scss */
            .mainmenu nav ul li.subm ul li a {
              display: inline-block;
              font-weight: 500;
              line-height: 1.4;
              padding: 0 0 0 14px; }
              /* line 461, common.scss */
              .mainmenu nav ul li.subm ul li a::before {
                right: auto;
                left: 0;
                width: 4px; }
              /* line 466, common.scss */
              .mainmenu nav ul li.subm ul li a::after {
                top: auto;
                right: auto;
                left: 14px;
                bottom: -1px;
                translate: 0 0;
                width: 0;
                height: 1px;
                content: "";
                background-color: #F08A42;
                transition: width 0.3s ease-out;
                rotate: 0deg; }
              @media screen and (min-width: 800px) {
                /* line 480, common.scss */
                .mainmenu nav ul li.subm ul li a:hover {
                  color: #525A64; }
                  /* line 482, common.scss */
                  .mainmenu nav ul li.subm ul li a:hover::after {
                    width: calc(100% - 14px); } }
            /* line 488, common.scss */
            .mainmenu nav ul li.subm ul li:last-child {
              margin-bottom: 0; }

/* line 501, common.scss */
.mcontact {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 20px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2)); }
  @media screen and (min-width: 800px) {
    /* line 517, common.scss */
    .mcontact:hover {
      color: #F08A42; }
      /* line 519, common.scss */
      .mcontact:hover::before {
        background-color: #F08A42; } }
  @media screen and (max-width: 1000px) {
    /* line 501, common.scss */
    .mcontact {
      right: 64px;
      width: 88px;
      height: 64px;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0;
      filter: none;
      padding-bottom: 15px; } }
  /* line 534, common.scss */
  .mcontact::before {
    position: absolute;
    left: 50%;
    top: 19px;
    translate: -50% 0;
    width: 24px;
    height: 18px;
    content: "";
    background-color: #004097;
    mask-image: url("../img/icon_contact.svg");
    mask-position: center top;
    mask-repeat: no-repeat;
    mask-size: cover; }
    @media screen and (max-width: 1000px) {
      /* line 534, common.scss */
      .mcontact::before {
        top: 15px;
        width: 20px;
        height: 15px; } }

/* line 557, common.scss */
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(14, 40, 65, 0.5);
  z-index: 9; }

/* line 570, common.scss */
.spmainmenu {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 570, common.scss */
    .spmainmenu {
      display: block;
      position: fixed;
      left: 0;
      top: 64px;
      width: 100%;
      height: calc(100svh - 64px);
      opacity: 0;
      pointer-events: none;
      z-index: 10;
      transition: opacity 0.3s ease-out; }
      /* line 583, common.scss */
      .spmainmenu.open {
        opacity: 1; }
        /* line 585, common.scss */
        .spmainmenu.open nav {
          pointer-events: auto; }
      /* line 589, common.scss */
      .spmainmenu nav {
        width: 100%;
        background-color: #004097;
        overflow-y: auto; }
        /* line 594, common.scss */
        .spmainmenu nav ul li {
          width: 100%;
          margin: 0;
          padding: 0;
          border-top: 1px solid #0E2841; }
          /* line 599, common.scss */
          .spmainmenu nav ul li a {
            position: relative;
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            min-height: 64px;
            color: #FFFFFF;
            text-decoration: none;
            line-height: 1.4;
            padding: 0 0 0 20px; }
          /* line 611, common.scss */
          .spmainmenu nav ul li.spm {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            /* line 615, common.scss */
            .spmainmenu nav ul li.spm a {
              width: calc(100% - 64px); }
            /* line 618, common.scss */
            .spmainmenu nav ul li.spm .open-menu {
              display: block;
              position: relative;
              width: 64px;
              height: 64px;
              border-left: 1px solid #0E2841;
              cursor: pointer; }
              /* line 625, common.scss */
              .spmainmenu nav ul li.spm .open-menu::before, .spmainmenu nav ul li.spm .open-menu::after {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 16px;
                height: 1px;
                background-color: #F08A42;
                content: "";
                pointer-events: none;
                transition: transform 0.3s ease-out; }
              /* line 637, common.scss */
              .spmainmenu nav ul li.spm .open-menu::before {
                transform: translate(-50%, -50%); }
              /* line 640, common.scss */
              .spmainmenu nav ul li.spm .open-menu::after {
                transform: translate(-50%, -50%) rotate(-90deg); }
              /* line 644, common.scss */
              .spmainmenu nav ul li.spm .open-menu.active::before {
                transform: translate(-50%, -50%) rotate(-45deg); }
              /* line 647, common.scss */
              .spmainmenu nav ul li.spm .open-menu.active::after {
                transform: translate(-50%, -50%) rotate(-135deg); }
            /* line 652, common.scss */
            .spmainmenu nav ul li.spm ul {
              display: none;
              flex-wrap: wrap;
              width: 100%;
              background-color: #0E2841;
              transition: all 0.3s ease-out;
              padding: 15px 20px; }
              /* line 659, common.scss */
              .spmainmenu nav ul li.spm ul.active {
                display: flex; }
              /* line 662, common.scss */
              .spmainmenu nav ul li.spm ul li {
                width: 100%;
                border: none; }
                /* line 665, common.scss */
                .spmainmenu nav ul li.spm ul li a {
                  position: relative;
                  width: 100%;
                  min-height: inherit;
                  background-color: #0E2841;
                  padding: 15px 0 15px 12px; }
                  /* line 671, common.scss */
                  .spmainmenu nav ul li.spm ul li a::before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    translate: 0 -50%;
                    width: 4px;
                    height: 1px;
                    content: "";
                    background-color: #F08A42; }
                /* line 682, common.scss */
                .spmainmenu nav ul li.spm ul li .open-menu {
                  display: none; } }

/* line 697, common.scss */
#toggle {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 697, common.scss */
    #toggle {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 64px;
      height: 64px;
      color: #0E2841;
      -webkit-text-fill-color: #0E2841;
      border: none;
      background: none;
      padding: 0;
      cursor: pointer;
      z-index: 10;
      transition: background-color 0.3s ease-out; } }
  @media screen and (max-width: 1000px) {
    /* line 715, common.scss */
    #toggle.active {
      -webkit-text-fill-color: #FFFFFF;
      background-color: #004097; } }
  @media screen and (max-width: 1000px) {
    /* line 721, common.scss */
    #toggle.active .mtext::before {
      -webkit-text-fill-color: #FFFFFF;
      color: #FFFFFF;
      content: "CLOSE"; } }
  @media screen and (max-width: 1000px) {
    /* line 730, common.scss */
    #toggle .mtext {
      position: absolute;
      top: 37px;
      left: 50%;
      translate: -50% 0;
      background: none; } }
  @media screen and (max-width: 1000px) {
    /* line 738, common.scss */
    #toggle .mtext::before {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: #0E2841;
      content: "MENU";
      transition: color 0.3s ease-out; } }

@media screen and (max-width: 1000px) {
  /* line 750, common.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; } }

@media screen and (max-width: 1000px) {
  /* line 757, common.scss */
  .menu-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    outline: none; }
    /* line 764, common.scss */
    .menu-trigger span {
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #0E2841;
      width: 16px;
      height: 1px; }
      /* line 772, common.scss */
      .menu-trigger span:nth-of-type(1) {
        top: 16px; }
      /* line 775, common.scss */
      .menu-trigger span:nth-of-type(2) {
        top: 21px; }
      /* line 778, common.scss */
      .menu-trigger span:nth-of-type(3) {
        top: 26px; }
    /* line 783, common.scss */
    .menu-trigger.active span {
      background-color: #FFFFFF; }
      /* line 785, common.scss */
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translate(-50%, 6px) rotate(45deg);
        transform: translate(-50%, 6px) rotate(45deg); }
      /* line 789, common.scss */
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      /* line 792, common.scss */
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translate(-50%, -4px) rotate(-45deg);
        transform: translate(-50%, -4px) rotate(-45deg); } }

/* line 803, common.scss */
.page-title {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 80px;
  z-index: 0; }
  @media screen and (max-width: 800px) {
    /* line 803, common.scss */
    .page-title {
      height: auto; } }
  /* line 813, common.scss */
  .page-title .breadcrumb {
    position: absolute;
    left: 50%;
    top: 128px;
    translate: -50% 0;
    width: calc(100% - 112px);
    z-index: 2; }
    @media screen and (max-width: 1000px) {
      /* line 813, common.scss */
      .page-title .breadcrumb {
        top: 88px; } }
    @media screen and (max-width: 800px) {
      /* line 813, common.scss */
      .page-title .breadcrumb {
        display: none; } }
    /* line 826, common.scss */
    .page-title .breadcrumb p {
      display: flex;
      align-items: center;
      font-size: 13px;
      margin: 0; }
      /* line 831, common.scss */
      .page-title .breadcrumb p br {
        display: none; }
      /* line 834, common.scss */
      .page-title .breadcrumb p a {
        color: rgba(14, 40, 65, 0.5); }
      /* line 837, common.scss */
      .page-title .breadcrumb p span {
        margin: 0 8px; }
        /* line 839, common.scss */
        .page-title .breadcrumb p span.bhome {
          margin-left: 0; }
        /* line 842, common.scss */
        .page-title .breadcrumb p span.kugiri {
          color: #F08A42;
          margin: 0;
          padding-bottom: 3px; }
        /* line 847, common.scss */
        .page-title .breadcrumb p span span {
          margin: 0; }
  /* line 853, common.scss */
  .page-title .el {
    position: absolute;
    top: 17.3vw;
    left: -16.7%;
    width: 38.1%;
    z-index: 0;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 853, common.scss */
      .page-title .el {
        top: 203px;
        left: -98px;
        width: 223px; } }
    /* line 865, common.scss */
    .page-title .el img {
      width: 100%; }
  /* line 869, common.scss */
  .page-title .top-img {
    position: absolute;
    left: 50%;
    pointer-events: none;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 869, common.scss */
      .page-title .top-img {
        left: auto; } }
    /* line 877, common.scss */
    .page-title .top-img img {
      width: 100%; }
  /* line 881, common.scss */
  .page-title .page-title-right {
    position: relative;
    right: -25vw;
    top: -25vw;
    width: 75vw;
    height: 75vw;
    clip-path: circle(50% at 50% 50%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50vw auto;
    z-index: 0;
    margin: 0 0 0 auto;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 881, common.scss */
      .page-title .page-title-right {
        position: relative;
        /*right: -32.1vw;
        top: -18.1vw;
        width: 102.4vw;
        height: 102.4vw;*/
        right: -128px;
        top: -64px;
        width: 384px;
        height: 384px;
        background-size: 256px 256px; } }
  /* line 907, common.scss */
  .page-title .page-title-left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    translate: 0 -40%;
    padding-left: 96px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 907, common.scss */
      .page-title .page-title-left {
        position: relative;
        top: auto;
        translate: 0 0;
        padding: 0 20px;
        margin-top: -64px; } }
    /* line 923, common.scss */
    .page-title .page-title-left h1 {
      margin-bottom: 40px; }
      @media screen and (max-width: 800px) {
        /* line 923, common.scss */
        .page-title .page-title-left h1 {
          margin-bottom: 8px; } }
      /* line 928, common.scss */
      .page-title .page-title-left h1 .en {
        display: block;
        color: #004097;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 24px; }
        @media screen and (max-width: 800px) {
          /* line 928, common.scss */
          .page-title .page-title-left h1 .en {
            line-height: 1.4;
            margin-bottom: 8px; } }
      /* line 940, common.scss */
      .page-title .page-title-left h1 .jp {
        position: relative;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.05em;
        z-index: 1; }
        @media screen and (max-width: 800px) {
          /* line 940, common.scss */
          .page-title .page-title-left h1 .jp {
            font-size: 30px;
            line-height: 1.4; } }
        /* line 951, common.scss */
        .page-title .page-title-left h1 .jp .jp-sub {
          display: block;
          font-size: 20px; }
          @media screen and (max-width: 800px) {
            /* line 951, common.scss */
            .page-title .page-title-left h1 .jp .jp-sub {
              font-size: 16px; } }
    /* line 960, common.scss */
    .page-title .page-title-left .read-top {
      font-size: 18px;
      line-height: 2;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 960, common.scss */
        .page-title .page-title-left .read-top {
          font-size: 15px; } }
  /* line 969, common.scss */
  .page-title .btn-page-title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 56px;
    display: flex;
    align-items: center;
    color: #525A64;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 0 8px 0 0;
    padding: 0 28px 0 56px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 984, common.scss */
      .page-title .btn-page-title.pc {
        pointer-events: none;
        opacity: 0;
        margin-bottom: 0;
        height: 0; } }
    /* line 992, common.scss */
    .page-title .btn-page-title.sp {
      pointer-events: none;
      opacity: 0;
      margin-bottom: 0;
      height: 0; }
      @media screen and (max-width: 800px) {
        /* line 992, common.scss */
        .page-title .btn-page-title.sp {
          pointer-events: auto;
          opacity: 1;
          height: auto;
          margin-bottom: 64px; } }
    @media screen and (min-width: 800px) {
      /* line 1007, common.scss */
      .page-title .btn-page-title:hover .btn-arrow::before {
        translate: -500% -50%; }
      /* line 1010, common.scss */
      .page-title .btn-page-title:hover .btn-arrow::after {
        translate: -50% -50%; } }
    @media screen and (max-width: 800px) {
      /* line 969, common.scss */
      .page-title .btn-page-title {
        position: relative;
        top: auto;
        bottom: auto;
        height: auto;
        font-size: 13px;
        background: none;
        padding: 0 0 0 42px; } }
    /* line 1025, common.scss */
    .page-title .btn-page-title .btn-arrow {
      top: 50%;
      bottom: auto;
      left: 12px;
      right: auto;
      translate: 0 -50%; }
      @media screen and (max-width: 800px) {
        /* line 1025, common.scss */
        .page-title .btn-page-title .btn-arrow {
          left: 0; } }
      /* line 1034, common.scss */
      .page-title .btn-page-title .btn-arrow::before, .page-title .btn-page-title .btn-arrow::after {
        transform: scale(-1, 1); }
      /* line 1038, common.scss */
      .page-title .btn-page-title .btn-arrow::after {
        translate: 500% -50%; }
  /* line 1043, common.scss */
  .page-title.short {
    height: 35.1vw;
    background-color: #F0F2F3;
    overflow: hidden;
    margin-bottom: 160px; }
    @media screen and (max-width: 800px) {
      /* line 1043, common.scss */
      .page-title.short {
        height: 288px;
        margin-bottom: 64px; } }
    /* line 1053, common.scss */
    .page-title.short .el {
      top: 194px;
      left: 50%;
      translate: -95% 0;
      width: 39.4%; }
      @media screen and (max-width: 800px) {
        /* line 1053, common.scss */
        .page-title.short .el {
          top: 146px;
          left: -20px;
          width: 178px;
          translate: 0 0; } }
    /* line 1065, common.scss */
    .page-title.short .top-img {
      bottom: 0; }
    /* line 1068, common.scss */
    .page-title.short .page-title-right {
      position: relative;
      right: -18vw;
      top: -25vw;
      width: 63.3vw;
      height: 63.3vw; }
      @media screen and (max-width: 800px) {
        /* line 1068, common.scss */
        .page-title.short .page-title-right {
          right: -94px;
          top: -30px;
          width: 281px;
          height: 281px;
          background-size: 188px 188px; } }
    /* line 1082, common.scss */
    .page-title.short .page-title-left {
      translate: 0 0; }
      @media screen and (max-width: 800px) {
        /* line 1082, common.scss */
        .page-title.short .page-title-left {
          position: absolute;
          top: 50%;
          translate: 0 calc(-50% + 32px);
          margin-top: 0; } }
  /* line 1092, common.scss */
  .page-title.simple {
    height: 35.1vw;
    background-color: #F0F2F3;
    overflow: hidden;
    margin-bottom: 160px; }
    @media screen and (max-width: 800px) {
      /* line 1092, common.scss */
      .page-title.simple {
        height: 288px;
        margin-bottom: 64px; } }
    /* line 1101, common.scss */
    .page-title.simple .el {
      top: 137px;
      left: 50%;
      translate: -80% 0;
      width: 46.5%; }
      @media screen and (max-width: 800px) {
        /* line 1101, common.scss */
        .page-title.simple .el {
          top: 85px;
          left: auto;
          right: 20px;
          width: 264px;
          translate: 0 0; } }
    /* line 1114, common.scss */
    .page-title.simple .top-img {
      bottom: 0; }
    /* line 1117, common.scss */
    .page-title.simple .page-title-left {
      translate: 0 0; }
      @media screen and (max-width: 800px) {
        /* line 1117, common.scss */
        .page-title.simple .page-title-left {
          top: 50%;
          margin-top: 0; } }
  /* line 1125, common.scss */
  .page-title.white {
    height: 35.1vw;
    background-color: #F0F2F3;
    background-image: url("../img/topimage_white.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 160px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 1125, common.scss */
      .page-title.white {
        height: 384px;
        background-image: url("../img/topimage_white_sp.jpg");
        background-position: center 64px;
        background-size: cover;
        margin-bottom: 64px; } }
    /* line 1141, common.scss */
    .page-title.white .el {
      position: absolute;
      top: 10vw;
      left: 50%;
      width: 46.5%;
      translate: -81% 0%;
      z-index: 0;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        /* line 1141, common.scss */
        .page-title.white .el {
          top: 117px;
          left: auto;
          translate: 0 0;
          right: 20px;
          width: 260px; } }
    /* line 1158, common.scss */
    .page-title.white .breadcrumb p {
      color: #FFFFFF; }
      /* line 1160, common.scss */
      .page-title.white .breadcrumb p a {
        color: rgba(255, 255, 255, 0.5); }
        /* line 1163, common.scss */
        .page-title.white .breadcrumb p a span.bhome {
          color: rgba(255, 255, 255, 0.5); }
          /* line 1165, common.scss */
          .page-title.white .breadcrumb p a span.bhome a {
            color: rgba(255, 255, 255, 0.5); }
    /* line 1173, common.scss */
    .page-title.white .page-title-left {
      translate: 0 0; }
      @media screen and (max-width: 800px) {
        /* line 1173, common.scss */
        .page-title.white .page-title-left {
          position: absolute;
          bottom: 48px;
          margin-top: 0; } }
      /* line 1181, common.scss */
      .page-title.white .page-title-left h1 .en,
      .page-title.white .page-title-left h1 .jp {
        color: #FFFFFF; }
      /* line 1186, common.scss */
      .page-title.white .page-title-left .page-title-detail {
        border-left: 1px solid #FFFFFF !important; }
        /* line 1188, common.scss */
        .page-title.white .page-title-left .page-title-detail .entry-date {
          color: #FFFFFF; }
          @media screen and (max-width: 800px) {
            /* line 1188, common.scss */
            .page-title.white .page-title-left .page-title-detail .entry-date {
              color: #525A64; } }
        /* line 1194, common.scss */
        .page-title.white .page-title-left .page-title-detail h2 {
          color: #FFFFFF !important; }
          @media screen and (max-width: 800px) {
            /* line 1194, common.scss */
            .page-title.white .page-title-left .page-title-detail h2 {
              color: #004097 !important; } }
  /* line 1203, common.scss */
  .page-title.column {
    min-height: 480px;
    margin-bottom: 160px; }
    @media screen and (max-width: 800px) {
      /* line 1203, common.scss */
      .page-title.column {
        min-height: inherit;
        height: auto;
        margin-bottom: 0; } }
    @media screen and (max-width: 800px) {
      /* line 1211, common.scss */
      .page-title.column.white {
        background: none; } }
    @media screen and (max-width: 800px) {
      /* line 1216, common.scss */
      .page-title.column.white .page-title-left h1 {
        background-image: url("../img/topimage_white_sp_s.jpg"); } }
    @media screen and (max-width: 800px) {
      /* line 1220, common.scss */
      .page-title.column.white .page-title-left h1::before {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 264px;
        height: 253px;
        content: "";
        background-image: url("../img/excel_logo_white02.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        z-index: 0;
        pointer-events: none; } }
    @media screen and (max-width: 800px) {
      /* line 1238, common.scss */
      .page-title.column.white .el {
        display: none; } }
    /* line 1244, common.scss */
    .page-title.column .el {
      position: absolute;
      top: 10vw;
      left: 50%;
      width: 46.5%;
      translate: -81% 0%;
      z-index: 0;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        /* line 1244, common.scss */
        .page-title.column .el {
          top: 84px;
          left: auto;
          translate: 0 0;
          right: 20px;
          width: 264px; } }
    /* line 1260, common.scss */
    .page-title.column .page-title-left {
      display: flex;
      align-items: center;
      padding: 0 96px;
      translate: 0 -25%; }
      @media screen and (max-width: 1350px) {
        /* line 1260, common.scss */
        .page-title.column .page-title-left {
          padding: 0 32px; } }
      @media screen and (max-width: 800px) {
        /* line 1260, common.scss */
        .page-title.column .page-title-left {
          position: relative;
          display: block;
          translate: 0 0;
          bottom: auto;
          padding: 0 20px; } }
      /* line 1275, common.scss */
      .page-title.column .page-title-left h1 {
        width: calc(100% - 320px);
        padding-right: 80px;
        margin-bottom: 0; }
        @media screen and (max-width: 800px) {
          /* line 1275, common.scss */
          .page-title.column .page-title-left h1 {
            display: flex;
            align-items: center;
            width: calc(100% + 40px);
            min-height: 224px;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
            padding: 16px 20px;
            margin: 64px 0 0 -20px; } }
        /* line 1290, common.scss */
        .page-title.column .page-title-left h1 .jp {
          font-size: 35px; }
          @media screen and (max-width: 800px) {
            /* line 1290, common.scss */
            .page-title.column .page-title-left h1 .jp {
              font-size: 25px; } }
      /* line 1297, common.scss */
      .page-title.column .page-title-left .page-title-detail {
        width: 320px;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        padding: 16px 0 16px 46px; }
        @media screen and (max-width: 800px) {
          /* line 1297, common.scss */
          .page-title.column .page-title-left .page-title-detail {
            width: calc(100% + 40px);
            border-left: 0;
            background-color: #F7F7F7;
            padding: 16px 20px 48px;
            margin-left: -20px; } }
        /* line 1308, common.scss */
        .page-title.column .page-title-left .page-title-detail .entry-date {
          font-size: 18px;
          letter-spacing: 0.03em;
          margin-bottom: 32px; }
          @media screen and (max-width: 800px) {
            /* line 1308, common.scss */
            .page-title.column .page-title-left .page-title-detail .entry-date {
              font-size: 15px;
              margin-bottom: 16px; } }
        /* line 1317, common.scss */
        .page-title.column .page-title-left .page-title-detail h2 {
          color: #004097;
          font-size: 25px;
          font-weight: 500;
          letter-spacing: 0.05em;
          margin-bottom: 32px; }
          @media screen and (max-width: 800px) {
            /* line 1317, common.scss */
            .page-title.column .page-title-left .page-title-detail h2 {
              font-size: 20px;
              margin-bottom: 16px; } }
          /* line 1327, common.scss */
          .page-title.column .page-title-left .page-title-detail h2 .s-title {
            display: block;
            font-size: 18px;
            margin-bottom: 8px; }
            @media screen and (max-width: 800px) {
              /* line 1327, common.scss */
              .page-title.column .page-title-left .page-title-detail h2 .s-title {
                font-size: 15px; } }
        /* line 1336, common.scss */
        .page-title.column .page-title-left .page-title-detail ul {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 0;
          padding: 0; }
          /* line 1344, common.scss */
          .page-title.column .page-title-left .page-title-detail ul li {
            position: relative;
            display: inline-flex;
            align-items: center;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
            background-color: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            padding: 2px 8px;
            margin: 0; }
        /* line 1358, common.scss */
        .page-title.column .page-title-left .page-title-detail dl {
          display: flex;
          flex-wrap: wrap;
          margin: 0;
          padding: 0; }
          /* line 1363, common.scss */
          .page-title.column .page-title-left .page-title-detail dl dt {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 64px;
            height: 24px;
            color: #525A64;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.6;
            background-color: #FFFFFF;
            border-radius: 2px;
            padding: 0;
            margin: 0 16px 12px 0; }
            @media screen and (max-width: 800px) {
              /* line 1363, common.scss */
              .page-title.column .page-title-left .page-title-detail dl dt {
                height: 22px;
                font-size: 12px; } }
            /* line 1381, common.scss */
            .page-title.column .page-title-left .page-title-detail dl dt:last-of-type {
              margin-bottom: 0; }
          /* line 1385, common.scss */
          .page-title.column .page-title-left .page-title-detail dl dd {
            width: calc(100% - 80px);
            color: #FFFFFF;
            font-size: 18px;
            line-height: 1.2;
            margin: 0 0 12px;
            padding: 0; }
            @media screen and (max-width: 800px) {
              /* line 1385, common.scss */
              .page-title.column .page-title-left .page-title-detail dl dd {
                color: #525A64;
                font-size: 15px;
                line-height: 1.6; } }
            /* line 1397, common.scss */
            .page-title.column .page-title-left .page-title-detail dl dd:last-of-type {
              margin-bottom: 0; }

/* line 1406, common.scss */
h2 {
  font-weight: 400;
  margin-bottom: 24px; }

/* line 1410, common.scss */
h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 20px; }

/* line 1417, common.scss */
h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    /* line 1417, common.scss */
    h4 {
      font-size: 18px;
      line-height: 1.5; } }

/* line 1427, common.scss */
h5 {
  color: #525A64;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500; }

/* line 1435, common.scss */
img.alignleft {
  margin: 0 24px 12px 0; }

/* line 1438, common.scss */
img.alignright {
  margin: 0 0 12px 24px; }

/* line 1441, common.scss */
img.aligncenter {
  margin-bottom: 12px; }

/* line 1444, common.scss */
.wp-caption {
  max-width: 100%;
  height: auto; }
  /* line 1447, common.scss */
  .wp-caption img {
    width: 100%; }
  /* line 1450, common.scss */
  .wp-caption .wp-caption-text {
    width: auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px; }

/* line 1460, common.scss */
.column2 {
  display: flex; }

/* line 1466, common.scss */
main {
  position: relative;
  width: 100%;
  margin-bottom: 128px;
  word-break: break-all; }
  @media screen and (max-width: 800px) {
    /* line 1466, common.scss */
    main {
      margin-bottom: 80px; } }

/* line 1475, common.scss */
.wrapper {
  position: relative; }
  /* line 1478, common.scss */
  .wrapper.circle::before {
    position: absolute;
    left: 0;
    top: -96px;
    width: 100%;
    height: 130.2vw;
    content: "";
    background-image: url("../img/bg_circle.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none;
    z-index: -1; }
    @media screen and (max-width: 800px) {
      /* line 1478, common.scss */
      .wrapper.circle::before {
        top: -48px;
        height: calc(504vw + 48px);
        background-image: url("../img/bg_circle_sp.svg"); } }
  /* line 1498, common.scss */
  .wrapper.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 20px;
    padding: 0 64px;
    margin-bottom: 160px; }
    @media screen and (max-width: 1350px) {
      /* line 1498, common.scss */
      .wrapper.column {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 800px) {
      /* line 1498, common.scss */
      .wrapper.column {
        margin-bottom: 80px; } }
    /* line 1512, common.scss */
    .wrapper.column .sidebar {
      position: sticky;
      top: 170px;
      width: 192px;
      height: 100%;
      padding: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 1512, common.scss */
        .wrapper.column .sidebar {
          position: relative;
          top: auto;
          width: 100%;
          height: auto;
          margin-bottom: 60px; } }
      /* line 1526, common.scss */
      .wrapper.column .sidebar h3 {
        margin-bottom: 16px; }
        /* line 1528, common.scss */
        .wrapper.column .sidebar h3 .en {
          font-family: "Libertinus Sans", sans-serif;
          font-size: 18px; }
        /* line 1532, common.scss */
        .wrapper.column .sidebar h3 .jp {
          font-size: 20px;
          font-weight: 500; }
          @media screen and (max-width: 800px) {
            /* line 1532, common.scss */
            .wrapper.column .sidebar h3 .jp {
              font-size: 18px; } }
      /* line 1541, common.scss */
      .wrapper.column .sidebar .side-pickup .information-list {
        margin-bottom: 32px;
        padding-bottom: 32px; }
        /* line 1544, common.scss */
        .wrapper.column .sidebar .side-pickup .information-list a {
          width: 100%; }
      /* line 1549, common.scss */
      .wrapper.column .sidebar .side-contents {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        /* line 1554, common.scss */
        .wrapper.column .sidebar .side-contents nav ul {
          margin: 0;
          padding: 0; }
          /* line 1557, common.scss */
          .wrapper.column .sidebar .side-contents nav ul li {
            margin: 0 0 16px;
            padding: 0; }
            /* line 1560, common.scss */
            .wrapper.column .sidebar .side-contents nav ul li:last-child {
              margin-bottom: 0; }
            /* line 1563, common.scss */
            .wrapper.column .sidebar .side-contents nav ul li a {
              position: relative;
              display: inline-block;
              font-weight: 500;
              text-decoration: none;
              padding-right: 24px; }
              /* line 1569, common.scss */
              .wrapper.column .sidebar .side-contents nav ul li a::after {
                position: absolute;
                right: 0;
                top: 50%;
                translate: 0 -50%;
                width: 12px;
                height: 6px;
                content: "";
                background-color: #F08A42;
                mask-image: url("../img/arrow_d.svg");
                mask-repeat: no-repeat;
                mask-position: right center;
                mask-size: 12px 6px; }
      /* line 1589, common.scss */
      .wrapper.column .sidebar .side-class dl {
        margin: 0;
        padding: 0; }
        /* line 1592, common.scss */
        .wrapper.column .sidebar .side-class dl dt {
          color: #004097;
          font-size: 13px;
          font-weight: 500;
          padding: 0;
          margin: 0; }
        /* line 1599, common.scss */
        .wrapper.column .sidebar .side-class dl dd {
          color: #525A64;
          padding: 0;
          margin: 0 0 16px; }
      /* line 1606, common.scss */
      .wrapper.column .sidebar .side-category {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        /* line 1611, common.scss */
        .wrapper.column .sidebar .side-category nav ul {
          margin: 0;
          padding: 0; }
          /* line 1614, common.scss */
          .wrapper.column .sidebar .side-category nav ul li {
            margin: 0 0 12px;
            padding: 0; }
            /* line 1617, common.scss */
            .wrapper.column .sidebar .side-category nav ul li:last-child {
              margin-bottom: 0; }
            /* line 1620, common.scss */
            .wrapper.column .sidebar .side-category nav ul li a {
              position: relative;
              display: flex;
              align-items: center;
              width: 100%;
              min-height: 48px;
              font-weight: 500;
              text-decoration: none;
              background-color: #FFFFFF;
              border: 1px solid rgba(0, 0, 0, 0.15);
              border-radius: 4px;
              padding: 8px 0 8px 48px;
              transition: color 0.3s ease-out,border 0.3s ease-out; }
              @media screen and (min-width: 800px) {
                /* line 1634, common.scss */
                .wrapper.column .sidebar .side-category nav ul li a:hover {
                  color: #F08A42;
                  border: 1px solid #F08A42; }
                  /* line 1637, common.scss */
                  .wrapper.column .sidebar .side-category nav ul li a:hover::before {
                    border: 1px solid #F08A42; }
                  /* line 1640, common.scss */
                  .wrapper.column .sidebar .side-category nav ul li a:hover::after {
                    opacity: 1; } }
              /* line 1646, common.scss */
              .wrapper.column .sidebar .side-category nav ul li a.current::before {
                border: 1px solid #F08A42; }
              /* line 1649, common.scss */
              .wrapper.column .sidebar .side-category nav ul li a.current::after {
                opacity: 1; }
              /* line 1653, common.scss */
              .wrapper.column .sidebar .side-category nav ul li a::before, .wrapper.column .sidebar .side-category nav ul li a::after {
                position: absolute;
                top: 50%;
                translate: 0 -50%;
                content: "";
                border-radius: 50%; }
              /* line 1661, common.scss */
              .wrapper.column .sidebar .side-category nav ul li a::before {
                left: 17px;
                width: 12px;
                height: 12px;
                border: 1px solid rgba(0, 0, 0, 0.15);
                background-color: #F9F9F9;
                transition: border 0.3s ease-out; }
              /* line 1669, common.scss */
              .wrapper.column .sidebar .side-category nav ul li a::after {
                left: 20px;
                width: 6px;
                height: 6px;
                background-color: #F08A42;
                opacity: 0;
                transition: opacity 0.3s ease-out; }
      /* line 1684, common.scss */
      .wrapper.column .sidebar .side-keyword nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0;
        padding: 0; }
        /* line 1690, common.scss */
        .wrapper.column .sidebar .side-keyword nav ul li {
          margin: 0;
          padding: 0; }
          /* line 1693, common.scss */
          .wrapper.column .sidebar .side-keyword nav ul li a {
            position: relative;
            display: inline-flex;
            align-items: center;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
            background-color: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            padding: 2px 8px;
            transition: color 0.3s ease-out,border 0.3s ease-out; }
            @media screen and (min-width: 800px) {
              /* line 1706, common.scss */
              .wrapper.column .sidebar .side-keyword nav ul li a:hover {
                color: #F08A42;
                border: 1px solid #F08A42; }
                /* line 1709, common.scss */
                .wrapper.column .sidebar .side-keyword nav ul li a:hover::before {
                  border: 1px solid #F08A42; }
                /* line 1712, common.scss */
                .wrapper.column .sidebar .side-keyword nav ul li a:hover::after {
                  opacity: 1; } }
            /* line 1717, common.scss */
            .wrapper.column .sidebar .side-keyword nav ul li a.current {
              color: #F08A42; }
    /* line 1726, common.scss */
    .wrapper.column .entry-content {
      width: 70.9%;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 1726, common.scss */
        .wrapper.column .entry-content {
          width: 100%; } }
      /* line 1732, common.scss */
      .wrapper.column .entry-content h3 {
        font-family: "BIZ UDPMincho", serif;
        font-size: 35px;
        padding-left: 32px; }
        @media screen and (max-width: 800px) {
          /* line 1732, common.scss */
          .wrapper.column .entry-content h3 {
            font-size: 27px;
            padding-left: 16px;
            margin-bottom: 32px; } }
  /* line 1744, common.scss */
  .wrapper h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    margin-bottom: 72px; }
    @media screen and (max-width: 800px) {
      /* line 1744, common.scss */
      .wrapper h2 {
        margin-bottom: 48px; } }
    /* line 1753, common.scss */
    .wrapper h2 .en {
      display: block;
      width: 100%;
      position: relative;
      color: #004097;
      font-size: 18px;
      padding-left: 16px;
      margin-bottom: 16px; }
      @media screen and (max-width: 800px) {
        /* line 1753, common.scss */
        .wrapper h2 .en {
          margin-bottom: 8px; } }
      /* line 1764, common.scss */
      .wrapper h2 .en::before {
        position: absolute;
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 8px;
        height: 8px;
        content: "";
        background-color: #F08A42;
        border-radius: 50%; }
    /* line 1776, common.scss */
    .wrapper h2 .jp {
      display: inline-block;
      font-family: "BIZ UDPMincho", serif;
      font-size: 40px;
      line-height: 1.6;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 800px) {
        /* line 1776, common.scss */
        .wrapper h2 .jp {
          display: block;
          width: 100%;
          font-size: 30px; } }
    /* line 1788, common.scss */
    .wrapper h2 .s-title {
      display: inline-block;
      font-size: 18px;
      line-height: 1.6;
      margin-left: 15px; }
      @media screen and (max-width: 800px) {
        /* line 1788, common.scss */
        .wrapper h2 .s-title {
          display: block;
          width: 100%;
          font-size: 13px;
          margin: 12px 0 0; } }
    /* line 1800, common.scss */
    .wrapper h2 .bgt-blue {
      line-height: 1.4; }
  /* line 1805, common.scss */
  .wrapper .cbox.cbox720 {
    max-width: 720px; }
    /* line 1807, common.scss */
    .wrapper .cbox.cbox720 section {
      padding-left: 0;
      padding-right: 0; }
  /* line 1812, common.scss */
  .wrapper .cbox.cbox848 {
    max-width: 848px; }
    /* line 1814, common.scss */
    .wrapper .cbox.cbox848 section {
      padding-left: 0;
      padding-right: 0; }
  /* line 1819, common.scss */
  .wrapper .cbox.cbox1024 {
    max-width: 1024px; }
    /* line 1821, common.scss */
    .wrapper .cbox.cbox1024 section {
      padding-left: 0;
      padding-right: 0; }
  /* line 1827, common.scss */
  .wrapper section {
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 160px; }
    @media screen and (max-width: 1350px) {
      /* line 1827, common.scss */
      .wrapper section {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 800px) {
      /* line 1827, common.scss */
      .wrapper section {
        margin-bottom: 80px; } }
    /* line 1838, common.scss */
    .wrapper section:last-child {
      margin-bottom: 0; }

/* line 1843, common.scss */
.t-no {
  counter-reset: count; }
  /* line 1845, common.scss */
  .t-no h3 {
    color: #004097;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 16px;
    padding-left: 48px; }
    @media screen and (max-width: 800px) {
      /* line 1845, common.scss */
      .t-no h3 {
        font-size: 20px;
        padding-left: 32px; } }
    /* line 1855, common.scss */
    .t-no h3::before {
      position: absolute;
      left: 0;
      top: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Libertinus Sans", sans-serif;
      font-size: 25px;
      font-weight: 400;
      color: #FFFFFF;
      width: 34px;
      height: 34px;
      counter-increment: count;
      content: counter(count);
      background-color: #004097;
      border-radius: 4px; }
      @media screen and (max-width: 800px) {
        /* line 1855, common.scss */
        .t-no h3::before {
          top: 2px;
          width: 24px;
          height: 24px;
          font-size: 15px; } }
  /* line 1881, common.scss */
  .t-no.t-no20 h3 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      /* line 1881, common.scss */
      .t-no.t-no20 h3 {
        font-size: 18px; } }
    /* line 1886, common.scss */
    .t-no.t-no20 h3::before {
      top: -3px; }
      @media screen and (max-width: 800px) {
        /* line 1886, common.scss */
        .t-no.t-no20 h3::before {
          top: 1px; } }

/* line 1896, common.scss */
.t-dot h3 {
  color: #004097;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 16px;
  margin-bottom: 32px; }
  @media screen and (max-width: 800px) {
    /* line 1896, common.scss */
    .t-dot h3 {
      font-size: 18px;
      margin-bottom: 16px; } }
  /* line 1907, common.scss */
  .t-dot h3::before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #F08A42;
    border-radius: 50%; }

/* line 1922, common.scss */
table {
  width: 100%;
  margin: 0 0 64px; }
  @media screen and (max-width: 800px) {
    /* line 1922, common.scss */
    table {
      margin-bottom: 24px; } }
  /* line 1928, common.scss */
  table th,
  table td {
    text-align: left;
    line-height: 1.8;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 24px; }
    @media screen and (max-width: 800px) {
      /* line 1928, common.scss */
      table th,
      table td {
        display: block;
        font-size: 14px; } }
  /* line 1940, common.scss */
  table th {
    color: #0E2841;
    width: 265px;
    font-size: 15px;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      /* line 1940, common.scss */
      table th {
        width: 100%;
        border-bottom: none;
        padding: 16px 0 4px 8px; } }
  /* line 1951, common.scss */
  table td {
    color: #525A64;
    width: calc(100% - 265px);
    font-weight: 400; }
    @media screen and (max-width: 800px) {
      /* line 1951, common.scss */
      table td {
        width: 100%;
        padding: 0 0 16px 8px; } }

/* line 1962, common.scss */
.attention,
.attention a {
  color: #FF2727; }

/* line 1966, common.scss */
section {
  position: relative;
  clear: both; }

/* line 1970, common.scss */
.thumbnail {
  margin: 0 auto 15px; }

/* line 1973, common.scss */
p.photo_r {
  float: right;
  margin: 0 0 15px 15px; }

/* line 1977, common.scss */
p.photo_l {
  float: left;
  margin: 0 15px 15px 0; }

/* line 1981, common.scss */
p.photo_l {
  float: left;
  margin: 0 15px 15px 0; }

/* line 1985, common.scss */
.aligncenter {
  text-align: center; }

/* line 1990, common.scss */
.scroll-wrapper {
  width: 100%;
  overflow: scroll; }

/* line 1994, common.scss */
.youtube-content {
  display: flex;
  justify-content: center; }

/* line 1998, common.scss */
.youtube,
.accessmap {
  width: 100%;
  aspect-ratio: 16 / 9; }

/* line 2003, common.scss */
.accessmap {
  max-height: 356px; }

/* line 2006, common.scss */
iframe {
  width: 100%;
  height: 100%; }

/* line 2014, common.scss */
#database-slide .splide__arrow--prev,
#database-slide .splide__arrow--next {
  width: 64px;
  height: 64px;
  background-color: rgba(14, 40, 65, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: background-color 0.3s ease-out; }
  @media screen and (min-width: 800px) {
    /* line 2025, common.scss */
    #database-slide .splide__arrow--prev:hover,
    #database-slide .splide__arrow--next:hover {
      background-color: #F08A42; } }
  @media screen and (max-width: 800px) {
    /* line 2014, common.scss */
    #database-slide .splide__arrow--prev,
    #database-slide .splide__arrow--next {
      width: 40px;
      height: 40px;
      background-size: 8px 15px; } }
  /* line 2034, common.scss */
  #database-slide .splide__arrow--prev svg,
  #database-slide .splide__arrow--next svg {
    display: none; }
  /* line 2037, common.scss */
  #database-slide .splide__arrow--prev:disabled,
  #database-slide .splide__arrow--next:disabled {
    opacity: 0.5;
    pointer-events: none; }
/* line 2042, common.scss */
#database-slide .splide__arrow--prev {
  left: 0px;
  background-image: url("../img/prev.svg"); }
  @media screen and (max-width: 800px) {
    /* line 2042, common.scss */
    #database-slide .splide__arrow--prev {
      left: 4px; } }
/* line 2049, common.scss */
#database-slide .splide__arrow--next {
  right: 20px;
  background-image: url("../img/next.svg"); }
  @media screen and (max-width: 800px) {
    /* line 2049, common.scss */
    #database-slide .splide__arrow--next {
      right: 4px; } }
/* line 2056, common.scss */
#database-slide .db-list {
  flex-wrap: nowrap;
  gap: 0; }
  /* line 2059, common.scss */
  #database-slide .db-list .splide__slide {
    margin-bottom: 3px; }
    /* line 2061, common.scss */
    #database-slide .db-list .splide__slide a {
      width: 100%; }

/* line 2070, common.scss */
.information-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 3.3%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 48px;
  margin-bottom: 72px; }
  @media screen and (max-width: 800px) {
    /* line 2070, common.scss */
    .information-list {
      gap: 0 28px; } }
  /* line 2080, common.scss */
  .information-list a {
    position: relative;
    display: block;
    width: 31.1%;
    text-decoration: none; }
    @media screen and (min-width: 800px) {
      /* line 2087, common.scss */
      .information-list a:hover .information-img {
        scale: 0.95; } }
    @media screen and (max-width: 800px) {
      /* line 2080, common.scss */
      .information-list a {
        width: 256px; } }
    /* line 2095, common.scss */
    .information-list a .entry-cat {
      position: relative;
      display: block;
      color: #004097;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.6;
      padding-left: 13px;
      margin-bottom: 8px; }
      /* line 2104, common.scss */
      .information-list a .entry-cat::before, .information-list a .entry-cat::after {
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        content: "";
        border-radius: 50%; }
      /* line 2112, common.scss */
      .information-list a .entry-cat::before {
        left: 0;
        width: 8px;
        height: 8px;
        border: 1px solid #004097; }
      /* line 2118, common.scss */
      .information-list a .entry-cat::after {
        left: 2px;
        width: 4px;
        height: 4px;
        background-color: #004097; }
    /* line 2125, common.scss */
    .information-list a .information-img {
      width: 100%;
      margin-bottom: 16px;
      transition: scale 0.3s ease-out;
      aspect-ratio: 1 / 0.625; }
      /* line 2130, common.scss */
      .information-list a .information-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.15); }
    /* line 2138, common.scss */
    .information-list a .entry-title {
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      font-weight: 500;
      line-height: 1.6;
      margin-bottom: 16px; }
    /* line 2148, common.scss */
    .information-list a .entry-date {
      display: block;
      color: #999B9F;
      font-family: "Libertinus Sans", sans-serif;
      letter-spacing: 0.03em; }
    /* line 2154, common.scss */
    .information-list a .btn-arrow {
      top: auto;
      bottom: 0;
      translate: 0 0;
      width: 32px;
      height: 16px; }

/* line 2163, common.scss */
.underline {
  background-image: linear-gradient(to bottom, #F08A42);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background 0.3s ease-out; }

/* line 2173, common.scss */
.entry-box {
  padding-left: 32px; }
  @media screen and (max-width: 800px) {
    /* line 2173, common.scss */
    .entry-box {
      padding-left: 0; } }
  /* line 2178, common.scss */
  .entry-box p {
    margin-bottom: 64px; }
    @media screen and (max-width: 800px) {
      /* line 2178, common.scss */
      .entry-box p {
        margin-bottom: 48px; } }
  /* line 2184, common.scss */
  .entry-box h3 {
    width: calc(100% + 32px);
    margin-left: -32px; }
    @media screen and (max-width: 800px) {
      /* line 2184, common.scss */
      .entry-box h3 {
        width: 100%;
        margin-left: 0; } }
  /* line 2192, common.scss */
  .entry-box h4 {
    font-size: 25px;
    margin-bottom: 24px; }
    @media screen and (max-width: 800px) {
      /* line 2192, common.scss */
      .entry-box h4 {
        font-size: 20px;
        margin-bottom: 16px; } }
  /* line 2200, common.scss */
  .entry-box h5 {
    color: #0E2841;
    font-size: 20px;
    margin-bottom: 16px; }
    @media screen and (max-width: 800px) {
      /* line 2200, common.scss */
      .entry-box h5 {
        font-size: 18px; } }
  /* line 2210, common.scss */
  .entry-box ul li,
  .entry-box ol li {
    line-height: 1.4;
    margin-bottom: 8px; }
    /* line 2213, common.scss */
    .entry-box ul li::marker,
    .entry-box ol li::marker {
      color: #004097; }
    /* line 2216, common.scss */
    .entry-box ul li:last-child,
    .entry-box ol li:last-child {
      margin-bottom: 0; }
  /* line 2221, common.scss */
  .entry-box ul {
    margin: 0 0 64px;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 2221, common.scss */
      .entry-box ul {
        margin-bottom: 48px; } }
    /* line 2227, common.scss */
    .entry-box ul li {
      position: relative;
      padding-left: 16px; }
      /* line 2230, common.scss */
      .entry-box ul li::before, .entry-box ul li::after {
        position: absolute;
        content: "";
        border-radius: 50%; }
      /* line 2236, common.scss */
      .entry-box ul li::before {
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        border: 1px solid #004097; }
      /* line 2243, common.scss */
      .entry-box ul li::after {
        left: 2px;
        top: 9px;
        width: 4px;
        height: 4px;
        background-color: #004097; }
  /* line 2252, common.scss */
  .entry-box ol {
    margin: 0 0 64px;
    padding: 0 0 0 1em; }
    @media screen and (max-width: 800px) {
      /* line 2252, common.scss */
      .entry-box ol {
        margin-bottom: 48px; } }
    /* line 2259, common.scss */
    .entry-box ol li ol {
      margin-top: 16px;
      padding-left: 2em; }
  /* line 2265, common.scss */
  .entry-box img {
    border-radius: 8px; }
  /* line 2268, common.scss */
  .entry-box hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0; }
    /* line 2273, common.scss */
    .entry-box hr.hr-border {
      width: calc(100% + 32px);
      height: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin: 0 0 72px -32px; }
      @media screen and (max-width: 800px) {
        /* line 2273, common.scss */
        .entry-box hr.hr-border {
          width: 100%;
          margin: 0 0 48px; } }
  /* line 2284, common.scss */
  .entry-box .white-content {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 32px; }
    @media screen and (max-width: 800px) {
      /* line 2284, common.scss */
      .entry-box .white-content {
        padding: 27px; } }
    /* line 2292, common.scss */
    .entry-box .white-content p:last-child {
      margin-bottom: 0; }

/* line 2305, common.scss */
.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #5B626E;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0 0 auto;
  padding-right: 72px; }
  @media screen and (max-width: 800px) {
    /* line 2305, common.scss */
    .btn {
      padding-right: 64px; } }
  /* line 2318, common.scss */
  .btn.white {
    color: #FFFFFF; }
  /* line 2321, common.scss */
  .btn.small {
    padding-right: 48px; }
  @media screen and (max-width: 800px) {
    /* line 2324, common.scss */
    .btn.spsmall {
      padding-right: 48px; } }

/* line 2330, common.scss */
.btn-white-wide {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 544px;
  min-height: 80px;
  color: #004097;
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  line-height: 1.75;
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 8px 72px 8px 32px; }
  @media screen and (max-width: 800px) {
    /* line 2330, common.scss */
    .btn-white-wide {
      width: calc(100% - 40px);
      max-width: inherit;
      min-height: 64px;
      font-size: 18px;
      padding: 8px 72px 8px 24px; } }
  /* line 2354, common.scss */
  .btn-white-wide .btn-arrow {
    right: 25px; }

/* line 2358, common.scss */
.btn-center {
  position: relative;
  display: flex;
  justify-content: center; }
  /* line 2362, common.scss */
  .btn-center .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0; }

/* line 2369, common.scss */
.btn-right {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  /* line 2373, common.scss */
  .btn-right .btn {
    position: relative;
    right: auto;
    bottom: auto; }

/* line 2379, common.scss */
.btn-text {
  position: relative;
  display: inline-block; }
  /* line 2382, common.scss */
  .btn-text::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    content: "";
    background-color: #F08A42;
    transition: width 0.3s ease-out; }

/* line 2393, common.scss */
.btn-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 56px;
  height: 28px;
  background-color: #F08A42;
  border-radius: 9999px;
  overflow: hidden;
  transition: scale 0.3s ease-out,background-color 0.3s ease-out; }
  @media screen and (max-width: 800px) {
    /* line 2393, common.scss */
    .btn-arrow {
      width: 48px;
      height: 24px; } }
  /* line 2408, common.scss */
  .btn-arrow.small {
    width: 32px;
    height: 16px; }
    /* line 2411, common.scss */
    .btn-arrow.small::before, .btn-arrow.small::after {
      width: 6px;
      height: 9px; }
  @media screen and (max-width: 800px) {
    /* line 2417, common.scss */
    .btn-arrow.spsmall {
      width: 32px;
      height: 16px; }
      /* line 2421, common.scss */
      .btn-arrow.spsmall::before, .btn-arrow.spsmall::after {
        width: 6px;
        height: 9px; } }
  /* line 2428, common.scss */
  .btn-arrow::before, .btn-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 13px;
    content: "";
    background-color: #FFFFFF;
    mask-image: url("../img/arrow_r.svg");
    mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: cover;
    pointer-events: none;
    transition: translate 0.3s ease-out; }
    @media screen and (max-width: 800px) {
      /* line 2428, common.scss */
      .btn-arrow::before, .btn-arrow::after {
        width: 8px;
        height: 12px; } }
  /* line 2448, common.scss */
  .btn-arrow::before {
    translate: -50% -50%; }
  /* line 2451, common.scss */
  .btn-arrow::after {
    translate: -500% -50%; }

/* line 2457, common.scss */
.read-page {
  position: relative;
  color: #0E2841;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    /* line 2457, common.scss */
    .read-page {
      width: calc(100% + 40px);
      margin: 0 0 32px -20px; } }

/* line 2469, common.scss */
.cap-page {
  text-align: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 2469, common.scss */
    .cap-page {
      text-align: left; } }

/* line 2476, common.scss */
.t30 {
  font-size: 30px; }
  @media screen and (max-width: 800px) {
    /* line 2476, common.scss */
    .t30 {
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 40px; } }

/* line 2484, common.scss */
.t25 {
  font-size: 25px;
  line-height: 1.66; }
  @media screen and (max-width: 800px) {
    /* line 2484, common.scss */
    .t25 {
      font-size: 18px;
      line-height: 1.5; } }

/* line 2492, common.scss */
.t20 {
  font-size: 20px;
  line-height: 2; }
  @media screen and (max-width: 800px) {
    /* line 2492, common.scss */
    .t20 {
      font-size: 15px; } }

/* line 2500, common.scss */
.t-blue {
  color: #004097; }

/* line 2503, common.scss */
.bgt-blue {
  display: inline-block;
  color: #FFFFFF;
  line-height: 1.6;
  background-color: #004097;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0 14px; }
  @media screen and (max-width: 800px) {
    /* line 2503, common.scss */
    .bgt-blue {
      line-height: 1.5;
      margin: 0 5px;
      padding: 2px 8px; } }
  /* line 2516, common.scss */
  .bgt-blue.nm {
    margin-left: 0; }

/* line 2520, common.scss */
.bgl-orange {
  display: inline-block;
  line-height: 1.6;
  border: 1px solid #F08A42;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0 14px; }
  @media screen and (max-width: 800px) {
    /* line 2520, common.scss */
    .bgl-orange {
      line-height: 1.5;
      margin: 0 5px;
      padding: 2px 8px; } }

/* line 2533, common.scss */
.bg-white {
  background-color: #FFFFFF;
  border-radius: 12px; }
  @media screen and (max-width: 800px) {
    /* line 2533, common.scss */
    .bg-white {
      border-radius: 8px; } }

/* line 2540, common.scss */
.u-orange {
  text-decoration: underline;
  text-decoration-color: #F08A42;
  text-underline-offset: 5px; }

/* line 2549, common.scss */
.tab-list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 auto 64px; }
  @media screen and (max-width: 800px) {
    /* line 2549, common.scss */
    .tab-list {
      margin-bottom: 0;
      z-index: 1; } }
  @media screen and (max-width: 800px) {
    /* line 2559, common.scss */
    .tab-list::after {
      position: absolute;
      left: -20px;
      bottom: 0;
      width: calc(100% + 40px);
      height: 2px;
      content: "";
      background-color: #004097;
      z-index: -1;
      pointer-events: none; } }
  /* line 2572, common.scss */
  .tab-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    color: #525A64;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    background-color: #E2E7EA;
    border-bottom: 2px solid #004097;
    cursor: pointer;
    transition: height 0.3s ease-out,color 0.3s ease-out,background-color 0.3s ease-out,border 0.3s ease-out;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 2572, common.scss */
      .tab-list li {
        height: 72px;
        font-size: 15px;
        line-height: 1.4; } }
    /* line 2594, common.scss */
    .tab-list li.active {
      height: 72px;
      color: #004097;
      background-color: #FFFFFF;
      border: 2px solid #004097;
      border-bottom: 2px solid #FFFFFF;
      border-radius: 8px 8px 0 0; }
      @media screen and (max-width: 800px) {
        /* line 2594, common.scss */
        .tab-list li.active {
          height: 80px;
          border-radius: 8px 8px 0 0; } }
      /* line 2605, common.scss */
      .tab-list li.active:first-child, .tab-list li.active:last-child {
        border-radius: 8px 8px 0 0; }
        @media screen and (max-width: 800px) {
          /* line 2605, common.scss */
          .tab-list li.active:first-child, .tab-list li.active:last-child {
            border-radius: 8px 8px 0 0; } }
      /* line 2612, common.scss */
      .tab-list li.active a {
        color: #004097; }
        @media screen and (min-width: 800px) {
          /* line 2615, common.scss */
          .tab-list li.active a:hover {
            color: #004097; } }
    /* line 2621, common.scss */
    .tab-list li:first-child {
      border-radius: 8px 0 0 0; }
      @media screen and (max-width: 800px) {
        /* line 2621, common.scss */
        .tab-list li:first-child {
          border-radius: 8px 0 0 0; } }
    /* line 2627, common.scss */
    .tab-list li:last-child {
      border-radius: 0 8px 0 0; }
      @media screen and (max-width: 800px) {
        /* line 2627, common.scss */
        .tab-list li:last-child {
          border-radius: 0 8px 0 0; } }
    /* line 2633, common.scss */
    .tab-list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #525A64;
      text-decoration: none;
      transition: color 0.3s ease-out; }
      @media screen and (min-width: 800px) {
        /* line 2643, common.scss */
        .tab-list li a:hover {
          color: #F08A42; } }

/* line 2653, common.scss */
.db-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 3.1%; }
  /* line 2657, common.scss */
  .db-list a {
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 48.4%;
    height: 100%;
    padding: 32px;
    margin-bottom: 5px; }
    @media screen and (min-width: 800px) {
      /* line 2668, common.scss */
      .db-list a:hover::before {
        scale: 0.98;
        border: 1px solid #F08A42; }
      /* line 2674, common.scss */
      .db-list a:hover .db-head .db-title .underline {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      /* line 2657, common.scss */
      .db-list a {
        width: 100%;
        padding: 24px; } }
    /* line 2685, common.scss */
    .db-list a::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #FFFFFF;
      border: 1px solid #FFFFFF;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
      border-radius: 8px;
      z-index: -1;
      pointer-events: none;
      transition: scale 0.3s ease-out,border 0.3s ease-out; }
    /* line 2700, common.scss */
    .db-list a .db-head {
      min-height: 220px; }
      @media screen and (max-width: 800px) {
        /* line 2700, common.scss */
        .db-list a .db-head {
          min-height: inherit;
          padding-bottom: 16px; } }
      /* line 2706, common.scss */
      .db-list a .db-head .db-cat {
        display: block;
        position: relative;
        color: #004097;
        font-weight: 500;
        padding-left: 16px;
        margin-bottom: 24px; }
        @media screen and (max-width: 800px) {
          /* line 2706, common.scss */
          .db-list a .db-head .db-cat {
            margin-bottom: 16px; } }
        /* line 2716, common.scss */
        .db-list a .db-head .db-cat::before {
          position: absolute;
          left: 0;
          top: 50%;
          translate: 0 -50%;
          width: 8px;
          height: 8px;
          content: "";
          background-color: #F08A42;
          border-radius: 50%; }
      /* line 2728, common.scss */
      .db-list a .db-head .db-title {
        position: relative;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 16px; }
        @media screen and (max-width: 800px) {
          /* line 2728, common.scss */
          .db-list a .db-head .db-title {
            font-size: 20px; } }
      /* line 2743, common.scss */
      .db-list a .db-head .db-text {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.8; }
        @media screen and (max-width: 800px) {
          /* line 2743, common.scss */
          .db-list a .db-head .db-text {
            font-size: 13px; } }
    /* line 2755, common.scss */
    .db-list a dl {
      display: flex;
      flex-wrap: wrap;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      padding: 20px 0 0;
      margin: 0; }
      /* line 2761, common.scss */
      .db-list a dl dt {
        position: relative;
        width: 72px;
        color: #004097;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
        padding: 0 0 10px; }
        @media screen and (max-width: 800px) {
          /* line 2761, common.scss */
          .db-list a dl dt {
            width: 64px;
            font-size: 13px;
            line-height: 1.6;
            padding-bottom: 6px; } }
        /* line 2775, common.scss */
        .db-list a dl dt::after {
          position: absolute;
          right: 0;
          top: 0;
          content: "："; }
        /* line 2781, common.scss */
        .db-list a dl dt:last-child {
          padding-bottom: 0; }
      /* line 2785, common.scss */
      .db-list a dl dd {
        width: calc(100% - 80px);
        line-height: 1.4;
        padding: 0 0 10px; }
        @media screen and (max-width: 800px) {
          /* line 2785, common.scss */
          .db-list a dl dd {
            width: calc(100% - 70px);
            font-size: 13px;
            line-height: 1.6;
            padding-bottom: 6px; } }
        /* line 2795, common.scss */
        .db-list a dl dd:last-child {
          padding-bottom: 0; }

/* line 2803, common.scss */
.catname::after {
  display: inline-block;
  content: "、"; }
/* line 2808, common.scss */
.catname:last-child::after {
  display: none; }

/* line 2813, common.scss */
.noentry {
  margin-bottom: 56px; }

/* line 2820, common.scss */
#business-slide .splide__slide {
  text-align: center; }
  /* line 2822, common.scss */
  #business-slide .splide__slide .icon-business {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    border: 2px solid rgba(0, 64, 151, 0.6);
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 8px; }
    @media screen and (max-width: 800px) {
      /* line 2822, common.scss */
      #business-slide .splide__slide .icon-business {
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 800px) {
      /* line 2836, common.scss */
      #business-slide .splide__slide .icon-business img {
        width: 30px; } }
  /* line 2842, common.scss */
  #business-slide .splide__slide .icon-cap {
    display: block;
    color: #004097;
    font-family: "Libertinus Sans", sans-serif;
    font-size: 18px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      /* line 2842, common.scss */
      #business-slide .splide__slide .icon-cap {
        font-size: 15px;
        line-height: 1.3;
        word-break: break-all; } }

/* line 2861, common.scss */
.bottom-contact {
  margin-top: 160px;
  padding: 100px 140px; }
  @media screen and (max-width: 1350px) {
    /* line 2861, common.scss */
    .bottom-contact {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 800px) {
    /* line 2861, common.scss */
    .bottom-contact {
      margin-top: 80px;
      padding: 48px 20px !important; } }
  /* line 2872, common.scss */
  .bottom-contact h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    margin-bottom: 72px; }
    @media screen and (max-width: 800px) {
      /* line 2872, common.scss */
      .bottom-contact h2 {
        margin-bottom: 48px; } }
    /* line 2881, common.scss */
    .bottom-contact h2 .en {
      display: block;
      width: 100%;
      position: relative;
      color: #004097;
      font-size: 18px;
      padding-left: 16px;
      margin-bottom: 16px; }
      @media screen and (max-width: 800px) {
        /* line 2881, common.scss */
        .bottom-contact h2 .en {
          margin-bottom: 8px; } }
      /* line 2892, common.scss */
      .bottom-contact h2 .en::before {
        position: absolute;
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 8px;
        height: 8px;
        content: "";
        background-color: #F08A42;
        border-radius: 50%; }
    /* line 2904, common.scss */
    .bottom-contact h2 .jp {
      display: inline-block;
      font-family: "BIZ UDPMincho", serif;
      font-size: 40px;
      line-height: 1.6;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 800px) {
        /* line 2904, common.scss */
        .bottom-contact h2 .jp {
          display: block;
          width: 100%;
          font-size: 30px; } }
    /* line 2916, common.scss */
    .bottom-contact h2 .s-title {
      display: inline-block;
      font-size: 18px;
      line-height: 1.6;
      margin-left: 15px; }
      @media screen and (max-width: 800px) {
        /* line 2916, common.scss */
        .bottom-contact h2 .s-title {
          display: block;
          width: 100%;
          font-size: 13px;
          margin: 12px 0 0; } }
    /* line 2928, common.scss */
    .bottom-contact h2 .bgt-blue {
      line-height: 1.4; }

/* line 2933, common.scss */
.bottom-contact-content {
  display: flex;
  gap: 0 32px;
  margin-bottom: 72px; }
  @media screen and (max-width: 1000px) {
    /* line 2933, common.scss */
    .bottom-contact-content {
      flex-wrap: wrap;
      gap: 20px 0;
      margin-bottom: 40px; } }
  /* line 2942, common.scss */
  .bottom-contact-content a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    padding: 0 3.2%;
    color: #004097;
    text-decoration: none;
    background-color: #F0F2F3;
    border-radius: 12px; }
    @media screen and (max-width: 1000px) {
      /* line 2942, common.scss */
      .bottom-contact-content a {
        min-height: 120px;
        padding: 0 20px;
        border-radius: 8px; } }
    /* line 2961, common.scss */
    .bottom-contact-content a .tel {
      display: flex;
      align-items: baseline;
      justify-content: center;
      width: 100%;
      font-family: "Libertinus Sans", sans-serif;
      border-bottom: 1px solid #004097;
      padding-bottom: 12px;
      margin-bottom: 12px; }
    /* line 2971, common.scss */
    .bottom-contact-content a .fax {
      display: block;
      width: 100%;
      text-align: center;
      font-family: "Libertinus Sans", sans-serif; }
    /* line 2977, common.scss */
    .bottom-contact-content a .m-text {
      display: inline-block;
      font-size: 20px;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1000px) {
        /* line 2977, common.scss */
        .bottom-contact-content a .m-text {
          font-size: 18px; } }
    /* line 2985, common.scss */
    .bottom-contact-content a .l-text {
      display: inline-block;
      font-size: 35px;
      letter-spacing: 0.03em;
      margin-left: 5px; }
      @media screen and (max-width: 1000px) {
        /* line 2985, common.scss */
        .bottom-contact-content a .l-text {
          font-size: 30px; } }
    /* line 2994, common.scss */
    .bottom-contact-content a h3 {
      color: #004097;
      text-align: center;
      font-size: 25px;
      line-height: 1.2;
      margin: 0;
      padding-bottom: 24px; }
      @media screen and (max-width: 1000px) {
        /* line 2994, common.scss */
        .bottom-contact-content a h3 {
          font-size: 20px; } }
      /* line 3004, common.scss */
      .bottom-contact-content a h3 .s-text {
        display: block;
        font-size: 16px;
        margin-bottom: 8px; }
        @media screen and (max-width: 1000px) {
          /* line 3004, common.scss */
          .bottom-contact-content a h3 .s-text {
            font-size: 13px; } }
    /* line 3013, common.scss */
    .bottom-contact-content a .btn-arrow {
      top: auto;
      right: auto;
      left: 50%;
      bottom: 30px;
      translate: -50% 0; }
      @media screen and (max-width: 1000px) {
        /* line 3013, common.scss */
        .bottom-contact-content a .btn-arrow {
          bottom: 20px; } }

/* line 3025, common.scss */
.proposelist {
  display: flex;
  gap: 24px 64px;
  max-width: 896px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1000px) {
    /* line 3025, common.scss */
    .proposelist {
      flex-wrap: wrap;
      gap: 32px 0;
      max-width: inherit; } }
  @media screen and (max-width: 1000px) {
    /* line 3036, common.scss */
    .proposelist .pc {
      display: none; } }
  /* line 3041, common.scss */
  .proposelist li {
    position: relative;
    width: 128px;
    height: 128px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1000px) {
      /* line 3041, common.scss */
      .proposelist li {
        width: 100%;
        height: 56px;
        border-radius: 8px; } }
    /* line 3056, common.scss */
    .proposelist li.bg-pr {
      background: linear-gradient(#c2d3e1 0%, #fff 50.25%, #c2d3e1 100%); }
    /* line 3059, common.scss */
    .proposelist li::after {
      position: absolute;
      top: 50%;
      width: 32px;
      height: 1px;
      content: "";
      background-color: #707070; }
      @media screen and (max-width: 1000px) {
        /* line 3059, common.scss */
        .proposelist li::after {
          left: 50%;
          top: auto;
          bottom: -20px;
          translate: -50% 0;
          width: 1px;
          height: 12px; } }
    /* line 3076, common.scss */
    .proposelist li:nth-child(1)::after {
      right: -43px; }
      @media screen and (max-width: 1000px) {
        /* line 3076, common.scss */
        .proposelist li:nth-child(1)::after {
          right: auto;
          bottom: -18px; } }
    /* line 3085, common.scss */
    .proposelist li:nth-child(2)::after {
      right: -48px; }
      @media screen and (max-width: 1000px) {
        /* line 3085, common.scss */
        .proposelist li:nth-child(2)::after {
          right: auto;
          bottom: -22px; } }
    /* line 3094, common.scss */
    .proposelist li:nth-child(3)::after {
      right: -53px; }
      @media screen and (max-width: 1000px) {
        /* line 3094, common.scss */
        .proposelist li:nth-child(3)::after {
          right: auto;
          bottom: -24px; } }
    /* line 3103, common.scss */
    .proposelist li:nth-child(4)::after {
      right: -48px; }
      @media screen and (max-width: 1000px) {
        /* line 3103, common.scss */
        .proposelist li:nth-child(4)::after {
          right: auto;
          bottom: -22px; } }
    /* line 3112, common.scss */
    .proposelist li:last-child::after {
      display: none; }
    /* line 3116, common.scss */
    .proposelist li .pr-text {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #0E2841;
      z-index: 1; }
      /* line 3125, common.scss */
      .proposelist li .pr-text::before, .proposelist li .pr-text::after {
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        content: "";
        border-radius: 50%;
        pointer-events: none; }
        @media screen and (max-width: 1000px) {
          /* line 3125, common.scss */
          .proposelist li .pr-text::before, .proposelist li .pr-text::after {
            border-radius: 8px; } }
      /* line 3138, common.scss */
      .proposelist li .pr-text::before {
        width: 104px;
        height: 104px;
        background: linear-gradient(#f7f7f7 0%, #f7f7f7 50.25%, #e2e7ea 100%);
        z-index: -1; }
        @media screen and (max-width: 1000px) {
          /* line 3138, common.scss */
          .proposelist li .pr-text::before {
            width: calc(100% - 14px);
            height: calc(100% - 14px); } }
      /* line 3148, common.scss */
      .proposelist li .pr-text::after {
        width: 112px;
        height: 112px;
        background: #FFFFFF;
        z-index: -2; }
        @media screen and (max-width: 1000px) {
          /* line 3148, common.scss */
          .proposelist li .pr-text::after {
            width: calc(100% - 8px);
            height: calc(100% - 8px); } }

/* line 3164, common.scss */
.wp-pagenavi {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 27px;
  margin: 72px auto 0;
  padding: 0; }
  @media screen and (max-width: 800px) {
    /* line 3164, common.scss */
    .wp-pagenavi {
      gap: 16px;
      margin: 40px auto 0;
      padding: 0 20px; } }
  /* line 3177, common.scss */
  .wp-pagenavi a,
  .wp-pagenavi span {
    position: relative;
    display: inline-block;
    font-family: "Libertinus Sans", sans-serif;
    color: #999B9F;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }
    @media screen and (min-width: 800px) {
      /* line 3194, common.scss */
      .wp-pagenavi a:hover,
      .wp-pagenavi span:hover {
        color: #525A64; } }
    @media screen and (max-width: 800px) {
      /* line 3177, common.scss */
      .wp-pagenavi a,
      .wp-pagenavi span {
        font-size: 25px; } }
    /* line 3201, common.scss */
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      color: #F08A42;
      font-weight: 400 !important; }
  /* line 3206, common.scss */
  .wp-pagenavi .pages {
    display: none; }

/* line 3213, common.scss */
.btn-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: #004097;
  z-index: 4; }
  @media screen and (max-width: 800px) {
    /* line 3213, common.scss */
    .btn-bottom {
      font-size: 16px; } }
  /* line 3232, common.scss */
  .btn-bottom .btn-text {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    overflow: hidden; }
    /* line 3237, common.scss */
    .btn-bottom .btn-text::before, .btn-bottom .btn-text::after {
      position: absolute;
      top: 50%;
      right: 0px;
      width: 17px;
      height: 9px;
      content: "";
      background-color: #F08A42;
      mask-image: url("../img/arrow_d.svg");
      mask-position: left top;
      mask-repeat: no-repeat;
      mask-size: cover;
      overflow: hidden; }
    /* line 3252, common.scss */
    .btn-bottom .btn-text::before {
      translate: 0 -50%; }
    /* line 3255, common.scss */
    .btn-bottom .btn-text::after {
      translate: 0 -350%; }

/* line 3263, common.scss */
.t-contact {
  border-collapse: inherit;
  border-spacing: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 64px; }
  @media screen and (max-width: 800px) {
    /* line 3263, common.scss */
    .t-contact {
      border-bottom: none;
      margin-bottom: 18px; } }
  /* line 3273, common.scss */
  .t-contact tbody th {
    width: 265px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 26px 16px 20px 0; }
    @media screen and (max-width: 800px) {
      /* line 3273, common.scss */
      .t-contact tbody th {
        width: 100%;
        border-top: none;
        padding: 20px 0 12px; } }
    /* line 3285, common.scss */
    .t-contact tbody th.nm {
      padding-top: 16px; }
      @media screen and (max-width: 800px) {
        /* line 3285, common.scss */
        .t-contact tbody th.nm {
          padding-top: 20px; } }
  /* line 3292, common.scss */
  .t-contact tbody td {
    width: calc(100% - 265px);
    padding: 20px 0;
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 800px) {
      /* line 3292, common.scss */
      .t-contact tbody td {
        width: 100%;
        border-top: none;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
        padding: 0 0 24px; } }
    /* line 3303, common.scss */
    .t-contact tbody td .bikou {
      display: block;
      color: #FF2727;
      font-size: 12px;
      margin-top: 4px; }
      /* line 3308, common.scss */
      .t-contact tbody td .bikou::before {
        display: inline-block;
        content: "*"; }
    /* line 3313, common.scss */
    .t-contact tbody td .bikou02 {
      display: inline-block;
      font-size: 12px;
      margin-left: 12px; }

/* line 3324, common.scss */
.cfm-confirm .t-contact tbody th {
  padding: 20px 16px 20px 0; }
  @media screen and (max-width: 800px) {
    /* line 3324, common.scss */
    .cfm-confirm .t-contact tbody th {
      padding: 20px 0 8px; } }
  /* line 3329, common.scss */
  .cfm-confirm .t-contact tbody th.nm {
    padding-top: 20px; }
/* line 3333, common.scss */
.cfm-confirm .t-contact tbody td {
  padding: 22px 0; }
  @media screen and (max-width: 800px) {
    /* line 3333, common.scss */
    .cfm-confirm .t-contact tbody td {
      padding: 0 0 24px; } }
  /* line 3338, common.scss */
  .cfm-confirm .t-contact tbody td .bikou,
  .cfm-confirm .t-contact tbody td .bikou02 {
    display: none; }

/* line 3347, common.scss */
input,
select,
textarea {
  padding: 10px 16px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out; }

/* line 3359, common.scss */
button,
input {
  line-height: normal; }

/* line 3363, common.scss */
textarea {
  vertical-align: top; }

/* line 3366, common.scss */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  padding: 0; }

/* line 3374, common.scss */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%; }

/* line 3382, common.scss */
input#your-address {
  display: block;
  margin-top: 16px; }

/* line 3386, common.scss */
input#your-birthday,
input#your-zip {
  width: 15%; }
  @media screen and (max-width: 800px) {
    /* line 3386, common.scss */
    input#your-birthday,
    input#your-zip {
      width: 50%; } }

/* line 3393, common.scss */
input#your-tel,
input#your-fax,
input#your-sotsugyo {
  width: 25%; }
  @media screen and (max-width: 800px) {
    /* line 3393, common.scss */
    input#your-tel,
    input#your-fax,
    input#your-sotsugyo {
      width: 60%; } }

/* line 3401, common.scss */
input#your-school {
  width: 30%; }
  @media screen and (max-width: 800px) {
    /* line 3401, common.scss */
    input#your-school {
      width: 68%; } }

/* line 3407, common.scss */
::placeholder {
  color: rgba(14, 40, 65, 0.5);
  font-size: 15px; }
  @media screen and (max-width: 800px) {
    /* line 3407, common.scss */
    ::placeholder {
      font-size: 13px; } }

/* line 3414, common.scss */
.wpcf7-not-valid-tip {
  color: #D85C37;
  font-size: 14px;
  font-weight: 500; }

/* line 3420, common.scss */
.required::after {
  display: inline-block;
  position: relative;
  top: -2px;
  color: #FF2727;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: baseline;
  content: "*必須";
  margin: 0 0 0 10px; }

/* line 3434, common.scss */
select,
input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-text-fill-color: #FFFFFF;
  opacity: 1; }

/* line 3442, common.scss */
select {
  position: relative;
  -webkit-text-fill-color: #525A64;
  width: auto;
  background-image: url("../img/bg_select.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  padding: 14px 36px 14px 16px; }

/* line 3451, common.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none; }

/* line 3456, common.scss */
input[type="number"] {
  appearance: textfield; }

/* line 3461, common.scss */
.wpcf7-list-item {
  display: block;
  margin: 0 0 5px; }
  /* line 3464, common.scss */
  .wpcf7-list-item label {
    cursor: pointer;
    font-size: 15px; }
  /* line 3468, common.scss */
  .wpcf7-list-item input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: .3s; }
    /* line 3483, common.scss */
    .wpcf7-list-item input[type="checkbox"]:checked::before {
      position: absolute;
      left: 50%;
      top: 50%;
      rotate: 45deg;
      translate: -50% -65%;
      width: 7px;
      height: 15px;
      border-right: 2px solid #004097;
      border-bottom: 2px solid #004097;
      content: ''; }
  /* line 3497, common.scss */
  .wpcf7-list-item input[type="radio"] {
    display: none;
    visibility: hidden;
    width: 0; }
    /* line 3503, common.scss */
    .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
      background: #004097; }
    /* line 3508, common.scss */
    .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
      display: inline-block;
      font-size: 15px;
      letter-spacing: 0.03em;
      padding: 0 0 0 30px;
      position: relative; }
      /* line 3514, common.scss */
      .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #FFFFFF;
        position: absolute;
        top: 5px;
        left: 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transition: border .3s; }
      /* line 3526, common.scss */
      .wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::after {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 4px;
        transition: background .3s; }

/* line 3539, common.scss */
.c-radio {
  display: flex;
  gap: 12px 45px; }
  @media screen and (max-width: 800px) {
    /* line 3542, common.scss */
    .c-radio#your-kinmu {
      flex-wrap: wrap;
      flex-direction: column;
      gap: 8px 0; } }
  /* line 3549, common.scss */
  .c-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0; }
    /* line 3552, common.scss */
    .c-radio .wpcf7-list-item label {
      cursor: pointer;
      font-size: 15px; }
    /* line 3556, common.scss */
    .c-radio .wpcf7-list-item input[type="checkbox"] {
      display: none;
      visibility: hidden;
      width: 0; }
      /* line 3562, common.scss */
      .c-radio .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        background: #004097; }
      /* line 3567, common.scss */
      .c-radio .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0.03em;
        padding: 0 0 0 30px;
        position: relative; }
        /* line 3573, common.scss */
        .c-radio .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
          content: "";
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #FFFFFF;
          position: absolute;
          top: 5px;
          left: 0;
          border: 1px solid rgba(0, 0, 0, 0.15);
          transition: border .3s; }
        /* line 3585, common.scss */
        .c-radio .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::after {
          content: "";
          width: 12px;
          height: 12px;
          border-radius: 50%;
          position: absolute;
          top: 9px;
          left: 4px;
          transition: background .3s; }

/* line 3601, common.scss */
.contact-privacy {
  margin-bottom: 56px;
  color: #525A64; }
  @media screen and (max-width: 800px) {
    /* line 3601, common.scss */
    .contact-privacy {
      margin-bottom: 48px; } }
  /* line 3607, common.scss */
  .contact-privacy p {
    font-size: 12px;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 3607, common.scss */
      .contact-privacy p {
        font-size: 13px;
        line-height: 1.4; } }
  /* line 3616, common.scss */
  .contact-privacy .doui {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 32px; }
    /* line 3623, common.scss */
    .contact-privacy .doui a {
      display: inline-block;
      color: #525A64;
      margin-left: 10px; }
    @media screen and (max-width: 800px) {
      /* line 3616, common.scss */
      .contact-privacy .doui {
        width: calc(100% + 40px);
        font-size: 13px;
        margin-top: 16px;
        margin-left: -20px; } }

/* line 3638, common.scss */
#btn_contact input[type="submit"],
#btn_contact input[type="button"] {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: none;
  background-color: #5B626E;
  margin: 0 auto 16px;
  padding: 0 8px;
  cursor: pointer; }
  /* line 3655, common.scss */
  #btn_contact input[type="submit"]:disabled,
  #btn_contact input[type="button"]:disabled {
    pointer-events: none;
    opacity: 0.5; }
  @media screen and (min-width: 800px) {
    /* line 3660, common.scss */
    #btn_contact input[type="submit"]:hover:not(:disabled),
    #btn_contact input[type="button"]:hover:not(:disabled) {
      cursor: pointer; } }
  @media screen and (max-width: 800px) {
    /* line 3638, common.scss */
    #btn_contact input[type="submit"],
    #btn_contact input[type="button"] {
      max-width: inherit;
      height: 56px;
      font-size: 16px; } }

/* line 3674, common.scss */
.bn-consultation {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 20px;
  width: 256px;
  text-decoration: none;
  z-index: 4; }
  @media screen and (max-width: 800px) {
    /* line 3674, common.scss */
    .bn-consultation {
      width: calc(100% - 40px);
      right: auto;
      left: 20px; } }
  /* line 3687, common.scss */
  .bn-consultation .bn-fukidashi {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    border: 1px solid #004097;
    border-radius: 12px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 3687, common.scss */
      .bn-consultation .bn-fukidashi {
        width: calc(100% - 112px);
        height: 72px;
        border-radius: 8px;
        margin: 0 0; } }
    /* line 3701, common.scss */
    .bn-consultation .bn-fukidashi::before, .bn-consultation .bn-fukidashi::after {
      position: absolute;
      content: "";
      bottom: 0;
      translate: 0% 100%; }
      @media screen and (max-width: 800px) {
        /* line 3701, common.scss */
        .bn-consultation .bn-fukidashi::before, .bn-consultation .bn-fukidashi::after {
          bottom: auto;
          right: 0;
          translate: 100% 0; } }
    /* line 3713, common.scss */
    .bn-consultation .bn-fukidashi::before {
      border-style: solid;
      border-width: 17px 17px 0 0;
      border-color: #004097 transparent transparent;
      left: 112px; }
      @media screen and (max-width: 800px) {
        /* line 3713, common.scss */
        .bn-consultation .bn-fukidashi::before {
          top: 25px;
          left: auto;
          border-width: 0 0 13px 13px;
          border-color: transparent transparent transparent #004097; } }
    /* line 3725, common.scss */
    .bn-consultation .bn-fukidashi::after {
      border-style: solid;
      border-width: 15px 15px 0 0;
      border-color: #FFFFFF transparent transparent;
      left: 113px; }
      @media screen and (max-width: 800px) {
        /* line 3725, common.scss */
        .bn-consultation .bn-fukidashi::after {
          top: 26px;
          left: auto;
          border-width: 0 0 11px 11px;
          border-color: transparent transparent transparent #FFFFFF; } }
    /* line 3737, common.scss */
    .bn-consultation .bn-fukidashi li {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #004097;
      font-size: 13px;
      line-height: 1.38;
      text-align: center;
      transition: opacity 0.3s ease-out;
      margin: 0;
      padding: 0;
      opacity: 0; }
      @media screen and (max-width: 800px) {
        /* line 3737, common.scss */
        .bn-consultation .bn-fukidashi li {
          line-height: 1.3; } }
      /* line 3757, common.scss */
      .bn-consultation .bn-fukidashi li.active {
        opacity: 1; }
  /* line 3762, common.scss */
  .bn-consultation .bn-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    margin: 0 16px 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 3762, common.scss */
      .bn-consultation .bn-logo {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 96px;
        margin: 0; } }
    /* line 3777, common.scss */
    .bn-consultation .bn-logo figure {
      width: 58px; }
      @media screen and (max-width: 800px) {
        /* line 3777, common.scss */
        .bn-consultation .bn-logo figure {
          width: 34px;
          margin: 0 auto 6px; } }
    /* line 3784, common.scss */
    .bn-consultation .bn-logo p {
      color: #004097;
      font-family: "BIZ UDPMincho", serif;
      font-size: 20px;
      line-height: 1.2;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 3784, common.scss */
        .bn-consultation .bn-logo p {
          font-size: 15px;
          line-height: 1.26; } }
    /* line 3795, common.scss */
    .bn-consultation .bn-logo .btn-arrow {
      top: auto;
      translate: 0 0;
      bottom: 7px; }
      @media screen and (max-width: 800px) {
        /* line 3795, common.scss */
        .bn-consultation .bn-logo .btn-arrow {
          bottom: 0; } }

/* line 3808, common.scss */
.bn-consultation-s {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 124px;
  height: 124px;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  z-index: 4;
  padding: 12px 16px 0; }
  @media screen and (max-width: 800px) {
    /* line 3808, common.scss */
    .bn-consultation-s {
      right: 12px;
      bottom: 12px;
      width: 168px;
      height: 48px;
      padding: 6px 12px 0; } }
  /* line 3828, common.scss */
  .bn-consultation-s p {
    width: 100%;
    color: #004097;
    font-family: "BIZ UDPMincho", serif;
    white-space: nowrap; }
    /* line 3833, common.scss */
    .bn-consultation-s p.bn-s-text {
      font-size: 16px;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 3833, common.scss */
        .bn-consultation-s p.bn-s-text {
          font-size: 13px;
          text-align: left; } }
    /* line 3843, common.scss */
    .bn-consultation-s p.bn-l-text {
      font-size: 20px;
      text-align: right;
      line-height: 1.2;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 3843, common.scss */
        .bn-consultation-s p.bn-l-text {
          font-size: 15px;
          text-align: left; } }
  /* line 3854, common.scss */
  .bn-consultation-s figure {
    width: 42px;
    margin-top: -12px; }
    @media screen and (max-width: 800px) {
      /* line 3854, common.scss */
      .bn-consultation-s figure {
        display: none; } }
  /* line 3861, common.scss */
  .bn-consultation-s .btn-arrow {
    top: auto;
    bottom: 16px;
    right: 16px;
    translate: 0 0; }
    @media screen and (max-width: 800px) {
      /* line 3861, common.scss */
      .bn-consultation-s .btn-arrow {
        top: 50%;
        bottom: auto;
        right: 12px;
        translate: 0 -50%; } }

/* line 3877, common.scss */
.done h3,
.done h4 {
  margin-bottom: 25px; }

/* line 3886, common.scss */
.banner {
  position: relative;
  background-color: #F7F7F7;
  padding-bottom: 16px;
  z-index: 5; }
  @media screen and (max-width: 800px) {
    /* line 3886, common.scss */
    .banner {
      padding-bottom: 8px; } }
  /* line 3894, common.scss */
  .banner .banner-content {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
    @media screen and (max-width: 800px) {
      /* line 3894, common.scss */
      .banner .banner-content {
        gap: 8px; } }
    /* line 3901, common.scss */
    .banner .banner-content a {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 224px;
      text-decoration: none;
      padding: 16px 32px 16px 16px; }
      @media screen and (min-width: 800px) {
        /* line 3911, common.scss */
        .banner .banner-content a:hover::before {
          width: calc(100% - 6px);
          height: calc(100% - 6px); }
        /* line 3915, common.scss */
        .banner .banner-content a:hover .btn-arrow {
          background-color: #F08A42; } }
      @media screen and (max-width: 800px) {
        /* line 3901, common.scss */
        .banner .banner-content a {
          flex-direction: column;
          gap: 20px 0;
          padding: 8px 8px 56px; } }
      /* line 3925, common.scss */
      .banner .banner-content a::before {
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        width: 100%;
        height: 100%;
        content: "";
        border: 3px solid #0D3D80;
        background-color: #0D3D80;
        border-radius: 12px;
        z-index: -1;
        transition: width 0.3s ease-out,height 0.3s ease-out; }
        @media screen and (max-width: 800px) {
          /* line 3925, common.scss */
          .banner .banner-content a::before {
            border-radius: 8px; } }
      /* line 3942, common.scss */
      .banner .banner-content a .banner-img {
        width: 144px; }
        @media screen and (max-width: 800px) {
          /* line 3942, common.scss */
          .banner .banner-content a .banner-img {
            width: 100%; } }
        /* line 3947, common.scss */
        .banner .banner-content a .banner-img img {
          border-radius: 8px; }
          @media screen and (max-width: 800px) {
            /* line 3947, common.scss */
            .banner .banner-content a .banner-img img {
              width: 100%;
              border-radius: 4px; } }
      /* line 3955, common.scss */
      .banner .banner-content a h2 {
        width: calc(100% - 144px);
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        margin: 0;
        padding: 0 0 0 10px; }
        @media screen and (max-width: 800px) {
          /* line 3955, common.scss */
          .banner .banner-content a h2 {
            width: 100%;
            font-size: 18px; } }
      /* line 3969, common.scss */
      .banner .banner-content a .btn-arrow {
        top: auto;
        right: 28px;
        bottom: 20px;
        translate: 0 0;
        background-color: #9DB1CB; }
        @media screen and (max-width: 800px) {
          /* line 3969, common.scss */
          .banner .banner-content a .btn-arrow {
            top: auto;
            right: auto;
            left: 50%;
            translate: -50% 0; } }
        /* line 3981, common.scss */
        .banner .banner-content a .btn-arrow::before {
          background-color: #0E2841; }

/* line 3994, common.scss */
.footer {
  position: relative;
  width: 100%;
  background-color: #F7F7F7;
  padding-bottom: 32px;
  z-index: 5; }
  @media screen and (max-width: 800px) {
    /* line 3994, common.scss */
    .footer {
      padding-bottom: 20px; } }
  /* line 4003, common.scss */
  .footer .cbox {
    background-color: #0D3D80;
    border-radius: 12px;
    padding: 104px 20px 40px; }
    @media screen and (max-width: 800px) {
      /* line 4003, common.scss */
      .footer .cbox {
        border-radius: 8px;
        padding: 48px 20px 40px; } }
  /* line 4012, common.scss */
  .footer .siteinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: calc(100% - 128px);
    gap: 24px 0;
    margin: 0 auto; }
    @media screen and (max-width: 1350px) {
      /* line 4012, common.scss */
      .footer .siteinfo {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      /* line 4012, common.scss */
      .footer .siteinfo {
        display: block;
        width: 100%; } }

/* line 4030, common.scss */
.footermenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 96px;
  order: 1; }
  @media screen and (max-width: 800px) {
    /* line 4030, common.scss */
    .footermenu {
      flex-direction: column;
      gap: 40px 0;
      margin-bottom: 32px; } }
  /* line 4043, common.scss */
  .footermenu nav ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    /* line 4047, common.scss */
    .footermenu nav ul li {
      width: 100%;
      line-height: 1.4;
      margin: 0 0 16px;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 4047, common.scss */
        .footermenu nav ul li {
          line-height: 1.7;
          margin-bottom: 24px; } }
      /* line 4056, common.scss */
      .footermenu nav ul li:last-child {
        margin-bottom: 0; }
      /* line 4060, common.scss */
      .footermenu nav ul li.current-menu-item a {
        color: #F08A42; }
        @media screen and (min-width: 800px) {
          /* line 4064, common.scss */
          .footermenu nav ul li.current-menu-item a:hover .underline {
            background-size: 0% 1px; } }
        /* line 4069, common.scss */
        .footermenu nav ul li.current-menu-item a::before {
          display: none; }
      /* line 4075, common.scss */
      .footermenu nav ul li.current-menu-item ul li a {
        color: #FFFFFF; }
        @media screen and (min-width: 800px) {
          /* line 4079, common.scss */
          .footermenu nav ul li.current-menu-item ul li a:hover .underline {
            background-size: 100% 1px; } }
        /* line 4084, common.scss */
        .footermenu nav ul li.current-menu-item ul li a::before {
          display: block; }
      /* line 4091, common.scss */
      .footermenu nav ul li.fmconsultation {
        margin: 32px 0 0; }
        @media screen and (max-width: 800px) {
          /* line 4091, common.scss */
          .footermenu nav ul li.fmconsultation {
            margin: -8px 0 0 10px; } }
        /* line 4096, common.scss */
        .footermenu nav ul li.fmconsultation a {
          display: inline-flex;
          align-items: center;
          min-height: 72px;
          color: #FFFFFF;
          font-family: "BIZ UDPMincho", serif;
          line-height: 1.2;
          background-color: #004097;
          background-image: url("../img/bg_fmconsultation.svg");
          background-repeat: no-repeat;
          background-position: 15px center;
          border: 1px solid rgba(255, 255, 255, 0.4);
          border-radius: 8px;
          padding: 8px 20px 8px 76px;
          transition: background-color 0.3s ease-out,border 0.3s ease-out; }
          @media screen and (min-width: 800px) {
            /* line 4112, common.scss */
            .footermenu nav ul li.fmconsultation a:hover {
              background-color: #F08A42;
              background-image: url("../img/bg_fmconsultation_on.svg");
              border: 1px solid #F08A42; } }
          @media screen and (max-width: 800px) {
            /* line 4096, common.scss */
            .footermenu nav ul li.fmconsultation a {
              min-height: 64px;
              font-size: 18px;
              background-size: 40px 40px;
              padding: 8px 20px 8px 64px; } }
          /* line 4124, common.scss */
          .footermenu nav ul li.fmconsultation a .underline {
            background: none; }
          /* line 4127, common.scss */
          .footermenu nav ul li.fmconsultation a::before {
            display: none; }
      /* line 4132, common.scss */
      .footermenu nav ul li a {
        position: relative;
        display: inline-block;
        color: #FFFFFF;
        font-size: 20px;
        text-decoration: none;
        padding-left: 16px;
        transition: color 0.3s ease-out; }
        @media screen and (max-width: 800px) {
          /* line 4132, common.scss */
          .footermenu nav ul li a {
            font-size: 18px;
            padding-left: 12px; } }
        /* line 4144, common.scss */
        .footermenu nav ul li a::before {
          position: absolute;
          left: 0;
          top: 4px;
          width: 4px;
          height: 4px;
          content: "";
          background-color: #F08A42;
          border-radius: 50%; }
      /* line 4155, common.scss */
      .footermenu nav ul li ul {
        padding: 16px 0 0 10px; }
        @media screen and (max-width: 800px) {
          /* line 4155, common.scss */
          .footermenu nav ul li ul {
            padding-top: 8px; } }
        /* line 4160, common.scss */
        .footermenu nav ul li ul li {
          margin-bottom: 12px; }
          @media screen and (max-width: 800px) {
            /* line 4160, common.scss */
            .footermenu nav ul li ul li {
              margin-bottom: 6px; } }
          /* line 4165, common.scss */
          .footermenu nav ul li ul li:last-child {
            margin-bottom: 0; }
          /* line 4168, common.scss */
          .footermenu nav ul li ul li a {
            font-size: 15px; }
            /* line 4170, common.scss */
            .footermenu nav ul li ul li a::before {
              top: 50%;
              translate: 0 -50%;
              height: 1px;
              border-radius: 0; }

/* line 4183, common.scss */
.footersubmenu {
  width: 100%;
  max-width: 464px;
  order: 2; }
  @media screen and (max-width: 800px) {
    /* line 4183, common.scss */
    .footersubmenu {
      max-width: inherit; } }
  /* line 4190, common.scss */
  .footersubmenu nav {
    width: 100%; }
    /* line 4192, common.scss */
    .footersubmenu nav ul {
      display: flex;
      gap: 0 16px;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 4192, common.scss */
        .footersubmenu nav ul {
          flex-direction: column;
          gap: 16px 0; } }
      /* line 4202, common.scss */
      .footersubmenu nav ul li {
        width: 100%;
        line-height: 1.2;
        margin: 0;
        padding: 0; }
        /* line 4207, common.scss */
        .footersubmenu nav ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          text-align: center;
          min-height: 56px;
          color: #FFFFFF;
          font-size: 15px;
          font-weight: 500;
          text-decoration: none;
          background-color: #0E2841;
          border-radius: 8px;
          transition: background-color 0.3s ease-out; }
          @media screen and (min-width: 800px) {
            /* line 4222, common.scss */
            .footersubmenu nav ul li a:hover {
              background-color: #F08A42; } }
          @media screen and (max-width: 800px) {
            /* line 4207, common.scss */
            .footersubmenu nav ul li a {
              min-height: 48px; } }

/* line 4234, common.scss */
.logo-white {
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  margin: 8px 0 0;
  padding-top: 40px;
  order: 4; }
  @media screen and (max-width: 800px) {
    /* line 4234, common.scss */
    .logo-white {
      width: 100%;
      margin: 32px auto 40px; }
      /* line 4244, common.scss */
      .logo-white img {
        max-width: 180px; } }

/* line 4249, common.scss */
.copyright {
  display: inline-block;
  font-family: "Libertinus Sans", sans-serif;
  color: #FFFFFF;
  order: 3;
  margin: 0; }
  @media screen and (max-width: 800px) {
    /* line 4249, common.scss */
    .copyright {
      display: block;
      font-size: 15px;
      text-align: center; } }

/* line 4263, common.scss */
#wpadminbar {
  position: fixed; }

/*# sourceMappingURL=common.css.map */
