<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.color_red {
  color: #CF0000; }

.color_blue {
  color: #004EDC; }

.color_gray {
  color: #C8C8C8; }

@page {
  size: landscape; }
/* reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a,
button {
  cursor: revert; }

ol,
ul,
menu {
  list-style: none; }

img {
  max-inline-size: 100%;
  max-block-size: 100%; }

table {
  border-collapse: collapse; }

input,
textarea {
  -webkit-user-select: auto; }

textarea {
  white-space: revert; }

meter {
  -webkit-appearance: revert;
  appearance: revert; }

pre {
  all: revert; }

::placeholder {
  color: unset; }

::marker {
  content: initial; }

:where([hidden]) {
  display: none; }

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto; }

:where([draggable="true"]) {
  -webkit-user-drag: element; }

:where(dialog:modal) {
  all: revert; }

/*  reset */
/* config */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 110% !important;
  color: #222;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: white; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 100% !important; } }
  body b, body strong {
    font-weight: 600 !important; }

html {
  scroll-behavior: smooth; }

section {
  display: block; }

a {
  text-decoration: none !important; }

p {
  line-height: 180%; }

.sp_only {
  display: none; }
  @media (max-width: 576px) {
    .sp_only {
      display: block; } }

.md_only {
  display: none; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block; } }

.pc_only {
  display: block; }
  @media (max-width: 576px) {
    .pc_only {
      display: none; } }

.btn_arrow.bg_blue.col_white:hover {
  background-color: white !important;
  color: #004EDC !important;
  border-color: #004EDC !important; }

.slick-initialized .slick-slide {
  padding: 0 10px !important; }

.img-fit {
  object-fit: cover;
  object-position: center center; }

.img-fit.w100h100 {
  width: 100%;
  height: 100%; }

.img-fit.index {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .img-fit.index {
      height: 250px !important;
      width: calc(100vw + 2em) !important;
      max-width: 200vw !important;
      margin: 0 -1em !important; } }

@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  /* 初期状態 */
  30% {
    transform: scale(1.1, 0.8) translate(0%, 0%); }
  /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%); }
  /* 潰れた反動で一瞬元に戻る */
  50% {
    transform: scale(0.8, 1.3) translate(0%, -80%); }
  /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    transform: scale(1, 1) translate(0%, -110%); }
  /* 潰れた反動が終り、空中で元に戻る */
  100% {
    transform: scale(1, 1) translate(0%, 0%); }
  /* 初期状態に戻る */ }
.slick-initialized .slick-slide {
  padding: 0 !important; }

