@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

:root {
  --lending-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  box-sizing: border-box;
  background-color: #ffffff !important;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

figure {
  line-height: 1;
}

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

::-moz-selection {
  background-color: #dda887;
  color: #ffffff;
}

::selection {
  background-color: #dda887;
  color: #ffffff;
}

::-webkit-tap-highlight-color {
  background-color: transparent;
}

.l-container {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    width: 82.6086956522%;
    max-width: 550px;
  }
}

.l-main {
  margin-top: var(--header-height);
}
.l-main.\--top {
  margin-top: 0;
}

.l-header {
  z-index: 50;
  position: relative;
  top: 0;
  width: 100%;
  background-image: url(../images/common/header_bg.svg);
  background-position: left 34%;
  background-size: min(65%, 845px);
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: #003460;
  color: #ffffff;
}
.l-header::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: min(35.4615384615vw, 461px);
  height: min(23.0769230769vw, 300px);
  background-image: url(../images/common/header_img.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: min(3.0769230769vw, 40px);
}
.l-header__logo {
  width: 353px;
}
.l-header__right {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.l-header__text {
  margin-top: 48px;
  margin-right: min(2.4615384615vw, 32px);
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-header__text-br {
  display: none;
}
.l-header__tel {
  margin-top: 22px;
  margin-right: min(3.5384615385vw, 46px);
}
.l-header__tel dt {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-header__tel dd {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  font-size: 1.5rem;
  line-height: 1;
}
.l-header__tel dd::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  background-image: url(../images/common/icon-tel-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-header.\--sticky, .l-header.\--fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: none;
  background-color: #ffffff;
  color: #231815;
}
.l-header.\--sticky::before, .l-header.\--fixed::before {
  display: none;
}
.l-header.\--sticky .l-header__tel dd::before, .l-header.\--fixed .l-header__tel dd::before {
  background-image: url(../images/common/icon-tel-black.svg);
}
.l-header.\--sticky:not(.\--fixed) {
  animation: slideDown 0.3s ease-in-out;
}
.l-header.\--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1300px) {
  .l-header__inner {
    gap: 2em;
  }
  .l-header__text {
    font-size: 1rem;
  }
  .l-header__tel {
    margin-top: 25px;
  }
  .l-header__tel dd {
    font-size: 1.25rem;
    line-height: 1;
  }
  .l-header__tel dd::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 900px) {
  .l-header__text {
    margin-top: 25px;
    font-size: 0.9375rem;
  }
  .l-header__text-br {
    display: block;
  }
  .l-header__tel dd::before {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    background-image: url(../images/common/header_bg-sp.svg);
    background-position: 0% 100%;
    background-size: 75.845410628%;
  }
  .l-header::before {
    z-index: -1;
    width: 60.38647343vw;
    height: 31.4009661836vw;
    background-image: url(../images/common/header_img-sp.svg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-header__inner {
    padding-inline: 3.6144578313dvw;
    padding-block: 3.6144578313dvw;
  }
  .l-header__left {
    display: block;
    width: 70.3614457831dvw;
    max-width: 292px;
  }
  .l-header__right {
    flex: 0 1 auto;
    padding-bottom: 0px;
  }
  .l-header__text {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
}

.l-footer {
  padding-top: min(3.4321372855dvw, 2.75rem);
  padding-right: min(4.9141965679dvw, 3.9375rem);
  padding-bottom: min(2.5741029641dvw, 2.0625rem);
  padding-left: min(5.6942277691dvw, 4.5625rem);
  background-color: #ffffff;
}
.l-footer__info {
  margin-bottom: calc(16px + var(--lending-trim));
}
.l-footer__logo {
  width: 292px;
  margin-bottom: 17px;
}
.l-footer__address {
  margin-bottom: calc(10px + var(--lending-trim));
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.l-footer__contact {
  display: flex;
  align-items: center;
  gap: 14px;
}
.l-footer__contact-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.02em;
}
.l-footer__contact-number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #003460;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.l-footer__contact-number img {
  width: 26px;
  vertical-align: bottom;
}
.l-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}
.l-footer__nav-item {
  color: #231815;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.l-footer__nav-item:not(:last-child) {
  margin-bottom: calc(12px + var(--lending-trim));
}
.l-footer__group {
  text-align: center;
}
.l-footer__group-logo {
  width: 118px;
  margin-bottom: 17px;
}
.l-footer__copy {
  color: #666666;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 7.7108433735dvw;
    padding-bottom: 7.2289156627dvw;
    padding-inline: 7.2289156627dvw;
  }
  .l-footer__info {
    margin-bottom: 0px;
  }
  .l-footer__logo {
    width: 221px;
    margin-bottom: 19px;
  }
  .l-footer__address {
    margin-bottom: calc(3px + var(--lending-trim));
    font-size: 0.8125rem;
  }
  .l-footer__contact-text {
    font-size: 0.6875rem;
  }
  .l-footer__contact-number {
    gap: 6px;
    font-size: 1rem;
  }
  .l-footer__contact-number img {
    width: 20px;
  }
  .l-footer__nav-item {
    font-size: 0.75rem;
  }
  .l-footer__nav-item:not(:last-child) {
    margin-bottom: calc(9px + var(--lending-trim));
  }
  .l-footer__group-logo {
    width: 94px;
    margin-bottom: 13px;
  }
  .l-footer__copy {
    font-size: 0.625rem;
  }
}

button.l-hamburger {
  position: relative;
  width: 40px;
  height: 42px;
  margin-top: 25px;
  border: none !important;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}
button.l-hamburger:hover {
  border: none !important;
}
button.l-hamburger::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 42px;
  background-image: url(../images/common/ham_icon-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 767px) {
  button.l-hamburger {
    width: 6.7469879518dvw;
    height: 6.9879518072dvw;
    margin-top: 0;
  }
  button.l-hamburger::after {
    width: 6.7469879518dvw;
    height: 6.9879518072dvw;
  }
}

.l-header.\--sticky .l-hamburger::after,
.l-header.\--fixed .l-hamburger::after {
  background-image: url(../images/common/ham_icon-black.svg);
}

.l-drawerNav-wrapper {
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0%;
  max-width: 230px;
  height: -moz-max-content;
  height: max-content;
  height: 100dvh;
  overflow: hidden;
  transform: translateX(100%);
  background-color: #ffffff;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.l-drawerNav-wrapper.is-active {
  right: 0;
  overflow-y: scroll;
  transform: translateX(0);
}
.l-drawerNav-wrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 16px;
  padding-inline: 22px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.l-drawerNav-wrapper__bottom {
  padding-right: 17px;
  padding-left: 19px;
  padding-block: 23px;
  font-weight: 500;
}
.l-drawerNav-wrapper__note {
  margin-bottom: 17px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
.l-drawerNav-wrapper__logo-wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 13px;
  gap: 12px;
}
.l-drawerNav-wrapper__logo {
  width: 128px;
}
.l-drawerNav-wrapper__group {
  width: 43px;
}
.l-drawerNav-wrapper__address {
  margin-bottom: calc(10px + var(--lending-trim));
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.l-drawerNav-wrapper__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #003460;
  font-weight: 800;
  font-size: 1.125rem;
  white-space: nowrap;
}

.l-drawerNav__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0 !important;
  list-style-type: none !important;
}
.l-drawerNav__item > a, .l-drawerNav__subitem > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.l-drawerNav__item > a {
  padding-left: 19px;
  color: #ffffff;
}
.l-drawerNav__item.\--blue {
  background-color: #2a4b78;
}
.l-drawerNav__item.\--green {
  background-color: #8b9983;
}
.l-drawerNav__item.\--pink {
  background-color: #b88394;
}
.l-drawerNav__item.\--blue-light {
  background-color: #909db1;
}
.l-drawerNav__subitem > a {
  padding-left: calc(19px + 1em);
  color: #231815;
}
.l-drawerNav__subitem > a::before {
  margin-right: 0.5em;
  content: "▷";
  font-size: 0.6em;
}
.l-drawerNav__sublist {
  padding-left: 0 !important;
  font-size: 1.8rem;
  list-style-type: none !important;
}
.l-drawerNav__sublist.\--blue {
  background-color: #909db1;
}
.l-drawerNav__sublist.\--green {
  background-color: #b3b7a8;
}
.l-drawerNav__sublist.\--pink {
  background-color: #d1aeb8;
}

.l-drawerBackground {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.l-drawerBackground.is-active {
  width: 100%;
}

.c-pagination {
  width: 100%;
}
.c-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.125rem;
  font-weight: 700;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
}
.c-pagination .page-numbers.current {
  background-color: #ffffff;
  color: #7e8ea3;
}

.c-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6%;
  column-gap: 6%;
  row-gap: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-news {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 42px;
  }
}

