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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  overflow-y: scroll;
  scroll-padding-top: 80px;
}
@media (max-width: 768.98px) {
  html {
    scroll-padding-top: calc(64 / 430 * 100vw);
  }
}

body {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  color: #262626;
}

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

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}

a,
button {
  text-decoration: none;
  color: #262626;
  transition: all 0.3s ease;
}
a::before, a::after,
button::before,
button::after {
  transition: all 0.3s ease;
}
a:hover,
button:hover {
  color: #266cba;
  text-decoration: none;
}

button {
  transition: all 0.3s ease;
}
button::before, button::after {
  transition: all 0.3s ease;
}

@media (max-width: 768.98px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1400.98px) {
  .maxxxl {
    display: none;
  }
}

@media (max-width: 1200.98px) {
  .maxxl {
    display: none;
  }
}

@media (max-width: 992.98px) {
  .maxlg {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .maxmd {
    display: none;
  }
}

@media (max-width: 576.98px) {
  .maxsm {
    display: none;
  }
}

@media (min-width: 1401px) {
  .minxxl {
    display: none;
  }
}

@media (min-width: 1201px) {
  .minxl {
    display: none;
  }
}

@media (min-width: 993px) {
  .minlg {
    display: none;
  }
}

@media (min-width: 769px) {
  .minmd {
    display: none;
  }
}

@media (min-width: 577px) {
  .minsm {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-weight: normal;
}

*:focus {
  outline: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media (min-width: 769px) {
  body {
    padding-top: calc(63 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body {
    padding-top: calc(52 / 430 * 100vw);
  }
}

.d-none {
  display: none !important;
}

.roboto, body#event-single .event-head-date, body#event-archive .event-item-date, body#consultation .flow-item-head-num, body#frontpage .event-item-date, body .contact-tel-num, .footer-copyrights, body .head-ttl-en {
  font-family: "Roboto", sans-serif;
}

.zen-old-mincho, body#consultation .last-ttl, body#frontpage .kv-copy, body#frontpage .kv-ttl span, body#frontpage .company-copy span, .footer .fnav-list-link, .gnav-list-link, body .head-content-copy {
  font-family: "Zen Old Mincho", serif;
}

.container {
  width: calc(1200 / 1440 * 100vw);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .container {
    width: 100%;
  }
}
.container.row {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(16 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(32 / 1440 * 100vw);
  border: 1px solid #266cba;
  background-color: #fff;
  color: #266cba;
  text-align: center;
  font-weight: 500;
  font-size: calc(18 / 1440 * 100vw);
  line-height: 1;
  letter-spacing: 0.04em;
  width: fit-content;
  position: relative;
}
@media (max-width: 768.98px) {
  .btn {
    padding: calc(16 / 430 * 100vw) calc(40 / 430 * 100vw) calc(16 / 430 * 100vw) calc(32 / 430 * 100vw);
    font-size: calc(18 / 430 * 100vw);
    min-width: calc(286 / 430 * 100vw);
  }
}
.btn::before, .btn::after {
  content: "";
  display: block;
  height: calc(12 / 1440 * 100vw);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(41 / 1440 * 100vw) calc(12 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .btn::before, .btn::after {
    height: calc(12 / 430 * 100vw);
    background-size: calc(41 / 430 * 100vw) calc(12 / 430 * 100vw);
  }
}
.btn::before {
  z-index: 2;
  width: calc(24 / 1440 * 100vw);
  right: calc(-1 / 1440 * 100vw);
  opacity: 0;
  background-image: url(../img/common/arw_w.svg);
}
@media (max-width: 768.98px) {
  .btn::before {
    width: calc(24 / 430 * 100vw);
    right: calc(-1 / 430 * 100vw);
  }
}
.btn::after {
  z-index: 1;
  width: calc(41 / 1440 * 100vw);
  right: calc(-18 / 1440 * 100vw);
  background-image: url(../img/common/arw_b.svg);
}
@media (max-width: 768.98px) {
  .btn::after {
    width: calc(41 / 430 * 100vw);
    right: calc(-18 / 430 * 100vw);
  }
}
.btn div {
  position: relative;
  z-index: 3;
}
.btn:hover {
  background-color: #266cba;
  color: #fff;
}
.btn:hover::before {
  opacity: 1;
}
.btn.fill {
  background-color: #266cba;
  color: #fff;
}
.btn.fill::before {
  background-image: url(../img/common/arw_b.svg);
}
.btn.fill::after {
  background-image: url(../img/common/arw_w.svg);
}
.btn.fill:hover {
  color: #266cba;
  background-color: #fff;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
  transition: all 1s ease;
}
#load.is-active {
  opacity: 0;
  visibility: hidden;
}
#load::before, #load::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  background-color: #266cba;
  border-radius: 100vmax;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@media (max-width: 768.98px) {
  #load::before, #load::after {
    width: calc(32 / 430 * 100vw);
    height: calc(32 / 430 * 100vw);
  }
}
#load::before {
  animation-name: loading1;
}
#load::after {
  animation-name: loading2;
}

.reservation {
  position: fixed;
  z-index: 2;
  display: flex;
  transition: right 0.5s ease, bottom 0.5s ease;
}
@media (min-width: 769px) {
  .reservation {
    right: calc(-78 / 1440 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    gap: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  .reservation {
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    bottom: calc(-100 / 430 * 100vw);
    box-shadow: 0 calc(-4 / 430 * 100vw) calc(8 / 430 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) {
  .reservation.is-active {
    right: 0;
  }
}
@media (max-width: 768.98px) {
  .reservation.is-active {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .reservation .res-ttl {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .reservation .res-ttl {
    width: 100%;
    background-color: #4d4d4d;
    color: #fff;
    font-size: calc(15 / 430 * 100vw);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: calc(8 / 430 * 100vw);
    padding-bottom: calc(9 / 430 * 100vw);
  }
}
.reservation .res-link {
  display: block;
}
@media (min-width: 769px) {
  .reservation .res-link {
    width: calc(68 / 1440 * 100vw);
    box-shadow: calc(-2 / 1440 * 100vw) 0 calc(10 / 1440 * 100vw) 0 rgba(94, 91, 140, 0.34);
  }
}
@media (max-width: 768.98px) {
  .reservation .res-link {
    width: 50%;
    height: calc(53 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  .reservation .res-link:hover {
    opacity: 0.75;
  }
}

@media (min-width: 769px) {
  .bnr-line {
    position: fixed;
    right: calc(-240 / 1440 * 100vw);
    bottom: calc(20 / 1440 * 100vw);
    z-index: 2;
    width: calc(200 / 1440 * 100vw);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768.98px) {
  .bnr-line {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .bnr-line.is-active {
    right: calc(20 / 1440 * 100vw);
    opacity: 1;
    visibility: visible;
  }
}
.bnr-line-close {
  width: calc(29 / 1440 * 100vw);
  height: calc(29 / 1440 * 100vw);
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: calc(-14.5 / 1440 * 100vw);
  left: calc(-14.5 / 1440 * 100vw);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  .bnr-line-close {
    display: none;
  }
}
.bnr-line-close::before {
  content: "×";
  display: block;
  font-size: calc(23 / 1440 * 100vw);
  line-height: 1;
}
.bnr-line-img {
  display: block;
}
@media (min-width: 769px) {
  .bnr-line-img {
    box-shadow: calc(-2 / 1440 * 100vw) 0 calc(10 / 1440 * 100vw) 0 rgba(94, 91, 140, 0.34);
  }
}

main#main {
  position: relative;
  z-index: 1;
}

body .head {
  position: relative;
  overflow: hidden;
}
body .head-bg {
  z-index: 1;
}
@media (min-width: 769px) {
  body .head-bg {
    position: fixed;
    top: calc(103 / 1440 * 100vw);
    width: calc(1000 / 1440 * 100vw);
    height: calc(688 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body .head-bg {
    position: absolute;
    top: calc(280 / 430 * 100vw);
    width: calc(430 / 430 * 100vw);
    height: calc(509 / 430 * 100vw);
  }
}
body .head-bg.absolute {
  position: absolute;
}
body .head-bg picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .head-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
}
@media (max-width: 768.98px) {
  body .head-img {
    position: relative;
  }
}
body .head-img-inner {
  width: calc(760 / 1440 * 100vw);
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body .head-img-inner {
    width: calc(430 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body .head-breadcrumb {
    display: none;
  }
}
body .head-breadcrumb {
  width: calc(1200 / 1440 * 100vw);
  margin-left: calc(120 / 1440 * 100vw);
  display: flex;
  justify-content: flex-end;
  gap: calc(8 / 1440 * 100vw);
  padding: calc(6.25 / 1440 * 100vw) 0;
}
body .head-breadcrumb-item:not(:last-child) {
  padding-right: calc(13 / 1440 * 100vw);
  position: relative;
}
body .head-breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(4 / 1440 * 100vw);
  right: 0;
  width: calc(5 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  background-size: cover;
  background-image: url(../img/common/angle_right.svg);
}
body .head-breadcrumb-link {
  display: block;
  font-size: calc(13 / 1440 * 100vw);
  font-weight: 500;
}
body .head-breadcrumb a {
  color: #747474;
  text-decoration: underline;
}
body .head-breadcrumb a:hover {
  color: #000000;
  text-decoration: none;
}
body .head-ttl {
  position: relative;
  z-index: 3;
  padding-top: calc(154 / 1440 * 100vw);
  padding-left: calc(120 / 1440 * 100vw);
  margin-bottom: calc(188 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .head-ttl {
    padding-top: calc(40 / 430 * 100vw);
    padding-left: calc(0 / 430 * 100vw);
    margin-bottom: calc(0 / 430 * 100vw);
    text-align: center;
  }
}
body .head-ttl-ja {
  display: block;
  font-size: calc(36 / 1440 * 100vw);
  line-height: 1;
  font-weight: bold;
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .head-ttl-ja {
    font-size: calc(30 / 430 * 100vw);
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: calc(12 / 430 * 100vw);
  }
}
body .head-ttl-en {
  display: block;
  font-size: calc(24 / 1440 * 100vw);
  line-height: 1;
  color: #828f8f;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  body .head-ttl-en {
    font-size: calc(20 / 430 * 100vw);
    text-align: center;
  }
}
body .head-content {
  position: relative;
  z-index: 3;
  margin-left: calc(120 / 1440 * 100vw);
  width: calc(1200 / 1440 * 100vw);
  display: flex;
  padding-top: calc(60 / 1440 * 100vw);
  padding-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .head-content {
    margin-left: calc(0 / 430 * 100vw);
    width: calc(430 / 430 * 100vw);
    flex-direction: column;
    gap: calc(34 / 430 * 100vw);
    padding-top: calc(29 / 430 * 100vw);
    padding-bottom: calc(40 / 430 * 100vw);
  }
}
body .head-content-copy {
  width: calc(484 / 1440 * 100vw);
  font-size: calc(32 / 1440 * 100vw);
  line-height: 1.5625;
  font-weight: 600;
}
@media (max-width: 768.98px) {
  body .head-content-copy {
    width: calc(430 / 430 * 100vw);
    font-size: calc(30 / 430 * 100vw);
    line-height: 1.3333;
    text-align: center;
  }
}
body .head-content-txt {
  width: calc(100% - 484 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .head-content-txt {
    width: calc(430 / 430 * 100vw);
    text-align: center;
    gap: calc(20 / 430 * 100vw);
  }
}
body .head-content-txt p {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768.98px) {
  body .head-content-txt p {
    font-size: calc(17 / 430 * 100vw);
    line-height: 1.94118;
  }
}

@keyframes loading1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading2 {
  0% {
    scale: 100%;
    opacity: 1;
  }
  100% {
    scale: 200%;
    opacity: 0;
  }
}
@keyframes frontpageCompanySlider {
  0% {
    top: 0;
  }
  100% {
    top: calc(-1320 / 1440 * 100vw);
  }
}
@keyframes frontpageCompanySliderSp {
  0% {
    left: 0;
  }
  100% {
    left: calc(-960 / 430 * 100vw);
  }
}
@keyframes aboutReasonSliderPc {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: calc(-2880 / 1440 * 100vw);
  }
}
@keyframes aboutReasonSliderSp {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: calc(-944 / 430 * 100vw);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  height: calc(63 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .header {
    height: calc(52 / 430 * 100vw);
  }
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .header-inner {
    width: calc(1200 / 1440 * 100vw);
    margin-left: calc(120 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  .header-inner {
    width: 100%;
    padding-left: calc(20 / 430 * 100vw);
  }
}
.header-brand {
  position: relative;
  z-index: 2;
}
.header-brand-link {
  display: block;
  height: fit-content;
}
.header-brand-copy {
  display: block;
  font-size: calc(13 / 1440 * 100vw);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 768.98px) {
  .header-brand-copy {
    font-size: calc(11 / 430 * 100vw);
  }
}
.header-brand-logo {
  display: block;
  font-size: calc(30 / 1440 * 100vw);
  line-height: 1;
  color: #266cba;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .header-brand-logo {
    font-size: calc(22 / 430 * 100vw);
  }
}
.header-brand:hover {
  opacity: 0.5;
}
@media (max-width: 768.98px) {
  .header.is-active .header-brand-copy {
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .header.is-active .header-brand-logo {
    color: #fff;
  }
}

@media (min-width: 769px) {
  body.admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 768.98px) {
  body.admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 768.98px) {
  body.admin-bar .gnav {
    top: 46px;
  }
}
@media (max-width: 768.98px) {
  body.admin-bar .gnav.is-active {
    height: calc(100vh - 46px);
  }
}
body.admin-bar #wpadminbar {
  position: fixed !important;
}

.gnav {
  margin-left: auto;
}
@media (max-width: 768.98px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media (max-width: 768.98px) {
  .gnav.is-active {
    height: 100vh;
  }
}
@media (max-width: 768.98px) {
  .gnav-inner {
    padding-top: calc(104 / 430 * 100vw);
    background-color: #4d4d4d;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .gnav-list {
    display: flex;
    height: calc(63 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  .gnav-list {
    padding: 0 calc(20 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  .gnav-list-item {
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .gnav-list-item {
    border-top: 1px solid #606060;
  }
}
@media (max-width: 768.98px) {
  .gnav-list-item:last-child {
    border-bottom: 1px solid #606060;
  }
}
@media (min-width: 769px) {
  .gnav-list-link {
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: calc(16 / 1440 * 100vw);
    font-weight: 600;
  }
}
@media (max-width: 768.98px) {
  .gnav-list-link {
    display: block;
    font-size: calc(20 / 430 * 100vw);
    color: #fff;
    width: 100%;
    padding: calc(20 / 430 * 100vw) 0 calc(19 / 430 * 100vw);
    font-weight: 700;
  }
}
.gnav-list-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: calc(4 / 1440 * 100vw);
  background-color: #266cba;
}
@media (max-width: 768.98px) {
  .gnav-list-link::after {
    display: none;
  }
}
.gnav-list-link:hover::after {
  width: 100%;
  left: 0%;
}
.gnav-contact {
  margin-top: calc(30 / 430 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 / 430 * 100vw);
}
@media (min-width: 769px) {
  .gnav-contact {
    display: none;
  }
}
.gnav-contact-ttl {
  font-size: calc(20 / 430 * 100vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
.gnav-contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(334 / 430 * 100vw);
  height: calc(68 / 430 * 100vw);
  background-color: #266cba;
  color: #fff;
  font-size: calc(18 / 430 * 100vw);
  font-weight: 500;
  position: relative;
}
.gnav-contact-link::before {
  content: "";
  display: block;
  height: calc(28 / 430 * 100vw);
  aspect-ratio: 40/38;
  background-size: cover;
  background-image: url(../img/common/home.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(14 / 430 * 100vw);
}
.gnav-contact-link.reform {
  padding-left: calc(27 / 430 * 100vw);
  background-color: #1f8aff;
}
.gnav-contact-link.reform::before {
  background-image: url(../img/common/reform.svg);
}

#hamburger {
  margin-left: auto;
  background-color: #ebf4fd;
  width: calc(52 / 430 * 100vw);
  height: calc(52 / 430 * 100vw);
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  width: calc(32 / 430 * 100vw);
  height: calc(3 / 430 * 100vw);
  border-radius: 100vmax;
  background-color: #266cba;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
}
#hamburger span:nth-child(1) {
  bottom: calc(24 / 430 * 100vw);
}
#hamburger span:nth-child(3) {
  top: calc(24 / 430 * 100vw);
}
#hamburger.is-active span:nth-child(1) {
  bottom: 0;
  rotate: 45deg;
}
#hamburger.is-active span:nth-child(2) {
  width: 0;
}
#hamburger.is-active span:nth-child(3) {
  top: 0;
  rotate: -45deg;
}

body .access {
  display: flex;
}
@media (max-width: 768.98px) {
  body .access {
    flex-direction: column-reverse;
    padding-bottom: calc(40 / 430 * 100vw);
  }
}
body .access-map {
  width: 50%;
}
@media (max-width: 768.98px) {
  body .access-map {
    width: 100%;
    height: calc(396 / 430 * 100vw);
  }
}
body .access-map iframe {
  width: 100%;
  height: 100%;
}
body .access-doc {
  padding: calc(60 / 1440 * 100vw) calc(110 / 1440 * 100vw) calc(150 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  width: 50%;
}
@media (max-width: 768.98px) {
  body .access-doc {
    border-top: 1px solid #d9d9d9;
    padding: calc(40 / 430 * 100vw) calc(20 / 430 * 100vw);
    width: 100%;
  }
}
body .access-doc-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: 500;
  color: #266cba;
  line-height: 1;
  margin-bottom: calc(40 / 1440 * 100vw);
  font-weight: 700;
}
@media (max-width: 768.98px) {
  body .access-doc-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
    text-align: center;
  }
}
body .access-doc-list-item {
  display: flex;
  padding: calc(12 / 1440 * 100vw) 0;
  font-size: calc(16 / 1440 * 100vw);
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768.98px) {
  body .access-doc-list-item {
    padding: calc(12 / 430 * 100vw) 0;
    font-size: calc(14 / 430 * 100vw);
  }
}
body .access-doc-list-item-label {
  width: calc(154 / 1440 * 100vw);
  color: #266cba;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body .access-doc-list-item-label {
    width: calc(138 / 430 * 100vw);
  }
}
body .access-doc-list-item-value {
  width: calc(100% - 154 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .access-doc-list-item-value {
    width: calc(100% - 138 / 430 * 100vw);
  }
}
body .access-doc-btn {
  display: block;
  font-size: calc(16 / 1440 * 100vw);
  text-decoration: underline;
  font-weight: 500;
  color: #266cba;
  width: fit-content;
  margin-inline: auto;
  margin-top: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .access-doc-btn {
    font-size: calc(16 / 430 * 100vw);
    margin-top: calc(20 / 430 * 100vw);
  }
}
body .bnr {
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(120 / 1440 * 100vw);
  background-color: #e7e7e7;
}
@media (max-width: 768.98px) {
  body .bnr {
    padding-top: calc(40 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body .bnr-link {
  display: block;
  width: calc(820 / 1440 * 100vw);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  body .bnr-link {
    width: calc(390 / 430 * 100vw);
  }
}
body .bnr-link:hover {
  opacity: 0.5;
}
body .contact {
  position: relative;
  background-color: #03356d;
  border-radius: calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw) 0 0;
  margin-top: calc(-80 / 1440 * 100vw);
  overflow: hidden;
  padding-top: calc(60 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact {
    border-radius: calc(30 / 430 * 100vw) calc(30 / 430 * 100vw) 0 0;
    margin-top: calc(-30 / 430 * 100vw);
    padding-top: calc(80 / 430 * 100vw);
    padding-bottom: calc(80 / 430 * 100vw);
  }
}
body .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/footer-bg.avif);
  opacity: 0.4;
}
body .contact-wrap {
  position: relative;
  z-index: 2;
}
body .contact-ttl {
  margin-inline: auto;
  width: calc(349 / 1440 * 100vw);
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-ttl {
    width: calc(222 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
  }
}
body .contact-lead {
  text-align: center;
  font-size: calc(20 / 1440 * 100vw);
  color: #fff;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-lead {
    font-size: calc(17 / 430 * 100vw);
    font-weight: 500;
    line-height: 2;
    margin-bottom: calc(44 / 430 * 100vw);
  }
}
body .contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(120 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-row {
    flex-direction: column;
    gap: calc(40 / 430 * 100vw);
  }
}
body .contact-left {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-left {
    gap: calc(40 / 430 * 100vw);
  }
}
body .contact-btn {
  display: block;
  width: fit-content;
  border: 1px solid #fff;
  background-color: #266cba;
  width: fit-content;
  padding: calc(26 / 1440 * 100vw) calc(68 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(78 / 1440 * 100vw);
  position: relative;
}
@media (max-width: 768.98px) {
  body .contact-btn {
    padding: calc(22 / 430 * 100vw) calc(81 / 430 * 100vw) calc(17 / 430 * 100vw) calc(102 / 430 * 100vw);
  }
}
body .contact-btn::after {
  content: "";
  display: block;
  width: calc(41 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(-20 / 1440 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/arw_w.svg);
}
@media (max-width: 768.98px) {
  body .contact-btn::after {
    width: calc(41 / 430 * 100vw);
    height: calc(12 / 430 * 100vw);
    right: calc(-20 / 430 * 100vw);
  }
}
body .contact-btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: calc(-17 / 1440 * 100vw);
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  border-radius: 100vmax;
  background-color: #fff;
  color: #266cba;
  font-weight: bold;
  font-size: calc(18 / 1440 * 100vw);
  padding: calc(3 / 1440 * 100vw) calc(17 / 1440 * 100vw);
  letter-spacing: -0.1em;
}
@media (max-width: 768.98px) {
  body .contact-btn-copy {
    margin-top: calc(-17 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding: calc(1 / 430 * 100vw) calc(17 / 430 * 100vw) calc(2 / 430 * 100vw);
  }
}
body .contact-btn-copy span {
  font-size: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-btn-copy span {
    font-size: calc(16 / 430 * 100vw);
  }
}
body .contact-btn-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(20 / 1440 * 100vw);
  margin: auto;
  width: calc(40 / 1440 * 100vw);
  height: calc(38 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-btn-icon {
    left: calc(20 / 430 * 100vw);
    width: calc(40 / 430 * 100vw);
    height: calc(38 / 430 * 100vw);
  }
}
body .contact-btn-text {
  font-size: calc(28 / 1440 * 100vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  body .contact-btn-text {
    font-size: calc(24 / 430 * 100vw);
  }
}
body .contact-btn-text span {
  font-size: calc(24 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-btn-text span {
    font-size: calc(20 / 430 * 100vw);
  }
}
body .contact-btn.reform {
  background-color: #1f8aff;
}
body .contact-btn.reform .contact-btn-copy {
  color: #1f8aff;
}
body .contact-btn:hover {
  background-color: transparent;
}
body .contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
body .contact-tel-ttl {
  display: flex;
  align-items: center;
  gap: calc(8 / 1440 * 100vw);
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-tel-ttl {
    gap: calc(8 / 430 * 100vw);
    margin-bottom: calc(15 / 430 * 100vw);
  }
}
body .contact-tel-ttl-icon {
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-tel-ttl-icon {
    width: calc(28 / 430 * 100vw);
    height: calc(28 / 430 * 100vw);
  }
}
body .contact-tel-ttl-text {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body .contact-tel-ttl-text {
    font-size: calc(22 / 430 * 100vw);
  }
}
body .contact-tel-num {
  font-size: calc(50 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body .contact-tel-num {
    font-size: calc(46 / 430 * 100vw);
    margin-bottom: calc(10 / 430 * 100vw);
  }
}
body .contact-tel-num a {
  color: #fff;
}
body .contact-tel-time {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body .contact-tel-time {
    font-size: calc(15 / 430 * 100vw);
  }
}

@media (max-width: 768.98px) {
  .footer .fnav {
    display: none;
  }
}
.footer .fnav {
  background-color: #ebf4fd;
  padding: calc(8 / 1440 * 100vw) 0;
}
.footer .fnav-list {
  display: flex;
  justify-content: center;
  gap: calc(30 / 1440 * 100vw);
}
.footer .fnav-list-link {
  font-size: calc(15 / 1440 * 100vw);
  font-weight: 500;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .footer-container {
    padding-top: calc(20 / 1440 * 100vw);
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .footer-container {
    padding-top: calc(30 / 430 * 100vw);
    flex-direction: column;
    gap: calc(30 / 430 * 100vw);
  }
}
.footer-logo {
  display: block;
}
.footer-logo-list {
  display: flex;
  gap: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .footer-logo-list {
    flex-direction: column;
    padding: 0 calc(20 / 430 * 100vw);
    gap: calc(16 / 430 * 100vw);
  }
}
.footer-logo-item {
  position: relative;
}
@media (min-width: 769px) {
  .footer-logo-item {
    padding-right: calc(24 / 1440 * 100vw);
  }
}
.footer-logo-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: calc(16 / 1440 * 100vw);
  height: calc(16 / 1440 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/exlink.svg);
  background-size: cover;
}
@media (max-width: 768.98px) {
  .footer-logo-item::after {
    width: calc(16 / 430 * 100vw);
    height: calc(16 / 430 * 100vw);
  }
}
.footer-logo.group {
  width: calc(206 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .footer-logo.group {
    width: calc(258 / 430 * 100vw);
  }
}
.footer-logo.refre {
  width: calc(276 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .footer-logo.refre {
    width: calc(345 / 430 * 100vw);
  }
}
.footer-logo.koncon {
  width: calc(205 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  .footer-logo.koncon {
    width: calc(256 / 430 * 100vw);
  }
}
.footer-exlink-list {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
}
@media (min-width: 769px) {
  .footer-exlink-list {
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  .footer-exlink-list {
    gap: calc(16 / 430 * 100vw);
    justify-content: center;
  }
}
.footer-exlink-link {
  display: block;
  font-size: calc(12 / 1440 * 100vw);
  text-decoration: underline;
  color: #266cba;
  width: fit-content;
  gap: calc(5 / 1440 * 100vw);
  display: flex;
  align-items: center;
}
@media (max-width: 768.98px) {
  .footer-exlink-link {
    font-size: calc(11 / 430 * 100vw);
    gap: calc(5 / 430 * 100vw);
  }
}
.footer-exlink-link::after {
  content: "";
  display: block;
  width: calc(16 / 1440 * 100vw);
  height: calc(16 / 1440 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/exlink.svg);
  background-size: cover;
}
@media (max-width: 768.98px) {
  .footer-exlink-link::after {
    width: calc(16 / 430 * 100vw);
    height: calc(16 / 430 * 100vw);
  }
}
.footer-copyrights {
  padding-top: calc(25 / 1440 * 100vw);
  padding-bottom: calc(20 / 1440 * 100vw);
  width: 100%;
  text-align: center;
  font-size: calc(12 / 1440 * 100vw);
  line-height: 1;
}
@media (max-width: 768.98px) {
  .footer-copyrights {
    padding-top: calc(30 / 430 * 100vw);
    padding-bottom: calc(30 / 430 * 100vw);
    font-size: calc(13 / 430 * 100vw);
  }
}

body#frontpage .kv {
  position: relative;
  overflow: hidden;
  background-color: #266cba;
  width: 100%;
  height: calc(600 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .kv {
    height: calc(525 / 430 * 100vw);
  }
}
body#frontpage .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
body#frontpage .kv-container {
  position: relative;
  z-index: 2;
  width: calc(1200 / 1440 * 100vw);
  margin-left: calc(110 / 1440 * 100vw);
  padding-top: calc(110 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .kv-container {
    width: calc(430 / 430 * 100vw);
    margin-left: calc(0 / 430 * 100vw);
    padding-top: calc(38 / 430 * 100vw);
  }
}
body#frontpage .kv-copy {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  color: #fff;
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .kv-copy {
    font-size: calc(16 / 430 * 100vw);
    margin-bottom: calc(10 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
  }
}
body#frontpage .kv-ttl {
  margin-bottom: calc(60 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(10 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .kv-ttl {
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(31 / 430 * 100vw);
  }
}
body#frontpage .kv-ttl span {
  display: block;
  background-color: #fff;
  width: fit-content;
  color: #266cba;
  font-size: calc(40 / 1440 * 100vw);
  font-weight: 600;
  line-height: 1;
  padding: calc(10 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .kv-ttl span {
    font-size: calc(30 / 430 * 100vw);
    padding: calc(8 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
}
body#frontpage .kv-lead {
  color: #fff;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: 2.5;
}
@media (max-width: 768.98px) {
  body#frontpage .kv-lead {
    font-size: calc(16 / 430 * 100vw);
    line-height: 2;
    padding-left: calc(20 / 430 * 100vw);
    color: #000;
  }
}
body#frontpage .event {
  padding-bottom: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event {
    padding-bottom: calc(40 / 430 * 100vw);
  }
}
body#frontpage .event-head {
  width: calc(1200 / 1440 * 100vw);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: calc(50 / 1440 * 100vw);
  padding-top: calc(40 / 1440 * 100vw);
  padding-bottom: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event-head {
    flex-direction: column;
    width: calc(430 / 430 * 100vw);
    gap: calc(30 / 430 * 100vw);
    padding-top: calc(50 / 430 * 100vw);
    padding-bottom: calc(30 / 430 * 100vw);
  }
}
body#frontpage .event-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  color: #266cba;
}
@media (max-width: 768.98px) {
  body#frontpage .event-ttl {
    font-size: calc(26 / 430 * 100vw);
  }
}
body#frontpage .event-lead {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.8889;
}
@media (max-width: 768.98px) {
  body#frontpage .event-lead {
    font-size: calc(16 / 430 * 100vw);
    text-align: center;
    line-height: 1.7;
  }
}
body#frontpage .event-list {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
  padding-left: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event-list {
    width: calc(1304 / 430 * 100vw);
    gap: calc(16 / 430 * 100vw);
    padding-right: calc(20 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
  }
}
body#frontpage .event-list-wrap {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event-list-wrap {
    width: 100%;
    overflow: scroll;
    margin-bottom: calc(30 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#frontpage .event-item {
    width: calc((100% - 80 / 1440 * 100vw) / 5);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .event-item {
    width: calc(240 / 430 * 100vw);
  }
}
body#frontpage .event-item-link {
  display: block;
}
body#frontpage .event-item-img {
  width: 100%;
  aspect-ratio: 264/176;
}
body#frontpage .event-item-img picture,
body#frontpage .event-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  body#frontpage .event-item-img-wrap {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-img-wrap {
    margin-bottom: calc(10 / 430 * 100vw);
  }
}
body#frontpage .event-item-data {
  display: flex;
  align-items: center;
  margin-bottom: calc(3 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-data {
    margin-bottom: calc(5 / 430 * 100vw);
  }
}
body#frontpage .event-item-cat {
  font-size: calc(13 / 1440 * 100vw);
  width: fit-content;
  background-color: #464343;
  padding: calc(6 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-cat {
    font-size: calc(13 / 430 * 100vw);
    padding: calc(6 / 430 * 100vw) calc(10 / 430 * 100vw);
  }
}
body#frontpage .event-item-cat-custom-house {
  background-color: #266cba;
}
body#frontpage .event-item-cat-tract-house {
  background-color: #5e18a9;
}
body#frontpage .event-item-cat-reform {
  background-color: #0c6600;
}
body#frontpage .event-item-cat-sub {
  background-color: #e7e7e7;
  color: #000000;
}
body#frontpage .event-item-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-cat-list {
    gap: calc(6 / 430 * 100vw);
  }
}
body#frontpage .event-item-date {
  display: block;
  margin-left: auto;
  color: #4e4c4c;
  font-size: calc(13 / 1440 * 100vw);
  line-height: 1;
  margin-top: calc(10 / 1440 * 100vw);
  opacity: 0.75;
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-date {
    font-size: calc(12 / 430 * 100vw);
    margin-top: calc(10 / 430 * 100vw);
  }
}
body#frontpage .event-item-ttl {
  font-size: calc(15 / 1440 * 100vw);
  line-height: 1.8667;
}
@media (max-width: 768.98px) {
  body#frontpage .event-item-ttl {
    font-size: calc(14 / 430 * 100vw);
    line-height: 1.71;
  }
}
body#frontpage .event-viewall {
  margin-inline: auto;
}
body#frontpage .about {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  body#frontpage .about {
    padding-top: calc(100 / 1440 * 100vw);
    height: calc(1059 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .about {
    background-color: #ebf4fd;
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(231 / 430 * 100vw);
  }
}
body#frontpage .about-bg {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 769px) {
  body#frontpage .about-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .about-bg {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  body#frontpage .about-bg-inner {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .about-bg-inner {
    width: calc(430 / 430 * 100vw);
  }
}
body#frontpage .about-head {
  position: relative;
  z-index: 2;
}
body#frontpage .about-head-ttl {
  font-size: calc(36 / 1440 * 100vw);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
    padding-right: calc(20 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
    text-align: center;
  }
}
body#frontpage .about-head-lead {
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-lead {
    font-size: calc(17 / 430 * 100vw);
    line-height: 1.9411;
    margin-bottom: calc(40 / 430 * 100vw);
    padding-right: calc(20 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
    text-align: center;
  }
}
body#frontpage .about-head-row {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
  margin-bottom: calc(160 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-row {
    flex-direction: column;
    gap: calc(10 / 430 * 100vw);
    margin-bottom: calc(70 / 430 * 100vw);
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#frontpage .about-head-card {
  background-color: #fff;
  padding: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-card {
    padding: calc(0 / 430 * 100vw) calc(0 / 430 * 100vw) calc(16 / 430 * 100vw);
  }
}
body#frontpage .about-head-card-img {
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-card-img {
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
body#frontpage .about-head-card-ttl {
  font-size: calc(20 / 1440 * 100vw);
  text-align: center;
  font-weight: bold;
  margin-bottom: calc(16 / 1440 * 100vw);
  letter-spacing: 0.02em;
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-card-ttl {
    font-size: calc(20 / 430 * 100vw);
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
body#frontpage .about-head-card-txt {
  font-size: calc(15 / 1440 * 100vw);
  line-height: 1.8667;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768.98px) {
  body#frontpage .about-head-card-txt {
    font-size: calc(15 / 430 * 100vw);
  }
}
body#frontpage .about-head-viewmore {
  margin-inline: auto;
}
body#frontpage .company {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  body#frontpage .company {
    margin-top: calc(-50 / 1440 * 100vw);
    padding-bottom: calc(190 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company {
    padding-top: calc(25 / 430 * 100vw);
  }
}
body#frontpage .company::before {
  content: "";
  display: block;
  width: calc(413 / 1440 * 100vw);
  height: calc(413 / 1440 * 100vw);
  position: absolute;
  top: calc(271 / 1440 * 100vw);
  left: calc(25 / 1440 * 100vw);
  z-index: -1;
  background-size: cover;
  background-image: url(../img/common/mark.svg);
  opacity: 0.14;
}
@media (max-width: 768.98px) {
  body#frontpage .company::before {
    width: calc(331 / 430 * 100vw);
    height: calc(331 / 430 * 100vw);
    top: calc(374 / 430 * 100vw);
    left: calc(49 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy {
    position: absolute;
    left: min(91 / 1440 * 100vw, 91 / 800 * 100vh);
    writing-mode: vertical-rl;
    height: calc(100vh - min(63 / 1440 * 100vw, 63 / 800 * 100vh));
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-copy {
    display: flex;
    flex-direction: column;
    gap: calc(8 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy.absolute-top {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy.fixed-top {
    position: fixed;
    top: min(63 / 1440 * 100vw, 63 / 800 * 100vh);
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy.absolute-bottom {
    position: absolute;
    bottom: 0;
  }
}
body#frontpage .company-copy span {
  display: block;
  font-weight: 600;
  line-height: 1;
  background-color: #ebf4fd;
}
@media (min-width: 769px) {
  body#frontpage .company-copy span {
    height: fit-content;
    font-size: min(40 / 1440 * 100vw, 40 / 800 * 100vh);
    padding: min(10 / 1440 * 100vw, 10 / 800 * 100vh) min(6 / 1440 * 100vw, 6 / 800 * 100vh);
    margin-left: min(8 / 1440 * 100vw, 8 / 800 * 100vh);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-copy span {
    width: fit-content;
    font-size: calc(24 / 430 * 100vw);
    padding: calc(10 / 430 * 100vw);
    margin-left: calc(0 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy span:nth-child(2) {
    margin-top: min(125 / 1440 * 100vw, 125 / 800 * 100vh);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-copy span:nth-child(2) {
    margin-left: calc(25 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#frontpage .company-copy span:nth-child(3) {
    margin-top: min(251 / 1440 * 100vw, 251 / 800 * 100vh);
    margin-left: 0;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-copy span:nth-child(3) {
    margin-left: calc(53 / 430 * 100vw);
  }
}
body#frontpage .company-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  body#frontpage .company-content {
    margin-left: calc(340 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
    gap: calc(60 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-content {
    gap: calc(30 / 430 * 100vw);
    padding-bottom: calc(80 / 430 * 100vw);
  }
}
body#frontpage .company-content-ttl {
  font-size: calc(40 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #266cba;
}
@media (max-width: 768.98px) {
  body#frontpage .company-content-ttl {
    font-size: calc(28 / 430 * 100vw);
    text-align: center;
    line-height: calc(36 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-content-ttl span {
    font-size: calc(24 / 430 * 100vw);
  }
}
body#frontpage .company-content-txt {
  font-size: calc(24 / 1440 * 100vw);
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body#frontpage .company-content-txt {
    font-size: calc(16 / 430 * 100vw);
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-content-link {
    margin-inline: auto;
  }
}
body#frontpage .company-slider {
  overflow: hidden;
}
@media (min-width: 769px) {
  body#frontpage .company-slider {
    width: calc(440 / 1440 * 100vw);
    height: calc(100% - 50 / 1440 * 100vw);
    position: absolute;
    top: calc(50 / 1440 * 100vw);
    right: 0;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-slider {
    width: 100%;
    height: calc(180 / 430 * 100vw);
    position: relative;
  }
}
body#frontpage .company-slider-track {
  position: absolute;
  top: 0;
  left: 0;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@media (min-width: 769px) {
  body#frontpage .company-slider-track {
    animation-name: frontpageCompanySlider;
    animation-duration: 30s;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-slider-track {
    display: flex;
    width: calc(1920 / 430 * 100vw);
    animation-name: frontpageCompanySliderSp;
    animation-duration: 26s;
  }
}
@media (max-width: 768.98px) {
  body#frontpage .company-slider-slide {
    width: calc(240 / 430 * 100vw);
  }
}
body#frontpage .faq {
  background-color: #ebf4fd;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .faq {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#frontpage .faq-wrap {
  width: calc(1000 / 1440 * 100vw);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-wrap {
    width: calc(390 / 430 * 100vw);
  }
}
body#frontpage .faq-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .faq-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(30 / 430 * 100vw);
  }
}
body#frontpage .faq-list {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .faq-list {
    gap: calc(20 / 430 * 100vw);
  }
}
body#frontpage .faq-item {
  border-radius: calc(6 / 1440 * 100vw);
  border: 1px solid #b1bec8;
  background: #fff;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-item {
    border-radius: calc(6 / 430 * 100vw);
  }
}
body#frontpage .faq-inner {
  position: relative;
}
body#frontpage .faq-inner::before {
  display: block;
  color: #266cba;
  position: absolute;
  left: calc(20 / 1440 * 100vw);
  top: 0;
  bottom: calc(4 / 1440 * 100vw);
  margin: auto;
  height: fit-content;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-inner::before {
    left: calc(13 / 430 * 100vw);
    bottom: calc(4 / 430 * 100vw);
    font-size: calc(24 / 430 * 100vw);
  }
}
body#frontpage .faq-q {
  position: relative;
  cursor: pointer;
}
body#frontpage .faq-q::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: calc(16 / 1440 * 100vw);
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  background-color: #266cba;
  border-radius: 100vmax;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-q::before {
    right: calc(16 / 430 * 100vw);
    width: calc(24 / 430 * 100vw);
    height: calc(24 / 430 * 100vw);
  }
}
body#frontpage .faq-q::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: calc(21 / 1440 * 100vw);
  width: fit-content;
  height: fit-content;
  color: #fff;
  font-size: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .faq-q::after {
    right: calc(20 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
  }
}
body#frontpage .faq-q.is-active::after {
  content: "ー";
}
body#frontpage .faq-q .faq-inner {
  padding: calc(9 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-q .faq-inner {
    padding: calc(8 / 430 * 100vw) calc(50 / 430 * 100vw) calc(8 / 430 * 100vw) calc(40 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
  }
}
body#frontpage .faq-q .faq-inner::before {
  content: "Q";
}
body#frontpage .faq-a {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
body#frontpage .faq-a .faq-inner {
  border-top: 1px solid #b1bec8;
  padding: calc(12 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 768.98px) {
  body#frontpage .faq-a .faq-inner {
    padding: calc(12 / 430 * 100vw) calc(20 / 430 * 100vw) calc(12 / 430 * 100vw) calc(50 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
  }
}
body#frontpage .faq-a .faq-inner::before {
  content: "A";
  bottom: auto;
  margin: 0;
  top: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#frontpage .faq-a .faq-inner::before {
    top: calc(16 / 430 * 100vw);
    left: calc(18 / 430 * 100vw);
  }
}
body#frontpage .faq-a a {
  color: #266cba;
  text-decoration: underline;
}
body#frontpage .faq-a a:hover {
  text-decoration: none;
}