/* config */
/* layout */
/*---layout--*/
body {
  position: relative;
  background: #fff; }

header {
  display: block;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white; }
  header #header {
    position: relative;
    height: 60px;
    padding: 0; }
    header #header #headlogo {
      width: 120px;
      position: absolute;
      top: 15px;
      left: 10px; }
  header menus {
    display: flex;
    position: absolute;
    right: 170px;
    top: 0px;
    height: 60px; }
    header menus menuitem {
      display: block;
      width: fit-content;
      border-top: 1px solid white; }
      header menus menuitem a {
        display: block;
        width: 100%;
        height: content-fit;
        padding: 15px 10px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 0 solid #004EDC;
        color: #000; }
        header menus menuitem a:hover {
          transition: 0.5s;
          text-decoration: underline; }
    @media screen and (max-width: 768px) {
      header menus {
        display: none;
        position: fixed;
        z-index: 99;
        top: 59px;
        left: 0;
        width: 100vw;
        height: fit-content;
        background-color: white;
        border-bottom: 1px solid white;
        height: calc(100vh - 60px);
        overflow-y: auto; }
        header menus menuitem {
          display: block;
          width: 100%; }
          header menus menuitem a {
            display: block;
            height: 100%;
            color: white;
            text-align: center;
            background-color: #004EDC;
            border-bottom: 1px solid #004EDC;
            /*&amp;:hover{
            	border-bottom: 1px solid $color_blue;
            	background-color: white;
            	color:$color_blue;
            }*/ } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        header menus menuitem a {
          cursor: default; } }

    header menus submenus {
      display: none;
      border: 1px solid white;
      background-color: #004EDC;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      width: 100vw;
      max-width: 1200px;
      min-width: 768px;
      position: absolute;
      right: -170px;
      padding: 1em 1em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        header menus submenus {
          display: none;
          height: fit-content;
          background-color: #004EDC;
          width: 100vw;
          border-radius: 0;
          position: relative;
          right: 0;
          max-width: none;
          min-width: none;
          padding: 0;
          border: 0px none; } }
      header menus submenus submenuitem {
        display: inline-block;
        width: fit-content; }
        @media screen and (max-width: 768px) {
          header menus submenus submenuitem {
            display: block !important;
            padding: 0;
            margin: 0;
            width: 100vw;
            background: white;
            border: 0px none;
            border-top: 1px dotted rgba(255, 255, 255, 0.5); } }
        header menus submenus submenuitem a {
          display: inline-block;
          white-space: nowrap;
          width: fit-content;
          color: white;
          padding: 0.3em 2em !important; }
          @media screen and (max-width: 768px) {
            header menus submenus submenuitem a {
              display: block;
              padding: 15px 0 10px !important;
              color: #004EDC;
              width: 100%;
              background: white; } }
        header menus submenus submenuitem a:before {
          display: inline-block;
          text-rendering: auto;
          font: var(--fa-font-solid);
          content: "\f101"; }
        header menus submenus submenuitem a:hover {
          text-decoration: none;
          border-bottom: 1px solid white; }
  header topbtn {
    display: flex;
    position: absolute;
    right: 0;
    top: 0; }
    header topbtn btnitems {
      display: block;
      width: 80px; }
      header topbtn btnitems a {
        display: block;
        border: none;
        width: 100%;
        font-size: 14px;
        height: 59px;
        padding: 20px 0;
        text-align: center;
        font-weight: 500; }
        header topbtn btnitems a.btn_black {
          background-color: #000;
          color: white; }
          header topbtn btnitems a.btn_black:hover {
            transition: 0.5s;
            background-color: #ddd;
            color: #000; }
        header topbtn btnitems a.btn_red {
          background-color: #CF0000;
          color: white; }
          header topbtn btnitems a.btn_red:hover {
            transition: 0.5s;
            background-color: #ddd;
            color: #CF0000; }
    @media screen and (max-width: 768px) {
      header topbtn {
        display: none; } }
  header btnmenu {
    display: none; }
    @media screen and (max-width: 768px) {
      header btnmenu {
        display: block;
        width: 36px;
        height: 36px;
        font-size: 36px;
        position: absolute;
        right: 10px;
        top: 0px;
        color: #525252; } }

/*  スクロール後の挙動 */
header.scrolls {
  transition: 1.2s;
  border-bottom: 1px solid #ddd;
  background-color: #004EDC; }
  header.scrolls menus menuitem {
    border: 0;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      header.scrolls menus menuitem {
        border-top: 1px solid white; } }
    header.scrolls menus menuitem a {
      color: white !important; }
      @media screen and (max-width: 768px) {
        header.scrolls menus menuitem a {
          color: white !important; } }

container {
  display: block;
  max-width: 1200px;
  min-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 1em; }
  @media screen and (max-width: 768px) {
    container {
      max-width: 100vw;
      min-width: 0;
      width: 100%; } }

@media screen and (max-width: 768px) {
  container {
    max-width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
    padding: 3em 1em; }
    container.nohead {
      padding: 0 1em 3em; } }
footer {
  display: block; }
  @media screen and (max-width: 768px) {
    footer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    footer container {
      padding: 1.5em 0; } }
  footer p {
    font-size: 90%;
    display: block;
    text-align: center;
    margin: 0.5em 0; }
  footer address_area {
    display: block;
    font-size: 90%;
    line-height: 150%;
    margin: 0.5em 0; }
    @media screen and (max-width: 768px) {
      footer address_area {
        text-align: center; } }
  footer copyright {
    display: block;
    font-size: 90%;
    margin: 1em 0;
    text-align: center; }
  footer .footlogo {
    display: block;
    width: 230px; }
    @media screen and (max-width: 768px) {
      footer .footlogo {
        width: 200px;
        margin: 0 auto; } }
  footer footer_btn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    ransition: 1s; }
    footer footer_btn btnitems {
      display: block;
      width: 80px; }
      footer footer_btn btnitems a {
        display: block;
        border: none;
        width: 100%;
        font-size: 14px;
        height: 59px;
        padding: 20px 0;
        text-align: center;
        font-weight: 500; }
        footer footer_btn btnitems a.btn_black {
          background-color: #000;
          color: white; }
          footer footer_btn btnitems a.btn_black:hover {
            transition: 0.5s;
            background-color: #ddd;
            color: #000; }
        footer footer_btn btnitems a.btn_red {
          background-color: #CF0000;
          color: white; }
          footer footer_btn btnitems a.btn_red:hover {
            transition: 0.5s;
            background-color: #ddd;
            color: #CF0000; }

footer_btn {
  display: flex;
  position: fixed;
  justify-content: flex-end;
  bottom: -100px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  z-index: 98; }
  footer_btn.show {
    bottom: 0; }
  footer_btn btnitems {
    display: block;
    width: 200px; }
    @media screen and (max-width: 768px) {
      footer_btn btnitems:has(.btn_green) {
        width: calc(50vw - 110px);
        order: 1; } }
    @media screen and (max-width: 768px) {
      footer_btn btnitems:has(.btn_red) {
        width: 220px;
        order: 2; } }
    @media screen and (max-width: 768px) {
      footer_btn btnitems:has(.btn_black) {
        width: calc(50vw - 110px);
        order: 3; } }
    footer_btn btnitems a {
      display: block;
      border: none;
      width: 100%;
      font-size: 14px;
      height: 59px;
      padding: 20px 0;
      text-align: center;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        footer_btn btnitems a {
          padding: 13px 0 0 0; } }
      footer_btn btnitems a.btn_green {
        background-color: #06C755;
        color: white; }
        footer_btn btnitems a.btn_green:hover {
          transition: 0.5s;
          background-color: #ddd;
          color: #06C755; }
      footer_btn btnitems a.btn_black {
        background-color: #000;
        color: white; }
        footer_btn btnitems a.btn_black:hover {
          transition: 0.5s;
          background-color: #ddd;
          color: #000; }
      footer_btn btnitems a.btn_red {
        background-color: #CF0000;
        color: white; }
        footer_btn btnitems a.btn_red:hover {
          transition: 0.5s;
          background-color: #ddd;
          color: #CF0000; }
      footer_btn btnitems a span {
        display: block;
        width: 100%; }
        footer_btn btnitems a span i {
          font-size: 150%; }
        footer_btn btnitems a span.PC {
          display: block; }
          @media screen and (max-width: 768px) {
            footer_btn btnitems a span.PC {
              display: none; } }
        footer_btn btnitems a span.SP {
          display: none; }
          @media screen and (max-width: 768px) {
            footer_btn btnitems a span.SP {
              display: block; } }
      footer_btn btnitems a small {
        display: block;
        padding-top: 2px;
        font-size: 11px; }

.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 99vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  overflow-y: auto; }
  .l-modal .l-privacy {
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 50px);
    z-index: 101;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    color: #000;
    overflow-y: auto;
    padding: 2em 1.5em;
    /*&amp;::after{
        content:'×';
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        padding-top: 0;
        color:#fff;
        position: absolute;
        top:3px;
        right: 3px;
        display: block;
        width: 38px;
        height: 38px;
        background-color: #000;
        border:1px solid #fff;
        border-radius: 19px;
        z-index: 102;
        cursor: pointer;
        line-height: 100%;
    }*/ }
    .l-modal .l-privacy h3 {
      display: block;
      padding-bottom: 0.5em;
      border-bottom: 1px dotted #000; }
    .l-modal .l-privacy p {
      margin-left: 1em; }
    .l-modal .l-privacy ol {
      margin-left: 1em; }
      .l-modal .l-privacy ol li {
        list-style: decimal;
        margin-left: 1.5em; }

/*----- faq ----*/
.faq {
  display: none;
  padding: 0 1em 1em;
  border-bottom: 1px dotted #666;
  margin: 0; }
  .faq dt {
    color: #004EDC;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5em;
    border-bottom: 0.5px dotted #004EDC; }
  .faq dt:before {
    content: "Q: "; }
  .faq dd {
    font-size: 90%;
    padding-left: 1em; }

.box-faq {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  column-gap: 20px;
  row-gap: 10px; }
  .box-faq h3 {
    font-size: 18px;
    font-weight: 400;
    color: black;
    display: block;
    padding: 10px 20px;
    margin: 0;
    width: calc(33% - 20px);
    cursor: pointer;
    border-bottom: dotted 1px #666;
    margin-bottom: 10px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .box-faq h3 {
        width: 100%; } }
    .box-faq h3 i {
      color: #004EDC;
      margin-right: 12px; }
  .box-faq .faq {
    width: 100%;
    margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order1 {
      order: 1; } }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order2 {
      order: 2; } }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order3 {
      order: 3; } }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order4 {
      order: 4; } }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order5 {
      order: 5; } }
  @media screen and (min-width: 768px) {
    .box-faq .faq-pc-order6 {
      order: 6; } }

/*---- price ----*/
.table_price {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .table_price &gt; table {
    width: 100%; }
    @media (max-width: 576px) {
      .table_price &gt; table {
        font-size: 90%; } }
    .table_price &gt; table th, .table_price &gt; table td {
      border: 1px solid #888;
      padding: 0.3em 0; }
    .table_price &gt; table th {
      color: #000;
      background-color: #FAFAFA;
      text-align: center; }
    .table_price &gt; table td {
      text-align: center; }
    .table_price &gt; table .head {
      background-color: #717171;
      color: white; }

/*---- access----*/
h3.title_access {
  display: inline-block;
  background-color: #004EDC;
  border-left: 5px solid #004EDC;
  border-bottom: 5px solid #004EDC;
  border-right: 5px solid #004EDC;
  color: white;
  width: fit-content;
  padding: 5px 0 0 20px;
  font-size: 18px;
  line-height: 30px; }
  h3.title_access {
    padding-right: 30px; }
  h3.title_access small {
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    background-color: white;
    color: black;
    margin-left: 2em;
    width: fit-content; }

.box-access {
  display: block;
  background-image: url("../../images/access/bg_access.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
  padding-left: 200px;
  width: 100%;
  gap: 30px;
  column-gap: 30px;
  row-gap: 30px; }
  @media screen and (max-width: 768px) {
    .box-access {
      padding-left: 100px;
      flex-wrap: wrap; } }
  .box-access h4 {
    display: block;
    padding: 0.8em 0;
    text-align: center;
    color: white;
    margin-bottom: 0.5em; }
  .box-access .box-access-flex {
    width: calc(33% - 20px); }
    @media screen and (max-width: 768px) {
      .box-access .box-access-flex {
        width: 100%; } }
    .box-access .box-access-flex &gt; div {
      display: block;
      padding: 0.5em;
      border-bottom: dotted 1px #666; }
  .box-access .box-access-one {
    width: 100%; }
  .box-access:has(.list_access) {
    flex-wrap: wrap; }
    .box-access:has(.list_access) .box-access-flex {
      width: calc(50% - 15px); }
      @media screen and (max-width: 768px) {
        .box-access:has(.list_access) .box-access-flex {
          width: 100%; } }
    .box-access:has(.list_access) .list_access {
      display: block;
      flex: 0 0 auto;
      margin-left: 1em;
      margin-right: 1em;
      width: calc(100% - 1em); }
      .box-access:has(.list_access) .list_access li {
        margin-left: 1em;
        list-style: disc; }

.table_access {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .table_access &gt; table {
    width: 100%;
    font-size: 90%; }
    .table_access &gt; table th, .table_access &gt; table td {
      border: 1px solid #888;
      padding: 0.3em 0; }
    .table_access &gt; table th {
      color: #000;
      background-color: #FAFAFA;
      text-align: center; }
    .table_access &gt; table td {
      text-align: center;
      background-color: #fff; }
    .table_access &gt; table .head {
      background-color: #717171;
      color: white; }

ul.list_attn {
  padding-left: 0;
  margin: 0.5em 0; }
  ul.list_attn li {
    font-size: 93%;
    line-height: 150%;
    padding: 0 0 0 1em;
    text-indent: -1em; }
  ul.list_attn li:before {
    content: '※'; }

/*---layout--*/
/*---box--*/
.box_cornerhead {
  display: block;
  margin-top: 60px;
  height: 240px;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .box_cornerhead h1 {
    display: block;
    line-height: 100%;
    color: white;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%); }

.box-blog {
  display: flex;
  margin: 2em auto 3em;
  column-gap: 20px;
  max-width: 1200px;
  min-width: 768px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .box-blog {
      display: block;
      max-width: 100vw;
      min-width: 0;
      width: 100%; } }
  .box-blog .box-blog-kiji {
    padding: 0 1em 2em; }
    .box-blog .box-blog-kiji date {
      display: block;
      font-size: 80%;
      text-align: right; }
    .box-blog .box-blog-kiji img, .box-blog .box-blog-kiji iframe {
      max-width: 100%; }
  .box-blog .box-blog-right {
    display: block;
    min-width: 300px;
    max-width: 400px; }
    .box-blog .box-blog-right .module-list {
      margin-left: 1.5em; }
      .box-blog .box-blog-right .module-list li {
        list-style: disc;
        margin-bottom: 0.5em; }
        .box-blog .box-blog-right .module-list li a {
          color: #004EDC; }
    .box-blog .box-blog-right .selectbox-3 {
      display: inline-flex;
      align-items: center;
      position: relative; }
    .box-blog .box-blog-right .selectbox-3::after {
      position: absolute;
      right: 15px;
      width: 10px;
      height: 7px;
      background-color: #535353;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      content: '';
      pointer-events: none; }
    .box-blog .box-blog-right .selectbox-3 select {
      appearance: none;
      min-width: 230px;
      height: 2.8em;
      padding: 0.4em calc(.8em + 30px) 0.4em 0.8em;
      border: 1px solid #d0d0d0;
      border-radius: 3px;
      background-color: #fff;
      color: #333333;
      font-size: 1em;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .box-blog .box-blog-right {
      border-top: 1px dotted #333;
      padding: 2em 1em;
      display: flex;
      column-gap: 20px;
      min-width: 100%;
      max-width: 100%; }
      .box-blog .box-blog-right .box-blog-right-parts1, .box-blog .box-blog-right .box-blog-right-parts2 {
        display: block;
        width: 50%; } }
  @media (max-width: 576px) {
    .box-blog .box-blog-right {
      border-top: 1px dotted #333;
      display: flex;
      display: block;
      min-width: 100%;
      max-width: 100%; }
      .box-blog .box-blog-right .box-blog-right-parts1, .box-blog .box-blog-right .box-blog-right-parts2 {
        width: 100%; } }

/*-------------------------*/
.box-column {
  display: flex;
  column-gap: 20ox;
  row-gap: 20px;
  gap: 20px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .box-column {
      display: block; } }
  .box-column &gt; div {
    flex: 1; }
    .box-column &gt; div h1 {
      margin-top: 0.5em; }
      @media screen and (max-width: 768px) {
        .box-column &gt; div h1 {
          margin-top: 0; } }
  .box-column ._max-30 {
    max-width: 30vw;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .box-column ._max-30 {
        max-width: 100vw;
        width: 100%; } }
  .box-column ._max-40 {
    max-width: 40vw;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .box-column ._max-40 {
        max-width: 100vw;
        width: 100%; } }
  .box-column ._max60 {
    max-width: 60vw;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .box-column ._max60 {
        max-width: 100vw;
        width: 100%; } }
  .box-column ._max70 {
    max-width: 70vw;
    width: 70%; }
    @media screen and (max-width: 768px) {
      .box-column ._max70 {
        max-width: 100vw;
        width: 100%; } }

.box_colimg {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .box_colimg {
      display: block; } }
  .box_colimg &gt; div {
    flex: 1;
    position: relative;
    align-content: stretch; }
    .box_colimg &gt; div img {
      width: 100%;
      height: 400px;
      max-height: 30vh;
      object-fit: cover;
      object-position: center center; }
    .box_colimg &gt; div figure {
      background: rgba(0, 0, 0, 0.5);
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: white;
      position: absolute;
      bottom: 10px;
      left: 5px; }

.box-staff {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 20px;
  row-gap: 3em; }
  .box-staff h2 {
    display: block;
    width: 300px; }
    @media screen and (max-width: 768px) {
      .box-staff h2 {
        width: 100%; } }
  .box-staff .box-staff-item {
    width: calc(50% - 170px); }
    @media screen and (max-width: 768px) {
      .box-staff .box-staff-item {
        width: calc(50% - 20px); } }
    @media (max-width: 576px) {
      .box-staff .box-staff-item {
        width: 100%; } }
    .box-staff .box-staff-item img {
      margin-bottom: 10px; }
    .box-staff .box-staff-item name {
      display: block;
      width: fit-content;
      font-size: 1.1em;
      color: #004EDC;
      font-weight: 400;
      padding-bottom: 1em;
      padding-right: 1em;
      border-bottom: 2px solid #004EDC;
      margin-bottom: 1em; }
      .box-staff .box-staff-item name small {
        padding-top: 8px;
        display: block; }
    .box-staff .box-staff-item posi, .box-staff .box-staff-item job, .box-staff .box-staff-item bifth {
      font-size: 90%;
      display: block;
      margin-bottom: 8px; }
    .box-staff .box-staff-item comment {
      display: block;
      font-size: 90%;
      margin: 20px 0;
      padding: 10px;
      background-color: #F5F5F5; }

.box-stay {
  margin-top: 2em;
  display: flex;
  gap: 20px;
  column-gap: 40px;
  row-gap: 3em;
  flex-wrap: wrap; }
  .box-stay .box-stay-item {
    border-top: 1px solid #004EDC;
    padding-top: 1.5em;
    width: calc(50% - 20px);
    padding: 1em; }
    @media screen and (max-width: 768px) {
      .box-stay .box-stay-item {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
    .box-stay .box-stay-item img {
      width: 100%;
      display: block;
      margin-bottom: 1em;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      object-position: center center; }
    .box-stay .box-stay-item name {
      display: block;
      width: fit-content;
      font-size: 1.1em;
      color: #004EDC;
      font-weight: 400;
      margin-bottom: 1em; }
    .box-stay .box-stay-item address, .box-stay .box-stay-item .tel {
      font-size: 90%; }
    .box-stay .box-stay-item .btn_hplink {
      display: block;
      font-size: 80%;
      width: fit-content;
      background-color: #004EDC;
      color: white;
      text-decoration: none;
      padding: 0.2em 1.5em 0.3em;
      margin: 8px 0;
      border-radius: 20px; }
    .box-stay .box-stay-item copy {
      display: block;
      padding: 0.5em 0;
      font-weight: 400; }
    .box-stay .box-stay-item ul.equipment {
      display: block;
      margin: 0.5em 0 0.5em 1.5em; }
      .box-stay .box-stay-item ul.equipment li {
        font-size: 90%;
        list-style: circle; }
    .box-stay .box-stay-item table {
      margin: 1.5em 0;
      font-size: 80% !important;
      width: 100%;
      border-collapse: separate;
      border-spacing: 4px; }
      .box-stay .box-stay-item table th, .box-stay .box-stay-item table td {
        width: 33%;
        padding: 0.3em;
        text-align: center;
        vertical-align: middle; }
      .box-stay .box-stay-item table th {
        background-color: #F5F5F5; }
    .box-stay .box-stay-item ul.attention {
      display: block;
      margin: 0.5em 0 0.5em 1.5em; }
      .box-stay .box-stay-item ul.attention li {
        font-size: 90%;
        list-style: disc; }

.box-pointmap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: center;
  gap: 8px;
  column-gap: 8px;
  row-gap: 8px; }
  .box-pointmap li {
    display: block;
    padding: 0.3em;
    font-size: 12px;
    width: 190px;
    padding-left: 20px; }

.box-pointmap2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: center;
  gap: 8px;
  column-gap: 8px;
  row-gap: 8px; }
  .box-pointmap2 div {
    display: block;
    padding: 0.3em;
    font-size: 12px;
    width: 190px;
    padding-left: 20px; }
    .box-pointmap2 div h3 {
      display: block;
      text-align: center;
      padding: 0.5em 0 0.3em;
      color: white;
      margin-top: 0;
      margin-bottom: 10px; }

.box-footer {
  display: flex;
  column-gap: 40ox;
  row-gap: 40px;
  gap: 40px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .box-footer {
      display: block; } }
  .box-footer &gt; div.footer1 {
    width: 250px;
    min-width: 250px;
    font-size: 90%; }
    @media screen and (max-width: 768px) {
      .box-footer &gt; div.footer1 {
        width: 100%;
        min-width: 100%; } }
  .box-footer &gt; div.footer2 {
    padding-top: 20px; }
    .box-footer &gt; div.footer2 menus {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      font-size: 75%;
      margin-bottom: 2em; }
      @media screen and (max-width: 768px) {
        .box-footer &gt; div.footer2 menus {
          display: none; } }
      .box-footer &gt; div.footer2 menus a {
        cursor: pointer; }
      .box-footer &gt; div.footer2 menus menuitem {
        display: block;
        width: 33%;
        max-width: 260px;
        min-width: 245px;
        padding: 0.3em 10px 0.5em; }
        .box-footer &gt; div.footer2 menus menuitem &gt; a {
          display: block;
          width: 100%;
          border-bottom: 1px dotted white;
          margin-bottom: 0.5em;
          font-weight: 600; }
      .box-footer &gt; div.footer2 menus submenus, .box-footer &gt; div.footer2 menus submenuitem {
        display: block; }
      .box-footer &gt; div.footer2 menus submenuitem {
        padding-left: 0.5em; }
      .box-footer &gt; div.footer2 menus submenuitem:before {
        display: inline-block;
        text-rendering: auto;
        font: var(--fa-font-solid);
        content: "\f101"; }
    .box-footer &gt; div.footer2 i {
      display: inline-block;
      font-size: 40px;
      margin-right: 10px; }

.box-footer-sns {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }
  .box-footer-sns a {
    display: block;
    text-align: center;
    font-size: 40px; }

.box-inq {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #004EDC; }
  .box-inq dt {
    width: 40%;
    font-weight: 600;
    background-color: #eee;
    color: #474747;
    padding: 8px 8px 4px; }
  .box-inq dd {
    width: 60%;
    padding: 8px 8px 4px; }

.box-privacy {
  font-size: 75%;
  margin-top: -1em;
  text-align: right;
  margin-right: 2em; }
  @media screen and (max-width: 768px) {
    .box-privacy {
      text-align: center;
      margin-right: 0; } }

.list_news {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #222; }
  .list_news li {
    display: block;
    border-bottom: 1px dotted #222;
    margin: 0;
    padding: 20px 0; }
    .list_news li a {
      display: block;
      width: 100%; }
  .list_news li:has(+ a) {
    padding: 0; }

.box_attn {
  border: dashed 3px #004EDC;
  padding: 1em; }

/*---box--*/
/*---format------*/
.col_white {
  color: white !important; }

.col_blue {
  color: #004EDC !important; }

.bg_white {
  background: white;
  color: #222; }

.bg_blue {
  background: #004EDC;
  color: white; }

.bg_lgray {
  background: #F5F5F5;
  color: #222; }

.pt-1 {
  padding-top: 1em; }
  @media (max-width: 576px) {
    .pt-1 {
      padding-top: 0.5em; } }

.pt-2 {
  padding-top: 2em; }
  @media (max-width: 576px) {
    .pt-2 {
      padding-top: 1.0em; } }

.pt-3 {
  padding-top: 3em; }
  @media (max-width: 576px) {
    .pt-3 {
      padding-top: 1.5em; } }

.pt-4 {
  padding-top: 4em; }
  @media (max-width: 576px) {
    .pt-4 {
      padding-top: 2.0em; } }

.pt-5 {
  padding-top: 5em; }
  @media (max-width: 576px) {
    .pt-5 {
      padding-top: 2.5em; } }

.pb-1 {
  padding-bottom: 1em; }
  @media (max-width: 576px) {
    .pb-1 {
      padding-bottom: 0.5em; } }

.pb-2 {
  padding-bottom: 2em; }
  @media (max-width: 576px) {
    .pb-2 {
      padding-bottom: 1.0em; } }

.pb-3 {
  padding-bottom: 3em; }
  @media (max-width: 576px) {
    .pb-3 {
      padding-bottom: 1.5em; } }

.pb-4 {
  padding-bottom: 4em; }
  @media (max-width: 576px) {
    .pb-4 {
      padding-bottom: 2.0em; } }

.pb-5 {
  padding-bottom: 5em; }
  @media (max-width: 576px) {
    .pb-5 {
      padding-bottom: 2.5em; } }

.pl-1 {
  padding-left: 1em; }

.pl-2 {
  padding-left: 2em; }

.pl-3 {
  padding-left: 3em; }

.pl-4 {
  padding-left: 4em; }

.pl-5 {
  padding-left: 5em; }

.pr-1 {
  padding-right: 1em; }

.pr-2 {
  padding-right: 2em; }

.pr-3 {
  padding-right: 3em; }

.pr-4 {
  padding-right: 4em; }

.pr-5 {
  padding-right: 5em; }

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (max-width: 576px) {
    .py-1 {
      padding-top: 0.5em;
      padding-bottom: 0.5em; } }

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (max-width: 576px) {
    .py-2 {
      padding-top: 1.0em;
      padding-bottom: 1.0em; } }

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (max-width: 576px) {
    .py-3 {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }

.py-4 {
  padding-top: 4em;
  padding-bottom: 4em; }
  @media (max-width: 576px) {
    .py-4 {
      padding-top: 2.0em;
      padding-bottom: 2.0em; } }

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 576px) {
    .py-5 {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }

.px-1 {
  padding-left: 1em;
  padding-right: 1em; }

.px-2 {
  padding-left: 2em;
  padding-right: 2em; }

.px-3 {
  padding-left: 3em;
  padding-right: 3em; }

.px-4 {
  padding-left: 4em;
  padding-right: 4em; }

.px-5 {
  padding-left: 5em;
  padding-right: 5em; }

@media screen and (max-width: 768px) {
  .mb-md-1 {
    margin-bottom: 1em; }

  .mb-md-2 {
    margin-bottom: 2em; }

  .mb-md-3 {
    margin-bottom: 3em; }

  .mb-md-4 {
    margin-bottom: 4em; }

  .mb-md-5 {
    margin-bottom: 5em; } }
.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

h1 {
  display: block;
  font-family: "League Spartan", "Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #004EDC;
  font-size: 3em;
  line-height: 100%;
  margin-bottom: 30px; }
  @media (max-width: 576px) {
    h1 {
      font-size: 2.5em; } }
  h1 small {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem; }
    @media (max-width: 576px) {
      h1 small {
        font-size: 1rem; } }
  h1 span {
    display: block;
    margin-bottom: 5px; }

h2 {
  display: block;
  font-family: "League Spartan", "Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #004EDC;
  font-size: 1.8em;
  line-height: 100%;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    h2 {
      font-size: 1.6em; } }
  h2 small {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #C8C8C8; }
    @media (max-width: 576px) {
      h2 small {
        font-size: 1rem; } }
  h2 span {
    display: block;
    margin-bottom: 5px; }

.bg_blue h2 {
  color: white; }

h2.midashi {
  color: black;
  display: block;
  text-align: center;
  border: 1px solid #8E8E8E;
  padding: 10px 0 4px;
  margin: 30px 0;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 400; }

h3 {
  display: block;
  font-family: "League Spartan", "Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #004EDC;
  font-size: 1.4em;
  line-height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #004EDC;
  padding-left: 8px;
  padding-right: 8px; }
  @media (max-width: 576px) {
    h3 {
      font-size: 1.4em; } }
  h3 small {
    display: block;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #3D3D3D; }
    @media (max-width: 576px) {
      h3 small {
        font-size: 1rem; } }
  h3 span {
    display: block;
    margin-bottom: 5px; }

small {
  font-size: 80%;
  line-height: 80%; }

.btn_arrow {
  display: inline-block;
  padding: 10px;
  color: #004EDC;
  border: 1px solid #004EDC;
  animation-delay: 1s; }
  .btn_arrow i {
    margin-left: 10px;
    font-size: 90%; }
  .btn_arrow:hover {
    background-color: #004EDC;
    color: white;
    border-color: white; }

.col_white .btn_arrow,
.bg_blue .btn_arrow {
  color: white;
  border-color: white; }
  .col_white .btn_arrow:hover,
  .bg_blue .btn_arrow:hover {
    background-color: white !important;
    color: #004EDC !important;
    border-color: #004EDC !important; }

.btn_pill {
  display: block;
  width: fit-content;
  border: 1px solid #004EDC;
  border-radius: 30px;
  padding: 0.1em 1.5em 0.2em;
  margin: 1.5em auto; }
  @media (max-width: 576px) {
    .btn_pill {
      width: 100%;
      text-align: center; } }

.pill-info {
  width: fit-content;
  border: 2px dotted #C8C8C8;
  border-radius: 8px;
  padding: 0.1em 0.8em 0.2em;
  margin-right: 0.5em;
  font-size: 85%;
  font-weight: 500; }
  .pill-info i {
    font-weight: 400;
    color: #004EDC;
    margin-right: 10px; }

.badge.badge-full {
  width: 100% !important; }

.fit_column {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.fit_column_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }
  @media screen and (max-width: 768px) {
    .fit_column_img {
      display: block;
      aspect-ratio: 16 / 9; } }
  .fit_column_img.bottom {
    object-position: bottom; }

ul.disc {
  padding-left: 1.5em; }
  ul.disc li {
    list-style: disc;
    margin-bottom: 0.5em; }

/*アニメーション要素のスタイル*/
.fadescroll {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  animation-delay: 1.5s;
  transform: translateY(50px); }

.fadelist {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  animation-delay: 1s;
  transform: translateX(200px); }

/*アニメーション要素までスクロールした時のスタイル*/
.fadescroll.fadeacrive {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0); }

.fadelist.fadeacrive {
  opacity: 1 !important;
  visibility: visible;
  transform: translateX(0); }

/*アニメーション要素までスクロールした時のスタイル*/
.no-bit {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  background-color: #EC3942;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 15px; }

.no-bit2 {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  background-color: #097138;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 15px; }

.no-bit3 {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  background-color: #c2185b;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 15px; }

.no-bit4 {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  background-color: #1a237e;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 15px; }

.no-bit5 {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  background-color: #757575;
  border: 1px solid white;
  color: white;
  font-weight: 400;
  border-radius: 15px; }

/*---format------*/
</pre></body></html>