.c-news__date {
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
}
.c-news__title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.9523809524;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__content {
  margin-bottom: calc(28px + var(--lending-trim));
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
  line-height: 1.8947368421;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__img {
  max-width: 81%;
}

body {
  color: #231815;
  font-weight: 400;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.204, 16px);
  line-height: 2.2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-feature-settings: "halt";
  letter-spacing: 0.04em;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.editor-post-title {
  font-weight: 600;
  font-size: 2.3rem;
}

.wp-block-list-item > * {
  display: inline-block;
}

ul.wp-block-list {
  list-style: none;
}
ul.wp-block-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
}
ul.wp-block-list > li::before {
  flex-shrink: 0;
  transform: translateY(0.5em);
  content: "●";
  color: var(--bullet-color);
  font-size: 0.66em;
}

ol.wp-block-list {
  list-style: auto;
}
ol.wp-block-list > li {
  margin-right: 0.5em;
}

:is(ul, ol).is-style-center-triangle,
:is(ul, ol).is-style-left-triangle,
:is(ul, ol).is-style-sublist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.06em;
}
:is(ul, ol).is-style-center-triangle > li::before,
:is(ul, ol).is-style-left-triangle > li::before,
:is(ul, ol).is-style-sublist > li::before {
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(-5%);
  font-size: 0.6em;
  vertical-align: middle;
}