body#about .works {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .works {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(80 / 430 * 100vw);
  }
}
body#about .works-ttl {
  font-size: calc(36 / 1440 * 100vw);
  line-height: 1;
  font-weight: bold;
  color: #266cba;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .works-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
body#about .works-row {
  width: 100vw;
  display: flex;
}
@media (max-width: 768.98px) {
  body#about .works-row {
    flex-direction: column;
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#about .works-img {
  position: relative;
  width: calc(720 / 1440 * 100vw);
  height: calc(400 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .works-img {
    width: calc(390 / 430 * 100vw);
    height: calc(240 / 430 * 100vw);
  }
}
body#about .works-img-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body#about .works-img picture {
  position: relative;
  z-index: 1;
}
body#about .works-img.is-scroll {
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}
body#about .works-img.is-active {
  opacity: 1;
}
body#about .works-img.is-scroll .works-img-filter {
  backdrop-filter: blur(5px);
  transition: all 0.5s ease 0.5s;
}
body#about .works-img.is-active .works-img-filter {
  backdrop-filter: blur(0px);
}
body#about .works-doc {
  width: calc(100% - 720 / 1440 * 100vw);
  padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw) 0;
  display: flex;
  flex-direction: column;
  gap: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .works-doc {
    width: 100%;
    padding: calc(20 / 430 * 100vw) 0;
    gap: calc(16 / 430 * 100vw);
  }
}
body#about .works-doc-ttl {
  font-size: calc(26 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body#about .works-doc-ttl {
    font-size: calc(20 / 430 * 100vw);
    text-align: center;
  }
}
body#about .works-doc-txt {
  font-size: calc(16 / 1440 * 100vw);
  line-height: 2;
}
@media (max-width: 768.98px) {
  body#about .works-doc-txt {
    font-size: calc(15 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#about .works-doc-btn {
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  body#about .works-row.row-reverse {
    flex-direction: row-reverse;
    margin: calc(50 / 1440 * 100vw) 0;
  }
}
@media (max-width: 768.98px) {
  body#about .works-row.row-reverse {
    margin: calc(20 / 430 * 100vw) auto;
  }
}
@media (min-width: 769px) {
  body#about .works-row.row-reverse .works-doc-ttl {
    text-align: right;
  }
}
@media (min-width: 769px) {
  body#about .works-row.row-reverse .works-doc-txt {
    text-align: right;
  }
}
@media (min-width: 769px) {
  body#about .works-row.row-reverse .works-doc-btn {
    margin-left: auto;
  }
}
body#about .reason {
  background-color: #ebf4fd;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .reason {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#about .reason-head {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .reason-head {
    margin-bottom: calc(32 / 430 * 100vw);
  }
}
body#about .reason-ttl {
  font-size: calc(36 / 1440 * 100vw);
  line-height: 1;
  font-weight: bold;
  color: #266cba;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .reason-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(32 / 430 * 100vw);
    letter-spacing: 0.06em;
  }
}
body#about .reason-txt {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .reason-txt {
    font-size: calc(17 / 430 * 100vw);
    line-height: calc(33 / 430 * 100vw);
    gap: calc(40 / 430 * 100vw);
  }
}
body#about .reason-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body#about .reason-slider-track {
  display: flex;
}
@media (min-width: 769px) {
  body#about .reason-slider-track {
    width: calc(5760 / 1440 * 100vw);
    animation-name: aboutReasonSliderPc;
    animation-duration: 45s;
  }
}
@media (max-width: 768.98px) {
  body#about .reason-slider-track {
    width: calc(1888 / 430 * 100vw);
    animation-name: aboutReasonSliderSp;
    animation-duration: 32s;
  }
}
body#about .reason-slider-track {
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@media (min-width: 769px) {
  body#about .reason-slide {
    width: calc(360 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#about .reason-slide {
    width: calc(118 / 430 * 100vw);
  }
}
body#about .reason-slide-caption {
  font-size: calc(14 / 1440 * 100vw);
  text-align: center;
  line-height: 1;
  margin-top: calc(10 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#about .reason-slide-caption {
    font-size: calc(12 / 430 * 100vw);
    margin-top: calc(11 / 430 * 100vw);
  }
}

body#facilities .feature {
  position: relative;
  z-index: 2;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
  background-color: #fff;
}
@media (max-width: 768.98px) {
  body#facilities .feature {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#facilities .feature-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .feature-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#facilities .feature-row {
    display: flex;
    width: calc(1200 / 1440 * 100vw);
    margin-left: calc(120 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#facilities .feature-row {
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#facilities .feature-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  body#facilities .feature-card {
    width: calc(387 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#facilities .feature-card {
    padding-bottom: calc(20 / 430 * 100vw);
  }
}
body#facilities .feature-card-img {
  position: relative;
}
@media (max-width: 768.98px) {
  body#facilities .feature-card-img {
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
body#facilities .feature-card-img-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#facilities .feature-card-img.is-scroll {
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
}
body#facilities .feature-card-img.is-scroll .feature-card-img-shade {
  transition: backdrop-filter 0.8s ease 0.3s;
  backdrop-filter: blur(5px);
}
body#facilities .feature-card-img.is-scroll.is-active {
  opacity: 1;
}
body#facilities .feature-card-img.is-scroll.is-active .feature-card-img-shade {
  backdrop-filter: blur(0px);
}
body#facilities .feature-card-ttl {
  font-size: calc(24 / 1440 * 100vw);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#facilities .feature-card-ttl {
    font-size: calc(20 / 430 * 100vw);
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#facilities .feature-card-txt {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  body#facilities .feature-card-txt {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(28 / 430 * 100vw);
  }
}
body#facilities .space {
  position: relative;
  z-index: 2;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
  background-color: #ebf4fd;
}
@media (max-width: 768.98px) {
  body#facilities .space {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#facilities .space-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}
body#facilities .space-map {
  width: calc(800 / 1440 * 100vw);
  margin-left: calc(320 / 1440 * 100vw);
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-map {
    width: calc(406 / 430 * 100vw);
    margin: calc(12 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}
body#facilities .space-row {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 / 1440 * 100vw);
  width: calc(1200 / 1440 * 100vw);
  margin-left: calc(120 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-row {
    gap: calc(2 / 430 * 100vw);
    width: calc(430 / 430 * 100vw);
    margin-left: calc(0 / 430 * 100vw);
    flex-direction: column;
  }
}
body#facilities .space-item {
  width: calc(590 / 1440 * 100vw);
  display: flex;
  background-color: #fff;
}
@media (max-width: 768.98px) {
  body#facilities .space-item {
    width: calc(430 / 430 * 100vw);
  }
}
body#facilities .space-img {
  position: relative;
  width: calc(300 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-img {
    width: calc(180 / 430 * 100vw);
  }
}
body#facilities .space-img-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#facilities .space-img.is-scroll {
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
}
body#facilities .space-img.is-scroll .space-img-shade {
  transition: backdrop-filter 0.8s ease 0.3s;
  backdrop-filter: blur(5px);
}
body#facilities .space-img.is-scroll.is-active {
  opacity: 1;
}
body#facilities .space-img.is-scroll.is-active .space-img-shade {
  backdrop-filter: blur(0px);
}
body#facilities .space-doc {
  width: calc(290 / 1440 * 100vw);
  padding: calc(20 / 1440 * 100vw);
  position: relative;
}
@media (max-width: 768.98px) {
  body#facilities .space-doc {
    width: calc(250 / 430 * 100vw);
    padding: calc(40 / 430 * 100vw) calc(16 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
}
body#facilities .space-doc-num {
  position: absolute;
  top: 0;
  right: calc(10 / 1440 * 100vw);
  font-size: calc(50 / 1440 * 100vw);
  font-weight: 500;
  line-height: 0.8;
  font-style: italic;
  opacity: 0.3;
  color: #266cba;
}
@media (max-width: 768.98px) {
  body#facilities .space-doc-num {
    right: calc(10 / 430 * 100vw);
    font-size: calc(50 / 430 * 100vw);
  }
}
body#facilities .space-doc-ttl {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-doc-ttl {
    font-size: calc(18 / 430 * 100vw);
    line-height: calc(30 / 430 * 100vw);
    margin-bottom: calc(9 / 430 * 100vw);
  }
}
body#facilities .space-doc-txt {
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(28 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#facilities .space-doc-txt {
    font-size: calc(14 / 430 * 100vw);
    line-height: calc(24 / 430 * 100vw);
  }
}