:is(figure, img, picture).is-style-rounded-image {
  aspect-ratio: 460/320;
  max-width: 500px;
  margin-top: 30px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 30px;
}
:is(figure, img, picture).is-style-rounded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

:is(h2, h3, h4).is-style-number-indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-sp-column {
    display: flex;
    flex-direction: column;
  }
  .wp-block-group.is-style-sp-column > * {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-sp-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-group.is-style-sp-column-reverse > * {
    flex-basis: auto;
  }
}

.wp-block-group.has-link:hover {
  opacity: 0.7;
}

.editor-styles-wrapper [data-type*=lazyblock] {
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 1px violet;
}

.c-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  -moz-column-gap: min(3vw, 30px) !important;
  column-gap: min(3vw, 30px) !important;
  row-gap: min(5vw, 50px) !important;
}
@media only screen and (max-width: 767px) {
  .c-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.c-gallery {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.c-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-gallery__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-inline: 11px;
  padding-block: calc(9px + var(--lending-trim));
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-gallery__text {
    padding-inline: 0.5em;
    font-size: 0.875rem;
  }
}

.c-info-list {
  display: table;
}
.c-info-list dt,
.c-info-list dd {
  display: table-cell;
  padding: 0;
  line-height: 2;
}
.c-info-list dt {
  width: 7.5em;
  padding-right: 1em;
  font-weight: 400;
}
.c-info-list dd > p {
  margin-bottom: 5px !important;
}

#overview .c-info-list dt,
#overview .c-info-list .colored {
  color: #2a4b78;
}

#access .c-info-list dt,
#access .c-info-list .colored {
  color: #7d8c75;
}