@media (max-width: 768.98px) {
  body#consultation .head-bg {
    height: calc(616 / 430 * 100vw);
  }
}
body#consultation .feature {
  position: relative;
  z-index: 2;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
  background-color: #fff;
}
@media (max-width: 768.98px) {
  body#consultation .feature {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#consultation .feature-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .feature-ttl {
    font-size: calc(26 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#consultation .feature-row {
    display: flex;
    width: calc(1200 / 1440 * 100vw);
    margin-left: calc(120 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .feature-row {
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#consultation .feature-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  body#consultation .feature-card {
    width: calc(387 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .feature-card {
    padding-bottom: calc(20 / 430 * 100vw);
  }
}
body#consultation .feature-card-img {
  position: relative;
}
@media (max-width: 768.98px) {
  body#consultation .feature-card-img {
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
body#consultation .feature-card-img-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#consultation .feature-card-img.is-scroll {
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
}
body#consultation .feature-card-img.is-scroll .feature-card-img-shade {
  transition: backdrop-filter 0.8s ease 0.3s;
  backdrop-filter: blur(5px);
}
body#consultation .feature-card-img.is-scroll.is-active {
  opacity: 1;
}
body#consultation .feature-card-img.is-scroll.is-active .feature-card-img-shade {
  backdrop-filter: blur(0px);
}
body#consultation .feature-card-ttl {
  font-size: calc(24 / 1440 * 100vw);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#consultation .feature-card-ttl {
    font-size: calc(20 / 430 * 100vw);
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#consultation .feature-card-txt {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  body#consultation .feature-card-txt {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(28 / 430 * 100vw);
  }
}
body#consultation .wecan {
  background-image: url(../img/consultation/wecan-bg.avif);
  background-size: cover;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(210 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .wecan {
    background-image: url(../img/consultation/wecan-bg@2x.avif);
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#consultation .wecan-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(52 / 1440 * 100vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .wecan-ttl {
    font-size: calc(26 / 430 * 100vw);
    line-height: calc(32 / 430 * 100vw);
    margin-bottom: calc(37 / 430 * 100vw);
  }
}
body#consultation .wecan-row {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
  width: calc(1200 / 1440 * 100vw);
  margin-left: calc(120 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .wecan-row {
    flex-direction: column;
    gap: calc(20 / 430 * 100vw);
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#consultation .wecan-item {
  width: calc(386.6666 / 1440 * 100vw);
  background-color: #266cba;
  border-radius: calc(20 / 1440 * 100vw);
  color: #fff;
  padding: calc(30 / 1440 * 100vw) 0;
  text-align: center;
}
@media (max-width: 768.98px) {
  body#consultation .wecan-item {
    width: calc(390 / 430 * 100vw);
    border-radius: calc(20 / 430 * 100vw);
    padding: calc(30 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
}
body#consultation .wecan-item-ttl {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(36 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .wecan-item-ttl {
    font-size: calc(20 / 430 * 100vw);
    line-height: calc(26 / 430 * 100vw);
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
body#consultation .wecan-item-txt {
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body#consultation .wecan-item-txt {
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(28 / 430 * 100vw);
    text-align: left;
  }
}
body#consultation .flow {
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .flow {
    padding-top: calc(60 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#consultation .flow-ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(52 / 1440 * 100vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #266cba;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .flow-ttl {
    font-size: calc(26 / 430 * 100vw);
    line-height: calc(32 / 430 * 100vw);
    margin-bottom: calc(37 / 430 * 100vw);
  }
}
body#consultation .flow-list {
  display: flex;
  flex-direction: column;
  gap: calc(36 / 1440 * 100vw);
  width: calc(800 / 1440 * 100vw);
  margin-left: calc(320 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .flow-list {
    gap: calc(36 / 430 * 100vw);
    width: calc(390 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#consultation .flow-item {
  background-color: #ebf4fd;
  display: flex;
  position: relative;
}
@media (max-width: 768.98px) {
  body#consultation .flow-item {
    flex-direction: column;
  }
}
body#consultation .flow-item:not(:last-child)::after {
  content: "";
  display: block;
  width: calc(37 / 1440 * 100vw);
  height: calc(35 / 1440 * 100vw);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/consultation/arw.svg);
  background-size: cover;
}
@media (max-width: 768.98px) {
  body#consultation .flow-item:not(:last-child)::after {
    width: calc(23 / 430 * 100vw);
    height: calc(33 / 430 * 100vw);
    top: calc(100% + 1 / 430 * 100vw);
    background-image: url(../img/consultation/arw@2x.svg);
  }
}
body#consultation .flow-item.is-scroll {
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
}
body#consultation .flow-item.is-scroll.is-active {
  opacity: 1;
}
@media (min-width: 769px) {
  body#consultation .flow-item-head {
    width: calc(162 / 1440 * 100vw);
    border-right: calc(2 / 1440 * 100vw) solid #fff;
    padding-top: calc(20 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .flow-item-head {
    width: calc(390 / 430 * 100vw);
    border-bottom: calc(2 / 430 * 100vw) solid #fff;
    padding-top: calc(13 / 430 * 100vw);
    padding-bottom: calc(13 / 430 * 100vw);
    padding-left: calc(20 / 430 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(10 / 430 * 100vw);
  }
}
body#consultation .flow-item-head-num {
  color: #266cba;
  font-size: calc(30 / 1440 * 100vw);
  font-style: italic;
  font-weight: 500;
  line-height: calc(30 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .flow-item-head-num {
    font-size: calc(30 / 430 * 100vw);
    line-height: calc(30 / 430 * 100vw);
    text-box: trim-both cap alphabetic;
  }
}
body#consultation .flow-item-head-num span {
  font-size: calc(18 / 1440 * 100vw);
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768.98px) {
  body#consultation .flow-item-head-num span {
    font-size: calc(18 / 430 * 100vw);
  }
}
body#consultation .flow-item-head-ttl {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: 700;
}
@media (max-width: 768.98px) {
  body#consultation .flow-item-head-ttl {
    font-size: calc(20 / 430 * 100vw);
  }
}
body#consultation .flow-item-doc {
  padding: calc(23 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body#consultation .flow-item-doc {
    padding: calc(14 / 430 * 100vw) calc(20 / 430 * 100vw) calc(15 / 430 * 100vw);
    font-size: calc(15 / 430 * 100vw);
    line-height: calc(26 / 430 * 100vw);
  }
}
body#consultation .last {
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(125 / 1440 * 100vw);
  background-color: #ebf4fd;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  body#consultation .last {
    padding-top: calc(360 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#consultation .last-img {
    position: absolute;
    top: calc(100 / 1440 * 100vw);
    left: calc(800 / 1440 * 100vw);
    width: calc(640 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img {
    position: absolute;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img.fixed-top {
    position: fixed;
    top: calc(52 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img.absolute-top {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img.absolute-bottom {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: backdrop-filter 1s ease, background 1s ease;
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-img.fixed-top .last-img-shade, body#consultation .last-img.absolute-bottom .last-img-shade {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
  }
}
body#consultation .last-img.is-scroll {
  transition: opacity 0.8s ease 0.3s;
  opacity: 0;
}
@media (min-width: 769px) {
  body#consultation .last-img.is-scroll .last-img-shade {
    backdrop-filter: blur(5px);
    transition: backdrop-filter 0.8s ease 0.3s;
  }
}
body#consultation .last-img.is-scroll.is-active {
  opacity: 1;
}
@media (min-width: 769px) {
  body#consultation .last-img.is-scroll.is-active .last-img-shade {
    backdrop-filter: blur(0px);
  }
}
@media (min-width: 769px) {
  body#consultation .last-doc {
    width: calc(586 / 1440 * 100vw);
    margin-left: calc(120 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#consultation .last-doc {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
body#consultation .last-ttl {
  font-size: calc(32 / 1440 * 100vw);
  font-weight: bold;
  line-height: calc(50 / 1440 * 100vw);
  text-align: center;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-ttl {
    font-size: calc(30 / 430 * 100vw);
    line-height: calc(40 / 430 * 100vw);
    margin-bottom: calc(25 / 430 * 100vw);
  }
}
body#consultation .last-txt {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(40 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(9 / 1440 * 100vw);
  margin-bottom: calc(49 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-txt {
    font-size: calc(17 / 430 * 100vw);
    line-height: calc(33 / 430 * 100vw);
    gap: calc(20 / 430 * 100vw);
    margin-bottom: calc(42 / 430 * 100vw);
    text-align: center;
  }
}
body#consultation .last-txt span {
  color: #266cba;
}
body#consultation .last-btn-row {
  display: flex;
  gap: calc(40 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-row {
    flex-direction: column;
    gap: calc(30 / 430 * 100vw);
  }
}
body#consultation .last-btn {
  display: block;
  width: fit-content;
  border: 1px solid #fff;
  background-color: #266cba;
  width: fit-content;
  border: calc(1 / 1440 * 100vw) solid #266cba;
  padding: calc(22 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(17 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  width: calc(273 / 1440 * 100vw);
  position: relative;
}
@media (max-width: 768.98px) {
  body#consultation .last-btn {
    padding: calc(22 / 430 * 100vw) calc(0 / 430 * 100vw) calc(17 / 430 * 100vw) calc(10 / 430 * 100vw);
    border-width: calc(1 / 430 * 100vw);
    width: calc(350 / 430 * 100vw);
    margin-inline: auto;
  }
}
body#consultation .last-btn::before {
  content: "";
  display: block;
  width: calc(21 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(0 / 1440 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/arw_w.svg);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn::before {
    width: calc(21 / 430 * 100vw);
    height: calc(12 / 430 * 100vw);
    right: calc(0 / 430 * 100vw);
  }
}
body#consultation .last-btn::after {
  content: "";
  display: block;
  width: calc(41 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(-20 / 1440 * 100vw);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/arw_b.svg);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn::after {
    width: calc(41 / 430 * 100vw);
    height: calc(12 / 430 * 100vw);
    right: calc(-20 / 430 * 100vw);
  }
}
body#consultation .last-btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: calc(-13.5 / 1440 * 100vw);
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  border-radius: 100vmax;
  background-color: #fff;
  color: #266cba;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: bold;
  line-height: 1;
  padding: calc(3 / 1440 * 100vw) calc(17 / 1440 * 100vw) calc(4 / 1440 * 100vw);
  letter-spacing: -0.1em;
  border: calc(2 / 1440 * 100vw) solid #266cba;
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-copy {
    margin-top: calc(-13.5 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding: calc(5 / 430 * 100vw) calc(10 / 430 * 100vw) calc(6 / 430 * 100vw);
    border-width: calc(2 / 430 * 100vw);
  }
}
body#consultation .last-btn-copy span {
  font-size: calc(14 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-copy span {
    font-size: calc(14 / 430 * 100vw);
  }
}
body#consultation .last-btn-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(14 / 1440 * 100vw);
  margin: auto;
  width: calc(30 / 1440 * 100vw);
  height: calc(28 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-icon {
    left: calc(14 / 430 * 100vw);
    width: calc(30 / 430 * 100vw);
    height: calc(28 / 430 * 100vw);
  }
}
body#consultation .last-btn-text {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-text {
    font-size: calc(24 / 430 * 100vw);
  }
}
body#consultation .last-btn-text span {
  font-size: calc(20 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#consultation .last-btn-text span {
    font-size: calc(20 / 430 * 100vw);
  }
}
body#consultation .last-btn.reform {
  background-color: #1f8aff;
  border-color: #1f8aff;
}
body#consultation .last-btn.reform::after {
  background-image: url(../img/common/arw_c.svg);
}
body#consultation .last-btn.reform .last-btn-copy {
  color: #1f8aff;
  border-color: #1f8aff;
}
body#consultation .last-btn:hover {
  background-color: #0c6600;
  border-color: #0c6600;
}
body#consultation .last-btn:hover::after {
  background-image: url(../img/common/arw_g.svg);
}
body#consultation .last-btn:hover .last-btn-copy {
  color: #0c6600;
  border-color: #0c6600;
}

body#event-archive .head-bg {
  position: absolute;
}
@media (min-width: 769px) {
  body#event-archive .head-bg {
    top: calc(40 / 1440 * 100vw);
    width: calc(894 / 1440 * 100vw);
    height: calc(414 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-archive .head-bg {
    display: none;
  }
}
body#event-archive .event {
  padding-top: calc(60 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-archive .event {
    padding-top: calc(40 / 430 * 100vw);
    padding-bottom: calc(40 / 430 * 100vw);
  }
}
body#event-archive .event-list {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  body#event-archive .event-list {
    width: calc(1198 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
    align-items: stretch;
  }
}
@media (max-width: 768.98px) {
  body#event-archive .event-list {
    width: calc(390 / 430 * 100vw);
    gap: calc(30 / 430 * 100vw);
  }
}
@media (min-width: 769px) {
  body#event-archive .event-item {
    width: calc(386 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-archive .event-item {
    width: calc(390 / 430 * 100vw);
    padding-bottom: calc(30 / 430 * 100vw);
    border-bottom: 1px solid #e7e7e7;
  }
}
body#event-archive .event-item-link {
  display: flex;
}
@media (min-width: 769px) {
  body#event-archive .event-item-link {
    height: 100%;
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-link {
    flex-direction: column;
  }
}
body#event-archive .event-item-img {
  width: 100%;
  aspect-ratio: 386/257;
}
body#event-archive .event-item-img picture,
body#event-archive .event-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  body#event-archive .event-item-img-wrap {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-img-wrap {
    margin-bottom: calc(10 / 430 * 100vw);
  }
}
body#event-archive .event-item-doc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  body#event-archive .event-item-doc {
    height: 100%;
  }
}
body#event-archive .event-item-data {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  body#event-archive .event-item-data {
    margin-bottom: calc(3 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-data {
    margin-bottom: calc(4 / 430 * 100vw);
  }
}
body#event-archive .event-item-cat {
  font-size: calc(13 / 1440 * 100vw);
  width: fit-content;
  background-color: #464343;
  padding: calc(6 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-cat {
    font-size: calc(11 / 430 * 100vw);
    padding: calc(5 / 430 * 100vw) calc(10 / 430 * 100vw);
  }
}
body#event-archive .event-item-cat-custom-house {
  background-color: #266cba;
}
body#event-archive .event-item-cat-tract-house {
  background-color: #5e18a9;
}
body#event-archive .event-item-cat-reform {
  background-color: #0c6600;
}
body#event-archive .event-item-cat-sub {
  background-color: #e7e7e7;
  color: #000000;
}
body#event-archive .event-item-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-cat-list {
    gap: calc(10 / 430 * 100vw);
  }
}
body#event-archive .event-item-date {
  color: #4e4c4c;
  font-size: calc(13 / 1440 * 100vw);
  line-height: 1;
  opacity: 0.75;
  margin-top: calc(3 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-date {
    font-size: calc(12 / 430 * 100vw);
    margin-top: calc(6 / 430 * 100vw);
  }
}
body#event-archive .event-item-ttl {
  font-size: calc(15 / 1440 * 100vw);
  line-height: 1.8667;
}
@media (max-width: 768.98px) {
  body#event-archive .event-item-ttl {
    font-size: calc(20 / 430 * 100vw);
    line-height: 1.5;
  }
}