.c-work-calendar {
  border: solid 1px #2a4b78;
  border-collapse: collapse;
}
.c-work-calendar th,
.c-work-calendar td {
  border: solid 1px #2a4b78;
  line-height: 1;
  vertical-align: middle;
}
.c-work-calendar th:first-child,
.c-work-calendar td:first-child {
  background-color: #7e8ea3;
}
.c-work-calendar thead th {
  padding-block: 9.6px;
  color: #2a4b78;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}
.c-work-calendar tbody th {
  padding-inline: 13px;
  padding-block: 9px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-work-calendar tbody td {
  width: 2.3125rem;
  color: #7e8ea3;
  font-size: 1.8125rem;
  text-align: center;
}
.c-work-calendar tr[data-selected-days*=mon-c] th:nth-child(2),
.c-work-calendar tr[data-selected-days*=tue-c] th:nth-child(3),
.c-work-calendar tr[data-selected-days*=wed-c] th:nth-child(4),
.c-work-calendar tr[data-selected-days*=thu-c] th:nth-child(5),
.c-work-calendar tr[data-selected-days*=fri-c] th:nth-child(6),
.c-work-calendar tr[data-selected-days*=sat-c] th:nth-child(7),
.c-work-calendar tr[data-selected-days*=sun-c] th:nth-child(8),
.c-work-calendar tr[data-selected-days*=mon-c] td:nth-child(2),
.c-work-calendar tr[data-selected-days*=tue-c] td:nth-child(3),
.c-work-calendar tr[data-selected-days*=wed-c] td:nth-child(4),
.c-work-calendar tr[data-selected-days*=thu-c] td:nth-child(5),
.c-work-calendar tr[data-selected-days*=fri-c] td:nth-child(6),
.c-work-calendar tr[data-selected-days*=sat-c] td:nth-child(7),
.c-work-calendar tr[data-selected-days*=sun-c] td:nth-child(8) {
  background-color: #CCCCCC;
}
@media only screen and (max-width: 767px) {
  .c-work-calendar {
    width: 100%;
    max-width: 441px;
  }
  .c-work-calendar thead th {
    padding-block: min(1.690821256vw, 0.4375rem);
    font-size: min(3.3816425121vw, 0.875rem);
  }
  .c-work-calendar tbody th {
    padding-inline: min(1.690821256vw, 0.4375rem);
    padding-block: min(1.9323671498vw, 0.5rem);
    font-size: min(3.6231884058vw, 0.9375rem);
  }
  .c-work-calendar tbody td {
    width: min(7.0048309179vw, 1.8125rem);
    font-size: min(5.5555555556vw, 1.4375rem);
  }
}

.c-map {
  max-width: 100%;
  height: auto;
}

.c-button {
  display: inline-block;
  min-width: 294px;
  padding: 0.5em 1em 0.5em 0.5em;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-button:hover {
  border-color: #7e8ea3;
  background-color: #2a4b78;
}
.c-button::before {
  margin-right: 0.1em;
  content: ">";
}
@media only screen and (max-width: 1300px) {
  .c-button {
    min-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 202px;
  }
}

.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  font-size: clamp(1.25rem, 0.8695rem + 1.4706vw, 20rem);
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.c-section-title svg {
  width: 1.7em;
}

.c-page-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
}
.c-page-header__title {
  position: relative;
  min-width: 383px;
  padding-inline: 0.5em;
  padding-block: 33px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.c-page-header__title-text {
  z-index: 1;
  position: relative;
}
.c-page-header__title::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  content: "";
  mix-blend-mode: multiply;
}
.c-page-header::before, .c-page-header::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-page-header::before {
  top: 0;
  right: 0;
  background-position: top right;
}
.c-page-header::after {
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
.c-page-header.\--about {
  background-image: url(../images/about/about_fv.jpg);
}
.c-page-header.\--about::before {
  width: min(26.2090483619dvw, 21rem);
  height: min(10.2184087363dvw, 8.1875rem);
  background-image: url(../images/about/about-mv-pattern1.png);
}
.c-page-header.\--about::after {
  width: min(24.6489859594dvw, 19.75rem);
  height: min(14.1185647426dvw, 11.3125rem);
  background-image: url(../images/about/about-mv-pattern2.png);
}
.c-page-header.\--information {
  background-image: url(../images/information/information_fv.jpg);
}
.c-page-header.\--information::before {
  width: min(38.0655226209dvw, 30.5rem);
  height: min(11.0764430577dvw, 8.875rem);
  background-image: url(../images/information/information-mv-pattern1.png);
}
.c-page-header.\--information::after {
  width: min(33.0733229329dvw, 26.5rem);
  height: min(13.2605304212dvw, 10.625rem);
  background-image: url(../images/information/information-mv-pattern2.png);
}
.c-page-header.\--news {
  background-image: url(../images/news/news_fv.jpg);
}
.c-page-header.\--news::before {
  width: min(45.631825273dvw, 36.5625rem);
  height: min(12.0904836193dvw, 9.6875rem);
  background-image: url(../images/news/news-mv-pattern1.png);
}
.c-page-header.\--news::after {
  width: min(44.0717628705dvw, 35.3125rem);
  height: min(15.6786271451dvw, 12.5625rem);
  background-image: url(../images/news/news-mv-pattern2.png);
}
@media only screen and (max-width: 767px) {
  .c-page-header {
    aspect-ratio: 414/220;
    height: auto;
  }
  .c-page-header__title {
    min-width: 183px;
    padding-block: 14px;
    font-size: 1.125rem;
  }
  .c-page-header.\--about {
    background-image: url(../images/about/about_fv-sp.jpg);
  }
  .c-page-header.\--about::before {
    width: 21.4457831325dvw;
    height: 8.9156626506dvw;
  }
  .c-page-header.\--about::after {
    width: 23.1325301205dvw;
    height: 12.0481927711dvw;
  }
  .c-page-header.\--information {
    background-image: url(../images/information/information_fv-sp.jpg);
  }
  .c-page-header.\--information::before {
    width: 35.6626506024dvw;
    height: 9.6385542169dvw;
  }
  .c-page-header.\--information::after {
    width: 33.0120481928dvw;
    height: 12.7710843373dvw;
  }
  .c-page-header.\--news {
    background-image: url(../images/news/news_fv-sp.jpg);
  }
  .c-page-header.\--news::before {
    width: 37.1084337349dvw;
    height: 8.9156626506dvw;
  }
  .c-page-header.\--news::after {
    width: 40.9638554217dvw;
    height: 13.2530120482dvw;
  }
}

.c-divider {
  position: relative;
}
.c-divider > *:not(:is(::before, ::after)) {
  z-index: 1;
  position: relative;
}
.c-divider::before, .c-divider::after {
  display: inline-block;
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-divider::before {
  top: 0;
  background-position: top;
}
.c-divider::after {
  bottom: 0;
  background-position: bottom;
}
.c-divider.\--down-pattern1-blue::before {
  background-image: url(../images/divider/down-pattern1-blue.png);
}
.c-divider.\--down-pattern1-navy::before {
  background-image: url(../images/divider/down-pattern1-navy.png);
}
.c-divider.\--down-pattern2-darkgreen::before {
  background-image: url(../images/divider/down-pattern2-darkgreen.png);
}
.c-divider.\--down-pattern2-green::before {
  background-image: url(../images/divider/down-pattern2-green.png);
}
.c-divider.\--down-pattern2-lightgreen::before {
  background-image: url(../images/divider/down-pattern2-lightgreen.png);
}
.c-divider.\--down-pattern2-yellow::before {
  background-image: url(../images/divider/down-pattern2-yellow.png);
}
.c-divider.\--down-pattern3-darkpink::before {
  background-image: url(../images/divider/down-pattern3-darkpink.png);
}
.c-divider.\--down-pattern3-lightpink::before {
  background-image: url(../images/divider/down-pattern3-lightpink.png);
}
.c-divider.\--down-pattern3-orange::before {
  background-image: url(../images/divider/down-pattern3-orange.png);
}
.c-divider.\--down-pattern3-pink::before {
  background-image: url(../images/divider/down-pattern3-pink.png);
}
.c-divider.\--up-pattern1-blue::after {
  background-image: url(../images/divider/up-pattern1-blue.png);
}
.c-divider.\--up-pattern1-gray::after {
  background-image: url(../images/divider/up-pattern1-gray.png);
}
.c-divider.\--up-pattern1-navy::after {
  background-image: url(../images/divider/up-pattern1-navy.png);
}
.c-divider.\--up-pattern2-darkgreen::after {
  background-image: url(../images/divider/up-pattern2-darkgreen.png);
}
.c-divider.\--up-pattern2-gray::after {
  background-image: url(../images/divider/up-pattern2-gray.png);
}
.c-divider.\--up-pattern2-yellow::after {
  background-image: url(../images/divider/up-pattern2-yellow.png);
}
.c-divider.\--up-pattern3-darkpink::after {
  background-image: url(../images/divider/up-pattern3-darkpink.png);
}
.c-divider.\--up-pattern3-gray::after {
  background-image: url(../images/divider/up-pattern3-gray.png);
}
.c-divider.\--up-pattern3-orange::after {
  background-image: url(../images/divider/up-pattern3-orange.png);
}
.c-divider[class*="--down-pattern1"] {
  padding-top: 13.8360175695vw;
}
.c-divider[class*="--up-pattern1"] {
  padding-bottom: 13.2503660322vw;
}
.c-divider[class*="--down-pattern2"] {
  padding-top: 12.298682284vw;
}
.c-divider[class*="--up-pattern2"] {
  padding-bottom: 6.588579795vw;
}
.c-divider[class*="--down-pattern3"] {
  padding-top: 12.5183016105vw;
}
.c-divider[class*="--up-pattern3"] {
  padding-bottom: 7.1742313324vw;
}
@media only screen and (max-width: 767px) {
  .c-divider.\--down-pattern1-blue::before {
    background-image: url(../images/divider/down-pattern1-blue-sp.png);
  }
  .c-divider.\--down-pattern1-navy::before {
    background-image: url(../images/divider/down-pattern1-navy-sp.png);
  }
  .c-divider.\--down-pattern2-darkgreen::before {
    background-image: url(../images/divider/down-pattern2-darkgreen-sp.png);
  }
  .c-divider.\--down-pattern2-green::before {
    background-image: url(../images/divider/down-pattern2-green-sp.png);
  }
  .c-divider.\--down-pattern2-ligtgreen::before {
    background-image: url(../images/divider/down-pattern2-ligtgreen-sp.png);
  }
  .c-divider.\--down-pattern2-yellow::before {
    background-image: url(../images/divider/down-pattern2-yellow-sp.png);
  }
  .c-divider.\--down-pattern3-darkpink::before {
    background-image: url(../images/divider/down-pattern3-darkpink-sp.png);
  }
  .c-divider.\--down-pattern3-lightpink::before {
    background-image: url(../images/divider/down-pattern3-lightpink-sp.png);
  }
  .c-divider.\--down-pattern3-orange::before {
    background-image: url(../images/divider/down-pattern3-orange-sp.png);
  }
  .c-divider.\--down-pattern3-pink::before {
    background-image: url(../images/divider/down-pattern3-pink-sp.png);
  }
  .c-divider.\--up-pattern1-blue::after {
    background-image: url(../images/divider/up-pattern1-blue-sp.png);
  }
  .c-divider.\--up-pattern1-gray::after {
    background-image: url(../images/divider/up-pattern1-gray-sp.png);
  }
  .c-divider.\--up-pattern1-navy::after {
    background-image: url(../images/divider/up-pattern1-navy-sp.png);
  }
  .c-divider.\--up-pattern2-darkgreen::after {
    background-image: url(../images/divider/up-pattern2-darkgreen-sp.png);
  }
  .c-divider.\--up-pattern2-gray::after {
    background-image: url(../images/divider/up-pattern2-gray-sp.png);
  }
  .c-divider.\--up-pattern2-yellow::after {
    background-image: url(../images/divider/up-pattern2-yellow-sp.png);
  }
  .c-divider.\--up-pattern3-darkpink::after {
    background-image: url(../images/divider/up-pattern3-darkpink-sp.png);
  }
  .c-divider.\--up-pattern3-gray::after {
    background-image: url(../images/divider/up-pattern3-gray-sp.png);
  }
  .c-divider.\--up-pattern3-orange::after {
    background-image: url(../images/divider/up-pattern3-orange-sp.png);
  }
  .c-divider[class*="--down-pattern1"] {
    padding-top: 19.3236714976vw;
  }
  .c-divider[class*="--up-pattern1"] {
    padding-bottom: 16.9082125604vw;
  }
  .c-divider[class*="--down-pattern2"] {
    padding-top: 15.2173913043vw;
  }
  .c-divider[class*="--up-pattern2"] {
    padding-bottom: 9.1787439614vw;
  }
  .c-divider[class*="--down-pattern3"] {
    padding-top: 15.7004830918vw;
  }
  .c-divider[class*="--up-pattern3"] {
    padding-bottom: 10.38647343vw;
  }
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-narrow {
  letter-spacing: -0.03em;
}

.u-align-center {
  text-align: center;
}

@media screen and (max-width: 781px) {
  .u-fitcontent {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 3em;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-shrink-0 {
  flex-shrink: 0;
}/*# sourceMappingURL=main.css.map */