body#event-single .event-head {
  padding-top: calc(60 / 1440 * 100vw);
  padding-bottom: calc(40 / 1440 * 100vw);
  width: calc(1000 / 1440 * 100vw);
  margin-left: calc(220 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-head {
    padding-top: calc(40 / 430 * 100vw);
    padding-bottom: calc(40 / 430 * 100vw);
    width: calc(390 / 430 * 100vw);
    margin-left: calc(20 / 430 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-single .event-head-breadcrumb {
    display: none;
  }
}
body#event-single .event-head-breadcrumb {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: calc(8 / 1440 * 100vw);
  padding: calc(6.25 / 1440 * 100vw) 0;
}
body#event-single .event-head-breadcrumb-item:not(:last-child) {
  padding-right: calc(13 / 1440 * 100vw);
  position: relative;
}
body#event-single .event-head-breadcrumb-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(4 / 1440 * 100vw);
  right: 0;
  width: calc(5 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  background-size: cover;
  background-image: url(../img/common/angle_right.svg);
}
body#event-single .event-head-breadcrumb-link {
  display: block;
  font-size: calc(13 / 1440 * 100vw);
  font-weight: 500;
}
body#event-single .event-head-breadcrumb a {
  color: #747474;
  text-decoration: underline;
}
body#event-single .event-head-breadcrumb a:hover {
  color: #000000;
  text-decoration: none;
}
body#event-single .event-head-ttl {
  font-size: calc(32 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(10 / 1440 * 100vw);
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-head-ttl {
    font-size: calc(24 / 430 * 100vw);
    margin-top: calc(0 / 430 * 100vw);
    margin-bottom: calc(16 / 430 * 100vw);
  }
}
body#event-single .event-head-date {
  font-size: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-head-date {
    font-size: calc(14 / 430 * 100vw);
  }
}
body#event-single .event-wrap {
  width: calc(900 / 1440 * 100vw);
  margin-inline: auto;
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-wrap {
    width: calc(390 / 430 * 100vw);
    padding-bottom: calc(60 / 430 * 100vw);
  }
}
body#event-single .event-back-btn {
  margin-top: calc(40 / 1440 * 100vw);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  body#event-single .event-back-btn {
    margin-top: calc(40 / 430 * 100vw);
  }
}
body#event-single .event-back-btn::before, body#event-single .event-back-btn::after {
  rotate: 180deg;
}
body#event-single .event-back-btn::before {
  left: calc(-1 / 1440 * 100vw);
  right: auto;
}
@media (max-width: 768.98px) {
  body#event-single .event-back-btn::before {
    left: calc(-1 / 430 * 100vw);
    right: auto;
  }
}
body#event-single .event-back-btn::after {
  left: calc(-18 / 1440 * 100vw);
  right: auto;
}
@media (max-width: 768.98px) {
  body#event-single .event-back-btn::after {
    left: calc(-18 / 430 * 100vw);
    right: auto;
  }
}
body#event-single .event-thumb {
  width: 100%;
  margin-bottom: calc(60 / 1440 * 100vw);
  aspect-ratio: 3/2;
}
@media (max-width: 768.98px) {
  body#event-single .event-thumb {
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
body#event-single .event-copy {
  font-size: calc(32 / 1440 * 100vw);
  letter-spacing: 0.1em;
  margin-bottom: calc(60 / 1440 * 100vw);
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#event-single .event-copy {
    font-size: calc(24 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
}
body#event-single .event-column {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 / 1440 * 100vw);
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-column {
    flex-direction: column;
    gap: calc(33 / 430 * 100vw);
    margin-bottom: calc(57 / 430 * 100vw);
  }
}
body#event-single .event-column-item {
  width: calc((100% - 40 / 1440 * 100vw) / 3);
}
@media (max-width: 768.98px) {
  body#event-single .event-column-item {
    width: 100%;
  }
}
body#event-single .event-column-img {
  width: 100%;
  aspect-ratio: 340/256;
}
@media (max-width: 768.98px) {
  body#event-single .event-column-img {
    aspect-ratio: 335/252;
  }
}
body#event-single .event-column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#event-single .event-column-ttl {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: bold;
  margin-top: calc(16 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-column-ttl {
    font-size: calc(16 / 430 * 100vw);
    margin-top: calc(8 / 430 * 100vw);
  }
}
body#event-single .event-column-text {
  font-size: calc(14 / 1440 * 100vw);
  line-height: 2;
  margin-top: calc(5 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-column-text {
    font-size: calc(14 / 430 * 100vw);
    margin-top: calc(5 / 430 * 100vw);
  }
}
body#event-single .event-column-text a {
  color: #266cba;
  text-decoration: underline;
}
body#event-single .event-column-text a:hover {
  text-decoration: none;
}
body#event-single .event-info {
  margin-bottom: calc(54 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-info {
    margin-bottom: calc(70 / 430 * 100vw);
  }
}
body#event-single .event-info-table {
  margin-bottom: calc(13 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-info-table {
    margin-bottom: calc(13 / 430 * 100vw);
  }
}
body#event-single .event-info-item {
  display: flex;
  font-size: calc(18 / 1440 * 100vw);
  padding: calc(12 / 1440 * 100vw) 0;
  border-bottom: 1px solid #adadad;
}
@media (max-width: 768.98px) {
  body#event-single .event-info-item {
    font-size: calc(14 / 430 * 100vw);
    padding: calc(15 / 430 * 100vw) 0;
  }
}
body#event-single .event-info-label {
  font-weight: bold;
  width: calc(140 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-info-label {
    width: calc(77 / 430 * 100vw);
  }
}
body#event-single .event-info-value {
  width: calc(100% - 140 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-info-value {
    width: calc(258 / 430 * 100vw);
  }
}
body#event-single .event-info-sub {
  font-size: calc(12 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-info-sub {
    font-size: calc(12 / 430 * 100vw);
  }
}
body#event-single .event-last {
  font-size: calc(18 / 1440 * 100vw);
  line-height: 2;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-last {
    font-size: calc(14 / 430 * 100vw);
    margin-bottom: calc(40 / 430 * 100vw);
  }
}
body#event-single .event-link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  body#event-single .event-link-group {
    margin-bottom: calc(20 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 768.98px) {
  body#event-single .event-link-group {
    margin-bottom: calc(20 / 430 * 100vw);
    gap: calc(20 / 430 * 100vw);
  }
}
body#event-single .event-link {
  display: block;
  background-color: #266cba;
  color: #fff;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  width: calc(480 / 1440 * 100vw);
  margin-inline: auto;
  text-align: center;
  padding: calc(20 / 1440 * 100vw) 0;
  border: 2px solid #266cba;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  body#event-single .event-link {
    width: calc(390 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding: calc(18 / 430 * 100vw) 0;
  }
}
body#event-single .event-link:hover {
  background-color: #fff;
  color: #266cba;
}
body#event-single .event-bnr {
  display: block;
  background-color: #266cba;
  color: #fff;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: bold;
  width: calc(480 / 1440 * 100vw);
  margin-inline: auto;
  text-align: center;
  padding: calc(20 / 1440 * 100vw) 0;
  border: 2px solid #266cba;
  letter-spacing: 0.1em;
  margin-bottom: calc(100 / 1440 * 100vw);
}
@media (max-width: 768.98px) {
  body#event-single .event-bnr {
    width: calc(390 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding: calc(18 / 430 * 100vw) 0;
    margin-bottom: calc(76 / 430 * 100vw);
  }
}
body#event-single .event-bnr:hover {
  background-color: #fff;
  color: #266cba;
}
body#event-single .event-contents img {
  display: inline;
}

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